:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #f5f3ff;
  --text: #0e0c18;
  --muted: #5c6470;
  --line: #e2dff0;
  --accent: #7360f2;
  --accent-d: #5f4de0;
  --accent-soft: #f0eeff;
  --sh: 0 4px 16px rgba(14,12,24,0.08), 0 12px 40px rgba(115,96,242,0.13);
  --sh-lg: 0 8px 32px rgba(14,12,24,0.14), 0 28px 72px rgba(115,96,242,0.22);
  --r: 14px;
  --w: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }

:focus-visible {
  outline: 3px solid rgba(115,96,242,0.4);
  outline-offset: 2px;
  border-radius: 4px;
}

h1, h2, h3, p, dl { margin-top: 0; }

/* ─────────────────────────────────────────
   TOPBAR
───────────────────────────────────────── */

.topbar, .section { padding-left: 24px; padding-right: 24px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: calc(var(--w) + 48px);
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 13px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-bottom: 1px solid rgba(226,223,240,0.65);
}

.brand, .topbar-nav { display: inline-flex; align-items: center; }

.brand { gap: 9px; font-size: 0.94rem; font-weight: 700; letter-spacing: -0.01em; }
.brand-mark { width: 18px; height: 18px; flex: 0 0 auto; }

.menu-toggle {
  display: none;
  min-height: 44px; min-width: 44px;
  align-items: center; justify-content: center;
  padding: 0;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle-icon { display: grid; gap: 3px; justify-items: center; }
.menu-toggle-bar { display: block; width: 15px; height: 2px; border-radius: 999px; background: currentColor; }

.topbar-nav { gap: 8px; }

.topbar-text-link, .topbar-link {
  min-height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 14px;
  border-radius: 9px;
  font-size: 0.92rem;
}

.topbar-text-link { color: var(--muted); transition: color 140ms; }
.topbar-text-link:hover { color: var(--text); }

.topbar-link {
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(115,96,242,0.32);
  transition: background 140ms, transform 140ms, box-shadow 140ms;
}
.topbar-link:hover { background: var(--accent-d); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(115,96,242,0.44); }

/* ─────────────────────────────────────────
   SECTION
───────────────────────────────────────── */

.section {
  max-width: calc(var(--w) + 48px);
  margin: 0 auto;
  padding-top: 88px;
  padding-bottom: 88px;
}

/* ─────────────────────────────────────────
   HERO  ── dark card, fully rounded
───────────────────────────────────────── */

.hero {
  display: grid;
  gap: 36px;
  padding-top: 72px;
  padding-bottom: 80px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 58% 50% at 85% -8%, rgba(115,96,242,0.45) 0%, transparent 58%),
    radial-gradient(ellipse 42% 35% at 15% 105%, rgba(115,96,242,0.18) 0%, transparent 55%),
    linear-gradient(172deg, #09071a 0%, #100d24 55%, #0c0a1e 100%);
  box-shadow: 0 24px 64px rgba(14,12,24,0.22), 0 4px 16px rgba(115,96,242,0.14);
}

.hero-copy-block { display: grid; align-content: start; padding-top: 8px; }

/* ─────────────────────────────────────────
   TYPE SCALE
───────────────────────────────────────── */

.eyebrow, .section-kicker, .label {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--accent);
}

.hero .eyebrow { color: #b8a4ff; }

h1 {
  max-width: 12ch;
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 8vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.045em;
  color: var(--text);
}

.hero h1 { color: #fff; }

h2 {
  max-width: 16ch;
  margin-bottom: 20px;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.narrative h2, .audience h2, #inside h2, .details h2,
.chapters h2, .credibility h2, .offer h2, .faq h2 { max-width: none; }

h3 { margin-bottom: 10px; font-size: 1.04rem; font-weight: 700; line-height: 1.3; }

.hero-copy, .narrative p, .offer-copy p,
.faq-item p, .audience-card p, .credibility-card p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.hero .hero-copy { color: rgba(255,255,255,0.62); }

.narrative-copy > p, .audience-intro-copy, .credibility-product-meta,
.offer-copy > p:not(.section-kicker):not(.offer-meta):not(.offer-license),
.faq-intro-copy { max-width: none; }

/* ─────────────────────────────────────────
   HERO ACTIONS
───────────────────────────────────────── */

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 30px 0;
}

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */

.button {
  min-height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.97rem;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover { transform: translateY(-2px); }

.button-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 20px rgba(115,96,242,0.42);
}
.button-primary:hover {
  background: var(--accent-d);
  box-shadow: 0 8px 32px rgba(115,96,242,0.56);
}

/* Light context */
.button-secondary {
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--text);
}
.button-secondary:hover { border-color: rgba(115,96,242,0.35); color: var(--accent); }

/* Glass secondary when on dark hero */
.hero .button-secondary {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.86);
  backdrop-filter: blur(8px);
}
.hero .button-secondary:hover {
  border-color: rgba(255,255,255,0.36);
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.button-block { width: 100%; }

/* ─────────────────────────────────────────
   TRUST LIST
───────────────────────────────────────── */

.trust-list, .feature-list { padding: 0; margin: 0; list-style: none; }
.trust-list { display: grid; gap: 10px; }

.trust-list li, .feature-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.95rem;
  line-height: 1.65;
}

