:root{--bg: #f8f6f1;--bg-soft: #fdfbf8;--navy: #10263f;--navy-2: #173455;--ink: #1b2a3a;--muted: #5f6d7f;--line: rgba(16, 38, 63, .12);--card: #ffffff;--gold: #c68f52;--gold-deep: #b77d3d;--green: #4da36a;--shadow: 0 18px 48px rgba(16, 38, 63, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at top right,rgba(198,143,82,.08),transparent 28%),linear-gradient(180deg,#fffdfa,#f7f4ee);color:var(--ink)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.container{width:min(1140px,calc(100% - 32px));margin:0 auto}.app-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}.brand-mark{display:inline-flex;align-items:center}.brand-mark img{height:34px;width:auto;display:block}.nav-links{display:flex;gap:16px;color:var(--muted);font-size:14px}.home-link{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 4px;border-radius:0;border:none;background:transparent;color:var(--muted);font-weight:500}.home-link:hover{color:var(--navy);background:transparent}.hero-section{padding:34px 0 18px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,420px);gap:20px;align-items:stretch}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin-bottom:14px}h1{margin:0 0 14px;font-size:clamp(34px,5vw,56px);line-height:1.02;color:var(--navy);letter-spacing:-.03em}h2{margin:0 0 12px;font-size:clamp(28px,3vw,40px);color:var(--navy);letter-spacing:-.02em}h3{margin:0 0 14px;font-size:20px;color:var(--navy)}p{margin:0}.hero-copy{color:var(--muted);font-size:17px;line-height:1.7;max-width:720px}.hero-actions{display:flex;gap:14px;margin-top:24px}.hero-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hero-points.compact span{padding:8px 12px}.hero-points span{background:#ffffffb8;border:1px solid rgba(16,38,63,.08);border-radius:999px;padding:10px 14px;font-size:13px;color:var(--navy-2)}.hero-card,.info-card,.question-card,.score-card,.lead-card,.metric-card,.report-panel,.report-score-box{background:#ffffffeb;border:1px solid rgba(16,38,63,.08);box-shadow:var(--shadow)}.hero-card{border-radius:28px;padding:22px;display:flex;flex-direction:column;justify-content:center}.hero-card-title{font-size:14px;font-weight:700;color:var(--muted);margin-bottom:18px;text-transform:uppercase;letter-spacing:.08em}.feature-list{display:grid;gap:14px}.feature-list div{display:flex;align-items:flex-start;gap:12px;color:var(--ink);line-height:1.5}.feature-list svg{color:var(--gold-deep);flex:none;margin-top:2px}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:18px 0 60px}.info-card{border-radius:24px;padding:22px 22px 24px}.info-title{font-size:18px;color:var(--navy);font-weight:700;margin-bottom:8px}.info-card p{color:var(--muted);line-height:1.65}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:14px;border:none;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease,opacity .15s ease}.primary-btn{background:var(--navy);color:#fff;box-shadow:0 12px 28px #10263f3d}.primary-btn:hover{background:var(--navy-2);transform:translateY(-1px)}.primary-btn:disabled,.secondary-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.secondary-btn{background:#10263f0f;color:var(--navy);border:1px solid rgba(16,38,63,.08)}.assessment-wrap,.center-wrap,.report-wrap{padding:24px 0 36px}.progress-row{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px;color:var(--muted);font-size:14px}.progress-track{width:100%;height:10px;border-radius:999px;background:#10263f14;overflow:hidden;margin-bottom:14px}.progress-track span,.mini-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--navy-2))}.question-card{border-radius:28px;padding:22px;min-height:calc(100vh - 210px);display:flex;flex-direction:column;justify-content:flex-start}.question-card h2{margin-bottom:10px;font-size:clamp(24px,3vw,34px)}.question-card>p{color:var(--muted);line-height:1.7;max-width:760px}.option-list{display:grid;gap:10px;margin-top:16px}.option-list-two-col{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.option-card{width:100%;text-align:left;padding:14px 14px 12px;border-radius:18px;border:1px solid rgba(16,38,63,.1);background:#fff;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.option-card:hover{border-color:#c68f52d9;transform:translateY(-1px)}.option-card.selected{border-color:var(--gold);box-shadow:0 10px 26px #c68f5224;background:#fffdf9}.option-label{font-weight:700;color:var(--navy);margin-bottom:6px}.option-desc{color:var(--muted);line-height:1.55}.other-input-wrap{padding:10px 10px 0}.other-input,.lead-card input{width:100%;border-radius:14px;border:1px solid rgba(16,38,63,.14);padding:14px;background:#fff;outline:none}.other-input:focus,.lead-card input:focus{border-color:var(--gold);box-shadow:0 0 0 4px #c68f5224}.question-actions{display:flex;justify-content:space-between;gap:16px;margin-top:auto;padding-top:14px}.question-actions .primary-btn,.question-actions .secondary-btn{min-height:46px}.center-wrap{display:grid;place-items:center}.score-card,.lead-card{width:min(620px,100%);border-radius:24px;padding:24px;text-align:center}.icon-badge{width:64px;height:64px;border-radius:18px;margin:0 auto 18px;display:grid;place-items:center;background:#c68f5224;color:var(--navy)}.score-number{font-size:72px;line-height:1;color:var(--navy);font-weight:800;letter-spacing:-.04em}.score-number.small{font-size:48px}.score-label{margin-top:8px;font-weight:700;color:var(--gold-deep)}.score-card p,.lead-card p{color:var(--muted);line-height:1.65;margin:12px 0 22px}.lead-card{text-align:left}.lead-card label{display:grid;gap:8px;margin-bottom:14px;color:var(--navy);font-weight:600}.lead-card label svg{margin-right:8px;vertical-align:middle}.report-wrap{display:grid;gap:22px}.report-header{display:flex;justify-content:space-between;gap:24px;align-items:stretch}.report-header p{color:var(--muted);line-height:1.6}.report-score-box{min-width:180px;border-radius:24px;padding:22px;display:grid;align-content:center;justify-items:center}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.metric-card{border-radius:22px;padding:22px}.metric-title{font-size:14px;color:var(--muted);margin-bottom:10px}.metric-value{font-size:34px;font-weight:800;color:var(--navy);margin-bottom:12px}.mini-track{height:8px;border-radius:999px;background:#10263f14;overflow:hidden}.report-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px}.report-panel{border-radius:24px;padding:24px}.report-panel.full{grid-column:1 / -1}.report-panel h3{display:flex;align-items:center;gap:10px}.report-panel p{color:var(--muted);line-height:1.7}.bullet-list{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}.roadmap-list{display:grid;gap:16px}.roadmap-item{display:flex;gap:14px;align-items:flex-start}.roadmap-step{width:34px;height:34px;border-radius:999px;background:#c68f522e;color:var(--navy);display:grid;place-items:center;font-weight:700;flex:none}.roadmap-title{font-weight:700;color:var(--navy);margin-bottom:4px}.roadmap-copy{color:var(--muted);line-height:1.6}.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:18px 0 22px;color:#ffffffdb;background:#000}.footer-copy{font-size:13px;display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-copy-left,.footer-copy-right{line-height:1.5}.footer-copy-right{text-align:right}@media (max-width: 960px){.hero-grid,.report-panels,.metric-grid,.info-grid{grid-template-columns:1fr}.report-header{flex-direction:column}.report-score-box{justify-items:start}}@media (max-width: 720px){.nav-links{display:none}.footer-copy{flex-direction:column;align-items:flex-start}.footer-copy-right{text-align:left}.hero-section{padding-top:28px}.option-list-two-col{grid-template-columns:1fr}.question-card,.score-card,.lead-card,.report-panel,.metric-card,.hero-card,.info-card{padding:22px;border-radius:22px}.question-actions{flex-direction:column}.primary-btn,.secondary-btn{width:100%}.score-number{font-size:56px}}
