/* ==========================================================================
   FRAME IGNITE — professional editorial system
   Single stylesheet. Teal-forward, card-based, generous whitespace.
   ========================================================================== */

:root {
  --brand: #3c6e71;
  --brand-600: #325c5f;
  --brand-700: #284b4d;
  --brand-800: #1c3638;
  --brand-tint: #e7f0f0;
  --brand-tint-2: #d3e4e3;

  --accent: #c96f3e;
  --accent-600: #a85a30;

  --ink: #15242a;
  --ink-2: #1e3338;
  --ink-3: #2b464a;
  --paper: #fbfbfa;
  --paper-2: #f0f4f3;
  --white: #ffffff;

  --muted: #93a6a3;
  --muted-on-light: #57696a;
  --line-light: #dfe6e4;
  --line-dark: #34505387;
  --error: #c0392b;

  --font-display: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --wrap: 1240px;
  --gutter: 24px;
  --header-h: 76px;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --hair-dark: 1px solid var(--line-dark);
  --hair-light: 1px solid var(--line-light);
  --measure: 66ch;
  --shadow-sm: 0 1px 2px rgba(21, 36, 42, .06), 0 1px 1px rgba(21, 36, 42, .04);
  --shadow-md: 0 12px 28px -12px rgba(21, 36, 42, .22);
  --shadow-lg: 0 28px 60px -20px rgba(21, 36, 42, .32);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  text-wrap: pretty;
  scroll-behavior: auto;
}
html { scroll-padding-top: calc(var(--header-h) + 20px); }
img, svg { max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; }
a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .15s ease; }
a:hover { color: var(--accent); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--brand); color: var(--white); padding: 12px 18px;
  font-family: var(--font-mono); font-size: .8125rem; text-transform: uppercase;
  letter-spacing: .12em; text-decoration: none; border-radius: var(--radius-pill);
  transition: top .12s ease;
}
.skip-link:focus { top: 12px; }
.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;
}

