:root{
  --navy:#0b2a45;--blue:#0f6fc6;--light:#f4f8fc;--text:#172433;--muted:#617184;
  --border:#dbe5ee;--green:#17834b;--orange:#ad5d00;--white:#fff;--shadow:0 18px 48px rgba(11,42,69,.12)
}
*{box-sizing:border-box} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:var(--light);line-height:1.55}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:16px clamp(18px,5vw,70px);background:#fff;border-bottom:1px solid var(--border)}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--navy)}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:var(--navy);color:#fff;font-weight:800}
.brand small{display:block;color:var(--muted);font-size:.78rem}.header-link{color:var(--blue);font-weight:700;text-decoration:none}
.hero{padding:58px 20px 28px;background:linear-gradient(135deg,#08243c,#0f6fc6);color:#fff}.hero>div{max-width:900px;margin:auto;text-align:center}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:800}.hero h1{font-size:clamp(2rem,6vw,4rem);line-height:1.05;margin:.3em 0}.hero-copy{font-size:1.1rem;max-width:720px;margin:0 auto}
.trust-row{display:flex;flex-wrap:wrap;gap:12px 22px;justify-content:center;margin-top:24px;font-size:.9rem}
.app-shell{max-width:1000px;margin:30px auto;padding:0 18px}.progress-label{display:flex;justify-content:space-between;font-size:.84rem;color:var(--muted);font-weight:700}
.progress{height:9px;background:#dce7f0;border-radius:20px;overflow:hidden;margin:8px 0 18px}.progress>div{height:100%;width:8%;background:var(--blue);transition:width .25s}
.card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:clamp(22px,5vw,48px);box-shadow:var(--shadow);position:relative}
.card h2{font-size:clamp(1.55rem,4vw,2.35rem);margin:.25em 0}.question-help,#resultSummary{color:var(--muted);max-width:760px}
.answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.answer{display:flex;gap:14px;text-align:left;align-items:center;background:#fff;border:2px solid var(--border);padding:18px;border-radius:15px;cursor:pointer;font-size:1rem;font-weight:750;color:var(--text);transition:.15s}
.answer:hover,.answer:focus{border-color:var(--blue);transform:translateY(-1px);box-shadow:0 8px 22px rgba(15,111,198,.12)}.answer-icon{font-size:1.55rem}
.back-btn{border:0;background:transparent;color:var(--blue);font-weight:800;cursor:pointer;padding:0 0 14px}.hidden{display:none!important}
.result-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.confidence{padding:9px 13px;border-radius:999px;background:#e6f5ed;color:var(--green);font-weight:800;white-space:nowrap}
.notice{background:#fff7e8;border-left:5px solid #e49a28;padding:14px 16px;border-radius:10px;margin:24px 0;font-size:.9rem}
.result-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.action-list{padding-left:22px}.action-list li{margin:0 0 12px}
.product-list{display:grid;gap:12px}.product{border:1px solid var(--border);border-radius:14px;padding:16px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
.product h4{margin:0 0 4px}.product p{margin:0;color:var(--muted);font-size:.88rem}.product a,.button{display:inline-block;border:0;border-radius:10px;padding:11px 15px;background:var(--blue);color:#fff;text-decoration:none;font-weight:800;cursor:pointer;text-align:center}
.product a{font-size:.86rem}.decision-box{margin-top:28px;background:#eef6ff;border-radius:16px;padding:20px}.decision-box h3{margin-top:0}
.result-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.secondary{background:#e8eef4;color:var(--navy)}
.seo-copy{max-width:900px;margin:45px auto;padding:0 20px 40px}.seo-copy h2{color:var(--navy)}footer{background:var(--navy);color:#d9e5ef;padding:28px 20px;text-align:center;font-size:.86rem}
@media(max-width:720px){.answer-grid,.result-grid{grid-template-columns:1fr}.site-header{align-items:flex-start}.header-link{font-size:.85rem}.result-heading{display:block}.confidence{display:inline-block;margin-top:8px}.product{grid-template-columns:1fr}.product a{width:100%}}
@media print{.site-header,.hero,.progress-wrap,.result-actions,.seo-copy,footer{display:none}.app-shell{margin:0;max-width:none}.card{box-shadow:none;border:0;padding:0}.product a{display:none}}
