:root{--brand:#303C6C;--brand-dark:#232C52;--brand-light:#E2E7F3;--brand-wash:#F6F1E1;--accent:#C2551C;--accent-soft:#FBE3D3;--sand:#F4EFE3;--bg:#FFFDF7;--surface:#FFFFFF;--chart-surface:#FFFFFF;--ink:#232838;--ink-2:#535A70;--muted:#6C7286;--grid:#E9E6DC;--baseline:#CBC7BA;--border:#E2DFD3;--s1:#303C6C;--s2:#D95926;--s3:#2A78D6;--good:#157A46;--good-soft:#E4F0E8;--bad:#B3361C;--bad-soft:#FBE7DF;--warn:#8F5A00;--warn-soft:#F7EDD4;--cf1:#1E6B44;--cf2:#3E8E62;--cf3:#9CC9AF;--cf4:#C6DFD0;--serious:#C2551C;--radius:6px;--shadow:none}*{box-sizing:border-box;margin:0;padding:0}html{font-size:18px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}.wrap{max-width:1040px;margin:0 auto;padding:0 22px}.view{display:none}.view.active{display:block}button{font:inherit;cursor:pointer}a{color:var(--brand)}.ico{width:1.05em;height:1.05em;vertical-align:-.18em;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}nav{background:#fff;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav-inner{justify-content:space-between;height:68px}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:10px;font-weight:700;font-size:1.2rem;color:var(--ink);letter-spacing:-.01em}.logo-mark{width:36px;height:36px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center}.logo-mark svg{width:19px;height:19px;stroke:#fff;fill:none;stroke-width:1.8}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{color:var(--ink-2);font-size:.95rem;font-weight:600}.nav-links a:hover{color:var(--ink)}.btn{border:none;border-radius:2px;padding:13px 24px;font-weight:600;font-size:1rem;min-height:48px;transition:background .15s}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-secondary{background:var(--brand-light);color:var(--brand-dark)}.btn-ghost{background:none;color:var(--ink-2);border:1.5px solid var(--baseline)}.btn-ghost:hover{border-color:var(--ink-2)}.btn-lg{padding:17px 34px;font-size:1.08rem}.btn-block{width:100%}@media(max-width:640px){.nav-links a.hide-m{display:none}}.hero{padding:72px 0 48px;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:52px;gap:52px;align-items:center}@media(max-width:820px){.hero{grid-template-columns:1fr;padding-top:44px}}.eyebrow{display:inline-block;color:var(--brand-dark);font-weight:600;font-size:.92rem;margin-bottom:18px}h1{font-size:clamp(2rem,4.6vw,3.1rem);line-height:1.12;letter-spacing:-.02em;margin-bottom:20px;font-weight:700}h1 em{font-style:normal;color:var(--brand)}.lede{font-size:1.18rem;color:var(--ink-2);margin-bottom:30px;max-width:32em}.trust-row{display:flex;flex-wrap:wrap;gap:8px 26px;margin-top:26px}.trust-chip{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--ink-2);font-weight:600}.trust-chip .ico{color:var(--brand)}.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.hero-card h3{font-size:.9rem;color:var(--muted);font-weight:600;margin-bottom:8px}.hero-num{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.hero-sub{color:var(--ink-2);font-size:.92rem;margin-bottom:16px}.mini-bars{display:flex;gap:12px;align-items:flex-end;height:110px;padding:8px 4px 0}.mini-bar{flex:1 1;border-radius:6px 6px 0 0;position:relative}.mini-lbl{position:absolute;top:100%;left:0;right:0;text-align:center;font-size:.78rem;color:var(--muted);padding-top:7px;font-weight:600}.section{padding:64px 0}.section h2{font-size:1.85rem;letter-spacing:-.015em;margin-bottom:12px;font-weight:700}.section .sub{color:var(--ink-2);margin-bottom:38px;max-width:40em;font-size:1.05rem}.cards3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}@media(max-width:820px){.cards3{grid-template-columns:1fr}}.card{background:var(--surface);padding:32px 28px}.card .ic{width:46px;height:46px;border-radius:50%;background:var(--brand-wash);color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.card .ic svg{width:22px;height:22px;stroke:var(--brand);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.card h3{font-size:1.12rem;margin-bottom:8px;font-weight:700}.card p{color:var(--ink-2);font-size:.96rem}.quote{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:42px 44px;position:relative}.quote:before{content:"\201E";position:absolute;top:2px;left:26px;font-size:5rem;line-height:1;color:var(--brand);opacity:.25;font-weight:700}.quote p{font-size:1.22rem;line-height:1.55;max-width:38em;font-weight:600}.quote .who{margin-top:16px;font-size:.9rem;color:var(--muted)}footer{border-top:1px solid var(--border);padding:40px 0 52px;color:var(--muted);font-size:.85rem}footer .cols{display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between;margin-bottom:20px}.check-shell{max-width:600px;margin:0 auto;padding:44px 22px 88px}.progress{height:6px;background:var(--grid);border-radius:2px;margin:26px 0 10px;overflow:hidden}.progress-fill{height:100%;background:var(--brand);border-radius:2px;transition:width .3s}.step-count{font-size:.88rem;color:var(--muted);margin-bottom:28px;font-weight:600}.qcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:38px 36px}@media(max-width:520px){.qcard{padding:28px 22px}}.qcard h2{font-size:1.5rem;letter-spacing:-.015em;margin-bottom:8px;font-weight:700}.qcard .hint{color:var(--ink-2);font-size:.96rem;margin-bottom:26px}.opt-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.opt-grid.cols3{grid-template-columns:repeat(3,1fr)}@media(max-width:520px){.opt-grid,.opt-grid.cols3{grid-template-columns:1fr}}.opt{border:1.5px solid var(--grid);border-radius:2px;background:var(--surface);padding:16px;text-align:center;font-weight:600;font-size:1rem;min-height:56px;color:var(--ink);transition:all .12s}.opt.sel,.opt:hover{border-color:var(--brand)}.opt.sel{background:var(--brand-wash);color:var(--brand-dark)}label.f-label{display:block;font-weight:700;margin:20px 0 8px}input[type=number],select{width:100%;padding:14px;font-size:1.05rem;border:1.5px solid var(--grid);border-radius:2px;background:var(--surface);color:var(--ink);font-family:inherit}input[type=number]:focus,select:focus{outline:none;border-color:var(--brand)}.fmt-hint{font-size:.85rem;color:var(--muted);margin-top:5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.input-chf{position:relative}.input-chf span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--muted);font-weight:700}.input-chf input{padding-left:58px}.slider-val{font-size:1.8rem;font-weight:700;color:var(--brand-dark);text-align:center;margin:12px 0 4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}input[type=range]{width:100%;accent-color:var(--brand);height:36px}.info-note{display:flex;gap:12px;background:var(--brand-wash);border-left:3px solid var(--brand);border-radius:0 4px 4px 0;padding:14px 16px;font-size:.9rem;color:var(--ink-2);margin-top:18px}.info-note b{color:var(--ink)}.info-note .ico{flex-shrink:0;margin-top:3px;color:var(--brand);width:1.2em;height:1.2em}.wiz-nav{display:flex;justify-content:space-between;gap:12px;margin-top:30px}.err{color:var(--accent);font-size:.9rem;margin-top:10px;display:none;font-weight:600}.result-shell{padding:44px 0 88px}.r-head{text-align:center;max-width:680px;margin:0 auto 38px}.r-head .tag{display:inline-block;color:var(--brand-dark);font-weight:600;font-size:.92rem;margin-bottom:12px}.r-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:28px}@media(max-width:820px){.r-grid{grid-template-columns:1fr}}.stat{background:var(--surface);padding:24px 26px}.stat .lbl{font-size:.88rem;color:var(--muted);margin-bottom:8px;font-weight:600}.stat .val{font-size:1.85rem;font-weight:700;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat .sub{font-size:.86rem;color:var(--ink-2);margin-top:5px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:34px 32px;margin-bottom:28px}@media(max-width:520px){.panel{padding:24px 18px}}.panel h3{font-size:1.3rem;margin-bottom:6px;letter-spacing:-.01em;font-weight:700}.panel .psub{color:var(--ink-2);font-size:.96rem;margin-bottom:24px}.legend{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:16px;font-size:.88rem;color:var(--ink-2);font-weight:600}.legend .li{display:flex;align-items:center;gap:7px}.sw{width:12px;height:12px;border-radius:3px;display:inline-block}.viz-root{background:var(--chart-surface);border:1px solid var(--grid);padding:12px 8px 6px;position:relative}.tt,.viz-root{border-radius:4px}.tt{position:absolute;pointer-events:none;background:var(--ink);color:#FDFBF6;font-size:.82rem;padding:8px 11px;opacity:0;transition:opacity .12s;white-space:nowrap;z-index:5;font-weight:600}.compare2{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:20px}@media(max-width:640px){.compare2{grid-template-columns:1fr}}.cmp{border:1px solid var(--border);background:var(--surface);border-radius:4px;padding:22px}.cmp h4{font-size:1rem;margin-bottom:10px;display:flex;align-items:center;gap:8px;font-weight:700}.cmp ul{list-style:none;font-size:.92rem;color:var(--ink-2)}.cmp li{padding:6px 0;border-bottom:1px solid var(--grid)}.cmp li:last-child{border:none}.cmp .big{font-size:1.55rem;font-weight:700;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-bottom:6px}.assump{background:none;border:1px dashed var(--baseline);border-radius:4px;padding:20px 22px;font-size:.88rem;color:var(--ink-2)}.assump b{color:var(--ink)}.cta-band{background:var(--brand-dark);color:var(--sand);border-radius:var(--radius);padding:44px 40px;text-align:center;margin-top:32px}.cta-band h3{font-size:1.6rem;margin-bottom:10px;font-weight:700;color:#fff}.cta-band p{opacity:.85;max-width:34em;margin:0 auto 24px}.cta-band .btn-primary{background:var(--sand);color:var(--brand-dark)}.cta-band .btn-primary:hover{background:#fff}.btn-ghost-inverse{color:var(--sand);border:1.5px solid rgba(244,239,227,.45);background:none}.btn-ghost-inverse:hover{border-color:var(--sand)}.lock-note{display:flex;gap:8px;margin-top:16px;font-size:.85rem;opacity:.7}.lock-note,.modal-bg{align-items:center;justify-content:center}.modal-bg{position:fixed;inset:0;background:rgba(43,40,34,.5);display:none;z-index:100;padding:20px}.modal-bg.open{display:flex}.modal{background:var(--surface);border-radius:8px;max-width:440px;width:100%;padding:34px;position:relative}.modal h3{font-size:1.35rem;margin-bottom:6px;font-weight:700}.modal .msub{color:var(--ink-2);font-size:.93rem;margin-bottom:20px}.modal input[type=email],.modal input[type=password],.modal input[type=tel],.modal input[type=text]{width:100%;padding:13px;font-size:1rem;border:1.5px solid var(--grid);border-radius:10px;margin-bottom:12px;background:var(--surface);font-family:inherit}.modal .close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:1.4rem;color:var(--muted)}.consent{display:flex;gap:10px;font-size:.83rem;color:var(--ink-2);margin:8px 0 16px;align-items:flex-start}.consent input{margin-top:3px;width:18px;height:18px;accent-color:var(--brand)}.success-icon{width:64px;height:64px;border-radius:50%;background:var(--brand-wash);color:var(--brand);display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 16px;font-weight:700}.ctrl-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px}@media(max-width:640px){.ctrl-grid{grid-template-columns:1fr}}.ctrl label{display:flex;justify-content:space-between;gap:12px;font-weight:700;font-size:.95rem;margin-bottom:8px}.ctrl output{color:var(--brand-dark);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.ctrl-hint{font-size:.82rem;color:var(--muted);display:block;margin-top:4px}.opt-sm{min-height:44px;padding:10px}.cf-group-label{font-size:.88rem;font-weight:600;color:var(--muted);margin-bottom:8px}.cf-bars{display:grid;grid-gap:8px;gap:8px}.cf-row{display:grid;grid-template-columns:minmax(130px,12rem) 1fr;grid-gap:12px;gap:12px;align-items:center}@media(max-width:520px){.cf-row{grid-template-columns:1fr;gap:3px}}.cf-label{font-size:.9rem;color:var(--ink)}.cf-track{background:var(--grid);border-radius:2px;height:26px}.cf-fill{height:100%;border-radius:2px;display:flex;align-items:center}.cf-fill em{font-style:normal;padding:0 9px;font-size:.82rem;font-weight:700;color:#fff;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cf-in-1{background:var(--cf1)}.cf-in-2{background:var(--cf2)}.cf-in-3{background:var(--cf3)}.cf-in-4{background:var(--cf4)}.cf-in-3 em,.cf-in-4 em{color:var(--ink)}.cf-out{background:var(--accent)}.cf-saldo{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding:13px 15px;border-radius:4px;font-weight:700}.cf-saldo strong{font-size:1.15rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cf-saldo-good{background:var(--good-soft)}.cf-saldo-good strong{color:var(--good)}.cf-saldo-bad{background:var(--bad-soft)}.cf-saldo-bad strong{color:var(--bad)}.stress-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}@media(max-width:820px){.stress-grid{grid-template-columns:1fr}}.stress-card{border:1px solid var(--border);border-radius:4px;padding:18px;background:var(--surface);display:flex;flex-direction:column}.stress-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}.stress-head h4{font-size:.98rem;font-weight:700}.stress-tag{font-size:.78rem;font-weight:600;padding:4px 9px;border-radius:2px;white-space:nowrap}.stress-tag-ok{background:var(--good-soft);color:var(--good)}.stress-tag-mid{background:var(--warn-soft);color:var(--warn)}.stress-tag-bad{background:var(--bad-soft);color:var(--bad)}.stress-card dl{font-size:.9rem;margin-bottom:12px}.stress-card dt{color:var(--muted);margin-top:9px}.stress-card dt:first-child{margin-top:0}.stress-card dd{color:var(--ink);margin-top:1px}.stress-card dd s{text-decoration:none;color:var(--muted)}.stress-card dd .arr{color:var(--muted);margin:0 7px}.stress-card dd b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.stress-card p{font-size:.85rem;color:var(--ink-2);margin-top:auto}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}a{text-decoration:underline;text-underline-offset:2px}.nav-links a{text-decoration:none}.skip-link{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:12px 20px;z-index:200;border-radius:0 0 8px 0}.skip-link:focus{left:0}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}@media (prefers-contrast:more){:root{--ink-2:#333;--muted:#555;--border:#999;--grid:#bbb}}.gate-tease{background:var(--brand-wash);border:1px solid var(--border);border-radius:4px;padding:22px;text-align:center;margin-bottom:24px}.gate-tease .gt-lbl{font-size:.9rem;color:var(--ink-2);font-weight:600;margin-bottom:8px}.gate-tease .gt-num{font-size:2.1rem;font-weight:700;filter:blur(9px);-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gate-tease .gt-sub{font-size:.85rem;color:var(--muted);margin-top:6px}.gate-benefits{list-style:none;display:grid;grid-gap:9px;gap:9px;margin:18px 0 22px}.gate-benefits li{display:flex;gap:10px;align-items:flex-start;font-size:.93rem;color:var(--ink-2)}.gate-benefits .ck{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--brand-light);display:flex;align-items:center;justify-content:center;margin-top:1px}.gate-benefits .ck svg{width:12px;height:12px;stroke:var(--brand);stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.gate-input{width:100%;padding:14px;font-size:1rem;border:1.5px solid var(--grid);border-radius:2px;margin-bottom:12px;background:var(--surface);font-family:inherit}.gate-input:focus{outline:none;border-color:var(--brand)}.gap-viz{display:flex;gap:26px;align-items:flex-end;padding:14px 6px 0}.gv-col{flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;text-align:center}.gv-val{font-size:.9rem;font-weight:700;margin-bottom:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gv-bar{border-radius:6px 6px 0 0;width:100%}.gv-gap{width:100%;border:2px dashed var(--accent);border-bottom:none;border-radius:6px 6px 0 0;background:var(--accent-soft);opacity:.85;margin-bottom:2px}.gv-lbl{font-size:.78rem;color:var(--muted);padding-top:8px;font-weight:700;line-height:1.35;border-top:1.5px solid var(--baseline);margin-top:0}.benefits{list-style:none;max-width:30em;margin:0 auto 26px;text-align:left;display:grid;grid-gap:11px;gap:11px}.benefits li{display:flex;gap:12px;align-items:flex-start;font-size:1rem;line-height:1.45}.benefits .ck{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:rgba(244,241,232,.18);display:flex;align-items:center;justify-content:center;margin-top:1px}.benefits .ck svg{width:13px;height:13px;stroke:#F4F1E8;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.locked-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}@media(max-width:820px){.locked-grid{grid-template-columns:1fr}}.locked{border:1.5px dashed var(--baseline);border-radius:4px;padding:20px;cursor:pointer;transition:border-color .15s;background:var(--chart-surface)}.locked:hover{border-color:var(--brand)}.locked .lk-head{display:flex;align-items:center;gap:9px;font-weight:700;margin-bottom:6px;color:var(--ink)}.locked .lk-head .ico{color:var(--muted)}.locked p{font-size:.88rem;color:var(--ink-2)}.locked .lk-cta{font-size:.85rem;font-weight:700;color:var(--brand);margin-top:10px;display:inline-block}.proto-badge{position:fixed;bottom:14px;left:14px;background:var(--ink);color:var(--sand);font-size:.72rem;padding:6px 12px;border-radius:2px;opacity:.7;z-index:60;font-weight:600}