/* ---------- layout primitives ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 8vw, 120px) 0; }
.section--dark { background: var(--brand-800); color: var(--paper); }
.section--light { background: var(--white); color: var(--ink); }
.section--band { background: var(--paper-2); color: var(--ink); }
.section--dark a { color: #9fd4d6; }
.section--dark a:hover { color: var(--white); }

.mono {
  font-family: var(--font-mono); font-size: .78125rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .1em;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px;
  padding: 6px 14px 6px 8px; color: var(--brand-700); background: var(--brand-tint);
  border-radius: var(--radius-pill);
}
.eyebrow__idx {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: var(--brand); color: var(--white);
  font-size: .6875rem;
}
.section--dark .eyebrow { background: rgba(255,255,255,.08); color: #bcdcdd; }
.section--dark .eyebrow__idx { background: var(--accent); color: var(--white); }
.eyebrow__rule { display: none; }

.h1 { font-size: clamp(2.6rem, 6.6vw, 4.25rem); letter-spacing: -0.03em; }
h2, .h2 { font-size: clamp(1.85rem, 3.4vw, 2.6rem); letter-spacing: -0.02em; }
h3, .h3 { font-size: clamp(1.15rem, 1.6vw, 1.3125rem); font-weight: 700; letter-spacing: -0.01em; }
.lede { margin: 16px 0 0; max-width: 58ch; color: var(--muted-on-light); font-size: 1.125rem; }
.section--dark .lede { color: #a9c4c4; }
.section-head { margin-bottom: clamp(36px, 5vw, 56px); max-width: 760px; }
.section-head--wide { max-width: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 26px; border: 1px solid transparent;
  border-radius: var(--radius-pill); font-family: var(--font-body); font-size: .9375rem;
  font-weight: 600; letter-spacing: -0.005em;
  text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn--primary { background: var(--brand); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--brand-600); color: var(--white); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.3); }
.btn--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); color: var(--white); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: var(--brand-800); color: var(--white); }
.btn--outline-light { background: var(--white); color: var(--brand-700); border-color: var(--line-light); }
.btn--outline-light:hover { border-color: var(--brand); color: var(--brand); }
.btn[disabled] { opacity: .6; cursor: default; }

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  min-height: var(--header-h);
  background: rgba(251, 251, 250, .9); color: var(--ink);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(10px);
  transition: box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
}
.header--scrolled { box-shadow: 0 8px 24px -16px rgba(21, 36, 42, .35); border-bottom-color: var(--line-light); background: rgba(251, 251, 250, .97); }
.header__inner { display: flex; align-items: center; gap: 24px; min-height: var(--header-h); }
.header__logo { display: inline-flex; align-items: center; padding: 17px; margin-left: -17px; text-decoration: none; color: var(--brand); }
.header__logo svg { display: block; height: 30px; width: auto; }
.header__nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav__link {
  display: block; padding: 10px 16px; color: var(--muted-on-light); text-decoration: none;
  font-family: var(--font-body); font-size: .9375rem; font-weight: 500;
  border-radius: var(--radius-pill);
  transition: color .12s ease, background-color .12s ease;
}
.nav__link:hover { color: var(--ink); background: var(--paper-2); }
.nav__link[aria-current="true"], .nav__link.is-active { color: var(--brand-700); background: var(--brand-tint); }
.header__cta { margin-left: 14px; background: var(--brand); color: var(--white); }
.header__cta:hover { background: var(--brand-600); color: var(--white); }
.header__toggle {
  display: none; margin-left: auto; align-items: center; gap: 10px;
  background: var(--paper-2); border: 1px solid var(--line-light); border-radius: var(--radius-pill);
  padding: 10px 16px; min-height: 44px; cursor: pointer;
  font-family: var(--font-body); font-size: .875rem; font-weight: 500;
  color: var(--ink);
}
.header__toggle-bars { display: grid; gap: 4px; width: 16px; }
.header__toggle-bars span { display: block; height: 1.5px; background: currentColor; }

.overlay {
  position: fixed; inset: 0; z-index: 99; display: none;
  background: var(--brand-800); padding: calc(var(--header-h) + 24px) var(--gutter) 32px;
  overflow-y: auto;
}
.overlay.is-open { display: block; }
.overlay__list { list-style: none; display: grid; gap: 4px; }
.overlay__list li { border-bottom: 1px solid rgba(255,255,255,.12); }
.overlay__link {
  display: flex; align-items: baseline; gap: 14px; padding: 20px 6px;
  color: var(--white); text-decoration: none;
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
}
.overlay__link span { font-family: var(--font-mono); font-size: .75rem; color: #9fd4d6; letter-spacing: .12em; }
.overlay__cta { margin-top: 28px; display: grid; }
.overlay__cta .btn { background: var(--accent); color: var(--white); }
body.is-locked { overflow: hidden; }

/* ---------- hero ---------- */
.hero {
  background: linear-gradient(160deg, var(--brand-800) 0%, var(--brand-700) 46%, var(--brand-600) 100%);
  color: var(--paper); padding: clamp(56px, 8vw, 108px) 0 0;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto auto; width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(201,111,62,.28), transparent 70%); pointer-events: none;
}
.hero__strip { display: none; }
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: clamp(40px, 5vw, 80px); align-items: start;
  padding-bottom: clamp(56px, 7vw, 96px);
}
.hero__eyebrow { display: inline-flex; color: #bcdcdd; margin-bottom: 22px; background: rgba(255,255,255,.08); padding: 6px 14px; border-radius: var(--radius-pill); }
.hero__title { margin-bottom: 22px; }
.hero__title-main { display: block; font-size: clamp(2.6rem, 6.4vw, 4.1rem); font-weight: 800; letter-spacing: -0.03em; color: var(--white); }
.hero__title-main .zero { color: var(--accent); }
.hero__title-sub { display: block; margin-top: 14px; font-size: clamp(1.25rem, 2.6vw, 1.75rem); font-weight: 600; letter-spacing: -0.015em; color: #cfe4e4; }
.hero__sub { max-width: 54ch; color: #cfe4e4; font-size: 1.0625rem; }
.hero__sub strong { color: var(--white); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__trust { margin-top: 26px; color: #9fd4d6; }

/* hero visual: photo + CTA card */
.hero__visual { display: grid; gap: 14px; }
.hero__media {
  border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow-lg); line-height: 0;
}
.hero__media img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; }

/* hero highlight cards — replaces the old render pipeline console */
.hero__cards { display: grid; gap: 14px; }
.hero__card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius); padding: 20px 22px; backdrop-filter: blur(6px);
  display: flex; align-items: center; gap: 16px;
}
.hero__card-num { font-family: var(--font-display); font-weight: 800; font-size: 1.75rem; color: var(--accent); flex: 0 0 auto; }
.hero__card-body h3 { color: var(--white); font-size: 1rem; margin-bottom: 4px; }
.hero__card-body p { color: #b6d6d6; font-size: .875rem; margin: 0; }
.hero__card--cta {
  background: var(--accent); border-color: var(--accent); display: block; text-align: left;
}
.hero__card--cta .mono { color: rgba(255,255,255,.8); }
.hero__card--cta strong { display: block; color: var(--white); font-size: 1.0625rem; margin-top: 6px; }

.ticker { display: none; }

/* ---------- overview ---------- */
.about__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.about__prose {
  grid-column: span 2; background: var(--white); border: var(--hair-light); border-radius: var(--radius-lg);
  padding: clamp(28px, 3.4vw, 44px); box-shadow: var(--shadow-sm);
}
.about__prose h3 { margin: 30px 0 8px; color: var(--brand-700); }
.about__prose h3:first-child { margin-top: 0; }
.spec {
  border-radius: var(--radius-lg); background: var(--brand); color: var(--white); overflow: hidden;
  display: flex; flex-direction: column;
}
.spec__head { padding: 20px 22px 4px; color: #cfe4e4; }
.spec__list { list-style: none; padding: 8px 22px 22px; flex: 1; }
.spec__list li { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.spec__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.spec__k { color: #bcdcdd; font-family: var(--font-mono); font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; }
.spec__v { text-align: right; font-weight: 600; font-size: .9375rem; color: var(--white); }

.runs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: clamp(40px, 5vw, 64px); counter-reset: run; }
.run {
  position: relative; border: var(--hair-light); border-radius: var(--radius); background: var(--paper-2);
  padding: 28px 24px 24px; counter-increment: run;
}
.run::before {
  content: counter(run, decimal-leading-zero);
  position: absolute; top: -18px; left: 24px; display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: var(--white);
  font-family: var(--font-mono); font-size: .8125rem;
}
.run__idx { display: none; }
.run h3 { margin: 14px 0 8px; }
.run p { color: var(--muted-on-light); font-size: .9375rem; }

/* ---------- fit ---------- */
.fit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.fit__col { border-radius: var(--radius-lg); padding: clamp(26px, 3vw, 38px); }
.fit__col--yes { background: var(--brand-tint); border: 1px solid var(--brand-tint-2); }
.fit__col--no { background: var(--paper-2); border: var(--hair-light); }
.fit__head { padding-bottom: 16px; margin-bottom: 10px; }
.fit__col--yes .fit__head { color: var(--brand-700); }
.fit__col--no .fit__head { color: var(--muted-on-light); }
.fit__list { list-style: none; }
.fit__list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(21,36,42,.08); font-size: 1rem; align-items: flex-start; }
.fit__list li:last-child { border-bottom: 0; }
.fit__mark {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%; font-family: var(--font-mono); font-size: .8125rem; margin-top: 1px;
}
.fit__col--yes .fit__mark { background: var(--brand); color: var(--white); }
.fit__col--no .fit__mark { background: #e3e9e8; color: var(--muted-on-light); }
.fit__col--yes li { color: var(--ink); }
.fit__col--no li { color: var(--muted-on-light); }

/* ---------- advantages (bento) ---------- */
.adv { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.adv__card {
  background: var(--white); border: var(--hair-light); border-radius: var(--radius);
  padding: clamp(24px, 2.4vw, 30px); box-shadow: var(--shadow-sm); transition: box-shadow .15s ease, transform .15s ease;
  grid-column: span 2;
}
.adv__card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.adv__card:nth-child(1) { grid-column: span 3; background: var(--brand); color: var(--white); border-color: var(--brand); }
.adv__card:nth-child(1) .adv__icon { color: var(--white); }
.adv__card:nth-child(1) p { color: #cfe4e4; }
.adv__card:nth-child(4) { grid-column: span 3; }
.adv__icon { width: 30px; height: 30px; margin-bottom: 18px; color: var(--brand); }
.adv__card h3 { margin-bottom: 10px; }
.adv__card p { color: var(--muted-on-light); font-size: .9375rem; }

/* ---------- program modules (vertical stepper, replaces render timeline) ---------- */
.tl { position: relative; }
.tl__ruler, .tl__playhead { display: none; }
.tl__track {
  list-style: none; display: grid; gap: 12px; border-left: 2px solid rgba(255,255,255,.14); padding-left: clamp(20px, 3vw, 32px);
}
.tl__clip {
  position: relative; display: block; width: 100%; text-align: left;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius);
  padding: 18px 20px; cursor: pointer; color: var(--paper);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px;
  transition: background-color .15s ease, border-color .15s ease;
}
.tl__clip::before {
  content: ""; position: absolute; top: 50%; left: calc(-1 * clamp(20px, 3vw, 32px) - 6px);
  width: 11px; height: 11px; border-radius: 50%; background: var(--ink-3); border: 2px solid var(--brand-800);
  transform: translateY(-50%);
}
.tl__clip:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22); }
.tl__clip[aria-expanded="true"] { background: rgba(201,111,62,.14); border-color: var(--accent); }
.tl__clip[aria-expanded="true"]::before { background: var(--accent); }
.tl__tc { display: none; }
.tl__no {
  display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: #9fd4d6; font-family: var(--font-mono); font-size: .75rem;
}
.tl__clip[aria-expanded="true"] .tl__no { background: var(--accent); color: var(--white); }
.tl__name { font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; line-height: 1.25; letter-spacing: -0.01em; }
.tl__meta { display: flex; align-items: center; gap: 10px; justify-self: end; }
.tl__bar { display: none; }
.tl__chip { border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-pill); padding: 5px 12px; color: #9fd4d6; font-family: var(--font-mono); font-size: .6875rem; letter-spacing: .08em; }
.tl__clip[aria-expanded="true"] .tl__chip { border-color: var(--accent); color: var(--white); background: var(--accent); }

.tl__panels { margin-top: 4px; }
.tl__panel { display: none; padding: 22px clamp(20px, 3vw, 32px) 4px clamp(52px, 7vw, 64px); }
.tl__panel.is-open { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); gap: clamp(24px, 4vw, 48px); }
.tl__panel h3 { margin-bottom: 6px; color: var(--white); }
.tl__panel-tc { color: #9fd4d6; margin-bottom: 14px; }
.tl__lessons { list-style: none; counter-reset: l; }
.tl__lessons li {
  counter-increment: l; display: grid; grid-template-columns: 30px 1fr; gap: 12px;
  padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: var(--paper); font-size: .9375rem;
}
.tl__lessons li::before { content: counter(l, decimal-leading-zero); color: #9fd4d6; font-family: var(--font-mono); font-size: .75rem; letter-spacing: .1em; }
.tl__deliver { background: rgba(255,255,255,.06); border: 1px solid var(--accent); border-radius: var(--radius); padding: 18px; align-self: start; }
.tl__deliver .mono { color: var(--accent); }
.tl__deliver p { margin-top: 10px; font-size: 1rem; color: var(--white); }

.bonus { display: grid; grid-template-columns: minmax(0, 240px) minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); margin-top: 44px; padding: clamp(24px, 3vw, 34px); border-radius: var(--radius-lg); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.bonus__label { color: #9fd4d6; }
.bonus__list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.bonus__list li { display: flex; gap: 10px; color: var(--paper); font-size: .9375rem; align-items: baseline; }
.bonus .bonus__label.mono { color: #9fd4d6; }
.bonus__list li::before { content: "→"; color: var(--accent); font-family: var(--font-mono); }
.callout { margin-top: 32px; border-radius: var(--radius-lg); background: var(--accent); padding: clamp(24px, 3vw, 32px); color: var(--white); }
.callout p { font-size: 1.0625rem; }
.callout p + p { color: rgba(255,255,255,.85); }
.callout__link { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; color: var(--white); }

/* ---------- tools (card grid, replaces bordered table) ---------- */
.tools__table { border-collapse: collapse; display: block; }
.tools__table caption {
  display: flex; align-items: center; gap: 10px; text-align: left;
  margin-bottom: 26px; padding-bottom: 16px; border-bottom: var(--hair-light);
  color: var(--brand-700); font-family: var(--font-mono); font-size: .75rem;
  font-weight: 500; text-transform: uppercase; letter-spacing: .1em;
}
.tools__table caption::before {
  content: ""; flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--brand);
}
.tools__table thead { display: none; }
.tools__table tbody { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tools__table tr {
  display: block; background: var(--white); border: var(--hair-light); border-radius: var(--radius);
  padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.tools__table th, .tools__table td { display: block; padding: 0; text-align: left; vertical-align: top; font-size: .9375rem; border: 0; }
.tools__table tbody th { font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; color: var(--brand-700); margin-bottom: 10px; }
.tools__table td { margin-top: 10px; color: var(--muted-on-light); }
.tools__table td::before {
  content: attr(data-label); display: block; margin-bottom: 3px;
  font-family: var(--font-mono); font-size: .625rem; text-transform: uppercase;
  letter-spacing: .1em; color: var(--brand);
}
.tools__table td:last-child { font-family: var(--font-mono); font-size: .8125rem; color: var(--ink); }

.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 40px; }
.tier { border: var(--hair-light); border-radius: var(--radius-lg); background: var(--white); padding: 26px; box-shadow: var(--shadow-sm); }
.tier:nth-child(2) { background: var(--brand); border-color: var(--brand); color: var(--white); box-shadow: var(--shadow-md); transform: translateY(-6px); }
.tier:nth-child(2) .tier__label, .tier:nth-child(2) p { color: #cfe4e4; }
.tier__label { color: var(--muted-on-light); }
.tier__price { display: block; margin: 10px 0 8px; font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; }
.tier p { color: var(--muted-on-light); font-size: .875rem; }
.notes { margin-top: 32px; display: grid; gap: 14px; max-width: var(--measure); }
.notes p { color: var(--muted-on-light); font-size: .875rem; }

/* ---------- numbers ---------- */
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; background: rgba(255,255,255,.12); border-radius: var(--radius-lg); overflow: hidden; }
.stat { background: var(--brand-800); padding: clamp(28px, 3vw, 38px); }
.stat__fig { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3rem); letter-spacing: -0.03em; line-height: 1; color: var(--white); }
.stat__label { display: block; margin: 14px 0 8px; color: var(--accent); }
.stat__note { color: #9fd4d6; font-size: .875rem; }
.numbers__foot { margin-top: 32px; display: grid; gap: 12px; max-width: var(--measure); }
.numbers__foot .mono { color: #9fd4d6; }
.numbers__foot p { color: #a9c4c4; font-size: .9375rem; }

/* ---------- enrollment steps (connected stepper) ---------- */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; position: relative; }
.steps::before { content: ""; position: absolute; top: 19px; left: 8%; right: 8%; height: 2px; background: var(--line-light); z-index: 0; }
.step { position: relative; padding-top: 54px; }
.step::before {
  content: ""; position: absolute; top: 0; left: 0; width: 38px; height: 38px; border-radius: 50%;
  background: var(--brand); border: 4px solid var(--paper-2); z-index: 1;
}
.step__idx { display: none; }
.step h3 { margin: 0 0 8px; }
.step p { color: var(--muted-on-light); font-size: .9375rem; }
.enroll__note { margin-top: 36px; padding-top: 20px; border-top: var(--hair-light); color: var(--muted-on-light); font-size: .9375rem; max-width: var(--measure); }

/* ---------- form ---------- */
.reg__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.form {
  display: grid; gap: 20px; background: var(--white); border-radius: var(--radius-lg);
  padding: clamp(26px, 3.2vw, 40px); box-shadow: var(--shadow-md);
}
.form__row { display: grid; gap: 8px; }
.form__row--2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form label { font-family: var(--font-body); font-size: .8125rem; font-weight: 600; color: var(--brand-700); }
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form select, .form textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; font-family: var(--font-body); font-size: 1rem;
  color: var(--ink); background: var(--paper-2); border: 1px solid var(--line-light); border-radius: var(--radius-sm);
  transition: border-color .12s ease, background-color .12s ease;
}
.form textarea { min-height: 110px; resize: vertical; }
.form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted-on-light) 50%), linear-gradient(135deg, var(--muted-on-light) 50%, transparent 50%); background-position: calc(100% - 20px) 21px, calc(100% - 15px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.form input:hover, .form select:hover, .form textarea:hover { border-color: var(--brand); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--brand); background: var(--white); }
.form [aria-invalid="true"] { border-color: var(--error); }
.form__hint { color: var(--muted-on-light); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .06em; }
.form__err { display: none; color: var(--error); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .06em; }
.form__err.is-shown { display: block; }
.form__count { justify-self: end; color: var(--muted-on-light); font-family: var(--font-mono); font-size: .75rem; }
.form__check { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; }
.form__check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--brand); }
.form__check label { font-family: var(--font-body); font-size: .9375rem; font-weight: 400; color: var(--ink); line-height: 1.5; }
.form__honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__summary { display: none; border-radius: var(--radius-sm); background: #fbeae7; padding: 14px 16px; color: var(--error); font-size: .9375rem; }
.form__summary.is-shown { display: block; }
.form__submit { display: grid; gap: 12px; justify-items: start; }
.form__submit .mono { color: var(--muted-on-light); text-transform: none; letter-spacing: .02em; font-size: .8125rem; max-width: 52ch; line-height: 1.6; font-family: var(--font-body); }
.reassure { border-radius: var(--radius-lg); background: var(--brand-tint); padding: clamp(24px, 3vw, 32px); }
.reassure__head { color: var(--brand-700); padding-bottom: 14px; }
.reassure__list { list-style: none; }
.reassure__list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--brand-tint-2); font-size: .9375rem; align-items: flex-start; color: var(--ink); }
.reassure__list li:last-child { border-bottom: 0; }
.reassure__list li::before { content: "✓"; color: var(--brand); font-family: var(--font-mono); font-weight: 700; }
.reassure a { color: var(--brand-700); }
.reassure a:hover { color: var(--accent-600); }

/* ---------- faq ---------- */
.faq { max-width: 900px; display: grid; gap: 12px; }
.faq details { border-radius: var(--radius); background: var(--paper-2); overflow: hidden; transition: background-color .12s ease; }
.faq details[open] { background: var(--white); box-shadow: var(--shadow-sm); }
.faq summary { display: grid; grid-template-columns: 1fr 30px; gap: 16px; align-items: center; padding: 20px 22px; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-mono); color: var(--white); background: var(--brand);
  border-radius: 50%; width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
  text-align: center; font-size: 1rem;
}
.faq details[open] summary::after { content: "−"; background: var(--accent); }
.faq summary:hover { color: var(--brand-700); }
.faq__body { padding: 0 22px 24px; max-width: var(--measure); }
.faq__body p { color: var(--muted-on-light); font-size: .9375rem; }
.faq__body p + p { margin-top: .8em; }

