/* Noble Desktop AI-courses campaign LP.
   Aesthetic matched to nobledesktop.com (fetched 2026-07-16):
   - Hero: their header-background gradient linear-gradient(150deg, #55072b, #3c00bd)
     with the "abstract code lines" rect motif at low opacity (recreated inline, no hotlinks).
   - Cards: white, radius 12px (their --radius-lg), ring shadow 0 0 0 1px #efeff2 (their
     .course-listing box-shadow) plus a soft drop shadow.
   - Pills: their quick-details badges: #edf2fa bg, #132683 text, small line icons.
   - Buttons: #2554E3 primary w/ their 0 8px 15px -10px #2554E3 shadow, radius 8px (--radius).
   - Top bar: near-black #070F21 with the real white logo (inline SVG, fill:currentColor).
   Fonts: their site uses freight-sans-pro via Typekit (licensed); we stay on a
   system-safe humanist stack, no hotlinked assets. */
:root {
  /* Hero/CTA gradient: deep ink navy (owner picked Option A 2026-07-20;
     replaced the purple gradient lifted from nobledesktop.com) */
  --hero-a: #0c1230;
  --hero-b: #101a3f;
  --hero-glow: radial-gradient(1100px 480px at 80% -10%, rgba(59, 91, 219, .35), transparent 60%);
  --navy: #10174e;
  --navy-2: #132683;
  --ink: #1d2333;
  --muted: #545a70;
  --subtle: #6a6d7a;
  --accent: #2554e3;
  --accent-2: #1a3bb9;
  --bg: #ffffff;
  --panel: #f6f7f9;
  --panel-blue: #edf2fa;
  --line: #dddde2;
  --ring: #efeff2;
  --topbar: #070f21;
  --ok: #176c39;
  --radius: 8px;
  --radius-lg: 12px;
  --card-shadow: 0 0 0 1px var(--ring), 0 10px 24px rgba(16, 23, 78, 0.07);
  --maxw: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font: 16px/1.6 "Avenir Next", Avenir, "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
h1, h2, h3 { letter-spacing: -0.015em; line-height: 1.15; margin: 0; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* Accessibility */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -72px; z-index: 100; background: var(--accent); color: #fff; padding: 13px 18px; border-radius: 0 0 6px 6px; font-weight: 700; font-size: 14px; }
.skip-link:focus { top: 0; text-decoration: none; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.hero :focus-visible, .cta :focus-visible { outline-color: #fff; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn:hover { transform: none; } }

/* Buttons (nobledesktop.com .button: #2554E3, radius 8, glow shadow) */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; border-radius: var(--radius); padding: 12px 22px; font-size: 15px;
  border: 1px solid transparent; cursor: pointer; transition: all .15s ease; line-height: 1.2;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 15px -10px var(--accent); }
.btn-primary:hover { background: var(--accent-2); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-sm { padding: 8px 16px; font-size: 14px; }
.btn-lg { padding: 14px 26px; font-size: 16px; }

/* Pills (their .course-listing__quick-details badges, pill-rounded) */
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--panel-blue); color: var(--navy-2);
  border-radius: 50em; padding: 4px 12px;
  font-size: 12.5px; font-weight: 600; white-space: nowrap;
}
.pill::before {
  content: ""; width: 13px; height: 13px; flex: none; background: currentColor;
  -webkit-mask: var(--pi) center / contain no-repeat; mask: var(--pi) center / contain no-repeat;
}
.pill.no-icon::before { display: none; }
.pi-clock { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7.5v4.5l3 2.5'/%3E%3C/svg%3E"); }
.pi-tag { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linejoin='round'%3E%3Cpath d='M3 3h8l10 10-8 8L3 11z'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.6' fill='black' stroke='none'/%3E%3C/svg%3E"); }
.pi-book { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6c-2-1.5-5-2-8-2v14c3 0 6 .5 8 2 2-1.5 5-2 8-2V4c-3 0-6 .5-8 2z'/%3E%3Cpath d='M12 6v14'/%3E%3C/svg%3E"); }
.pi-pin { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.1 7-11a7 7 0 1 0-14 0c0 4.9 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.6'/%3E%3C/svg%3E"); }
.pi-users { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.5'/%3E%3Cpath d='M2.5 20c.7-3.5 3.4-5.5 6.5-5.5s5.8 2 6.5 5.5'/%3E%3Cpath d='M16 5a3.5 3.5 0 0 1 0 6.7M18.5 14.8c1.7.8 2.8 2.6 3 5.2'/%3E%3C/svg%3E"); }
.pi-cal { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M3 10h18M8 3v4M16 3v4'/%3E%3C/svg%3E"); }
/* Pills on the dark hero */
.pill-dark { background: rgba(255,255,255,.14); color: #fff; }

/* Nav: white bar, logo in ink navy (fill:currentColor), links centered
   (owner 2026-07-22: white header/footer, centered top nav) */
.nav { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow .2s ease; }
.nav.scrolled { box-shadow: 0 2px 16px rgba(16,23,78,.10); }
.nav-inner { max-width: none; margin: 0; padding: 13px 32px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; flex-shrink: 0; justify-self: start; color: var(--navy); padding: 10px 6px; margin: -10px -6px; }
.brand:hover { color: var(--navy); text-decoration: none; }
.brand svg { display: block; height: 24px; width: auto; }
.nav-links { display: flex; gap: 2px; justify-self: center; flex-wrap: nowrap; min-width: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a { color: var(--ink); font-size: 13px; font-weight: 600; padding: 6px 10px; border-radius: 4px; white-space: nowrap; }
.nav-links a:hover { color: var(--navy); background: var(--panel-blue); text-decoration: none; }
.nav-cta { flex-shrink: 0; justify-self: end; white-space: nowrap; }
.nav-toggle { display: none; line-height: 1; min-width: 44px; min-height: 44px; background: none; border: 0; color: var(--navy); font-size: 22px; cursor: pointer; margin-left: auto; }

/* Hero: deep ink navy with a soft blue glow */
.hero {
  position: relative; overflow: hidden;
  background: var(--hero-glow), linear-gradient(160deg, var(--hero-a) 0%, var(--hero-b) 100%);
  color: #fff; padding: 76px 0 68px;
}
.hero-grid, .cta-inner { position: relative; }
.hero h1 { font-size: clamp(30px, 4.4vw, 50px); font-weight: 800; max-width: 20ch; }
.hero-sub { font-size: clamp(16px, 1.5vw, 19px); color: rgba(255,255,255,.9); max-width: 56ch; margin: 18px 0 26px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin: 0; }
.hero-note { margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-note-text { margin: 22px 0 0; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.85); max-width: 66ch; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 46px; align-items: center; }
.hero-copy { min-width: 0; }
.hero-media { min-width: 0; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 30px; } .hero-media { max-width: 480px; } }

/* Hero demo card (pure CSS, no assets) */
.demo { background: #0c1230; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 20px 46px rgba(0,0,0,.35); font-size: 13px; }
.demo-bar { display: flex; align-items: center; gap: 7px; padding: 10px 14px; background: rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.1); }
.demo-bar .d { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); }
.demo-bar .t { margin-left: 8px; color: rgba(255,255,255,.55); font-size: 11.5px; letter-spacing: .02em; }
.demo-body { padding: 16px 18px 18px; display: grid; gap: 9px; }
.demo-row { display: flex; gap: 9px; align-items: baseline; color: rgba(255,255,255,.85); line-height: 1.5; }
.demo-row .k { flex: none; font-weight: 800; font-size: 11px; letter-spacing: .05em; color: #a7c4ff; min-width: 44px; }
.demo-row.done .k { color: #7be0a3; }
.demo-row .mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; color: rgba(255,255,255,.72); }
.demo-note { margin: 6px 18px 16px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.55; }

/* Stats band */
.stats-band { background: var(--panel-blue); border-bottom: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 1fr; gap: 14px; padding: 30px 24px; }
.stat { text-align: center; background: #fff; border-radius: var(--radius-lg); padding: 16px 14px; box-shadow: var(--card-shadow); }
.stat-num { font-size: clamp(20px, 2.2vw, 27px); font-weight: 800; color: var(--navy); letter-spacing: -.02em; line-height: 1.1; }
.stat-label { font-size: 12.5px; color: #474e63; margin-top: 6px; line-height: 1.35; }
@media (max-width: 880px) { .stats { grid-template-columns: repeat(3, 1fr); gap: 14px 8px; } }
@media (max-width: 620px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* Awards band (facts from nobledesktop.com/awards, 2026-07-16) */
.awards-band { background: #fff; border-bottom: 1px solid var(--line); padding: 26px 0 30px; }
/* No all-caps label treatments anywhere (owner 2026-07-22) */
.awards-k { text-align: center; margin: 0 0 16px; font-size: 13.5px; font-weight: 700; color: var(--subtle); }
.awards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.awards.awards-slim { grid-template-columns: repeat(4, 1fr); max-width: 980px; margin: 0 auto; }
.award { display: flex; align-items: center; gap: 10px; padding: 4px 6px; }
/* Per-award icon (owner 2026-07-22: no repeated single icon; each award gets
   an award-shaped mark - trophy, laurel, medal, shield, rosette, ribbon.
   No publication logos: we have no licensed assets, so styled marks only. */
.award-i { flex: none; width: 30px; height: 30px; color: var(--accent); background: currentColor; -webkit-mask: var(--pi) center / contain no-repeat; mask: var(--pi) center / contain no-repeat;
  --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='9' r='5'/%3E%3Cpath d='M8.5 13.5 6 21l6-3 6 3-2.5-7.5'/%3E%3C/svg%3E"); }
.ai-trophy { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 4h10v6a5 5 0 0 1-10 0z'/%3E%3Cpath d='M7 6H4v1a4 4 0 0 0 3.2 3.9M17 6h3v1a4 4 0 0 1-3.2 3.9'/%3E%3Cpath d='M12 15v3M8.5 21h7M10 18h4'/%3E%3C/svg%3E"); }
.ai-laurel { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18 3 7.5l5.4 3.7L12 4l3.6 7.2L21 7.5 20 18z'/%3E%3Cpath d='M4 21h16'/%3E%3C/svg%3E"); }
.ai-medal { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3l3 6.2M16 3l-3 6.2M8 3h3l2 4M16 3h-3'/%3E%3Ccircle cx='12' cy='15' r='5.2'/%3E%3Cpath d='M12 12.6l.9 1.8 2 .3-1.4 1.4.3 2-1.8-1-1.8 1 .3-2-1.4-1.4 2-.3z' fill='black' stroke='none'/%3E%3C/svg%3E"); }
.ai-shield { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 2.6v5.2c0 4.4-2.9 7.4-7 9.2-4.1-1.8-7-4.8-7-9.2V5.6z'/%3E%3Cpath d='M12 7.6l1 2 2.2.3-1.6 1.5.4 2.2-2-1.1-2 1.1.4-2.2-1.6-1.5 2.2-.3z' fill='black' stroke='none'/%3E%3C/svg%3E"); }
.ai-rosette { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8l1.7 1.5 2.2-.4.8 2.1 2.1.8-.4 2.2 1.5 1.7-1.5 1.7.4 2.2-2.1.8-.8 2.1-2.2-.4-1.7 1.5-1.7-1.5-2.2.4-.8-2.1-2.1-.8.4-2.2-1.5-1.7 1.5-1.7-.4-2.2 2.1-.8.8-2.1 2.2.4z'/%3E%3Ccircle cx='12' cy='10.7' r='3'/%3E%3Cpath d='M10 18.5V22M14 18.5V22' /%3E%3C/svg%3E"); }
.ai-ribbon { --pi: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8.5' r='5.5'/%3E%3Ccircle cx='12' cy='8.5' r='2.4'/%3E%3Cpath d='M9.2 13.2 7 21l5-2.4L17 21l-2.2-7.8'/%3E%3C/svg%3E"); }
.award-t { min-width: 0; }
.award-t strong { display: block; font-size: 12.8px; line-height: 1.3; color: var(--navy); font-weight: 750; }
.award-t span { display: block; font-size: 11.5px; color: var(--subtle); margin-top: 1px; }
@media (max-width: 1100px) { .awards { grid-template-columns: repeat(3, 1fr); } .awards.awards-slim { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .awards, .awards.awards-slim { grid-template-columns: repeat(2, 1fr); } .award { padding: 2px 0; } }

/* Sections */
.sec { padding: 56px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 70px; }
#top, .hero { scroll-margin-top: 70px; }
.sec.alt { background: var(--panel); }
.sec h2 { font-size: clamp(23px, 2.6vw, 32px); font-weight: 750; color: var(--navy); max-width: 30ch; }
.sec .lead { font-size: 17px; color: var(--muted); max-width: 72ch; margin: 14px 0 0; }

/* Outcome cards: gradient art chips in their category-card palettes */
/* Outcomes: gradient mosaic beside a bullet list (their category-card palettes) */
.oc-cols { display: grid; grid-template-columns: 6fr 6fr; gap: 48px; align-items: center; }
.oc-photo { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--card-shadow); display: block; }
.oc-visual { display: grid; gap: 14px; }
.ocv { display: flex; align-items: center; gap: 16px; border-radius: var(--radius-lg); padding: 26px 24px; color: #fff; box-shadow: var(--card-shadow); }
.ocv svg { width: 30px; height: 30px; flex: none; }
.ocv span { font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
.ocv-a { background: linear-gradient(150deg, #55072b, #3c00bd); }    /* their default header gradient */
.ocv-b { background: linear-gradient(150deg, #00334d, #255b4c); }    /* their digital_marketing gradient */
.ocv-c { background: linear-gradient(150deg, #250b37, #99337a); }    /* their design gradient */
.oc-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 22px; }
/* Marker: lightning bolt in a rounded square. Not a checkmark (owner
   2026-07-20) and not a diagonal arrow (owner 2026-07-22: read as a
   link-out icon). Every item uses the identical marker; the variant
   emphasis is order only. */
.oc { position: relative; padding-left: 44px; }
.oc::before { content: ""; position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-radius: 9px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M13 2 4.8 13.4h5L11 22l8.2-11.4h-5z"/></svg>') center / 15px no-repeat,
    linear-gradient(150deg, var(--accent) 0%, var(--navy-2) 100%);
  box-shadow: 0 3px 9px rgba(37,84,227,.30), inset 0 1px 0 rgba(255,255,255,.28); }
.oc h3 { font-size: 19px; color: var(--navy); margin: 0 0 6px; }
.oc p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.6; }
/* Variant emphasis is the reorder alone (this item is moved to the top by the
   inline JS / build script); no box, so every bullet renders identically. */
.oc.oc-hi { }
@media (max-width: 880px) { .oc-cols { grid-template-columns: 1fr; gap: 26px; } .oc-photo { height: 300px; } }

/* Featured bootcamp (align-items:center balances the short copy column
   against the tall spec card - owner 2026-07-22: box was off alignment) */
.feat-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; margin-top: 8px; }
@media (max-width: 880px) { .feat-grid { grid-template-columns: 1fr; gap: 26px; } }
.feat-card { background: #fff; border-radius: var(--radius-lg); padding: 26px 24px; box-shadow: var(--card-shadow); }
.feat-head { display: flex; align-items: center; gap: 14px; margin: 14px 0 0; }
.feat-art { flex: none; width: 56px; height: 56px; border-radius: var(--radius-lg); overflow: hidden; background: var(--panel-blue); }
.feat-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spec-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.feat-list { list-style: none; margin: 0 0 18px; padding: 0; }
.feat-list li { position: relative; padding: 6px 0 6px 26px; font-size: 15px; color: var(--ink); }
.feat-list li::before { content: "\2713"; position: absolute; left: 0; top: 6px; color: var(--ok); font-weight: 800; }
.feat-price { border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 18px; }
.feat-price .p { font-size: 30px; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.feat-price .p small { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.feat-price .pay { font-size: 13.5px; color: var(--muted); margin-top: 5px; line-height: 1.5; }
.feat-cred { margin: 16px 0 0; font-size: 14px; color: var(--muted); line-height: 1.6; background: #f4f6fb; border-radius: 8px; padding: 10px 14px; }

/* What you'll build: interactive project explorer transplanted from the new
   course-site prototype (select a project -> poster in a browser frame +
   Claude Code terminal steps). Data per page in #wyb-data JSON; posters
   self-hosted in media/proj/ (never hotlinked). */
/* Stage on top, selector tiles in a row beneath (owner 2026-07-22) */
.build-ui { margin-top: 26px; display: grid; gap: 14px; }
.build-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.bl-item { text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; cursor: pointer; font: inherit; color: var(--ink); display: flex; flex-direction: column; justify-content: center; width: 100%; transition: border-color .15s ease, box-shadow .15s ease; }
.bl-item:hover { border-color: var(--accent); }
.bl-item.is-active { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), 0 8px 22px rgba(37,84,227,.12); }
.bl-item strong { display: block; font-size: 14.5px; color: var(--navy); letter-spacing: -.01em; }
.bl-item span { display: block; font-size: 12px; color: var(--subtle); margin-top: 2px; }
.build-stage { min-width: 0; }
.build-frame { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--card-shadow); overflow: hidden; }
.bf-bar { display: flex; align-items: center; gap: 6px; padding: 9px 13px; background: var(--panel); border-bottom: 1px solid var(--line); }
.bf-bar .d { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.bf-url { margin-left: 8px; font-size: 12px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 2px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.build-frame img { display: block; width: 100%; height: auto; }
.build-desc { margin: 0; padding: 12px 16px 14px; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 880px) {
  .build-list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .build-list::-webkit-scrollbar { display: none; }
  .bl-item { flex: none; width: 220px; }
}

/* Full-bleed gradient app-icon art for tiles without downloaded course art */
.tile-art-full { background: none; }
.tile-art-full svg { width: 100%; height: 100%; }

/* GI Bill / veterans section */
.gi-tiles { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gi-fine { margin: 18px 0 0; font-size: 12.5px; color: var(--subtle); line-height: 1.6; max-width: 90ch; }
@media (max-width: 880px) { .gi-tiles { grid-template-columns: 1fr; } }

/* Course tiles */
.lp-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lp-tile { position: relative; border-radius: var(--radius-lg); padding: 20px; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; gap: 9px; background: #fff; box-shadow: var(--card-shadow); transition: box-shadow .15s; }
.lp-tile:hover { box-shadow: 0 0 0 1px var(--accent), 0 8px 28px rgba(37,84,227,.13); text-decoration: none; }
.tile-art { width: 50px; height: 50px; border-radius: 10px; overflow: hidden; background: var(--panel-blue); display: flex; align-items: center; justify-content: center; color: var(--accent); }
.tile-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile-art svg { width: 26px; height: 26px; }
.lp-tile h3 { font-size: 16.5px; color: var(--navy); margin: 0; }
.lp-tile p { font-size: 13.8px; color: var(--muted); flex: 1; margin: 0; line-height: 1.55; }
.tile-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.lp-tile .go { color: var(--accent); font-weight: 700; font-size: 14px; margin-top: 2px; }
.lp-tile .go::after { content: " \203A"; }
.lp-tile-all { background: var(--panel); box-shadow: 0 0 0 1px var(--line); }
.lp-tile.tile-hi { }
/* Lead tile: "Most popular" tag in Noble blue + accent ring */
.lp-tile-featured { box-shadow: 0 10px 30px rgba(7,15,33,.10); }
.tile-tag { position: absolute; top: 16px; right: 16px; background: var(--accent); color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: .02em; border-radius: 50em; padding: 4px 11px; }
@media (max-width: 1100px) { .lp-tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 880px) { .lp-tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .lp-tiles { grid-template-columns: 1fr; } }

/* Build ladder (bootcamp page) */
.ladder { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rung { border-radius: var(--radius-lg); padding: 22px 20px; background: #fff; box-shadow: var(--card-shadow); }
.rung-num { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(150deg, var(--hero-a), var(--hero-b)); color: #fff; font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.rung-name { font-size: 17px; font-weight: 750; color: var(--navy); margin: 0 0 8px; }
.rung p { margin: 0; font-size: 13.8px; color: var(--muted); line-height: 1.55; }
.rung .ship { display: block; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 12.5px; font-weight: 700; color: var(--ok); }
@media (max-width: 1100px) { .ladder { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .ladder { grid-template-columns: 1fr; } }

/* Checklist bullets */
.bullets { margin: 22px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; max-width: 84ch; }
.bullets li { position: relative; padding-left: 26px; font-size: 15px; color: var(--ink); }
.bullets li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 800; }
@media (max-width: 880px) { .bullets { grid-template-columns: 1fr; } }

/* Why Noble (facts from nobledesktop.com/benefits, 2026-07-16) */
.why-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.why { display: flex; align-items: flex-start; gap: 13px; background: #fff; border-radius: var(--radius-lg); padding: 16px 18px; box-shadow: var(--card-shadow); }
.why-i { flex: none; width: 40px; height: 40px; border-radius: 9px; background: var(--panel-blue); display: flex; align-items: center; justify-content: center; color: var(--accent); }
.why-i svg { width: 21px; height: 21px; }
.why-t strong { display: block; font-size: 14.5px; color: var(--navy); }
.why-t span { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; line-height: 1.5; }
@media (max-width: 1100px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .why-grid { grid-template-columns: 1fr; } }

/* FAQ */
.lp-faq h2 { margin-bottom: 20px; }
.lp-faq details { border-radius: var(--radius-lg); margin-bottom: 10px; background: #fff; box-shadow: var(--card-shadow); }
.lp-faq summary { padding: 16px 20px; font-weight: 700; cursor: pointer; color: var(--navy); font-size: 16px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; font-size: 20px; color: var(--accent); font-weight: 400; flex: none; }
.lp-faq details[open] summary::after { content: "\2013"; }
.lp-faq .a { padding: 0 20px 18px; color: var(--muted); font-size: 15.5px; }

/* CTA: same brand gradient as the hero */
.cta { position: relative; overflow: hidden; background: var(--hero-glow), linear-gradient(160deg, var(--hero-a) 0%, var(--hero-b) 100%); color: #fff; padding: 60px 0; scroll-margin-top: 70px; }
.cta-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta h2 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; max-width: 22ch; }
.cta p { color: rgba(255,255,255,.88); font-size: 16px; margin: 12px 0 0; max-width: 60ch; }
.cta-card { background: #fff; border-radius: var(--radius-lg); padding: 24px; box-shadow: 0 18px 44px rgba(0,0,0,.30); }
.cta-card .btn { width: 100%; }
.cta-contact { margin-top: 18px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.cta-contact a { color: var(--accent); text-decoration: underline; display: inline-block; padding: 10px 2px; margin: -8px 0; }
@media (max-width: 880px) { .cta-inner { grid-template-columns: 1fr; } }

/* Footer: white to match the header (owner 2026-07-22) */
.ft { background: #fff; border-top: 1px solid var(--line); color: var(--muted); padding: 28px 0; font-size: 12.5px; }
.ft p { margin: 0; }
.ft-note { margin-top: 6px; color: var(--muted); }
.ft a { color: var(--accent); text-decoration: underline; display: inline-block; padding: 12px 3px; margin: -10px -1px; }

/* Responsive nav + hero */
@media (max-width: 880px) {
  .nav-links { display: none; width: 100%; flex-direction: column; order: 3; }
  .nav.open .nav-links { display: flex; }
  /* 44px+ tap targets in the opened mobile menu */
  .nav-links a { padding: 13px 10px; font-size: 14px; }
  .nav-cta { display: none; }
  .nav.open .nav-cta { display: inline-flex; order: 4; min-height: 44px; }
  .nav-toggle { display: block; }
  .nav-inner { flex-wrap: wrap; padding: 13px 24px; }
  .hero { padding: 56px 0 48px; }
}
