:root {
  --ink: #101818;
  --deep: #0b1515;
  --deep-2: #122020;
  --paper: #f6f4ee;
  --white: #fff;
  --muted: #62706d;
  --line: rgba(16, 24, 24, .13);
  --amber: #f6a313;
  --amber-2: #ffc34d;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--paper); }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 48px)); height: 112px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.19); }
.brand { display: flex; align-items: center; width: 140px; height: 88px; overflow: hidden; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.header-link { color: #fff; font-weight: 700; font-size: 14px; }
.header-link span { color: var(--amber-2); margin-left: 8px; }

.hero { position: relative; min-height: 100svh; color: #fff; display: flex; align-items: center; overflow: hidden; background: var(--deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(6,14,15,.97) 0%, rgba(6,14,15,.82) 36%, rgba(6,14,15,.35) 65%, rgba(6,14,15,.12) 100%), linear-gradient(0deg, rgba(6,14,15,.55), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-top: 150px; padding-bottom: 150px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.77); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: var(--amber); }
.eyebrow.dark { color: #b9c4c0; }
.hero h1 { max-width: 790px; margin: 22px 0 22px; font-size: clamp(48px, 6.1vw, 88px); line-height: .99; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { color: var(--amber-2); font-style: normal; }
.hero-copy { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.primary-button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 58px; padding: 0 26px; border-radius: 8px; color: #111; background: var(--amber); font-weight: 800; cursor: pointer; box-shadow: 0 15px 36px rgba(246,163,19,.16); transition: .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: var(--amber-2); }
.speed-proof { display: flex; align-items: center; gap: 13px; }
.speed-proof strong { color: var(--amber-2); font-size: 26px; }
.speed-proof span { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.45; text-transform: uppercase; letter-spacing: .06em; }
.benefit-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(800px, 100%); margin: 62px 0 0; padding: 0; list-style: none; }
.benefit-row li { display: flex; align-items: center; gap: 12px; min-height: 56px; padding-right: 18px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.45; border-right: 1px solid rgba(255,255,255,.17); }
.benefit-row li:not(:first-child) { padding-left: 18px; }
.benefit-row li:last-child { border: 0; }
.benefit-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid rgba(246,163,19,.55); border-radius: 50%; color: var(--amber-2); font-size: 11px; font-weight: 800; }
.scroll-cue { position: absolute; z-index: 3; right: 36px; bottom: 36px; color: rgba(255,255,255,.65); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; writing-mode: vertical-rl; }
.scroll-cue span { display: inline-block; width: 1px; height: 40px; margin-bottom: 10px; background: var(--amber); }

.quiz-section { position: relative; overflow: hidden; min-height: 100svh; padding: 110px 0; background: var(--deep); color: #fff; }
.quiz-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .13; background: var(--amber); }
.quiz-glow-one { width: 420px; height: 420px; top: -220px; right: -120px; }
.quiz-glow-two { width: 280px; height: 280px; bottom: -160px; left: 3%; }
.quiz-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.quiz-aside h2 { margin: 22px 0 20px; font-size: clamp(38px, 4vw, 60px); line-height: 1.03; letter-spacing: -.045em; }
.quiz-aside > p { max-width: 430px; color: #aeb9b6; line-height: 1.7; }
.aside-proof { display: flex; align-items: center; gap: 16px; margin: 38px 0 28px; }
.aside-proof strong { color: var(--amber-2); font-size: 42px; letter-spacing: -.04em; }
.aside-proof span { color: #aeb9b6; font-size: 12px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.aside-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; color: #d7dfdc; font-size: 14px; }
.aside-list span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; color: var(--deep); background: var(--amber); border-radius: 50%; font-size: 11px; font-weight: 900; }

.quiz-card { min-height: 610px; padding: 34px 38px 38px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.965); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.quiz-topline { display: flex; justify-content: space-between; color: #687572; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.progress-track { height: 4px; margin: 12px 0 37px; overflow: hidden; border-radius: 99px; background: #e6e8e4; }
.progress-track div { height: 100%; width: 33%; border-radius: inherit; background: var(--amber); transition: width .35s ease; }
.quiz-step { display: none; animation: reveal .35s ease; }
.quiz-step.active { display: block; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.step-kicker { margin: 0 0 8px; color: #a36a07; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.quiz-step h3 { max-width: 650px; margin: 0 0 30px; font-size: clamp(26px, 3vw, 38px); line-height: 1.16; letter-spacing: -.035em; }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.answer { position: relative; display: flex; align-items: center; gap: 13px; min-height: 74px; padding: 15px 18px; border: 1px solid #dfe3de; border-radius: 10px; background: #fff; color: var(--ink); text-align: left; font-weight: 700; cursor: pointer; transition: .18s ease; }
.answer:hover, .answer:focus-visible { border-color: var(--amber); background: #fff9ed; transform: translateY(-1px); outline: none; }
.answer span { color: #b8842d; font-size: 10px; letter-spacing: .08em; }
.answer b { margin-left: auto; color: #9ca5a2; }
.answer.wide { grid-column: 1 / -1; }
.two-columns { grid-template-columns: repeat(2, 1fr); }
.answer-tall { min-height: 142px; flex-wrap: wrap; align-content: center; }
.answer-tall strong { width: calc(100% - 28px); font-size: 24px; }
.answer-tall small { margin-left: 29px; color: #697572; font-size: 14px; font-weight: 600; }
.back-button { margin-top: 25px; padding: 0; border: 0; background: transparent; color: #78827f; font-weight: 700; cursor: pointer; }
.back-button:hover { color: var(--ink); }
.contact-step .form-copy { margin: -16px 0 24px; color: var(--muted); line-height: 1.55; }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
form label { color: #4f5c59; font-size: 12px; font-weight: 700; }
form label span { color: #8e9794; font-weight: 500; }
form label:nth-child(3) { grid-column: 1 / -1; }
input { width: 100%; height: 54px; margin-top: 7px; padding: 0 15px; border: 1px solid #dfe3de; border-radius: 8px; background: #fff; color: var(--ink); outline: none; }
input:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(246,163,19,.12); }
input.invalid { border-color: #c63f34; }
.submit-button { grid-column: 1 / -1; width: 100%; margin-top: 3px; }
.privacy, .form-status { grid-column: 1 / -1; margin: 0; color: #8a9491; text-align: center; font-size: 11px; }
.form-status { color: #b64237; font-weight: 700; }
.result-step { padding: 38px 22px; text-align: center; }
.result-step h3 { margin-left: auto; margin-right: auto; }
.result-step > p:not(.step-kicker) { max-width: 520px; margin: -10px auto 28px; color: var(--muted); line-height: 1.7; }
.result-mark { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 24px; border-radius: 50%; color: #111; background: var(--amber); font-size: 30px; font-weight: 800; }
.secondary-link { color: #9a660b; font-weight: 800; }
footer { background: #071010; color: #9ca8a5; }
.footer-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; }

@media (max-width: 900px) {
  .site-header { height: 92px; }
  .brand { width: 130px; height: 82px; }
  .hero-content { padding-top: 130px; }
  .hero h1 { font-size: clamp(44px, 10vw, 68px); }
  .benefit-row { grid-template-columns: repeat(2, 1fr); gap: 14px 0; }
  .benefit-row li:nth-child(2) { border-right: 0; }
  .quiz-layout { grid-template-columns: 1fr; gap: 45px; }
  .quiz-aside { max-width: 700px; }
  .quiz-aside h2 br { display: none; }
}

@media (max-width: 620px) {
  .shell, .site-header { width: min(100% - 30px, 1180px); }
  .site-header { height: 76px; }
  .brand { width: 112px; height: 70px; }
  .header-link { font-size: 12px; }
  .header-link span { display: none; }
  .hero { min-height: auto; }
  .hero-image { object-position: 61% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,14,15,.97), rgba(6,14,15,.62)), linear-gradient(0deg, rgba(6,14,15,.8), transparent 45%); }
  .hero-content { padding-top: 116px; padding-bottom: 60px; }
  .eyebrow { font-size: 10px; }
  .hero h1 { margin-top: 18px; font-size: 42px; line-height: 1.02; }
  .hero-copy { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 28px; }
  .primary-button { width: 100%; }
  .speed-proof { justify-content: center; }
  .benefit-row { margin-top: 38px; }
  .benefit-row li { padding: 0 8px 0 0; font-size: 11px; }
  .benefit-row li:not(:first-child) { padding-left: 8px; }
  .benefit-icon { flex-basis: 30px; width: 30px; height: 30px; }
  .scroll-cue { display: none; }
  .quiz-section { padding: 68px 0; }
  .quiz-layout { gap: 30px; }
  .quiz-aside h2 { font-size: 38px; }
  .quiz-aside > p { font-size: 14px; }
  .aside-proof { margin: 25px 0 22px; }
  .aside-list { font-size: 12px; }
  .quiz-card { min-height: 600px; padding: 26px 20px 28px; border-radius: 18px; }
  .progress-track { margin-bottom: 28px; }
  .quiz-step h3 { font-size: 27px; margin-bottom: 24px; }
  .answer-grid, .two-columns { grid-template-columns: 1fr; }
  .answer.wide { grid-column: auto; }
  .answer { min-height: 64px; padding: 13px 14px; }
  .answer-tall { min-height: 96px; }
  .answer-tall strong { font-size: 20px; }
  form { grid-template-columns: 1fr; }
  form label:nth-child(3), .submit-button, .privacy, .form-status { grid-column: auto; }
  .footer-inner { flex-direction: column; justify-content: center; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