/* ---------- company ---------- */
.company__grid { display: grid; grid-template-columns: minmax(0, 220px) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.company__logo { color: var(--white); background: rgba(255,255,255,.06); border-radius: var(--radius); padding: 28px; }
.company__logo svg { height: 36px; width: auto; }
.company__prose { max-width: var(--measure); }
.company__prose p { color: #cfe4e4; }
.details {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px; background: rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; margin-top: 28px;
}
.details div { background: var(--brand-800); padding: 16px 18px; }
.details dt { color: #9fd4d6; font-family: var(--font-mono); font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; }
.details dd { margin: 8px 0 0; font-size: .9375rem; color: var(--white); }
.company__link { display: inline-block; margin-top: 24px; font-family: var(--font-mono); font-size: .8125rem; text-transform: uppercase; letter-spacing: .1em; }

/* ---------- final CTA ---------- */
.final { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-700) 100%); color: var(--white); }
.final__inner { display: grid; gap: 22px; justify-items: start; text-align: left; }
.final h2 { max-width: 22ch; color: var(--white); }
.final p { font-size: 1.125rem; max-width: 46ch; color: #d7ebea; }
.final p.mono { font-size: .8125rem; color: #b6d6d6; }
.final p.mono a { color: var(--white); }
.final .btn--dark { background: var(--white); color: var(--brand-700); }
.final .btn--dark:hover { background: var(--paper-2); color: var(--brand-800); }

/* ---------- footer (unique layout: brand band + rail nav) ---------- */
.footer { background: var(--ink); color: var(--paper); }
.footer__brandband {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(40px, 5vw, 56px) 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer__brand { display: flex; align-items: center; gap: 18px; }
.footer__brand svg { height: 38px; width: auto; color: var(--white); }
.footer__brand p { margin: 0; color: var(--muted); font-size: .875rem; max-width: 38ch; }
.footer__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.footer__cta .btn--primary { background: var(--accent); }
.footer__cta .btn--primary:hover { background: var(--accent-600); }

.footer__rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding: clamp(40px, 5vw, 56px) 0; }
.footer__col { padding: 0 clamp(16px, 2vw, 32px); border-left: 1px solid rgba(255,255,255,.1); }
.footer__col:first-child { padding-left: 0; border-left: 0; }
.footer__col h2 { font-size: .75rem; font-family: var(--font-mono); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: #9fd4d6; margin-bottom: 18px; }
.footer__col ul { list-style: none; display: grid; gap: 12px; }
.footer__col a, .footer__col button.footer__linkbtn {
  color: var(--paper); text-decoration: none; font-size: .9375rem; background: none; border: 0; padding: 0; cursor: pointer; text-align: left;
}
.footer__col a:hover, .footer__col button.footer__linkbtn:hover { color: var(--accent); }
.footer__legal-data { display: grid; gap: 10px; color: var(--muted); font-family: var(--font-mono); font-size: 1rem; line-height: 1.7; letter-spacing: .04em; }
.footer__legal-data a { color: #9fd4d6; }

.footer__disclaimer { border-radius: var(--radius-lg); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); padding: clamp(24px, 3vw, 34px); margin: 8px 0 40px; }
.footer__disclaimer h2 { font-family: var(--font-mono); font-size: .8125rem; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: var(--accent); margin-bottom: 16px; }
.footer__disclaimer p { color: var(--muted); font-size: .875rem; max-width: 92ch; }
.footer__disclaimer p + p { margin-top: .9em; }
.footer__disclaimer strong { color: var(--paper); font-weight: 600; }

.footer__t3 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; padding: 22px 0 32px; border-top: 1px solid rgba(255,255,255,.1); color: var(--muted); }

/* legacy hooks kept for JS compatibility, visually unused now */
.footer__buttons { display: none; }

/* ---------- consent ---------- */
.consent {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; display: none;
}
.consent.is-open { display: flex; justify-content: center; padding: 0 var(--gutter) 20px; }
.consent__inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 24px; align-items: center;
  padding: 20px 24px; max-width: 980px; width: 100%;
  background: var(--ink); color: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
}
.consent p { font-size: .9375rem; color: var(--muted); max-width: 76ch; margin: 0; }
.consent p a { color: #9fd4d6; }
.consent__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.consent .btn--ghost { color: var(--paper); }
.consent__link { font-family: var(--font-mono); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: #9fd4d6; }

/* ---------- thank you + legal pages ---------- */
.page { padding: clamp(56px, 7vw, 104px) 0; }
.thanks { max-width: 640px; margin: 0 auto; text-align: center; }
.thanks__check { width: 64px; height: 64px; color: var(--brand); margin: 0 auto 28px; display: block; }
.thanks h1 { font-size: clamp(2.2rem, 5vw, 3.25rem); }
.thanks p { margin-top: 20px; color: var(--muted-on-light); }
.thanks__steps { list-style: none; text-align: left; margin: 36px 0 0; border-top: var(--hair-light); }
.thanks__steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 16px 0; border-bottom: var(--hair-light); font-size: .9375rem; }
.thanks__steps li span { color: var(--muted-on-light); font-family: var(--font-mono); font-size: .75rem; letter-spacing: .1em; }
.thanks__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 36px; }

.doc { max-width: var(--measure); }
.doc__meta { display: grid; gap: 8px; margin: 24px 0 40px; padding: 18px 22px; border-radius: var(--radius); background: var(--brand-tint); color: var(--brand-700); }
.doc h2 { font-size: clamp(1.3rem, 2.2vw, 1.625rem); margin: 44px 0 12px; color: var(--brand-700); }
.doc h2:first-of-type { margin-top: 0; }
.doc h3 { margin: 28px 0 8px; }
.doc p, .doc li { color: var(--ink); }
.doc ul { list-style: none; margin: 12px 0; display: grid; gap: 10px; }
.doc ul li { position: relative; padding-left: 28px; font-size: 1rem; }
.doc ul li::before { content: "—"; position: absolute; left: 0; top: 0; color: var(--brand); font-family: var(--font-mono); font-size: .8125rem; }
.doc__toc { list-style: none; display: grid; gap: 8px; margin: 0 0 44px; padding: 20px; border-radius: var(--radius); background: var(--paper-2); }
.doc__toc a { font-size: .9375rem; }

.contact__card { border-radius: var(--radius-lg); background: var(--white); border: var(--hair-light); box-shadow: var(--shadow-sm); padding: clamp(24px, 3vw, 36px); max-width: 720px; }
.contact__mail { display: inline-block; margin: 8px 0 28px; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.25rem, 3vw, 1.75rem); letter-spacing: -0.01em; color: var(--brand-700); }
.contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--line-light); border-radius: var(--radius); overflow: hidden; }
.contact__grid div { background: var(--paper-2); padding: 16px 18px; }
.contact__grid dt { color: var(--muted-on-light); font-family: var(--font-mono); font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; }
.contact__grid dd { margin: 8px 0 0; font-size: .9375rem; }

