:root {
  --red: #ffec00;
  --red-dark: #e4d300;
  --black: #090909;
  --ink: #151515;
  --muted: #666;
  --line: #dedede;
  --soft: #f4f4f2;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(0,0,0,.14);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); line-height: 1.5; }
button, a { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }
.site-header { height: 76px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(0,0,0,.1); background: rgba(255,255,255,.96); position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 13px; color: #111; text-decoration: none; }
.brand-logo { display: block; width: 66px; height: 66px; object-fit: contain; }
.office-name { color: #4d4d4d; font-size: .76rem; font-weight: 750; letter-spacing: .32em; }
.header-meta { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .17em; font-size: .75rem; font-weight: 800; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(255,236,0,.2); }
.view { display: none; }
.view.is-active { display: block; }
.hero { min-height: calc(100vh - 76px); position: relative; display: flex; align-items: center; overflow: hidden; background: #111; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.78) 37%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.04) 100%), linear-gradient(0deg, rgba(0,0,0,.38), transparent 55%); }
.hero-copy { position: relative; z-index: 1; width: min(720px, 54vw); margin-left: clamp(24px, 7vw, 112px); padding: 80px 0; color: #fff; }
.eyebrow, .kicker { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 850; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); }
.eyebrow span { display: block; width: 32px; height: 2px; background: var(--red); }
.eyebrow.dark { color: rgba(255,255,255,.7); }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(3.15rem, 6vw, 6.5rem); line-height: .93; letter-spacing: -.065em; font-weight: 850; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.btn { border: 0; border-radius: 999px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 14px 22px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .option:focus-visible, .control-button:focus-visible, .text-button:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.btn-primary { background: var(--red); color: #000; box-shadow: 0 10px 24px rgba(255,236,0,.18); }
.btn-primary:hover { background: #fff45b; }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); }
.btn-large { min-height: 58px; padding-inline: 28px; }
.btn-block { width: 100%; }
.btn-light { background: #fff; color: #000; white-space: nowrap; }
.is-hidden { display: none !important; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 28px; color: rgba(255,255,255,.65); font-size: .82rem; }
.trust-row span { position: relative; padding-left: 17px; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.welcome-body { max-width: 1240px; margin: 0 auto; padding: 100px 30px; }
.section-heading { max-width: 720px; }
.kicker { color: #111; }
.kicker::before { content: ""; display: inline-block; width: 18px; height: 5px; margin-right: 9px; background: var(--red); vertical-align: .12em; }
.bottom-cta .kicker { color: var(--red); }
.section-heading h2, .bottom-cta h2, .checklist-heading h2, .expert-callout h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 630px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.stage-track { list-style: none; padding: 0; margin: 64px 0 80px; display: grid; grid-template-columns: repeat(5,1fr); position: relative; }
.stage-track::before { content: ""; position: absolute; top: 20px; left: 6%; right: 6%; height: 2px; background: linear-gradient(90deg, var(--red), #222); }
.stage-track li { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.stage-track b { z-index: 1; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #000; color: #fff; font-size: .75rem; box-shadow: 0 0 0 8px #fff; }
.stage-track li:first-child b { background: var(--red); color: #000; }
.stage-track span { margin-top: 22px; font-size: 1.05rem; font-weight: 850; }
.stage-track small { color: var(--muted); margin-top: 2px; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.value-grid article { padding: 34px; min-height: 220px; }
.value-grid article + article { border-left: 1px solid var(--line); }
.value-number { color: #5d5600; font-weight: 900; font-size: .78rem; letter-spacing: .12em; }
.value-grid h3 { margin: 40px 0 9px; font-size: 1.35rem; }
.value-grid p { margin: 0; color: var(--muted); }
.bottom-cta { margin-top: 92px; background: var(--black); color: #fff; border-radius: 24px; padding: 44px 50px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.bottom-cta h2 { font-size: clamp(1.9rem, 3vw, 3rem); }

.view-quiz { min-height: calc(100vh - 76px); background: #f1f1ef; padding: clamp(30px, 7vh, 80px) 24px; }
.quiz-shell { width: min(860px, 100%); margin: 0 auto; }
.quiz-topline { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #737373; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.quiz-topline .text-button:last-child { justify-self: end; }
.text-button { border: 0; background: transparent; padding: 8px 0; color: inherit; font-weight: inherit; text-transform: inherit; letter-spacing: inherit; }
.progress { height: 4px; background: #d9d9d5; margin: 18px 0 0; overflow: hidden; border-radius: 999px; }
.progress span { display: block; height: 100%; width: 14.28%; background: var(--red); transition: width .35s ease; }
.question-panel { margin-top: clamp(46px, 10vh, 105px); }
.question-context { min-height: 20px; margin: 0 0 12px; color: #5d5600; font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.question-panel h1 { max-width: 760px; margin: 0; font-size: clamp(2.25rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -.05em; }
.question-help { margin: 18px 0 0; color: var(--muted); font-size: 1rem; }
.option-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 38px; }
.option { min-height: 86px; border: 1px solid #d2d2cf; border-radius: 14px; padding: 18px 20px; background: #fff; color: #111; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; font-size: 1rem; font-weight: 750; transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.option:hover { transform: translateY(-2px); border-color: #999; box-shadow: 0 10px 30px rgba(0,0,0,.07); }
.option::after { content: "→"; color: var(--red); font-size: 1.25rem; }
.contact-panel { margin-top: clamp(34px, 6vh, 70px); }
.contact-panel h1 { max-width: 820px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.contact-grid label { display: grid; gap: 7px; color: #343434; font-size: .82rem; font-weight: 800; }
.contact-grid label.full { grid-column: 1 / -1; }
.contact-grid input:not([type="checkbox"]) { width: 100%; min-height: 54px; border: 1px solid #c8c8c4; border-radius: 11px; background: #fff; padding: 12px 14px; color: #111; font: inherit; font-size: 1rem; }
.contact-grid input:focus { outline: 3px solid rgba(255,236,0,.55); border-color: #7d7400; }
.contact-grid .consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 2px; font-size: .9rem; font-weight: 650; line-height: 1.45; }
.contact-grid .consent input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: #111; flex: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-error { min-height: 24px; margin: 16px 0 0; color: #a21919; font-weight: 750; }
.submit-plan { margin-top: 12px; }

.results-hero { background: var(--black); color: #fff; padding: 75px clamp(24px, 6vw, 80px); }
.results-hero-inner { max-width: 1260px; margin: 0 auto; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.results-hero h1 { margin: 0; max-width: 900px; font-size: clamp(2.8rem, 6vw, 6rem); line-height: .98; letter-spacing: -.06em; }
.result-summary { max-width: 760px; color: rgba(255,255,255,.72); font-size: 1.08rem; margin: 22px 0 0; }
.stage-dial { flex: 0 0 145px; width: 145px; height: 145px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); display: grid; place-content: center; text-align: center; box-shadow: inset 0 0 0 8px rgba(255,255,255,.035); }
.stage-dial strong { display: inline; color: var(--red); font-size: 3.4rem; line-height: .8; }
.stage-dial > span { font-size: .85rem; color: rgba(255,255,255,.55); }
.stage-dial small { display: block; margin-top: 8px; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.results-layout { max-width: 1360px; margin: 0 auto; padding: 68px 34px 100px; display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 70px; align-items: start; }
.plan-sidebar { position: sticky; top: 28px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.06); }
.plan-sidebar h2 { margin: 0; font-size: 1.6rem; line-height: 1.1; letter-spacing: -.025em; }
.plan-sidebar > p:not(.kicker):not(.fine-print) { color: var(--muted); margin: 14px 0 24px; }
.fine-print { color: #888; font-size: .75rem; text-align: center; }
.plan-controls { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 22px; display: grid; gap: 4px; }
.control-button { border: 0; background: transparent; padding: 11px 4px; text-align: left; color: #444; font-weight: 720; }
.control-button span { display: inline-block; width: 22px; color: #111; }
.snapshot-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 58px; }
.snapshot-card { min-height: 150px; background: var(--soft); border-radius: 14px; padding: 22px; }
.snapshot-card b { display: block; color: #5d5600; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.snapshot-card strong { display: block; margin-top: 28px; font-size: 1.15rem; line-height: 1.25; }
.checklist-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.checklist-heading h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); max-width: 690px; }
.completion { text-align: right; }
.completion strong { display: block; font-size: 1.7rem; }
.completion span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.checklist { display: grid; }
.check-item { border-bottom: 1px solid var(--line); }
.check-row { width: 100%; border: 0; background: transparent; padding: 24px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; text-align: left; }
.check-toggle { width: 26px; height: 26px; border: 1.5px solid #aaa; border-radius: 7px; display: grid; place-items: center; color: #fff; flex: none; }
.check-row.is-done .check-toggle { background: var(--red); border-color: #d7c700; color: #000; }
.check-row.is-done .check-toggle::after { content: "✓"; font-size: .85rem; font-weight: 900; }
.check-copy b { display: block; font-size: 1.05rem; }
.check-copy small { display: block; margin-top: 3px; color: var(--muted); font-size: .85rem; }
.check-row.is-done .check-copy { opacity: .5; }
.check-row.is-done .check-copy b { text-decoration: line-through; }
.expand-icon { color: #111; font-size: 1.4rem; transition: transform .2s ease; }
.check-row[aria-expanded="true"] .expand-icon { transform: rotate(45deg); }
.check-detail { display: none; margin: -4px 0 22px 42px; padding: 18px 20px; background: var(--soft); border-radius: 12px; color: #555; }
.check-detail.is-open { display: block; }
.check-detail strong { color: #111; }
.expert-callout { margin-top: 70px; padding: 36px; border-radius: 20px; background: var(--red); color: #000; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.expert-callout .kicker { color: rgba(0,0,0,.62); margin-bottom: 8px; }
.expert-callout .kicker::before { background: #000; }
.expert-callout h2 { font-size: 2rem; }
.expert-callout p:last-child { margin: 12px 0 0; color: rgba(0,0,0,.74); }
.expert-mark { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: #000; font-weight: 900; }
.legal { color: #888; font-size: .78rem; margin: 34px 0 0; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: #111; color: #fff; padding: 12px 18px; border-radius: 999px; font-size: .86rem; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 900px) {
  .hero { min-height: 780px; align-items: end; }
  .hero-copy { width: auto; margin: 0; padding: 120px 28px 62px; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.76) 49%, rgba(0,0,0,.12) 92%); }
  .hero-image { object-position: 66% center; }
  .stage-track { grid-template-columns: 1fr; gap: 0; margin-left: 10px; }
  .stage-track::before { top: 22px; bottom: 22px; left: 20px; right: auto; width: 2px; height: auto; }
  .stage-track li { min-height: 84px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: 1fr 1fr; column-gap: 20px; text-align: left; align-items: center; }
  .stage-track b { grid-row: 1 / 3; }
  .stage-track span { margin: 8px 0 -5px; align-self: end; }
  .stage-track small { align-self: start; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
  .bottom-cta { align-items: flex-start; flex-direction: column; }
  .results-layout { grid-template-columns: 1fr; gap: 34px; }
  .plan-sidebar { position: static; }
  .snapshot-grid { margin-bottom: 42px; }
  .expert-callout { grid-template-columns: auto 1fr; }
  .expert-callout .btn { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .site-header { height: 66px; padding: 0 18px; }
  .brand-logo { width: 58px; height: 58px; }
  .office-name { font-size: .66rem; }
  .header-meta { font-size: .65rem; }
  .hero { min-height: calc(100svh - 66px); }
  .hero-copy { padding: 90px 20px 36px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-intro { font-size: 1rem; margin-top: 20px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 8px 16px; }
  .welcome-body { padding: 70px 20px; }
  .bottom-cta { padding: 32px 24px; margin-top: 64px; }
  .bottom-cta .btn { width: 100%; }
  .view-quiz { min-height: calc(100svh - 66px); padding: 22px 16px 40px; }
  .quiz-topline { font-size: .67rem; }
  .question-panel { margin-top: 50px; }
  .question-panel h1 { font-size: 2.45rem; }
  .option-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .option { min-height: 72px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid label.full { grid-column: auto; }
  .submit-plan { width: 100%; }
  .results-hero { padding: 54px 20px; }
  .results-hero-inner { align-items: flex-start; flex-direction: column; }
  .results-hero h1 { font-size: 3rem; }
  .stage-dial { width: 116px; height: 116px; flex-basis: 116px; }
  .stage-dial strong { font-size: 2.8rem; }
  .results-layout { padding: 32px 18px 70px; }
  .snapshot-grid { grid-template-columns: 1fr; }
  .snapshot-card { min-height: 120px; }
  .snapshot-card strong { margin-top: 20px; }
  .checklist-heading { align-items: flex-start; }
  .checklist-heading h2 { font-size: 2.1rem; }
  .check-detail { margin-left: 0; }
  .expert-callout { padding: 28px 22px; display: block; }
  .expert-mark { margin-bottom: 22px; }
  .expert-callout .btn { margin-top: 22px; width: 100%; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
@media print {
  .site-header, .results-hero .eyebrow, .plan-controls, .expert-callout .btn, .toast { display: none !important; }
  .view { display: none !important; }
  #results { display: block !important; }
  .results-hero { padding: 24px 0; background: #fff; color: #000; border-bottom: 3px solid #ffec00; }
  .result-summary { color: #444; }
  .stage-dial { border-color: #bbb; }
  .stage-dial small, .stage-dial > span { color: #333; }
  .results-layout { display: block; padding: 28px 0; }
  .plan-sidebar { position: static; box-shadow: none; margin-bottom: 28px; }
  .plan-main { break-inside: avoid; }
  .check-detail { display: block; }
  .expert-callout { background: #eee; color: #000; }
  .expert-callout p:last-child { color: #333; }
}