.hero .trust-list li { color: rgba(255,255,255,0.6); }
.feature-list li { color: var(--muted); }

.trust-list li::before, .feature-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  font-weight: 700;
}

.hero .trust-list li::before { color: #a78bff; }
.feature-list li::before { color: var(--accent); }

/* ─────────────────────────────────────────
   HERO CARD  — white card floating on dark
───────────────────────────────────────── */

.hero-card {
  display: grid;
  gap: 22px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(226,223,240,0.5);
  border-radius: 20px;
  box-shadow: 0 20px 56px rgba(14,12,24,0.4), 0 4px 16px rgba(115,96,242,0.22);
  align-content: start;
}

.hero-card-title { margin-bottom: 8px; font-size: 1.28rem; font-weight: 700; letter-spacing: -0.015em; }
.hero-card-meta { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }

/* ─────────────────────────────────────────
   BOOK COVER  — 3D presentation
───────────────────────────────────────── */

.book-shell {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  padding: 10px 20px 14px 0;
  perspective: 1400px;
}

.book-shell::before {
  content: "";
  position: absolute;
  width: min(100%, 290px);
  aspect-ratio: 2 / 3;
  border-radius: 2px 8px 8px 2px;
  background: linear-gradient(90deg, rgba(14,12,24,0.3) 0%, rgba(14,12,24,0.06) 10%, rgba(255,255,255,0.96) 10%, #f5f3ff 100%);
  transform: translateX(10px) translateY(8px);
  box-shadow: 20px 32px 64px rgba(115,96,242,0.28);
  z-index: 0;
}

.book-cover-image {
  position: relative;
  width: min(100%, 290px); height: auto;
  margin: 0 auto;
  border-radius: 6px;
  border-left: 3px solid rgba(14,12,24,0.18);
  box-shadow: 26px 30px 60px rgba(14,12,24,0.24), 6px 10px 22px rgba(115,96,242,0.18);
  transform: rotateY(-21deg) rotateZ(-1deg);
  transform-origin: center left;
  z-index: 1;
}

/* ─────────────────────────────────────────
   CARD METRICS
───────────────────────────────────────── */

.card-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }

.card-metrics div {
  display: grid; justify-items: center;
  padding: 16px 8px 0;
  border-top: 1px solid var(--line);
  text-align: center;
}

.card-metrics dt { font-size: 1.65rem; font-weight: 900; color: var(--accent); letter-spacing: -0.035em; }
.card-metrics dd { margin: 4px 0 0; color: var(--muted); font-size: 0.8rem; line-height: 1.3; }

/* ─────────────────────────────────────────
   STATS — dark glass cards in hero
───────────────────────────────────────── */

.stats { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; }

.stat {
  padding: 18px 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.stat dt { margin-bottom: 6px; font-size: 0.93rem; font-weight: 700; color: #fff; }
.stat dd { margin: 0; color: rgba(255,255,255,0.52); font-size: 0.9rem; line-height: 1.5; }

/* ─────────────────────────────────────────
   SECTION HEADING
───────────────────────────────────────── */

.section-heading { margin-bottom: 24px; }

/* ─────────────────────────────────────────
   NARRATIVE  — structured card
───────────────────────────────────────── */

.narrative-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--sh-lg);
}

.narrative-head {
  padding: 48px 48px 36px;
  background: #fff;
}

.narrative-head h2 {
  max-width: 22ch;
  margin-bottom: 0;
}

/* Accent band — the stats */
.narrative-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: linear-gradient(120deg, #5244e0 0%, #7360f2 55%, #8c78f8 100%);
}

.narrative-number {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 28px 36px;
  border-right: 1px solid rgba(255,255,255,0.14);
}

.narrative-number:last-child { border-right: 0; }

.narrative-number-value {
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1;
}

.narrative-number-label {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  line-height: 1.4;
}

/* Body — copy + proof strip */
.narrative-body {
  padding: 36px 48px 48px;
  background: #fff;
  display: grid;
  gap: 28px;
}

.narrative-body > p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
  max-width: 58ch;
}

.proof-strip { display: flex; flex-direction: column; gap: 10px; margin: 0; }
.proof-strip p {
  margin: 0;
  padding: 13px 18px;
  border-left: 3px solid var(--accent);
  border-radius: 0 12px 12px 0;
  background: var(--accent-soft);
  color: var(--text);
  font-size: 0.95rem;
}

