/* ==========================================================================
   FRAME IGNITE — modern professional system
   Clean SaaS-style layout: soft cards, rounded geometry, bento grids,
   split layouts. Primary #d72511 on slate neutrals. Single stylesheet.
   ========================================================================== */

:root {
  --brand: #d72511;
  --brand-600: #b81e0d;
  --brand-700: #8f170a;
  --brand-800: #5e0f06;
  --brand-50: #fef2f0;
  --brand-100: #fde0db;
  --brand-200: #fbc2b9;

  --ink: #14171c;
  --ink-2: #1c2027;
  --ink-3: #2a303a;
  --slate: #566070;
  --slate-2: #6b7482;
  --mist: #a4adba;
  --line: #e4e7ec;
  --line-dark: rgba(255,255,255,.12);
  --bg: #ffffff;
  --bg-soft: #f6f7f9;
  --white: #ffffff;
  --error: #b3261e;

  --font-display: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  --wrap: 1200px;
  --gutter: 24px;
  --header-h: 76px;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --measure: 66ch;

  --shadow-sm: 0 1px 2px rgba(20,23,28,.05), 0 1px 3px rgba(20,23,28,.05);
  --shadow-md: 0 8px 24px -8px rgba(20,23,28,.12), 0 2px 6px rgba(20,23,28,.05);
  --shadow-lg: 0 30px 60px -20px rgba(20,23,28,.25), 0 8px 20px -8px rgba(20,23,28,.1);
  --shadow-brand: 0 10px 24px -8px rgba(215,37,17,.5);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--font-body); font-size: 1rem; line-height: 1.65;
  text-wrap: pretty; -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 800; line-height: 1.12; 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: none; transition: color .15s ease; }
a:hover { color: var(--brand-600); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid rgba(215,37,17,.45); outline-offset: 3px; border-radius: 6px; }
.skip-link {
  position: absolute; left: 12px; top: -70px; z-index: 200;
  background: var(--brand); color: var(--white); padding: 12px 20px; border-radius: var(--r-sm);
  font-weight: 600; font-size: .875rem; transition: top .12s ease;
}
.skip-link:focus { top: 12px; color: var(--white); }
.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; }

/* ---------- primitives ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 8vw, 112px) 0; position: relative; }
.section--light { background: var(--bg); color: var(--ink); }
.section--soft { background: var(--bg-soft); color: var(--ink); }
.section--dark { background: var(--ink); color: #eef0f3; }
.section--red { background: var(--brand); color: var(--white); }
.section--dark a { color: #ff8a7b; }
.section--dark a:hover { color: var(--white); }
.section--dark .btn--primary, .section--dark .btn--primary:hover { color: var(--white); }
.section--dark .form a, .section--dark .tl__panel a { color: var(--brand); }
.section--dark .form a:hover { color: var(--brand-600); }

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

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px;
  padding: 6px 14px 6px 6px; background: var(--brand-50); color: var(--brand);
  border: 1px solid var(--brand-100); border-radius: 999px;
}
.eyebrow__idx {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 26px; height: 26px; padding: 0 8px; border-radius: 999px;
  background: var(--brand); color: var(--white); font-size: .6875rem;
}
.eyebrow__rule { display: none; }
.section--dark .eyebrow { background: rgba(215,37,17,.16); border-color: rgba(215,37,17,.4); color: #ff9c8f; }
.section--red .eyebrow { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.28); color: var(--white); }
.section--red .eyebrow__idx { background: var(--white); color: var(--brand); }

.h1 { font-size: clamp(2.5rem, 6vw, 4.25rem); letter-spacing: -0.035em; }
h2, .h2 { font-size: clamp(1.85rem, 3.4vw, 2.75rem); letter-spacing: -0.03em; }
h3, .h3 { font-size: clamp(1.05rem, 1.4vw, 1.2rem); font-weight: 700; letter-spacing: -0.01em; line-height: 1.3; }
.lede { margin: 18px 0 0; max-width: 60ch; color: var(--slate); font-size: 1.125rem; line-height: 1.6; }
.section--dark .lede { color: var(--mist); }
.section--red .lede { color: rgba(255,255,255,.85); }
.section-head { margin-bottom: clamp(40px, 5vw, 64px); max-width: 720px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 26px; border: 1.5px solid transparent;
  border-radius: 999px; font-family: var(--font-body); font-size: .9375rem; font-weight: 600;
  letter-spacing: 0; text-decoration: none; cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn--primary { background: var(--brand); color: var(--white); border-color: var(--brand); box-shadow: var(--shadow-brand); }
.btn--primary:hover { background: var(--brand-600); border-color: var(--brand-600); color: var(--white); transform: translateY(-2px); }
.btn--ghost { background: var(--white); color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--dark { background: var(--white); color: var(--brand); border-color: var(--white); }
.btn--dark:hover { background: var(--ink); border-color: var(--ink); color: var(--white); transform: translateY(-2px); }
.btn[disabled] { opacity: .6; cursor: default; transform: none !important; }

/* ---------- header: floating glass bar ---------- */
.header {
  position: sticky; top: 0; z-index: 100; min-height: var(--header-h);
  background: rgba(255,255,255,.86); backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease;
}
.header--scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px -12px rgba(20,23,28,.18); }
.header__inner { display: flex; align-items: center; min-height: var(--header-h); gap: 16px; }
.header__logo { display: inline-flex; align-items: center; color: var(--ink); margin-right: auto; }
.header__logo:hover { color: var(--brand); }
.header__logo svg { display: block; height: 30px; width: auto; }
.header__logo svg text, .footer__brand svg text { font-family: var(--font-display); font-weight: 800; }
.header__nav { position: absolute; left: 50%; transform: translateX(-50%); }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; padding: 5px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; }
.nav__link { display: block; padding: 8px 18px; border-radius: 999px; color: var(--slate); font-size: .875rem; font-weight: 600; }
.nav__link:hover { color: var(--ink); background: var(--white); box-shadow: var(--shadow-sm); }
.nav__link.is-active { color: var(--brand); background: var(--white); box-shadow: var(--shadow-sm); }
.header__cta { min-height: 44px; padding: 9px 22px; }
.header__toggle {
  display: none; align-items: center; gap: 10px; margin-left: auto;
  background: var(--ink); color: var(--white); border: 0; border-radius: 999px;
  padding: 10px 18px; min-height: 44px; cursor: pointer; font-size: .875rem; font-weight: 600;
}
.header__toggle-bars { display: grid; gap: 4px; width: 16px; }
.header__toggle-bars span { display: block; height: 2px; border-radius: 2px; background: currentColor; }

