:root{color:#1e293b;font-synthesis:none;--blue:#1d4ed8;--blue-dark:#1e40af;--navy:#1b365d;--green:#15803d;--border:#d7e0ea;--muted:#64748b;background:#f5f8fc;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{background:linear-gradient(#f7faff 0%,#eef4fb 100%);min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #f59e0b}.selector-shell{border:1px solid var(--border);background:#fff;border-radius:24px;width:min(920px,100% - 24px);margin:20px auto;padding:28px;box-shadow:0 22px 60px #1b365d1f}.phone-bar{color:var(--navy);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;font-size:13px;font-weight:700;display:flex}.phone-links{flex-wrap:wrap;gap:10px;display:flex}.phone-links a{color:var(--blue);background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:7px 10px;text-decoration:none}.phone-links a:hover{border-color:var(--blue);background:var(--blue);color:#fff}.phone-links small{opacity:.72;margin-left:4px}.hero{text-align:center;max-width:680px;margin:28px auto 32px}.hero img{object-fit:contain;width:min(300px,78vw);height:64px}.hero h1,.result h2,.question-card h2,.comparison-wrap h3{color:var(--navy);font-family:Lexend,sans-serif}.hero h1{margin:18px 0 8px;font-size:clamp(27px,4vw,36px);line-height:1.12}.hero p{color:var(--muted);margin:0;line-height:1.55}.quiz{max-width:790px;margin:0 auto}.progress-copy{color:var(--navy);justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.progress-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#059669,#16a34a);height:100%;transition:width .25s}.question-card{min-height:305px;padding:30px 0 14px;animation:.25s both rise}.question-card h2{max-width:680px;margin:0 0 22px;font-size:clamp(21px,3vw,27px);line-height:1.3}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.options-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.options-4,.options-2{grid-template-columns:repeat(2,minmax(0,1fr))}.option{border:2px solid var(--border);color:#334155;cursor:pointer;text-align:left;background:#fff;border-radius:16px;align-items:flex-start;gap:13px;height:100%;min-height:142px;padding:19px 18px;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s;display:flex;position:relative}.option:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 12px 22px #1d4ed81f}.option.selected{border-color:var(--blue);background:#eff6ff}.option-icon{width:34px;height:34px;color:var(--blue);background:#eff6ff;border-radius:10px;flex:0 0 34px;place-items:center;font-family:Lexend,sans-serif;font-weight:800;display:grid}.option-copy{flex-direction:column;gap:6px;line-height:1.35;display:flex}.option-copy strong{color:var(--navy);font-family:Lexend,sans-serif;font-size:15px;line-height:1.3}.option-copy small{color:var(--muted);font-size:13px;line-height:1.4}.option-check{opacity:0;color:var(--blue);font-weight:900;position:absolute;top:13px;right:13px}.option.selected .option-check{opacity:1}.back-button,.secondary-button{color:var(--navy);cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;font-weight:700}.back-button{padding:10px 14px}.back-button:disabled{visibility:hidden}.result{animation:.3s both rise}.result-label{color:var(--blue);letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;font-family:Lexend,sans-serif;font-size:12px;font-weight:800}.result h2{margin:0;font-size:clamp(28px,5vw,42px);line-height:1.15}.tagline{max-width:680px;color:var(--muted);margin:8px 0 24px;font-size:17px}.routing-note{color:#78350f;background:#fffbeb;border-left:4px solid #d97706;border-radius:8px;margin:18px 0;padding:14px 16px;font-weight:600}.because{background:#f7fbff;border:1px solid #bfdbfe;border-radius:16px;padding:22px}.because h3{color:var(--blue);margin:0 0 8px;font-family:Lexend,sans-serif;font-size:16px}.because ul{margin:0;padding-left:21px}.because li{padding:8px 0;line-height:1.55}.because li::marker{color:var(--green)}.trust-line,.grow-line{margin:18px 0 0;line-height:1.55}.trust-line{color:var(--navy);font-weight:700}.grow-line{color:#14532d;background:#f0fdf4;border-radius:12px;padding:14px 16px}.result-actions{gap:12px;margin:24px 0 34px;display:flex}.secondary-button,.primary-button{text-align:center;flex:1;padding:14px 18px}.primary-button{background:var(--blue);color:#fff;border-radius:10px;font-family:Lexend,sans-serif;font-weight:700;text-decoration:none;box-shadow:0 8px 18px #1d4ed838}.primary-button:hover{background:var(--blue-dark)}.comparison-wrap{padding-top:4px}.comparison-wrap h3{margin:0 0 14px;font-size:22px}.comparison-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:750px;font-size:13px}th,td{text-align:left;vertical-align:top;border:1px solid #dbe3ec;padding:12px;line-height:1.4}thead th{background:var(--navy);color:#fff;font-family:Lexend,sans-serif;font-size:12px}tbody th{width:18%;color:var(--navy);background:#f8fafc}tbody tr:nth-child(2n) td{background:#fbfdff}footer{color:var(--muted);border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px;padding-top:20px;font-size:12px;font-weight:700;display:flex}@media (width<=720px){.selector-shell{border-radius:16px;width:calc(100% - 12px);margin:6px auto;padding:18px 14px}.phone-bar{flex-direction:column;align-items:flex-start}.phone-links{width:100%}.phone-links a{text-align:center;flex:185px}.hero{margin:22px auto 26px}.hero img{height:52px}.options-grid,.options-4,.options-2{grid-template-columns:1fr}.option{min-height:112px}.question-card{min-height:390px}.result-actions{flex-direction:column}.progress-copy{font-size:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