/* ─────────────────────────────────────────
   AUDIENCE
───────────────────────────────────────── */

.audience-intro { display: grid; gap: 12px; margin-bottom: 28px; }
.audience-intro-copy, .faq-intro-copy { margin: 0; color: var(--muted); }
.faq-intro { display: grid; gap: 12px; margin-bottom: 24px; }
.audience-grid { display: grid; gap: 16px; }

.audience-card {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.audience-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh);
  border-color: rgba(115,96,242,0.22);
}

/* ─────────────────────────────────────────
   METHODS  (#inside)
───────────────────────────────────────── */

.methods-grid { display: grid; gap: 12px; counter-reset: method; }

.method {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  counter-increment: method;
}

.method::before {
  content: counter(method, decimal-leading-zero);
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(115,96,242,0.38);
  margin-bottom: 12px;
}

.method:hover { transform: translateY(-3px); box-shadow: var(--sh); border-color: rgba(115,96,242,0.22); }
.method h3 { margin-bottom: 5px; font-size: 1rem; }

.value { margin-bottom: 6px; font-size: 0.86rem; font-weight: 600; color: var(--muted); }

.tag {
  display: inline-block; margin-bottom: 0;
  padding: 2px 10px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  font-size: 0.72rem;
  border-radius: 999px;
  letter-spacing: 0.01em;
}

/* ─────────────────────────────────────────
   DETAILS
───────────────────────────────────────── */

.details-grid { display: grid; gap: 32px; }
.feature-list { display: grid; gap: 16px; }

/* ─────────────────────────────────────────
   CHAPTERS
───────────────────────────────────────── */

.chapter-list {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(14,12,24,0.04);
}

.chapter-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 18px 26px;
  border-bottom: 1px solid var(--line);
  transition: background 130ms;
}

.chapter-row:last-child { border-bottom: 0; }
.chapter-row:hover { background: var(--surface); }

.chapter-row span { font-weight: 900; font-size: 1.05rem; color: var(--accent); letter-spacing: -0.01em; padding-top: 1px; }
.chapter-row p { margin: 0; color: var(--muted); font-size: 0.93rem; line-height: 1.55; }

/* ─────────────────────────────────────────
   CREDIBILITY
───────────────────────────────────────── */

.credibility-layout { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }

