:root {
  --ink: #f7f3ea;
  --night: #070811;
  --panel: #121423;
  --gold: #ffcf33;
  --muted: #9ea1ad;
  --line: #ffffff1f;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--night); color: var(--ink); }
body { font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.primary-button, .secondary-button, .sound-button {
  min-height: 58px;
  padding: 0 26px;
  font-weight: 950;
  letter-spacing: .08em;
  cursor: pointer;
  transition: .2s transform, .2s filter, .2s opacity;
}
.primary-button {
  border: 0;
  color: #111018;
  background: linear-gradient(135deg, #fff1a6, #ffbd18 75%);
  box-shadow: 0 12px 36px #ffba1850, inset 0 1px #fff;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
}
.primary-button.compact { min-height: 50px; font-size: 12px; }
.secondary-button, .sound-button { border: 1px solid #ffffff55; background: #10121ddd; }
.primary-button:hover, .secondary-button:hover, .sound-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.primary-button:disabled, .text-button:disabled { opacity: .35; cursor: not-allowed; transform: none; }

.topbar {
  height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 42px;
  align-items: center;
  padding: 0 3vw;
  border-bottom: 1px solid var(--line);
  background: #06070de8;
  position: relative;
  z-index: 5;
}
.mini-brand { display: flex; gap: 8px; align-items: baseline; font-family: Impact, "Arial Black", sans-serif; letter-spacing: .04em; }
.mini-brand b { color: var(--accent, var(--gold)); }
.mini-brand span { font-size: 18px; }
.top-label { color: var(--accent, var(--gold)); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.topbar > button { justify-self: end; border: 1px solid #ffffff22; background: #131522; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; }

.intro-screen { min-height: 100svh; position: relative; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 76% 46%, #6e270d66, transparent 22%), linear-gradient(115deg, #070811 0 50%, #15101a 72%, #080812); }
.intro-grid { position: absolute; inset: 0; z-index: -2; opacity: .36; background: repeating-linear-gradient(90deg, transparent 0 99px, #ffffff08 100px), repeating-linear-gradient(0deg, transparent 0 99px, #ffffff06 100px); transform: perspective(650px) rotateX(55deg) scale(1.5) translateY(20%); }
.intro-screen:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #05060de8 0 44%, transparent 74%), linear-gradient(0deg, #05060dcc, transparent 45%); pointer-events: none; }
.intro-orb { position: absolute; border-radius: 50%; filter: blur(1px); border: 1px solid #ffcf3355; box-shadow: inset 0 0 80px #ffcf3325, 0 0 100px #ff942833; }
.orb-one { width: min(42vw, 620px); aspect-ratio: 1; right: 7vw; top: 12vh; background: radial-gradient(circle at 35% 32%, #ffd76644, #a5251833 43%, #090a14 70%); animation: float 5s ease-in-out infinite; }
.orb-two { width: min(16vw, 230px); aspect-ratio: 1; right: 38vw; bottom: 6vh; background: #ff405818; }
.brand { position: absolute; top: 34px; left: 5vw; display: flex; flex-direction: column; gap: 4px; letter-spacing: .22em; }
.brand span { font-size: 10px; color: #bfc0c9; }
.brand b { font-family: Georgia, serif; font-size: 18px; letter-spacing: .14em; }
.intro-copy { position: absolute; left: 5vw; top: 49%; transform: translateY(-50%); max-width: 780px; }
.eyebrow { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .34em; margin: 0 0 18px; }
.intro-copy h1 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(65px, 9vw, 142px); line-height: .78; letter-spacing: -.035em; text-shadow: 0 8px 40px #000; }
.intro-copy h1 span { color: transparent; -webkit-text-stroke: 2px #fff; text-shadow: 0 0 22px #ffffff22; }
.intro-lede { max-width: 610px; color: #d9d8dc; font-size: clamp(16px, 1.35vw, 21px); line-height: 1.5; margin: 30px 0; }
.intro-actions { display: flex; gap: 14px; align-items: center; }
.sound-button { font-size: 11px; }
.mission-card { position: absolute; right: 5vw; bottom: 10vh; width: min(31vw, 430px); padding: 26px; border: 1px solid #ffffff2b; border-top: 3px solid var(--gold); background: #0a0c15d9; box-shadow: 0 24px 70px #000c; backdrop-filter: blur(12px); }
.mission-card small { color: var(--gold); font-size: 9px; font-weight: 950; letter-spacing: .26em; }
.mission-card strong { display: block; margin: 10px 0; font-size: 25px; line-height: 1.08; }
.mission-card p { color: #bbbcc5; line-height: 1.5; font-size: 13px; }
.mission-card > div { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr; gap: 6px 10px; align-items: center; border-top: 1px solid var(--line); padding-top: 15px; }
.mission-card div b { font-size: 23px; color: var(--gold); }
.mission-card div span { font-size: 8px; letter-spacing: .15em; color: #92949f; }
.intro-footer { position: absolute; left: 5vw; bottom: 30px; display: flex; gap: 34px; color: #8f919d; font-size: 9px; font-weight: 900; letter-spacing: .16em; }

.setup-screen, .splash-screen, .question-screen, .results-screen { min-height: 100svh; position: relative; background: radial-gradient(circle at 50% 0, #243252 0, transparent 38%), linear-gradient(135deg, #070811, #111424 60%, #070811); }
.setup-screen:before, .question-screen:before, .results-screen:before { content: ""; position: fixed; inset: 68px 0 0; pointer-events: none; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 99px, #ffffff09 100px), repeating-linear-gradient(0deg, transparent 0 99px, #ffffff06 100px); }
.setup-panel { width: min(1100px, 92vw); margin: 7vh auto 0; position: relative; }
.setup-heading p { margin: 0 0 10px; color: var(--gold); font-size: 10px; font-weight: 950; letter-spacing: .25em; }
.setup-heading h1 { margin: 0 0 8px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(44px, 6vw, 80px); letter-spacing: .02em; }
.setup-heading > span { color: #aeb1bd; font-size: 16px; }
.identity-card { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 28px; border: 1px solid #ffffff25; border-top: 3px solid var(--gold); background: linear-gradient(135deg, #171a2bed, #0d0f1bed); box-shadow: 0 30px 70px #0009; }
.identity-card label span { display: block; font-size: 10px; font-weight: 900; letter-spacing: .17em; margin-bottom: 8px; }
.identity-card label em { color: #7f828f; font-style: normal; font-size: 8px; margin-left: 6px; }
.identity-card input { width: 100%; height: 58px; padding: 0 16px; color: #fff; border: 1px solid #ffffff25; background: #080a13; }
.identity-card input:focus { border-color: var(--gold); }
.setup-note { grid-column: 1 / -1; border-left: 4px solid var(--gold); padding: 15px 18px; background: #ffcf330c; }
.setup-note b { font-size: 10px; color: var(--gold); letter-spacing: .18em; }
.setup-note p { margin: 6px 0 0; color: #c1c3cb; line-height: 1.45; }
.identity-card .primary-button { grid-column: 2; justify-self: end; min-width: 300px; }

.splash-screen { --accent: var(--gold); overflow: hidden; background: radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--accent), transparent 72%), transparent 32%), #06070d; }
.splash-screen:after { content: ""; position: absolute; inset: 68px 0 0; opacity: .22; background: repeating-linear-gradient(115deg, transparent 0 140px, #ffffff08 141px); pointer-events: none; }
.splash-content { min-height: calc(100svh - 148px); display: grid; place-content: center; text-align: center; position: relative; z-index: 1; }
.splash-icon { width: 132px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; border: 2px solid var(--accent); color: var(--accent); font: 52px Impact, "Arial Black", sans-serif; box-shadow: 0 0 0 10px #ffffff08, 0 0 60px color-mix(in srgb, var(--accent), transparent 45%); }
.splash-content small { color: #d2d3d9; font-size: 10px; font-weight: 900; letter-spacing: .3em; }
.splash-content h1 { margin: 10px 0 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(58px, 9vw, 128px); color: var(--accent); text-shadow: 0 0 50px color-mix(in srgb, var(--accent), transparent 45%); }
.splash-content p { margin: 10px auto 28px; color: #fff; font: italic 20px Georgia, serif; }
.splash-content .primary-button { justify-self: center; }
.system-rail { position: absolute; z-index: 2; left: 5vw; right: 5vw; bottom: 28px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.system-rail span { display: flex; align-items: center; gap: 8px; opacity: .36; }
.system-rail i { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #ffffff50; border-radius: 50%; font-size: 9px; font-style: normal; }
.system-rail em { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #b9bbc3; font-size: 8px; font-style: normal; letter-spacing: .12em; }
.system-rail span.done, .system-rail span.active { opacity: 1; }
.system-rail span.done i { background: #46e39a; color: #06110b; border-color: #46e39a; }
.system-rail span.active i { color: var(--accent); border-color: var(--accent); box-shadow: 0 0 16px var(--accent); }

.question-screen { --accent: var(--gold); background: radial-gradient(ellipse at 50% 18%, color-mix(in srgb, var(--accent), transparent 82%), transparent 38%), linear-gradient(#0b0d18, #05060b 75%); }
.question-progress { height: 4px; background: #ffffff12; }
.question-progress i { display: block; height: 100%; background: var(--accent); box-shadow: 0 0 16px var(--accent); transition: width .35s; }
.question-layout { width: min(1380px, 95vw); margin: 4.5vh auto; display: grid; grid-template-columns: 260px 1fr; gap: 24px; position: relative; z-index: 1; }
.question-side { min-height: 610px; position: relative; padding: 28px 24px; border: 1px solid #ffffff1c; background: linear-gradient(180deg, #171a2c, #090a12); overflow: hidden; }
.question-side:before { content: ""; position: absolute; width: 240px; aspect-ratio: 1; border-radius: 50%; left: -70px; top: -80px; background: var(--accent); filter: blur(80px); opacity: .24; }
.system-number { display: block; font: 86px Impact, "Arial Black", sans-serif; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--accent); }
.question-side small { color: var(--accent); font-size: 8px; letter-spacing: .2em; }
.question-side h2 { margin: 12px 0 8px; font-size: 24px; line-height: 1.05; }
.question-side > p { color: #aeb0ba; font: italic 14px/1.5 Georgia, serif; }
.truth-rule { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 18px; border: 1px solid #ffffff20; background: #090b14; }
.truth-rule b, .truth-rule span { display: block; }
.truth-rule b { color: var(--accent); font-size: 8px; letter-spacing: .18em; margin-bottom: 7px; }
.truth-rule span { color: #bbbcc4; font-size: 12px; line-height: 1.4; }
.question-card { min-width: 0; padding: 28px; border: 1px solid #ffffff1a; border-top: 3px solid var(--accent); background: linear-gradient(180deg, #14182aee, #0b0d17ee); box-shadow: 0 24px 60px #000b, inset 0 1px #ffffff10; }
.question-meta { display: flex; justify-content: space-between; color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.question-meta em { color: #8f92a0; font-style: normal; }
.question-card > h1 { margin: 18px 0 24px; max-width: 950px; min-height: 75px; font-size: clamp(26px, 2.45vw, 39px); line-height: 1.13; letter-spacing: -.02em; }
.answer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.answer-option { min-height: 104px; position: relative; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 13px; padding: 14px 15px; text-align: left; border: 1px solid #ffffff22; background: linear-gradient(105deg, #1a1d2f, #111320); cursor: pointer; transition: .2s; }
.answer-option:hover { transform: translateY(-3px); border-color: var(--accent); }
.answer-option > b { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: #323544; font-size: 17px; }
.answer-option > span { font-weight: 800; line-height: 1.3; font-size: 14px; }
.answer-option > em { position: absolute; right: 10px; bottom: 8px; color: #777b88; font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .13em; }
.answer-option:nth-child(1) > b { background: #e5344f; }
.answer-option:nth-child(2) > b { background: #2f8fff; }
.answer-option:nth-child(3) > b { background: #e8b71b; color: #17130a; }
.answer-option:nth-child(4) > b { background: #2dbd76; }
.answer-option.selected { border-color: #45f0a2; background: #103c2b; box-shadow: 0 0 22px #3bdf9250; }
.answer-option.selected > em { color: #4ff2a5; }
.question-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 22px; border-top: 1px solid var(--line); padding-top: 20px; }
.question-footer > span { color: #8e919d; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.question-footer .primary-button { justify-self: end; }
.text-button { justify-self: start; border: 0; background: transparent; color: #b6b8c1; font-size: 9px; font-weight: 900; letter-spacing: .14em; cursor: pointer; }

.results-screen { --accent: var(--gold); padding-bottom: 55px; background: radial-gradient(circle at 50% 16%, color-mix(in srgb, var(--accent), transparent 72%), transparent 27%), linear-gradient(#080914, #04050a); }
.results-hero { position: relative; width: min(1200px, 92vw); margin: 42px auto 28px; padding: 26px 220px 30px 28px; border-left: 5px solid var(--accent); background: linear-gradient(90deg, color-mix(in srgb, var(--accent), transparent 88%), transparent); }
.results-hero p { margin: 0; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .26em; }
.results-hero h1 { margin: 6px 0 2px; font: clamp(48px, 7vw, 96px)/.95 Impact, "Arial Black", sans-serif; color: var(--accent); text-shadow: 0 0 45px color-mix(in srgb, var(--accent), transparent 50%); }
.results-hero h2 { margin: 10px 0; font: italic 20px Georgia, serif; }
.results-hero > span { color: #9699a5; font-size: 9px; letter-spacing: .18em; }
.maturity-seal { position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 150px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; border: 2px solid var(--accent); box-shadow: 0 0 0 10px #ffffff08, 0 0 42px color-mix(in srgb, var(--accent), transparent 45%); }
.maturity-seal b { font-size: 48px; line-height: .9; }
.maturity-seal span { margin-top: 7px; color: var(--accent); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.results-grid { position: relative; width: min(1200px, 92vw); margin: auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.verdict-card, .score-card { border: 1px solid #ffffff20; border-top: 3px solid var(--accent); background: linear-gradient(145deg, #151827f2, #0b0d16f2); box-shadow: 0 25px 60px #000a; padding: 26px; }
.verdict-card > small, .score-card > small { color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .2em; }
.verdict-card h3, .score-card h3 { margin: 7px 0 14px; font-size: 23px; }
.verdict-card > p { color: #c7c8cf; font: 16px/1.55 Georgia, serif; }
.priority-list { margin-top: 22px; padding: 20px; background: #070912; border-left: 4px solid var(--accent); }
.priority-list > b { color: var(--accent); font-size: 9px; letter-spacing: .18em; }
.priority-list ol { margin: 13px 0 0; padding-left: 22px; }
.priority-list li { margin: 10px 0; padding-left: 5px; line-height: 1.35; }
.warning { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin-top: 15px; padding: 15px; border: 1px solid #ff405844; background: #ff40580c; }
.warning b { color: #ff6478; font-size: 9px; letter-spacing: .12em; white-space: nowrap; }
.warning span { color: #c8c9d0; font-size: 12px; line-height: 1.4; }
.score-bars > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 10px; margin: 12px 0; }
.score-bars span { font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.score-bars b { color: #b6b8c1; font-size: 10px; }
.score-bars i { grid-column: 1 / -1; height: 7px; background: #292c38; overflow: hidden; }
.score-bars em { display: block; height: 100%; }
.constraint, .strength { margin-top: 22px; padding: 17px; background: #070912; border-left: 4px solid #ff4058; }
.strength { margin-top: 10px; border-left-color: #46e39a; }
.constraint small, .constraint strong, .constraint span, .strength small, .strength strong { display: block; }
.constraint small, .strength small { color: #999ca7; font-size: 7px; letter-spacing: .17em; }
.constraint strong, .strength strong { margin: 5px 0; }
.constraint span { color: #9fa1ac; font-size: 11px; }
.next-move { position: relative; width: min(1200px, 92vw); margin: 18px auto; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px 24px; border: 1px solid color-mix(in srgb, var(--accent), transparent 52%); background: color-mix(in srgb, var(--accent), transparent 91%); }
.next-move small, .next-move strong { display: block; }
.next-move small { color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .18em; margin-bottom: 5px; }
.next-move strong { font-size: 16px; }
.video-ready { text-align: right; }
.video-ready span, .video-ready b { display: block; }
.video-ready span { color: var(--accent); font-size: 8px; letter-spacing: .16em; }
.video-ready b { margin-top: 4px; color: #9da0ab; font-size: 11px; }
.result-actions { position: relative; width: min(1200px, 92vw); margin: 18px auto 0; display: flex; justify-content: center; gap: 12px; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(2deg); } }

/* L’Indice entrepreneurial */
.cover-home {
  background: #02050b;
}

.cover-home:after {
  display: none;
}

.cover-art {
  position: absolute;
  inset: 0;
  background: #02050b url("./media/cover.png") center center / contain no-repeat;
  z-index: -3;
}

.cover-vignette {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, #02050b88 0, transparent 25%, transparent 63%, #02050bf4 100%),
    linear-gradient(90deg, #02050b33 0, transparent 46%, #02050b22 100%);
}

.cover-actions {
  position: absolute;
  left: 5vw;
  bottom: 112px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 3;
}

.cover-actions .eyebrow {
  position: absolute;
  bottom: 73px;
  left: 0;
  width: max-content;
  max-width: 70vw;
  text-shadow: 0 2px 16px #000;
}

.hero-start {
  min-width: 250px;
  font-size: 15px;
}

.cover-stats {
  position: absolute;
  right: 5vw;
  bottom: 117px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  gap: 8px 12px;
  padding: 15px 20px;
  border: 1px solid #ffffff2b;
  border-top: 3px solid var(--gold);
  background: #060912de;
  box-shadow: 0 18px 45px #000a;
  z-index: 3;
}

.cover-stats b {
  color: var(--gold);
  font-size: 23px;
}

.cover-stats span {
  color: #c4c7cf;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.system-rail {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  height: 78px;
  padding: 14px 4vw;
  border-top: 1px solid #ffffff2b;
  background: #05070df2;
  box-shadow: 0 -12px 35px #000a;
  backdrop-filter: blur(14px);
}

.system-rail.intro-rail {
  background: #03060be6;
}

.setup-screen,
.splash-screen,
.question-screen,
.results-screen,
.media-screen {
  padding-bottom: 78px;
}

.question-layout {
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
}

.question-side,
.question-card {
  min-height: min(590px, calc(100svh - 190px));
}

.topbar {
  grid-template-columns: 1fr auto auto;
}

.top-controls {
  display: flex;
  gap: 8px;
  justify-self: end;
  margin-left: 28px;
}

.top-controls button {
  border: 1px solid #ffffff22;
  background: #131522;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
}

.listen-button {
  width: 100%;
  margin-top: 22px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--accent), transparent 45%);
  background: color-mix(in srgb, var(--accent), transparent 90%);
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  cursor: pointer;
}

.media-screen {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 42%, #1d2940, #020309 72%);
}

.media-screen:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background:
    repeating-linear-gradient(90deg, transparent 0 99px, #ffffff0a 100px),
    repeating-linear-gradient(0deg, transparent 0 99px, #ffffff07 100px);
  pointer-events: none;
}

.media-screen video {
  position: relative;
  z-index: 2;
  width: min(1120px, 92vw);
  max-height: calc(100svh - 170px);
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
  border: 1px solid #ffffff25;
  box-shadow: 0 28px 85px #000;
}

.media-heading {
  position: absolute;
  left: 4vw;
  top: 24px;
  z-index: 4;
}

.media-heading small,
.media-heading strong {
  display: block;
}

.media-heading small {
  color: var(--gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .2em;
}

.media-heading strong {
  margin-top: 5px;
  font: 20px Impact, "Arial Black", sans-serif;
  letter-spacing: .05em;
}

.media-skip {
  position: absolute;
  right: 4vw;
  top: 20px;
  z-index: 5;
  min-height: 44px;
  font-size: 9px;
}

.media-play {
  position: absolute;
  z-index: 6;
  min-width: 260px;
}

.media-play.hidden {
  display: none;
}

.booking-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-decoration: none;
}

.booking-button.pending {
  opacity: .55;
}

.contact-section {
  position: relative;
  width: min(1200px, 92vw);
  margin: 18px auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  padding: 30px;
  border: 1px solid #ffffff22;
  border-top: 3px solid var(--accent);
  background: linear-gradient(145deg, #151827f5, #080a12f5);
  box-shadow: 0 25px 60px #000a;
}

.contact-copy small {
  color: var(--accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .2em;
}

.contact-copy h2 {
  margin: 9px 0 10px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}

.contact-copy p {
  color: #b9bbc5;
  line-height: 1.5;
}

.call-benefits {
  display: grid;
  gap: 10px;
}

.call-benefits > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid #ffffff1f;
  background: #070912;
}

.call-benefits b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent), transparent 82%);
  color: var(--accent);
  font-size: 11px;
}

.call-benefits span {
  color: #d1d2d8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label:last-of-type {
  grid-column: 1 / -1;
}

.contact-form label span {
  display: block;
  margin-bottom: 7px;
  color: #bfc1ca;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
}

.contact-form input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #ffffff26;
  background: #070912;
  color: #fff;
}

.contact-form input:focus {
  border-color: var(--accent);
}

.contact-form .primary-button {
  grid-column: 1 / -1;
}

.contact-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #8f929e;
  font-size: 9px;
  line-height: 1.4;
}

.results-screen {
  overflow-y: auto;
}

@media (max-width: 980px) {
  .mission-card { display: none; }
  .intro-copy { max-width: 88vw; }
  .question-layout { grid-template-columns: 1fr; }
  .question-side { min-height: auto; display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; }
  .question-side .system-number { grid-row: 1 / 4; }
  .question-side > p { margin: 0; }
  .truth-rule { position: static; grid-column: 1 / -1; margin-top: 10px; }
  .results-grid { grid-template-columns: 1fr; }
  .cover-stats { display: none; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-copy { text-align: center; }
  .booking-button { width: min(100%, 520px); }
  .call-benefits { grid-template-columns: repeat(3, 1fr); }
  .call-benefits > div {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .topbar { grid-template-columns: minmax(0, 1fr) auto; padding: 0 14px; }
  .top-label { display: none; }
  .mini-brand { min-width: 0; }
  .mini-brand span { font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .top-controls { margin-left: 8px; }
  .intro-copy { top: 44%; }
  .intro-copy h1 { font-size: clamp(54px, 19vw, 88px); }
  .intro-actions { align-items: stretch; flex-direction: column; }
  .intro-footer { gap: 14px; flex-wrap: wrap; }
  .identity-card { grid-template-columns: 1fr; }
  .setup-note, .identity-card .primary-button { grid-column: 1; }
  .identity-card .primary-button { min-width: 0; width: 100%; }
  .system-rail em { display: none; }
  .system-rail span { justify-content: center; }
  .splash-content h1 { font-size: clamp(52px, 18vw, 88px); }
  .answer-grid { grid-template-columns: 1fr; }
  .question-card { padding: 20px 15px; }
  .question-card > h1 { min-height: auto; }
  .question-footer { grid-template-columns: auto 1fr; }
  .question-footer > span { display: none; }
  .question-footer .primary-button { max-width: 210px; }
  .results-hero { padding-right: 24px; padding-bottom: 190px; }
  .maturity-seal { right: auto; left: 30px; top: auto; bottom: 20px; transform: none; }
  .next-move { grid-template-columns: 1fr; }
  .video-ready { text-align: left; }
  .result-actions { flex-direction: column; }
  .cover-art { background-position: center center; background-size: contain; }
  .cover-actions {
    left: 5vw;
    right: 5vw;
    bottom: 100px;
    align-items: stretch;
    flex-direction: column;
  }
  .cover-actions .eyebrow {
    position: static;
    width: auto;
    max-width: none;
    margin: 0 0 3px;
  }
  .hero-start { width: 100%; }
  .system-rail {
    height: 68px;
    padding: 10px 3vw;
  }
  .setup-screen,
  .splash-screen,
  .question-screen,
  .results-screen,
  .media-screen {
    padding-bottom: 68px;
  }
  .media-heading { top: 13px; }
  .media-skip {
    right: 12px;
    top: 10px;
    padding: 0 12px;
  }
  .media-screen video {
    width: 100vw;
    border-left: 0;
    border-right: 0;
  }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label,
  .contact-form label:last-of-type,
  .contact-form .primary-button,
  .contact-status { grid-column: 1; }
  .contact-section { padding: 22px 16px; }
  .call-benefits { grid-template-columns: 1fr; }
  .call-benefits > div {
    grid-template-columns: 42px 1fr;
    justify-items: stretch;
    text-align: left;
  }
  .booking-button { width: 100%; min-height: 64px; padding: 0 18px; text-align: center; }
}

@media (max-width: 480px) {
  .brand { top: 18px; left: 18px; }
  .brand span { font-size: 7px; }
  .brand b { font-size: 13px; }
  .cover-actions { bottom: 82px; }
  .cover-actions .sound-button { min-height: 48px; }
  .hero-start { min-height: 58px; min-width: 0; }
  .setup-panel { width: 94vw; margin-top: 3vh; }
  .setup-heading h1 { font-size: clamp(36px, 12vw, 56px); }
  .identity-card { padding: 18px 14px; }
  .splash-content { padding: 0 16px; }
  .splash-icon { width: 94px; }
  .splash-content h1 { font-size: clamp(42px, 15vw, 72px); }
  .splash-content p { font-size: 16px; }
  .question-layout { width: 100%; margin: 0; gap: 0; }
  .question-side { border-left: 0; border-right: 0; padding: 16px; }
  .system-number { font-size: 62px; }
  .question-card { border-left: 0; border-right: 0; }
  .answer-option { min-height: 84px; padding: 11px; }
  .answer-option > span { font-size: 13px; }
  .question-footer { gap: 8px; }
  .question-footer .primary-button { max-width: 180px; padding: 0 14px; font-size: 9px; }
  .results-hero { width: 96vw; margin-top: 22px; padding-left: 18px; }
  .results-hero h1 { font-size: clamp(44px, 14vw, 72px); }
  .results-grid,
  .next-move,
  .contact-section,
  .result-actions { width: 96vw; }
  .verdict-card,
  .score-card { padding: 20px 16px; }
  .warning { grid-template-columns: 1fr; }
  .warning b { white-space: normal; }
}

@media (max-height: 700px) and (orientation: landscape) {
  .cover-actions { bottom: 76px; }
  .cover-actions .eyebrow { display: none; }
  .brand { top: 14px; }
  .cover-stats { display: none; }
  .question-layout {
    width: 98vw;
    margin: 8px auto 80px;
    grid-template-columns: 200px 1fr;
    gap: 10px;
  }
  .question-side,
  .question-card { min-height: auto; }
  .question-side { padding: 14px; }
  .system-number { font-size: 58px; }
  .truth-rule { display: none; }
  .listen-button { margin-top: 10px; }
  .question-card { padding: 14px; }
  .question-card > h1 { min-height: 0; margin: 10px 0 12px; font-size: 24px; }
  .answer-option { min-height: 66px; padding: 8px 10px; }
  .answer-option > span { font-size: 12px; }
  .question-footer { margin-top: 10px; padding-top: 10px; }
  .media-screen video { max-height: calc(100svh - 100px); width: min(920px, 78vw); }
}

@media print {
  .topbar, .result-actions, .video-ready { display: none !important; }
  body, .results-screen { background: #fff !important; color: #111 !important; }
  .results-screen { padding: 0; }
  .results-screen:before { display: none; }
  .results-hero, .results-grid, .next-move { width: 100%; }
  .verdict-card, .score-card, .next-move { color: #111; background: #fff; box-shadow: none; }
  .verdict-card > p, .warning span, .score-bars b, .constraint span { color: #333; }
}