/* ---------- reveal / motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
  .reveal.is-in { opacity: 1; transform: none; }
}

/* ---------- breakpoints ---------- */
@media (max-width: 1200px) {
  .adv { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adv__card, .adv__card:nth-child(1), .adv__card:nth-child(4) { grid-column: span 1; }
}
@media (max-width: 992px) {
  .hero__grid { grid-template-columns: 1fr; }
  .about__grid { grid-template-columns: 1fr; }
  .about__prose { grid-column: 1; }
  .reg__grid, .company__grid { grid-template-columns: 1fr; }
  .runs, .tiers, .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tools__table tbody { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .steps::before { display: none; }
  .footer__brandband { flex-direction: column; align-items: flex-start; }
  .footer__rail { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

  /* header → overlay nav */
  .header__nav, .header__cta { display: none; }
  .header__toggle { display: flex; }
}
@media (max-width: 768px) {
  :root { --gutter: 16px; }
  .header__logo svg { height: 26px; }
  .fit, .adv, .runs, .tiers, .stats, .bonus, .form__row--2, .details, .contact__grid { grid-template-columns: 1fr; }
  .tools__table tbody { grid-template-columns: 1fr; }
  .bonus__list { grid-template-columns: 1fr; }
  .consent__inner { flex-direction: column; align-items: flex-start; }
  .footer__rail { grid-template-columns: 1fr; }
  .footer__col { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; }
  .footer__col:first-child { border-top: 0; padding-top: 0; }
  .btn { width: auto; }
  .tl__panel { padding-left: clamp(20px, 6vw, 32px); }
  .tl__panel.is-open { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero__title-main { font-size: clamp(2.4rem, 12vw, 3rem); }
  .hero__actions .btn { width: 100%; }
  .final__inner .btn { width: 100%; }
  .tl__clip { grid-template-columns: auto 1fr; }
  .tl__meta { grid-column: 1 / -1; justify-self: start; margin-top: 8px; }
}

/* ---------- print ---------- */
@media print {
  .header, .footer__buttons, .consent, .overlay, .hero__actions { display: none; }
  body { background: #fff; color: #000; }
}