.credibility-product {
  display: grid; gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(160deg, #fff 0%, var(--surface) 100%);
  box-shadow: var(--sh);
}

.credibility-product-copy { display: grid; gap: 8px; }
.credibility-product-title, .credibility-product-meta { margin: 0; }
.credibility-product-title { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; }
.credibility-product-meta { color: var(--muted); font-size: 0.92rem; }
.credibility-book-shell { padding-right: 10px; }

.credibility-grid { display: grid; gap: 14px; }

.credibility-card {
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

/* ─────────────────────────────────────────
   OFFER / BUY  — dark stage
───────────────────────────────────────── */

.offer {
  display: grid;
  gap: 48px;
  padding: 60px 52px;
  background:
    radial-gradient(ellipse 55% 65% at 5% 115%, rgba(115,96,242,0.28) 0%, transparent 58%),
    linear-gradient(148deg, #110e2a 0%, #1c1450 42%, #13103a 100%);
  border: 1px solid rgba(115,96,242,0.22);
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 32px 80px rgba(14,12,24,0.38), 0 0 0 1px rgba(115,96,242,0.08);
}

.offer .section-kicker { color: rgba(255,255,255,0.48); }
.offer h2 { color: #fff; }
.offer-meta, .offer-license { margin-bottom: 8px; color: rgba(255,255,255,0.52); }

.purchase-points p { margin-bottom: 8px; color: rgba(255,255,255,0.66); font-size: 0.95rem; }
.purchase-points p:last-child { margin-bottom: 0; }

.purchase-form { display: grid; gap: 14px; }

.purchase-form label { font-size: 0.86rem; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 0.01em; }

.purchase-form input, .purchase-form select {
  width: 100%; min-height: 52px; padding: 0 16px;
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  transition: border-color 150ms, background 150ms;
}

.purchase-form input::placeholder { color: rgba(255,255,255,0.27); }

.purchase-form input:focus,
.purchase-form select:focus {
  outline: none;
  border-color: rgba(255,255,255,0.34);
  background: rgba(255,255,255,0.12);
}

.purchase-form input[readonly] { background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.38); }

/* White CTA on dark offer */
.offer .button-primary {
  background: #fff;
  color: var(--accent);
  box-shadow: 0 4px 20px rgba(0,0,0,0.28);
}
.offer .button-primary:hover {
  background: #f2eeff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.34);
}

/* ─────────────────────────────────────────
   MANUAL PAYMENT
───────────────────────────────────────── */

.manual-payment {
  display: grid; gap: 16px;
  padding: 20px;
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
}

.manual-payment[hidden] { display: none; }

.manual-payment-qr {
  display: grid; place-items: center;
  min-height: 220px; padding: 20px;
  border: 2px dashed rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.36);
  font-weight: 700; text-align: center;
}

.manual-payment-title, .manual-payment-text { margin: 0; }
.manual-payment-title { margin-bottom: 8px; font-size: 1rem; font-weight: 700; color: #fff; }
.manual-payment-text { color: rgba(255,255,255,0.56); font-size: 0.92rem; }
.manual-payment-text a { color: rgba(255,255,255,0.84); text-decoration: underline; text-underline-offset: 2px; }

.form-note, .form-message { margin: 0; font-size: 0.87rem; }
.form-note { color: rgba(255,255,255,0.4); }
.form-message[data-state="error"] { color: #ff8a7a; }
.form-message[data-state="success"] { color: #9fefc0; }

/* ─────────────────────────────────────────
   FAQ
───────────────────────────────────────── */

.faq-list { display: grid; gap: 12px; }

.faq-item {
  padding: 24px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.faq-item h3 { font-size: 1.04rem; margin-bottom: 10px; }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */

.footer {
  width: 100%;
  margin-top: 8px;
  padding: 32px 24px 48px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-inner { max-width: var(--w); margin: 0 auto; }
.footer-line { margin: 0; color: var(--muted); text-align: center; font-size: 0.86rem; }

/* ─────────────────────────────────────────
   RESPONSIVE  720px+
───────────────────────────────────────── */

@media (min-width: 720px) {
  .topbar, .section { padding-left: 40px; padding-right: 40px; }
  .footer { padding-left: 40px; padding-right: 40px; }
  .section { padding-top: 96px; padding-bottom: 96px; }

  .hero-actions { flex-direction: row; }

  .stats { grid-template-columns: repeat(3, 1fr); gap: 14px; }

  .audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .narrative-body { grid-template-columns: 1fr 1fr; gap: 40px; }

  .audience-intro { grid-template-columns: 1fr; }
  .faq-intro { grid-template-columns: 1fr; }

  .credibility-layout { grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr); gap: 28px; }
  .credibility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .methods-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .offer { grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); align-items: start; gap: 56px; }
}

/* ─────────────────────────────────────────
   RESPONSIVE  980px+
───────────────────────────────────────── */

@media (min-width: 980px) {
  .hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
    column-gap: 48px;
  }

  /* Stats sit below copy block in col 1 — never overlap the sticky card in col 2 */
  .hero > .stats {
    grid-column: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .hero-card { position: sticky; top: 80px; }

  .methods-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .book-shell::before, .book-cover-image { width: min(100%, 320px); }
}

/* ─────────────────────────────────────────
   RESPONSIVE  max 719px
───────────────────────────────────────── */

@media (max-width: 719px) {
  .topbar {
    align-items: center; justify-content: space-between;
    flex-direction: row; gap: 10px;
    max-width: none;
    background: rgba(255,255,255,0.95);
    padding: 12px 20px;
  }

  .menu-toggle { display: inline-flex; }
  .brand { min-width: 0; flex: 1 1 auto; font-size: 0.9rem; }
  .brand-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  .topbar-nav {
    position: absolute;
    top: calc(100% + 8px); left: 16px; right: 16px;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px; padding: 12px;
    border: 1.5px solid var(--line);
    border-radius: var(--r);
    background: #fff;
    box-shadow: var(--sh-lg);
  }

  .topbar.menu-open .topbar-nav { display: grid; }

  .topbar-text-link, .topbar-link {
    width: 100%; min-height: 44px;
    padding: 0 14px;
    justify-content: flex-start;
    font-size: 0.93rem;
  }

  h1 { max-width: 11ch; }
  h2 { max-width: 12ch; }

  .narrative-head { padding: 28px 24px 22px; }
  .narrative-numbers { grid-template-columns: 1fr; }
  .narrative-number {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.13);
    padding: 20px 24px;
  }
  .narrative-number:last-child { border-bottom: 0; }
  .narrative-body { padding: 24px 24px 28px; }

  .offer { padding: 40px 24px; border-radius: 18px; gap: 36px; }
  .section { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 430px) {
  .brand-text { font-size: 0.84rem; }
  .offer { padding: 32px 18px; }
}

/* ─────────────────────────────────────────
   REDUCED MOTION
───────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .audience-card, .method, .chapter-row { transition: none; }
  .button:hover, .audience-card:hover, .method:hover { transform: none; }
}