.overlay {
  position: fixed; inset: 0; z-index: 99; display: none; overflow-y: auto;
  background: var(--white); padding: calc(var(--header-h) + 24px) var(--gutter) 32px;
}
.overlay.is-open { display: block; }
.overlay__list { list-style: none; display: grid; gap: 8px; max-width: 560px; margin: 0 auto; }
.overlay__link {
  display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: var(--r);
  background: var(--bg-soft); color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
}
.overlay__link:hover { background: var(--brand-50); color: var(--brand); }
.overlay__link span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--white); color: var(--brand); font-size: .75rem; font-weight: 700; box-shadow: var(--shadow-sm); }
.overlay__cta { margin: 24px auto 0; display: grid; max-width: 560px; }
body.is-locked { overflow: hidden; }

/* ==========================================================================
   HERO — centered statement, product-style framed visual below
   ========================================================================== */
.hero {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(56px, 8vw, 104px) 0 clamp(64px, 8vw, 104px);
  background:
    radial-gradient(900px 420px at 50% -8%, var(--brand-100), transparent 70%),
    linear-gradient(var(--bg), var(--bg));
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; opacity: .55;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 20%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 20%, transparent 75%);
}
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(48px, 6vw, 72px); justify-items: center; }
.hero__grid > div:first-child { max-width: 820px; display: flex; flex-direction: column; align-items: center; }
.hero__eyebrow {
  display: inline-flex; margin-bottom: 26px; padding: 8px 18px; border-radius: 999px;
  background: var(--white); border: 1px solid var(--brand-100); color: var(--brand); box-shadow: var(--shadow-sm);
}
.hero__title { margin-bottom: 24px; }
.hero__title-main { display: block; font-size: clamp(2.6rem, 6.4vw, 4.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1.02; color: var(--ink); }
.hero__title-sub { display: block; margin-top: 18px; font-family: var(--font-display); font-size: clamp(1.2rem, 2.4vw, 1.65rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.3; color: var(--brand); }
.hero__sub { max-width: 64ch; color: var(--slate); font-size: 1.0625rem; }
.hero__sub strong { color: var(--ink); }
.hero__sub a { text-decoration: underline; text-underline-offset: 3px; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.hero__trust {
  margin-top: 32px; display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 4px 10px;
  padding: 10px 20px; border-radius: 999px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--slate);
}

.hero__visual { position: relative; width: 100%; max-width: 1040px; }
.hero__media {
  position: relative; line-height: 0; overflow: hidden; border-radius: var(--r-xl);
  border: 8px solid var(--white); box-shadow: var(--shadow-lg), 0 0 0 1px var(--line);
}
.hero__media img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; }
.hero__visual::before {
  content: ""; position: absolute; inset: 30px -30px -30px 30px; z-index: -1;
  border-radius: var(--r-xl); background: linear-gradient(135deg, var(--brand), var(--brand-700)); opacity: .12;
}
.hero__card--cta {
  position: absolute; z-index: 2; right: clamp(12px, 3vw, 32px); bottom: clamp(-28px, -2vw, -16px);
  display: block; text-align: left; padding: 18px 24px; border-radius: var(--r);
  background: var(--brand); color: var(--white); box-shadow: var(--shadow-brand), var(--shadow-md);
  transition: transform .18s ease, background-color .18s ease;
}
.hero__card--cta:hover { color: var(--white); background: var(--brand-600); transform: translateY(-3px); }
.hero__card--cta .mono { display: block; color: rgba(255,255,255,.78); }
.hero__card--cta strong { display: block; margin-top: 4px; font-family: var(--font-display); font-size: 1.0625rem; }

/* ==========================================================================
   OVERVIEW — centered head, prose card + sticky dark spec, 3 process cards
   ========================================================================== */
#overview .section-head { margin-inline: auto; text-align: center; }
#overview .section-head .lede { margin-inline: auto; }
.about__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.about__prose { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 48px); box-shadow: var(--shadow-sm); }
.about__prose h3 { display: flex; align-items: center; gap: 10px; margin: 32px 0 10px; font-size: .8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--brand); font-family: var(--font-body); }
.about__prose h3::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.about__prose h3:first-child { margin-top: 0; }
.about__prose p { color: var(--slate); }
.spec { position: sticky; top: calc(var(--header-h) + 20px); background: var(--ink); color: #eef0f3; border-radius: var(--r-lg); padding: clamp(24px, 3vw, 34px); box-shadow: var(--shadow-lg); }
.spec__head { color: #ff9c8f; padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid var(--line-dark); }
.spec__list { list-style: none; }
.spec__list li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.spec__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.spec__k { flex: 0 0 auto; color: var(--mist); font-size: .8125rem; }
.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: 28px; counter-reset: run; }
.run { position: relative; overflow: hidden; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 28px; counter-increment: run; transition: transform .2s ease, box-shadow .2s ease; }
.run:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.run::before { content: counter(run); display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 12px; background: var(--brand); color: var(--white); font-family: var(--font-display); font-weight: 800; box-shadow: var(--shadow-brand); }
.run::after { content: counter(run, decimal-leading-zero); position: absolute; right: 18px; top: 4px; font-family: var(--font-display); font-weight: 800; font-size: 5rem; line-height: 1; color: var(--brand); opacity: .07; }
.run__idx { display: none; }
.run h3 { margin-bottom: 8px; font-size: 1.25rem; }
.run p { color: var(--slate); font-size: .9375rem; }

/* ==========================================================================
   FIT — yes as check-card grid, no as a quiet strip
   ========================================================================== */
.fit { display: grid; gap: 28px; }
.fit__head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; text-transform: none; letter-spacing: -0.02em; }
.fit__col--yes .fit__head { color: var(--ink); }
.fit__col--yes .fit__head::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 5px rgba(22,163,74,.18); }
.fit__col--no .fit__head { color: var(--ink); }
.fit__col--no .fit__head::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(215,37,17,.16); }
.fit__list { list-style: none; display: grid; gap: 16px; }
.fit__col--yes .fit__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fit__col--no .fit__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fit__list li { display: flex; flex-direction: column; gap: 14px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); font-size: .9375rem; color: var(--slate); }
.fit__col--yes .fit__list li { border-top: 3px solid #16a34a; color: var(--ink-3); }
.fit__col--no .fit__list li { flex-direction: row; align-items: flex-start; background: var(--brand-50); border-color: var(--brand-100); box-shadow: none; }
.fit__mark { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; font-size: .875rem; font-weight: 700; }
.fit__col--yes .fit__mark { background: rgba(22,163,74,.12); color: #15803d; }
.fit__col--no .fit__mark { background: var(--brand); color: var(--white); }

/* ==========================================================================
   ADVANTAGES — bento grid, split head
   ========================================================================== */
#advantages .section-head, #tools .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 48px; align-items: end; max-width: none; }
#advantages .section-head .eyebrow, #tools .section-head .eyebrow { grid-column: 1 / -1; justify-self: start; }
#advantages .section-head .lede, #tools .section-head .lede { margin: 0; }
.adv { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.adv__card { display: flex; flex-direction: column; gap: 10px; padding: 30px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.adv__card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); background: var(--white); }
.adv__icon { width: 52px; height: 52px; padding: 13px; margin-bottom: 10px; border-radius: 14px; background: var(--white); color: var(--brand); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.adv__card h3 { font-size: 1.1875rem; }
.adv__card p { color: var(--slate); font-size: .9375rem; }
.adv__card p a { text-decoration: underline; text-underline-offset: 3px; }
.adv__card:first-child { grid-column: span 2; background: linear-gradient(135deg, var(--brand), var(--brand-700)); border-color: transparent; color: var(--white); }
.adv__card:first-child h3 { font-size: 1.625rem; max-width: 20ch; }
.adv__card:first-child p { color: rgba(255,255,255,.88); max-width: 52ch; font-size: 1rem; }
.adv__card:first-child .adv__icon { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.3); color: var(--white); box-shadow: none; }
.adv__card:last-child { grid-column: span 2; background: var(--ink); border-color: var(--ink); }
.adv__card:last-child h3 { color: var(--white); font-size: 1.375rem; }
.adv__card:last-child p { color: var(--mist); }
.adv__card:last-child p a { color: #ff8a7b; }
.adv__card:last-child .adv__icon { background: rgba(255,255,255,.08); border-color: var(--line-dark); color: #ff8a7b; box-shadow: none; }

/* ==========================================================================
   PROGRAM — master/detail: module list left, sticky panel right
   ========================================================================== */
.tl { display: grid; grid-template-columns: minmax(300px, 380px) minmax(0, 1fr); gap: 28px; align-items: start; }
.tl__ruler, .tl__playhead { display: none; }
.tl__track { display: grid; gap: 8px; }
.tl__clip {
  display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 14px; width: 100%; text-align: left;
  padding: 14px 16px; background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 14px;
  color: #dfe3e9; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.tl__clip:hover { border-color: rgba(255,255,255,.28); background: var(--ink-3); }
.tl__clip[aria-expanded="true"] { background: var(--brand); border-color: var(--brand); color: var(--white); box-shadow: var(--shadow-brand); transform: translateX(6px); }
.tl__tc { display: none; }
.tl__no { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,.08); font-family: var(--font-display); font-weight: 800; font-size: .9375rem; }
.tl__clip[aria-expanded="true"] .tl__no { background: rgba(255,255,255,.2); }
.tl__name { font-family: var(--font-display); font-weight: 700; font-size: .9375rem; line-height: 1.3; }
.tl__meta { display: flex; }
.tl__bar { display: none; }
.tl__chip { padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.08); font-size: .6875rem; font-weight: 600; color: var(--mist); white-space: nowrap; }
.tl__clip[aria-expanded="true"] .tl__chip { background: rgba(255,255,255,.2); color: var(--white); }

.tl__panels { position: sticky; top: calc(var(--header-h) + 20px); }
.tl__panel { display: none; }
.tl__panel.is-open { display: block; padding: clamp(28px, 4vw, 44px); background: var(--white); color: var(--ink); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.tl__panel-tc { display: inline-block; margin-bottom: 14px; padding: 5px 12px; border-radius: 999px; background: var(--brand-50); color: var(--brand); }
.tl__panel h3 { margin-bottom: 22px; color: var(--ink); font-size: clamp(1.4rem, 2.4vw, 1.9rem); letter-spacing: -0.025em; }
.tl__lessons { list-style: none; counter-reset: l; display: grid; gap: 10px; }
.tl__lessons li { counter-increment: l; display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-radius: 12px; background: var(--bg-soft); color: var(--ink-3); font-size: .9375rem; }
.tl__lessons li::before { content: counter(l); flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--white); color: var(--brand); font-size: .75rem; font-weight: 700; box-shadow: var(--shadow-sm); }
.tl__deliver { margin-top: 22px; padding: 20px 22px; border-radius: 14px; background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: var(--white); }
.tl__deliver .mono { color: rgba(255,255,255,.75); }
.tl__deliver p:last-child { margin-top: 6px; font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; }

.bonus { display: grid; grid-template-columns: minmax(0, 240px) minmax(0, 1fr); gap: 28px; margin-top: 28px; padding: clamp(24px, 3vw, 36px); background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--r-lg); align-items: start; }
.bonus:first-of-type { margin-top: 56px; }
.bonus__label { color: #ff9c8f; }
.bonus__list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
.bonus__list li { position: relative; padding-left: 28px; color: #dfe3e9; font-size: .9375rem; }
.bonus__list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(215,37,17,.25); color: #ff9c8f; font-size: .6875rem; font-weight: 700; }
.callout { margin-top: 28px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 32px; align-items: center; padding: clamp(24px, 3vw, 36px); border-radius: var(--r-lg); background: linear-gradient(135deg, var(--brand), var(--brand-700)); color: var(--white); }
.callout p { grid-column: 1; margin: 0; font-size: 1.0625rem; font-weight: 500; }
.callout p + p { color: rgba(255,255,255,.8); font-size: .9375rem; }
.section--dark .callout__link, .callout__link { grid-column: 2; grid-row: 1 / span 2; align-self: center; padding: 12px 22px; border-radius: 999px; background: var(--white); color: var(--brand); font-weight: 600; font-size: .875rem; white-space: nowrap; }
.section--dark .callout__link:hover, .callout__link:hover { background: var(--ink); color: var(--white); }

/* ==========================================================================
   TOOLS — card grid (table restyled), pricing-style tiers
   ========================================================================== */
.tools__table { display: block; width: 100%; border-collapse: separate; }
.tools__table caption { display: block; text-align: left; margin-bottom: 20px; color: var(--slate-2); font-size: .8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.tools__table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.tools__table tbody { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tools__table tr { display: flex; flex-direction: column; gap: 12px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.tools__table tr:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand-200); }
.tools__table th, .tools__table td { display: block; padding: 0; border: 0; text-align: left; }
.tools__table tbody th { font-family: var(--font-display); font-weight: 800; font-size: 1.0625rem; color: var(--ink); padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.tools__table td { font-size: .875rem; color: var(--ink-3); }
.tools__table td::before { content: attr(data-label); display: block; margin-bottom: 2px; font-size: .6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--slate-2); }
.tools__table td:last-child { align-self: flex-start; margin-top: auto; padding: 6px 12px; border-radius: 999px; background: var(--brand-50); color: var(--brand-600); font-weight: 600; font-size: .8125rem; }
.tools__table td:last-child::before { display: none; }

.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 56px; align-items: stretch; }
.tier { padding: 34px 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.tier__label { color: var(--slate-2); }
.tier__price { display: block; margin: 14px 0 12px; font-family: var(--font-display); font-weight: 800; font-size: 2.25rem; letter-spacing: -0.03em; color: var(--ink); }
.tier__price .mono { font-size: .8125rem; color: var(--slate-2); text-transform: none; letter-spacing: 0; font-weight: 500; }
.tier p { color: var(--slate); font-size: .9375rem; }
.tier:nth-child(2) { background: linear-gradient(160deg, var(--brand), var(--brand-700)); border-color: transparent; color: var(--white); box-shadow: var(--shadow-lg); transform: translateY(-12px); }
.tier:nth-child(2) .tier__label, .tier:nth-child(2) .tier__price .mono { color: rgba(255,255,255,.8); }
.tier:nth-child(2) .tier__price { color: var(--white); }
.tier:nth-child(2) p { color: rgba(255,255,255,.88); }
.notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 40px; }
.notes p { padding: 18px 22px; border-left: 3px solid var(--brand); background: var(--white); border-radius: 0 var(--r-sm) var(--r-sm) 0; color: var(--slate); font-size: .875rem; }

/* ==========================================================================
   NUMBERS — full-bleed brand red, glass stat tiles
   ========================================================================== */
#numbers { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-600) 55%, var(--brand-700) 100%); overflow: hidden; }
#numbers::before { content: ""; position: absolute; width: 560px; height: 560px; right: -160px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.22), transparent 68%); pointer-events: none; }
#numbers .wrap { position: relative; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.stat { padding: 30px 28px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: var(--r-lg); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: background-color .2s ease, transform .2s ease; }
.stat:hover { background: rgba(255,255,255,.16); transform: translateY(-3px); }
.stat__fig { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.5rem, 4.6vw, 3.6rem); letter-spacing: -0.04em; line-height: 1; color: var(--white); }
.stat__label { display: block; margin: 16px 0 6px; color: var(--white); }
.stat__note { color: rgba(255,255,255,.78); font-size: .875rem; }
.numbers__foot { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.28); }
.numbers__foot p { color: rgba(255,255,255,.85); font-size: .9375rem; }
.numbers__foot .mono { color: var(--white); grid-column: 1 / -1; }
.numbers__foot a { color: var(--white); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ==========================================================================
   ENROLLMENT — sticky head left, vertical stepper right
   ========================================================================== */
#enrollment .wrap { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); grid-template-areas: "head steps" "note steps"; column-gap: clamp(40px, 7vw, 96px); align-items: start; }
#enrollment .section-head { grid-area: head; margin-bottom: 24px; position: sticky; top: calc(var(--header-h) + 24px); }
.enroll__note { grid-area: note; align-self: start; margin-top: 8px; padding: 18px 22px; background: var(--bg-soft); border-radius: var(--r); color: var(--slate); font-size: .9375rem; }
.steps { grid-area: steps; display: grid; gap: 0; counter-reset: stp; }
.step { position: relative; padding: 0 0 36px 78px; }
.step:last-child { padding-bottom: 0; }
.step::before { content: counter(stp); counter-increment: stp; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: var(--brand); color: var(--white); font-family: var(--font-display); font-weight: 800; font-size: 1.25rem; box-shadow: 0 0 0 6px var(--brand-50), var(--shadow-brand); z-index: 1; }
.step:not(:last-child)::after { content: ""; position: absolute; left: 25px; top: 56px; bottom: 4px; width: 2px; background: repeating-linear-gradient(to bottom, var(--brand-200) 0 6px, transparent 6px 12px); }
.step__idx { display: inline-block; padding: 3px 10px; margin-bottom: 8px; border-radius: 999px; background: var(--brand-50); color: var(--brand); }
.step h3 { margin-bottom: 6px; font-size: 1.3125rem; }
.step p { color: var(--slate); }

/* ==========================================================================
   REGISTER — dark stage: message + reassurance left, white form card right
   ========================================================================== */
#register { background: radial-gradient(800px 500px at 100% 0%, rgba(215,37,17,.28), transparent 60%), var(--ink); }
.reg__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.reg__side { position: sticky; top: calc(var(--header-h) + 24px); }
.reg__side .section-head { margin-bottom: 32px; }
.reassure { padding: 26px 28px; border-radius: var(--r-lg); background: rgba(255,255,255,.05); border: 1px solid var(--line-dark); }
.reassure__head { color: #ff9c8f; padding-bottom: 12px; }
.reassure__list { list-style: none; display: grid; gap: 4px; }
.reassure__list li { position: relative; padding: 8px 0 8px 30px; color: #dfe3e9; font-size: .9375rem; }
.reassure__list li::before { content: "✓"; position: absolute; left: 0; top: 10px; display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(215,37,17,.3); color: #ff9c8f; font-size: .6875rem; font-weight: 700; }

.form { display: grid; gap: 22px; padding: clamp(28px, 4vw, 48px); background: var(--white); color: var(--ink); border-radius: var(--r-xl); box-shadow: var(--shadow-lg); }
.form__row { display: grid; gap: 8px; }
.form__row--2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form label { font-size: .8125rem; font-weight: 600; color: var(--ink-3); }
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form select, .form textarea {
  width: 100%; min-height: 50px; padding: 12px 16px; font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  background: var(--bg-soft); border: 1.5px solid transparent; border-radius: 12px; transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.form textarea { min-height: 110px; resize: vertical; }
.form select { appearance: none; padding-right: 40px; background-image: linear-gradient(45deg, transparent 50%, var(--slate) 50%), linear-gradient(135deg, var(--slate) 50%, transparent 50%); background-position: calc(100% - 20px) 22px, calc(100% - 15px) 22px; background-size: 5px 5px; background-repeat: no-repeat; }
.form input:hover, .form select:hover, .form textarea:hover { border-color: var(--line); }
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: var(--brand); background-color: var(--white); box-shadow: 0 0 0 4px rgba(215,37,17,.12); }
.form [aria-invalid="true"] { border-color: var(--error); background-color: #fdf3f2; }
.form__hint { color: var(--slate-2); font-size: .8125rem; }
.form__err { display: none; color: var(--error); font-size: .8125rem; font-weight: 500; }
.form__err.is-shown { display: block; }
.form__count { justify-self: end; color: var(--slate-2); font-size: .75rem; letter-spacing: 0; }
.form__check { display: grid; grid-template-columns: 22px 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-weight: 400; font-size: .875rem; color: var(--slate); line-height: 1.55; }
.form__check label a { text-decoration: underline; text-underline-offset: 2px; }
.form__honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__summary { display: none; padding: 14px 16px; border-radius: 12px; background: #fdf3f2; border: 1px solid #f5c6c2; color: var(--error); font-size: .9375rem; }
.form__summary.is-shown { display: block; }
.form__submit { display: grid; gap: 14px; }
.form__submit .btn { width: 100%; min-height: 56px; font-size: 1rem; }
.form__submit .mono { color: var(--slate-2); text-transform: none; letter-spacing: 0; font-size: .8125rem; font-weight: 400; line-height: 1.55; }

/* ==========================================================================
   FAQ — sticky head left, accordion cards right
   ========================================================================== */
#faq .wrap { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
#faq .section-head { position: sticky; top: calc(var(--header-h) + 24px); margin-bottom: 0; }
.faq { display: grid; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); transition: border-color .18s ease, box-shadow .18s ease; }
.faq details:hover { border-color: var(--brand-200); }
.faq details[open] { border-color: var(--brand); box-shadow: var(--shadow-md); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--brand-50); color: var(--brand); font-size: 1.25rem; font-weight: 500; line-height: 1; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); background: var(--brand); color: var(--white); }
.faq summary:hover { color: var(--brand); }
.faq__body { padding: 0 24px 24px; }
.faq__body p { color: var(--slate); font-size: .9375rem; }
.faq__body p + p { margin-top: .8em; }
.faq__body a { text-decoration: underline; text-underline-offset: 2px; }

/* ==========================================================================
   COMPANY — identity strip on top, prose + detail tiles below
   ========================================================================== */
.company__grid { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow-md); }
.company__logo { display: flex; align-items: center; padding: 28px clamp(28px, 4vw, 48px); background: var(--ink); color: var(--white); }
.company__logo svg { height: 34px; width: auto; }
.company__logo svg text { font-family: var(--font-display); font-weight: 800; }
.company__prose { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); column-gap: clamp(28px, 5vw, 64px); align-content: start; padding: clamp(28px, 4vw, 48px); }
.company__prose p { grid-column: 1; color: var(--slate); }
.company__prose p + p { margin-top: 1em; }
.details { grid-column: 2; grid-row: 1 / span 4; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; }
.details div { padding: 14px 16px; background: var(--bg-soft); border-radius: 12px; }
.details dt { color: var(--slate-2); font-size: .6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.details dd { margin: 4px 0 0; font-size: .9375rem; font-weight: 500; color: var(--ink); overflow-wrap: anywhere; }
.company__link { grid-column: 1; align-self: start; justify-self: start; display: inline-block; margin-top: 24px; padding: 11px 22px; border-radius: 999px; background: var(--brand); color: var(--white); font-weight: 600; font-size: .875rem; box-shadow: var(--shadow-brand); }
.section--soft .company__link:hover { background: var(--brand-600); color: var(--white); }

/* ==========================================================================
   FINAL CTA — rounded gradient banner
   ========================================================================== */
.final { background: var(--bg); padding-bottom: clamp(72px, 9vw, 120px); }
.final__inner {
  position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center;
  padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 64px); border-radius: var(--r-xl);
  background: radial-gradient(600px 300px at 90% 0%, rgba(255,255,255,.22), transparent 65%), linear-gradient(135deg, var(--brand), var(--brand-700));
  color: var(--white); box-shadow: var(--shadow-lg);
}
.final h2 { max-width: 20ch; color: var(--white); font-size: clamp(2rem, 4.4vw, 3.4rem); }
.final p { max-width: 48ch; color: rgba(255,255,255,.88); font-size: 1.125rem; }
.final p.mono { font-size: .75rem; color: rgba(255,255,255,.8); }
.final p.mono a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.final .btn--dark { min-height: 56px; padding-inline: 34px; font-size: 1rem; }

/* ==========================================================================
   FOOTER — dark shell, rounded top; brand band, tile rail, boxed disclaimer
   ========================================================================== */
.footer { position: relative; background: var(--ink); color: #dfe3e9; border-radius: var(--r-xl) var(--r-xl) 0 0; padding-top: clamp(40px, 5vw, 64px); }
.footer::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(320px, 60%); height: 4px; border-radius: 0 0 6px 6px; background: var(--brand); }
.footer__brandband { display: flex; align-items: center; justify-content: space-between; gap: 28px 40px; flex-wrap: wrap; padding: clamp(28px, 4vw, 44px); margin-bottom: 24px; border-radius: var(--r-lg); background: linear-gradient(135deg, var(--ink-3), var(--ink-2)); border: 1px solid var(--line-dark); }
.footer__brand { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; flex: 1 1 440px; }
.footer__brand svg { height: 40px; width: auto; color: var(--white); flex: 0 0 auto; }
.footer__brand p { margin: 0; flex: 1 1 260px; color: var(--mist); font-size: .9375rem; max-width: 46ch; padding-left: 24px; border-left: 2px solid var(--brand); }
.footer__cta { flex: 0 0 auto; }

.footer__rail { display: grid; grid-template-columns: 1fr 1.2fr 1.4fr 1.4fr; gap: 20px; }
.footer__col { padding: 28px; border-radius: var(--r); background: rgba(255,255,255,.03); border: 1px solid var(--line-dark); }
.footer__col:nth-child(3) { background: rgba(255,255,255,.06); }
.footer__col:last-child { background: rgba(215,37,17,.12); border-color: rgba(215,37,17,.35); }
.footer__col h2 { margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--line-dark); font-family: var(--font-body); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #ff9c8f; }
.footer__col ul { list-style: none; display: grid; gap: 12px; }
.footer__col p { color: var(--mist); font-size: .875rem; line-height: 1.6; margin: 0 0 16px; }
.footer__col a, .footer__col button.footer__linkbtn { display: inline-block; color: #dfe3e9; font-size: .9375rem; background: none; border: 0; padding: 0; cursor: pointer; text-align: left; transition: color .15s ease, transform .15s ease; }
.footer__col a:hover, .footer__col button.footer__linkbtn:hover { color: var(--white); transform: translateX(3px); }
.footer__col:last-child a { color: #ff9c8f; font-weight: 600; }
.footer__legal-data { display: grid; gap: 8px; color: var(--mist); font-size: .875rem; line-height: 1.55; }
.footer__legal-data strong { color: var(--white); font-size: 1rem; }
.footer__legal-data a:hover { transform: none; }

.footer__disclaimer { margin: 24px 0 0; padding: clamp(24px, 3vw, 36px); border-radius: var(--r); background: var(--ink-2); border: 1px solid var(--line-dark); border-left: 4px solid var(--brand); }
.footer__disclaimer h2 { margin-bottom: 16px; font-family: var(--font-display); font-size: 1.125rem; font-weight: 800; color: var(--white); letter-spacing: -0.01em; }
.footer__disclaimer p { color: var(--mist); font-size: .8125rem; line-height: 1.7; max-width: 110ch; }
.footer__disclaimer p + p { margin-top: .9em; }
.footer__disclaimer strong { color: var(--white); font-weight: 600; }
.footer__disclaimer a { color: #ff9c8f; font-weight: 600; }

.footer__t3 { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; margin-top: 28px; padding: 24px 0 28px; border-top: 1px solid var(--line-dark); color: var(--mist); }
.footer__t3 span:last-child { padding: 5px 14px; border-radius: 999px; background: rgba(215,37,17,.18); color: #ff9c8f; }
.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; align-items: center; gap: 16px 24px; padding: 20px 26px; max-width: 980px; width: 100%; background: var(--ink); color: #eef0f3; border-radius: var(--r-lg); border: 1px solid var(--line-dark); box-shadow: var(--shadow-lg); }
.consent p { margin: 0; max-width: 70ch; color: var(--mist); font-size: .9375rem; }
.consent__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.consent .btn { min-height: 42px; padding: 8px 20px; }
.consent .btn--ghost { background: transparent; color: var(--white); border-color: var(--line-dark); }
.consent .btn--ghost:hover { border-color: var(--white); }
.consent__link { color: #ff9c8f; font-size: .8125rem; font-weight: 600; }

/* ---------- thank you + legal pages ---------- */
.page { padding: clamp(56px, 7vw, 104px) 0; }
.thanks { max-width: 640px; margin: 0 auto; }
.thanks__check { width: 56px; height: 56px; color: var(--brand); margin: 0 0 28px; display: block; }
.thanks h1 { font-size: clamp(2.1rem, 4.6vw, 3rem); }
.thanks p { margin-top: 20px; color: var(--slate); }
.thanks__steps { list-style: none; margin: 36px 0 0; display: grid; gap: 10px; }
.thanks__steps li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; padding: 14px 18px; border-radius: var(--r); background: var(--bg-soft); font-size: .9375rem; }
.thanks__steps li span { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: var(--white); font-size: .75rem; font-weight: 700; }
.thanks__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

.doc { max-width: 780px; }
.doc__meta { display: grid; gap: 6px; margin: 26px 0 40px; padding: 18px 22px; border-radius: var(--r); background: var(--brand-50); border: 1px solid var(--brand-100); color: var(--brand-700); }
.doc h2 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); margin: 48px 0 14px; padding-top: 28px; border-top: 1px solid var(--line); }
.doc h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.doc h3 { margin: 28px 0 8px; }
.doc p, .doc li { color: var(--ink-3); }
.doc ul { list-style: none; margin: 14px 0; display: grid; gap: 10px; }
.doc ul li { position: relative; padding-left: 26px; }
.doc ul li::before { content: ""; position: absolute; left: 4px; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.doc__toc { list-style: none; display: grid; gap: 8px; margin: 0 0 44px; padding: 22px 26px; border-radius: var(--r); background: var(--bg-soft); border: 1px solid var(--line); }
.doc__toc a { font-size: .9375rem; font-weight: 500; }
.contact__card { max-width: 720px; padding: clamp(26px, 3vw, 40px); border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.contact__mail { display: inline-block; margin: 8px 0 28px; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.25rem, 3vw, 1.75rem); color: var(--brand); }
.contact__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact__grid div { padding: 14px 18px; border-radius: 12px; background: var(--bg-soft); }
.contact__grid dt { color: var(--slate-2); font-size: .6875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.contact__grid dd { margin: 4px 0 0; font-size: .9375rem; }

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

/* ---------- breakpoints ---------- */
@media (max-width: 1100px) {
  .header__nav { display: none; }
  .header__toggle { display: flex; }
  .header__cta { display: none; }
  .header__logo { margin-right: 0; }
  .footer__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 992px) {
  .about__grid, .reg__grid, #faq .wrap { grid-template-columns: 1fr; }
  .spec, .reg__side, #faq .section-head, #enrollment .section-head { position: static; }
  #enrollment .wrap { grid-template-columns: 1fr; grid-template-areas: "head" "steps" "note"; }
  #enrollment .enroll__note { margin-top: 36px; }
  #advantages .section-head, #tools .section-head { grid-template-columns: 1fr; }
  .adv { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adv__card:first-child, .adv__card:last-child { grid-column: span 2; }
  .fit__col--yes .fit__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tools__table tbody { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tiers { grid-template-columns: 1fr; }
  .tier:nth-child(2) { transform: none; }
  .company__prose { grid-template-columns: 1fr; }
  .details { grid-column: 1; grid-row: auto; margin-top: 28px; }

  /* program: tabs row above panel */
  .tl { grid-template-columns: 1fr; }
  .tl__track { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 8px; scroll-snap-type: x proximity; }
  .tl__clip { flex: 0 0 230px; scroll-snap-align: start; }
  .tl__clip[aria-expanded="true"] { transform: none; }
  .tl__panels { position: static; }
}
@media (max-width: 768px) {
  :root { --gutter: 16px; --header-h: 68px; }
  .header__logo svg { height: 26px; }
  .runs, .fit__col--no .fit__list, .stats, .notes, .numbers__foot, .form__row--2, .contact__grid, .details, .bonus, .bonus__list { grid-template-columns: 1fr; }
  .adv, .fit__col--yes .fit__list, .tools__table tbody { grid-template-columns: 1fr; }
  .adv__card:first-child, .adv__card:last-child { grid-column: auto; }
  .callout { grid-template-columns: 1fr; }
  .callout__link { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 12px; }
  .step { padding-left: 68px; }
  .hero__card--cta { position: static; margin-top: 16px; }
  .hero__visual::before { display: none; }
  .hero__media { border-width: 5px; border-radius: var(--r-lg); }
  .footer__rail { grid-template-columns: 1fr; }
  .footer__brand p { padding-left: 0; border-left: 0; }
  .footer__t3 { justify-content: flex-start; }
  .consent__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .hero__actions .btn, .final__inner .btn, .footer__cta .btn { width: 100%; }
  .footer__cta { width: 100%; }
}

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