﻿:root {
  --bg: #080b14;
  --paper: #101625;
  --paper-2: #151d31;
  --panel: rgba(18, 25, 42, 0.92);
  --panel-soft: rgba(23, 32, 52, 0.76);
  --ink: #f7efe5;
  --muted: #c9c0b6;
  --soft: #8f99aa;
  --line: rgba(247, 239, 229, 0.13);
  --line-strong: rgba(229, 142, 64, 0.38);
  --orange: #e58e40;
  --orange-2: #ffb15f;
  --blue: #55b8ff;
  --green: #69d59a;
  --red: #ff6576;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(229, 142, 64, 0.13), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(85, 184, 255, 0.10), transparent 26rem),
    linear-gradient(135deg, #070914 0%, #0d1424 55%, #061b24 100%);
  font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), transparent 72%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.site-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(8, 11, 20, 0.84); backdrop-filter: blur(18px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.04em; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #160d08; box-shadow: 0 14px 36px rgba(229, 142, 64, 0.28); }
.nav-links { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 14px; }
.nav-links a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.nav a[aria-current="page"]::after { content: ""; display: block; height: 2px; margin-top: 5px; border-radius: 99px; background: linear-gradient(90deg, var(--orange), transparent); }

.btn { border: 1px solid var(--line); border-radius: 999px; padding: 12px 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 850; cursor: pointer; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.btn:hover { transform: translateY(-1px); border-color: var(--line-strong); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #180d06; border-color: transparent; box-shadow: 0 16px 36px rgba(229, 142, 64, 0.23); }
.btn-ghost { background: rgba(255,255,255,0.055); color: var(--ink); }
.btn-dark { background: rgba(0,0,0,0.34); color: var(--ink); }
.btn-small { padding: 9px 13px; font-size: 13px; }

.hero { padding: 70px 0 34px; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr); gap: 34px; align-items: center; }
.eyebrow { margin: 0 0 13px; color: var(--orange-2); font-size: 12px; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -0.055em; }
h1 { font-size: clamp(46px, 7.2vw, 96px); max-width: 900px; }
h2 { font-size: clamp(32px, 4.6vw, 62px); }
h3 { font-size: clamp(22px, 2.1vw, 31px); }
p { color: var(--muted); line-height: 1.65; }
.lead-text, .hero-copy { font-size: clamp(18px, 1.8vw, 22px); max-width: 760px; }
.accent { color: var(--orange-2); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.hero-kicker, .proof-strip { display: flex; flex-wrap: wrap; gap: 9px; }
.pill { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; color: var(--muted); background: rgba(255,255,255,0.045); font-size: 13px; }
.pill.hot { border-color: var(--line-strong); color: #ffe1bd; background: rgba(229,142,64,0.10); }
.hero-journey { display: grid; gap: 10px; max-width: 760px; margin-top: 24px; }
.hero-step { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 13px 14px; border: 1px solid rgba(85,184,255,0.18); border-radius: 17px; background: linear-gradient(90deg, rgba(85,184,255,0.08), rgba(255,255,255,0.025)); }
.hero-step b { width: 30px; height: 30px; border-radius: 12px; display: grid; place-items: center; color: #180d06; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-weight: 950; }
.hero-step span { color: var(--muted); }
.hero-step strong { display: block; color: var(--ink); margin-bottom: 2px; }

.hero-visual, .card, .diagnostic, .lead-box { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(20, 29, 49, 0.96), rgba(12, 18, 32, 0.90)); box-shadow: var(--shadow); }
.hero-visual { border-radius: var(--radius-xl); padding: 16px; }
.hero-purpose { position: relative; overflow: hidden; }
.hero-purpose::before { content: ""; position: absolute; inset: -40% -30% auto 35%; height: 260px; background: radial-gradient(circle, rgba(229,142,64,0.18), transparent 65%); pointer-events: none; }
.purpose-copy { position: relative; padding: 22px 2px 6px; }
.purpose-copy h2 { font-size: clamp(26px, 2.2vw, 34px); line-height: 1.04; letter-spacing: -0.045em; max-width: 460px; }
.purpose-list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--muted); font-size: 15px; }
.purpose-list li { position: relative; padding-left: 26px; }
.purpose-list li::before { content: ""; position: absolute; left: 0; top: 0.65em; width: 9px; height: 9px; border-radius: 999px; background: var(--orange-2); box-shadow: 0 0 0 5px rgba(229,142,64,0.12); }
.banner-frame { border-radius: 22px; overflow: hidden; border: 1px solid var(--line); background: #101625; }
.creator-mini { display: grid; grid-template-columns: 66px 1fr; gap: 14px; align-items: center; padding: 4px 2px 0; }
.creator-mini img { border-radius: 19px; border: 2px solid rgba(229,142,64,0.55); }
.creator-mini strong { display: block; font-size: 18px; }
.creator-mini span { display: block; color: var(--muted); margin-top: 3px; font-size: 14px; line-height: 1.45; }
.score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.score { border: 1px solid var(--line); border-radius: 16px; padding: 13px; background: rgba(0,0,0,0.18); }
.score b { display: block; font-size: 22px; color: var(--ink); }
.score span { color: var(--soft); font-size: 12px; }

.section { padding: 50px 0; }
.section.compact { padding: 32px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 22px; }
.section-head p { max-width: 600px; margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.card { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 23px; }
.card.hot { border-color: var(--line-strong); }
.card h3 { margin-bottom: 11px; }
.card p:last-child { margin-bottom: 0; }
.card-list { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--muted); }
.card-list li { padding-left: 19px; position: relative; }
.card-list li::before { content: ""; position: absolute; left: 0; top: 0.68em; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.card-link { display: inline-flex; margin-top: 18px; color: #ffe1bd; font-weight: 900; }

.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 26px; }
.trust-item { border: 1px solid var(--line); border-radius: 18px; padding: 15px; background: rgba(255,255,255,0.045); }
.trust-item strong { display: block; font-size: 24px; color: var(--ink); }
.trust-item span { display: block; color: var(--soft); font-size: 13px; margin-top: 3px; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.audience-card { display: grid; grid-template-columns: 70px 1fr; gap: 17px; align-items: start; }
.audience-icon { width: 60px; height: 60px; border-radius: 20px; display: grid; place-items: center; color: #180d06; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-weight: 950; font-size: 22px; }
.audience-card h3 { font-size: clamp(24px, 2.6vw, 36px); }
.audience-card .btn { margin-top: 12px; }

.scenario-list { display: grid; gap: 12px; }
.scenario-row { display: grid; grid-template-columns: 130px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 18px; padding: 14px; background: rgba(255,255,255,0.04); }
.scenario-row b { color: #ffe1bd; }
.scenario-row span { color: var(--soft); }

.diagnostic { border-color: rgba(85,184,255,0.2); border-radius: var(--radius-xl); padding: clamp(22px, 4vw, 36px); background: linear-gradient(135deg, rgba(85,184,255,0.07), rgba(229,142,64,0.07)), rgba(16,22,37,0.88); }
.diagnostic-entry { position: relative; overflow: hidden; padding: clamp(28px, 5vw, 44px); border-color: rgba(85,184,255,0.32); background: radial-gradient(circle at 0% 0%, rgba(229,142,64,0.18), transparent 22rem), radial-gradient(circle at 100% 20%, rgba(85,184,255,0.14), transparent 24rem), rgba(16,22,37,0.94); }
.diagnostic-entry::after { content: ""; position: absolute; inset: auto -10% -46% 38%; height: 240px; background: radial-gradient(circle, rgba(85,184,255,0.13), transparent 66%); pointer-events: none; }
.diagnostic-entry h2 { font-size: clamp(44px, 6vw, 78px); max-width: 620px; }
.diagnostic-entry .btn { margin-top: 16px; }
.diagnostic-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 26px; align-items: start; }
.checks { display: grid; gap: 12px; }
.check-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: rgba(0,0,0,0.18); }
.check-item:hover { border-color: rgba(229,142,64,0.48); background: rgba(229,142,64,0.075); transform: translateY(-1px); }
.check-item b { width: 32px; height: 32px; border-radius: 12px; background: rgba(229,142,64,0.16); color: var(--orange-2); display: grid; place-items: center; }
.check-item p { margin: 3px 0 0; }
.check-item em { display: inline-block; margin-top: 8px; color: #ffe1bd; font-style: normal; font-weight: 850; font-size: 13px; }
.decision-checks .check-item { min-height: 118px; }

.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.method-card { min-height: 260px; border: 1px solid var(--line); border-radius: 24px; padding: 20px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)); box-shadow: 0 18px 50px rgba(0,0,0,0.18); }
.method-card span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; color: #180d06; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-weight: 950; margin-bottom: 22px; }
.method-card h3 { font-size: 24px; margin-bottom: 12px; }
.method-card p { margin: 0; }
.expert-band { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; border: 1px solid var(--line-strong); border-radius: 28px; padding: 22px; background: radial-gradient(circle at 0% 0%, rgba(229,142,64,0.16), transparent 34rem), rgba(16,22,37,0.84); }
.expert-band h3 { font-size: 25px; color: #ffe1bd; margin-bottom: 10px; }
.expert-band p { margin: 0; }

.decision-panel { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 24px; align-items: start; border: 1px solid rgba(85,184,255,0.24); border-radius: 32px; padding: clamp(24px, 4vw, 36px); background: linear-gradient(135deg, rgba(85,184,255,0.10), rgba(229,142,64,0.05)), rgba(12,18,32,0.92); box-shadow: var(--shadow); }
.decision-list { display: grid; gap: 12px; }
.decision-list div { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: start; border: 1px solid var(--line); border-radius: 18px; padding: 15px 16px; background: rgba(0,0,0,0.20); }
.decision-list b { color: #ffe1bd; }
.decision-list span { color: var(--muted); line-height: 1.5; }

.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.persona-card { border: 1px solid var(--line); border-radius: 26px; padding: 24px; background: linear-gradient(145deg, rgba(20,29,49,0.96), rgba(8,12,23,0.88)); }
.persona-card h3 { font-size: 30px; margin-bottom: 12px; }
.persona-card ul { list-style: none; padding: 0; margin: 18px 0 0; display: flex; gap: 8px; flex-wrap: wrap; }
.persona-card li { border: 1px solid rgba(229,142,64,0.24); color: #ffe1bd; border-radius: 999px; padding: 7px 10px; font-size: 13px; background: rgba(229,142,64,0.08); }

.lead-box { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr); gap: 28px; align-items: start; border-color: var(--line-strong); border-radius: 34px; padding: clamp(24px, 4.8vw, 44px); }
.form { border: 1px solid var(--line); border-radius: 24px; padding: 18px; background: rgba(3, 5, 14, 0.52); }
.field { display: grid; gap: 7px; margin-bottom: 12px; }
.field label { color: #ffe1bd; font-weight: 850; font-size: 13px; }
.input, textarea, select { width: 100%; border: 1px solid rgba(255,255,255,0.18); background: rgba(0,0,0,0.30); color: var(--ink); border-radius: 14px; padding: 13px 14px; outline: none; }
.input:focus, textarea:focus, select:focus { border-color: rgba(229,142,64,0.72); box-shadow: 0 0 0 4px rgba(229,142,64,0.12); }
textarea { min-height: 108px; resize: vertical; }
.form-note { font-size: 12px; color: var(--soft); margin: 12px 0 0; }
.form-success { color: var(--green); }
.form-error { color: var(--red); }
.lead-hp { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.material-preview { border: 1px solid rgba(85,184,255,0.25); border-radius: 18px; padding: 15px; margin: 12px 0 14px; background: linear-gradient(135deg, rgba(85,184,255,0.10), rgba(229,142,64,0.07)); }
.material-preview strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 17px; }
.material-preview span { display: block; color: var(--muted); line-height: 1.55; }

.path { display: grid; gap: 13px; counter-reset: path; }
.path-step { display: grid; grid-template-columns: 46px 1fr; gap: 13px; align-items: start; }
.path-step::before { counter-increment: path; content: counter(path); width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; color: #170c08; font-weight: 950; background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.path-step p { margin: 4px 0 0; }

.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.video-card { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--panel); }
.video-thumb { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; background: #101625; }
.video-body { padding: 16px; }
.video-body span { color: var(--orange-2); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 900; font-size: 11px; }
.video-body h3 { font-size: 21px; line-height: 1.12; margin-top: 10px; letter-spacing: -0.035em; }

.faq { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 17px; padding: 15px 17px; background: rgba(255,255,255,0.045); }
summary { cursor: pointer; font-weight: 850; color: #ffe1bd; }
details p { margin-bottom: 0; }

.topic-map { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 18px; align-items: stretch; }
.topic-stack { display: grid; gap: 14px; }
.topic-card { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; }
.topic-card strong { color: #ffe1bd; }
.article-card { min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; }
.article-meta { color: var(--soft); font-size: 13px; display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.article { max-width: 1050px; padding: 60px 0; }
.article h1 { font-size: clamp(42px, 6vw, 78px); }
.article h2 { font-size: clamp(28px, 3.8vw, 42px); margin-top: 38px; }
.article p, .article li { font-size: 18px; }
.article li { color: var(--muted); margin: 10px 0; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 28px; align-items: start; }
.article-main { min-width: 0; }
.article-aside { position: sticky; top: 86px; display: grid; gap: 14px; }
.article-callout { border-left: 4px solid var(--orange); padding: 18px 20px; border-radius: 0 20px 20px 0; background: rgba(229,142,64,0.09); margin: 26px 0; }
.article-checklist { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 12px; }
.article-checklist li { border: 1px solid var(--line); border-radius: 18px; padding: 15px 16px; background: rgba(255,255,255,0.04); }
.article-checklist li strong { color: #ffe1bd; display: block; margin-bottom: 5px; }
.mini-toc a { display: block; color: var(--muted); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mini-toc a:hover { color: #ffe1bd; }
.split-band { border: 1px solid var(--line); border-radius: 26px; padding: 22px; background: rgba(255,255,255,0.045); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.footer { border-top: 1px solid var(--line); padding: 32px 0 48px; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.floating-cta { position: fixed; right: 18px; bottom: 18px; z-index: 40; }

.funnel-page {
  background:
    radial-gradient(circle at 9% 8%, rgba(229, 142, 64, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 4%, rgba(85, 184, 255, 0.16), transparent 28rem),
    linear-gradient(135deg, #060812 0%, #0b1120 48%, #061b24 100%);
}

.funnel-hero { padding: 64px 0 28px; }
.funnel-hero-grid { display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.58fr); gap: clamp(26px, 4vw, 58px); align-items: center; }
.funnel-hero h1 { font-size: clamp(46px, 6.2vw, 82px); line-height: 0.98; max-width: 760px; }
.funnel-hero .lead-text { max-width: 680px; font-size: clamp(18px, 1.55vw, 21px); }
.funnel-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.funnel-proof span { border: 1px solid rgba(229,142,64,0.22); background: rgba(229,142,64,0.075); color: #ffe1bd; border-radius: 999px; padding: 7px 11px; font-weight: 850; font-size: 12px; }
.funnel-card { border: 1px solid var(--line); border-radius: 32px; padding: clamp(24px, 3.2vw, 34px); background: radial-gradient(circle at 80% 0%, rgba(85,184,255,0.14), transparent 20rem), linear-gradient(145deg, rgba(20,29,49,0.96), rgba(8,12,23,0.92)); box-shadow: var(--shadow); }
.reveal-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 440px; }
.reveal-card h2 { font-size: clamp(30px, 3.4vw, 48px); }
.funnel-card.hero-purpose { min-height: auto; display: flex; flex-direction: column; gap: 24px; justify-content: flex-start; padding: clamp(22px, 2.6vw, 30px); border-radius: 30px; }
.funnel-card.hero-purpose .banner-frame { border-radius: 20px; background: radial-gradient(circle at 50% 50%, rgba(229,142,64,0.18), transparent 55%), #201447; }
.funnel-card.hero-purpose .banner-frame img { width: 100%; display: block; max-height: 76px; object-fit: contain; padding: 12px 20px; }
.funnel-card.hero-purpose .purpose-copy { padding-top: 0; }

.mini-result { border: 1px solid rgba(105,213,154,0.28); border-radius: 22px; padding: 18px; background: rgba(105,213,154,0.08); }
.mini-result b, .mini-result span { display: block; }
.mini-result span { margin-top: 8px; color: var(--muted); line-height: 1.55; }
.hook-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hook-card { border: 1px solid var(--line); border-radius: 26px; padding: 22px; background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025)); min-height: 250px; }
.hook-card span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #180d06; font-weight: 950; margin-bottom: 26px; }
.hook-card h3 { font-size: 25px; }
.value-panel, .author-panel, .quiz-cta, .next-panel { border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, rgba(20,29,49,0.96), rgba(8,12,23,0.9)); box-shadow: var(--shadow); }
.value-panel { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 28px; padding: clamp(24px, 4vw, 38px); }
.value-list { display: grid; gap: 12px; }
.value-list div { display: grid; grid-template-columns: 54px 160px 1fr; gap: 14px; align-items: start; border: 1px solid rgba(85,184,255,0.18); border-radius: 20px; padding: 16px; background: rgba(85,184,255,0.06); }
.value-list b { width: 42px; height: 42px; border-radius: 14px; background: rgba(229,142,64,0.16); color: var(--orange-2); display: grid; place-items: center; }
.value-list strong { color: var(--ink); }
.value-list span { color: var(--muted); line-height: 1.55; }
.author-panel { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 18px; padding: clamp(24px, 4vw, 34px); }
.author-photo-card { display: grid; grid-template-columns: 120px 1fr; gap: 22px; align-items: center; border: 1px solid var(--line); border-radius: 26px; padding: 20px; background: rgba(255,255,255,0.04); }
.author-photo-card img { border-radius: 28px; border: 2px solid rgba(229,142,64,0.5); }
.research-card { border: 1px solid rgba(229,142,64,0.22); border-radius: 26px; padding: 24px; background: rgba(229,142,64,0.06); }
.research-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.65; }
.quiz-cta { text-align: center; padding: clamp(28px, 5vw, 54px); border-color: var(--line-strong); background: radial-gradient(circle at 50% 0%, rgba(229,142,64,0.16), transparent 26rem), rgba(16,22,37,0.92); }
.quiz-cta p { max-width: 760px; margin-left: auto; margin-right: auto; }

.quiz-shell { padding: 58px 0 70px; }
.quiz-head { max-width: 980px; margin-bottom: 26px; }
.quiz-head h1 { font-size: clamp(42px, 6vw, 76px); }
.quiz-form { display: grid; gap: 18px; }
.quiz-section { border: 1px solid var(--line); border-radius: 30px; padding: clamp(20px, 3vw, 30px); background: linear-gradient(145deg, rgba(20,29,49,0.96), rgba(8,12,23,0.88)); box-shadow: 0 18px 48px rgba(0,0,0,0.22); }
.quiz-section-head { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; margin-bottom: 22px; }
.quiz-section-head > span { width: 48px; height: 48px; border-radius: 17px; display: grid; place-items: center; color: #180d06; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-weight: 950; font-size: 22px; }
.quiz-section-head h2 { font-size: clamp(28px, 3vw, 42px); }
.quiz-section-head p { margin: 6px 0 0; }
.quiz-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quiz-fields.two { grid-template-columns: repeat(2, 1fr); }
.quiz-fields .full { grid-column: 1 / -1; }
.yesno-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.yesno { cursor: pointer; display: flex; justify-content: space-between; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 18px; padding: 15px 16px; background: rgba(255,255,255,0.04); color: var(--muted); line-height: 1.45; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.yesno:hover { transform: translateY(-1px); border-color: rgba(229,142,64,0.48); background: rgba(229,142,64,0.07); }
.yesno input { width: 22px; height: 22px; accent-color: var(--orange); flex: 0 0 auto; }
.yesno:has(input:checked) { border-color: rgba(105,213,154,0.55); background: rgba(105,213,154,0.10); color: var(--ink); }
.quiz-submit { display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(85,184,255,0.22); border-radius: 24px; padding: 18px; background: rgba(85,184,255,0.06); }
.quiz-wizard-shell { max-width: 1020px; }
.quiz-wizard-head { text-align: center; margin-left: auto; margin-right: auto; }
.quiz-wizard {
  position: relative;
  border: 1px solid rgba(85,184,255,0.22);
  border-radius: 34px;
  padding: clamp(18px, 3vw, 28px);
  background: radial-gradient(circle at 0% 0%, rgba(229,142,64,0.10), transparent 24rem), rgba(12,18,32,0.82);
  box-shadow: var(--shadow);
}
.quiz-progress {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  color: #ffe1bd;
  font-weight: 900;
}
.quiz-progress-track {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}
.quiz-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--orange-2), var(--green));
  transition: width 220ms ease;
}
.quiz-step { display: none; }
.quiz-step.is-active {
  display: block;
  animation: quizStepIn 220ms ease both;
}
.quiz-question-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 42px);
  background: linear-gradient(145deg, rgba(20,29,49,0.96), rgba(8,12,23,0.88));
}
.quiz-step-label {
  color: var(--orange-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.quiz-question-card h2 {
  max-width: 820px;
  font-size: clamp(34px, 5vw, 62px);
}
.answer-pills,
.choice-grid {
  display: grid;
  gap: 14px;
}
.answer-pills {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 560px;
}
.choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.choice-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
}
.answer-pills label,
.choice-grid label {
  position: relative;
  cursor: pointer;
}
.answer-pills input,
.choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.answer-pills span,
.choice-grid span {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 17px 18px;
  background: rgba(255,255,255,0.045);
  color: var(--ink);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.answer-pills span {
  align-items: center;
  min-height: 86px;
  font-size: 22px;
  font-weight: 950;
}
.choice-grid strong { color: var(--ink); }
.choice-grid small { color: var(--soft); line-height: 1.45; }
.answer-pills label:hover span,
.choice-grid label:hover span {
  transform: translateY(-1px);
  border-color: rgba(229,142,64,0.50);
  background: rgba(229,142,64,0.08);
}
.answer-pills label:has(input:checked) span,
.choice-grid label:has(input:checked) span {
  border-color: rgba(105,213,154,0.62);
  background: linear-gradient(135deg, rgba(105,213,154,0.16), rgba(85,184,255,0.09));
  box-shadow: 0 16px 40px rgba(105,213,154,0.10);
}
.quiz-wizard-actions {
  position: sticky;
  bottom: 16px;
  z-index: 5;
  backdrop-filter: blur(16px);
  background: rgba(8,11,20,0.78);
}
.quiz-wizard-actions [data-quiz-submit] { display: inline-flex; }
.quiz-wizard-actions [hidden] { display: none; }
.quiz-wizard.is-first-step [data-quiz-prev] { visibility: hidden; }

@keyframes quizStepIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.result-shell { padding: 58px 0 70px; }
.result-hero { position: relative; overflow: hidden; min-height: 420px; border: 1px solid rgba(105,213,154,0.28); border-radius: 36px; padding: clamp(28px, 5vw, 54px); background: radial-gradient(circle at 80% 10%, rgba(105,213,154,0.18), transparent 25rem), radial-gradient(circle at 0% 0%, rgba(229,142,64,0.18), transparent 24rem), rgba(12,18,32,0.94); box-shadow: var(--shadow); }
.result-hero h1 { max-width: 860px; }
.result-hero .lead-text { max-width: 760px; }
.result-score { position: absolute; right: clamp(24px, 5vw, 54px); bottom: clamp(24px, 5vw, 54px); width: 170px; height: 170px; border-radius: 50%; display: grid; place-items: center; text-align: center; border: 1px solid rgba(105,213,154,0.42); background: rgba(105,213,154,0.09); box-shadow: inset 0 0 40px rgba(105,213,154,0.08); }
.result-score span { display: block; font-size: 54px; font-weight: 950; color: var(--green); line-height: 1; }
.result-score small { display: block; max-width: 110px; color: var(--muted); line-height: 1.25; }
.result-section { padding-top: 42px; }
.result-grid, .next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.result-card, .next-card { border: 1px solid var(--line); border-radius: 26px; padding: 23px; background: linear-gradient(145deg, rgba(20,29,49,0.96), rgba(8,12,23,0.88)); }
.result-card.hot, .next-card.hot { border-color: rgba(229,142,64,0.45); background: radial-gradient(circle at 0% 0%, rgba(229,142,64,0.14), transparent 18rem), rgba(16,22,37,0.94); }
.result-card span, .next-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: rgba(85,184,255,0.12); color: var(--blue); font-weight: 950; margin-bottom: 22px; }
.result-card strong, .next-card strong { display: block; font-size: 24px; color: var(--ink); line-height: 1.15; letter-spacing: -0.03em; }
.next-panel { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 24px; padding: clamp(24px, 4vw, 36px); }
.contact-section .lead-box { margin-top: 0; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-layout, .diagnostic-grid, .lead-box, .grid-3, .grid-2, .video-grid, .audience-grid, .topic-map, .article-layout, .split-band, .method-grid, .expert-band, .decision-panel, .persona-grid, .funnel-hero-grid, .hook-grid, .value-panel, .author-panel, .quiz-fields, .quiz-fields.two, .yesno-grid, .choice-grid, .choice-grid.compact, .answer-pills, .result-grid, .next-grid, .next-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 44px; }
  .section-head { display: block; }
  .creator-mini { grid-template-columns: 70px 1fr; }
  .article-aside { position: static; }
  .scenario-row { grid-template-columns: 1fr; }
  .method-card { min-height: auto; }
  .result-score { position: static; margin-top: 24px; width: 140px; height: 140px; }
  .value-list div { grid-template-columns: 1fr; }
  .quiz-question-card { min-height: 360px; }
}

@media (max-width: 620px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  h1 { font-size: 44px; }
  h2 { font-size: 34px; }
  .diagnostic-entry h2 { font-size: 42px; }
  .hero-actions .btn, .form .btn { width: 100%; }
  .score-grid, .trust-bar { grid-template-columns: 1fr; }
  .audience-card { grid-template-columns: 1fr; }
  .lead-box, .diagnostic { border-radius: 24px; }
  .decision-list div { grid-template-columns: 1fr; }
  .floating-cta { left: 12px; right: 12px; bottom: 12px; }
  .funnel-hero { padding-top: 44px; }
  .funnel-hero h1, .quiz-head h1 { font-size: 42px; }
  .reveal-card { min-height: auto; }
  .author-photo-card, .quiz-section-head { grid-template-columns: 1fr; }
  .quiz-submit { display: grid; }
  .quiz-submit .btn { width: 100%; }
  .quiz-progress { grid-template-columns: 1fr; }
  .quiz-question-card h2 { font-size: 32px; }
  .quiz-wizard-actions { position: static; }
  .quiz-wizard.is-first-step [data-quiz-prev] { display: none; }
}

@media (max-width: 760px) {
  body.funnel-page {
    background:
      radial-gradient(circle at 50% -8%, rgba(229, 142, 64, 0.18), transparent 18rem),
      radial-gradient(circle at 100% 18%, rgba(85, 184, 255, 0.12), transparent 18rem),
      linear-gradient(145deg, #070914 0%, #0b1120 58%, #061923 100%);
  }

  .funnel-page .topbar {
    position: sticky;
    background: rgba(8, 11, 20, 0.92);
  }

  .funnel-page .nav {
    gap: 10px;
    padding: 10px 0;
  }

  .funnel-page .brand {
    gap: 9px;
    font-size: 15px;
  }

  .funnel-page .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 14px;
  }

  .funnel-page .nav .btn-small {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .funnel-hero {
    padding: 34px 0 16px;
  }

  .funnel-hero-grid {
    gap: 18px;
  }

  .funnel-hero h1 {
    font-size: clamp(38px, 11.6vw, 54px);
    line-height: 0.96;
    letter-spacing: -0.06em;
  }

  .funnel-hero .lead-text {
    font-size: 17px;
    line-height: 1.55;
    margin-top: 16px;
  }

  .funnel-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin: 22px 0 0;
  }

  .funnel-page .hero-actions .btn {
    min-height: 50px;
    width: 100%;
  }

  .funnel-card.hero-purpose {
    gap: 18px;
    border-radius: 24px;
    padding: 18px;
  }

  .funnel-card.hero-purpose .banner-frame {
    border-radius: 17px;
  }

  .funnel-card.hero-purpose .banner-frame img {
    max-height: 58px;
    padding: 9px 14px;
  }

  .purpose-copy h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1;
  }

  .purpose-list {
    font-size: 15px;
    gap: 9px;
  }

  .creator-mini {
    grid-template-columns: 56px 1fr;
    gap: 12px;
  }

  .creator-mini img {
    border-radius: 16px;
  }

  .creator-mini strong {
    font-size: 17px;
  }

  .creator-mini span {
    font-size: 13px;
  }

  .funnel-page .section {
    padding: 34px 0;
  }

  .hook-grid {
    gap: 12px;
  }

  .hook-card {
    min-height: auto;
    border-radius: 22px;
    padding: 18px;
  }

  .hook-card span {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    margin-bottom: 16px;
  }

  .hook-card h3 {
    font-size: 23px;
    line-height: 1.08;
  }

  .hook-card p {
    margin-bottom: 0;
  }

  .value-panel,
  .author-panel,
  .quiz-cta,
  .lead-box {
    border-radius: 24px;
    padding: 20px;
  }

  .value-panel h2,
  .quiz-cta h2,
  .lead-box h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .value-list {
    gap: 10px;
  }

  .value-list div {
    gap: 8px;
    padding: 14px;
    border-radius: 18px;
  }

  .value-list b {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .author-photo-card,
  .research-card {
    border-radius: 20px;
    padding: 16px;
  }

  .author-photo-card img {
    width: 86px;
    border-radius: 21px;
  }

  .quiz-cta {
    text-align: left;
  }

  .quiz-cta p {
    margin-left: 0;
    margin-right: 0;
  }

  .quiz-cta .btn,
  .lead-box .btn {
    width: 100%;
    min-height: 50px;
  }

  .lead-box {
    gap: 22px;
  }

  .lead-box > div > p {
    font-size: 16px;
  }

  .path {
    gap: 12px;
  }

  .path-step {
    grid-template-columns: 40px 1fr;
    gap: 11px;
  }

  .path-step::before {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .form {
    border-radius: 20px;
    padding: 16px;
  }

  .field {
    margin-bottom: 14px;
  }

  .input,
  textarea,
  select {
    min-height: 48px;
    border-radius: 13px;
    padding: 13px 14px;
    font-size: 16px;
  }

  textarea {
    min-height: 132px;
  }

  .footer-grid {
    display: grid;
    gap: 8px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .site-shell {
    width: min(100% - 18px, 1180px);
  }

  .funnel-page .brand span:last-child {
    display: none;
  }

  .funnel-hero h1 {
    font-size: 37px;
  }

  .funnel-hero .lead-text,
  .lead-box > div > p,
  .hook-card p,
  .value-panel p,
  .quiz-cta p {
    font-size: 15px;
  }

  .value-panel,
  .author-panel,
  .quiz-cta,
  .lead-box,
  .funnel-card.hero-purpose {
    padding: 16px;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    overflow-x: hidden;
  }

  .site-shell {
    width: min(100% - 22px, 1180px);
  }

  .topbar {
    border-bottom-color: rgba(255,255,255,0.09);
  }

  .nav {
    min-height: 60px;
  }

  .nav .btn-small {
    flex: 0 0 auto;
  }

  .funnel-hero,
  .hero,
  .quiz-shell,
  .result-shell,
  .article {
    padding-top: 28px;
  }

  .funnel-hero-grid,
  .hero-layout,
  .diagnostic-grid,
  .lead-box,
  .grid-3,
  .grid-2,
  .video-grid,
  .audience-grid,
  .topic-map,
  .article-layout,
  .split-band,
  .method-grid,
  .expert-band,
  .decision-panel,
  .persona-grid,
  .hook-grid,
  .value-panel,
  .author-panel,
  .quiz-fields,
  .quiz-fields.two,
  .yesno-grid,
  .choice-grid,
  .choice-grid.compact,
  .answer-pills,
  .result-grid,
  .next-grid,
  .next-panel {
    grid-template-columns: 1fr;
  }

  .funnel-hero h1,
  .hero h1,
  .quiz-head h1,
  .article h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.98;
  }

  .funnel-hero .lead-text,
  .lead-text,
  .hero-copy {
    font-size: clamp(16px, 4.8vw, 19px);
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .btn,
  .quiz-cta .btn,
  .form .btn,
  .lead-box .btn {
    width: 100%;
    min-height: 52px;
  }

  .section {
    padding: 30px 0;
  }

  .section.compact {
    padding: 22px 0;
  }

  .funnel-card,
  .hero-visual,
  .diagnostic,
  .diagnostic-entry,
  .lead-box,
  .value-panel,
  .author-panel,
  .quiz-cta,
  .next-panel,
  .result-hero,
  .quiz-wizard,
  .quiz-section {
    border-radius: 22px;
  }

  .hook-card,
  .card,
  .persona-card,
  .method-card,
  .result-card,
  .next-card,
  .author-photo-card,
  .research-card {
    border-radius: 19px;
  }

  .hook-card {
    min-height: auto;
  }

  .quiz-cta,
  .value-panel,
  .author-panel,
  .lead-box,
  .result-hero,
  .next-panel {
    padding: 19px;
  }

  .quiz-cta {
    text-align: left;
  }

  .quiz-cta h2,
  .value-panel h2,
  .lead-box h2,
  .next-panel h2 {
    font-size: clamp(31px, 9vw, 44px);
  }

  .quiz-cta p,
  .value-panel p,
  .lead-box p,
  .research-card p,
  .hook-card p,
  .card p {
    font-size: 15.5px;
    line-height: 1.58;
  }

  .value-list div {
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .value-list div span {
    grid-column: 2;
  }

  .author-photo-card {
    grid-template-columns: 82px 1fr;
    gap: 14px;
  }

  .author-photo-card img {
    width: 82px;
  }

  .creator-mini {
    align-items: start;
  }

  .input,
  textarea,
  select,
  button {
    font-size: 16px;
  }

  .input,
  textarea,
  select {
    min-height: 50px;
  }

  .form {
    padding: 15px;
  }

  .path-step {
    grid-template-columns: 38px 1fr;
  }

  .path-step::before {
    width: 34px;
    height: 34px;
  }

  .quiz-question-card {
    min-height: min(560px, calc(100svh - 190px));
    padding: 20px;
    justify-content: flex-start;
  }

  .quiz-question-card h2 {
    font-size: clamp(29px, 8.5vw, 40px);
  }

  .answer-pills span,
  .choice-grid span {
    min-height: 64px;
    padding: 14px 15px;
  }

  .quiz-wizard-actions {
    position: sticky;
    bottom: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 18px;
  }

  .quiz-wizard-actions .btn {
    min-height: 50px;
  }

  .result-hero {
    min-height: auto;
  }

  .result-score {
    width: 118px;
    height: 118px;
  }

  .result-score span {
    font-size: 40px;
  }
}

@media (max-width: 520px) {
  .site-shell {
    width: min(100% - 18px, 1180px);
  }

  .brand {
    min-width: 0;
  }

  .brand span:last-child {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav {
    gap: 8px;
  }

  .nav .btn-small {
    padding: 8px 10px;
  }

  .funnel-hero h1,
  .hero h1,
  .quiz-head h1,
  .article h1 {
    font-size: clamp(36px, 12.5vw, 48px);
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.15em;
  }

  .funnel-card.hero-purpose .banner-frame img {
    max-height: 52px;
    padding: 8px 12px;
  }

  .purpose-copy h2 {
    font-size: 27px;
  }

  .hook-card h3,
  .card h3 {
    font-size: 22px;
  }

  .value-list div {
    grid-template-columns: 1fr;
  }

  .value-list div span {
    grid-column: auto;
  }

  .author-photo-card {
    grid-template-columns: 1fr;
  }

  .author-photo-card img {
    width: 92px;
  }

  .creator-mini {
    grid-template-columns: 54px 1fr;
  }

  .quiz-cta,
  .value-panel,
  .author-panel,
  .lead-box,
  .result-hero,
  .next-panel,
  .funnel-card.hero-purpose {
    padding: 16px;
  }

  .quiz-question-card {
    min-height: auto;
  }

  .quiz-wizard-actions {
    grid-template-columns: 1fr;
    position: static;
  }

  .footer {
    padding-bottom: 28px;
  }
}
