:root{--ink:#101114;--muted:#686b73;--line:#dedfe3;--paper:#fff;--soft:#f5f5f6;--red:#e53a39;--red-dark:#be2727;--shadow:0 22px 60px rgba(16,17,20,.10)}
*{box-sizing:border-box}
html{font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:#f2f2f3}
body{margin:0;min-height:100vh}
button,input{font:inherit}
button{cursor:pointer}
.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,72px);background:#fff;border-bottom:1px solid #ececef}
.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font-size:1.25rem;font-weight:800;letter-spacing:.17em;text-decoration:none}
.brand-mark{width:37px;height:37px;border-radius:11px;background:var(--red);color:white;display:grid;place-items:center;letter-spacing:0;font-size:1.25rem}
.secure-note{font-size:.86rem;color:var(--muted);font-weight:600}.lock{color:#41a76f;font-size:.7rem;margin-right:7px}
.shell{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.74fr)}
.work{background:#fff;padding:clamp(28px,5vw,72px) clamp(22px,7vw,100px);display:flex;flex-direction:column}
.aside{position:relative;overflow:hidden;background:var(--ink);color:#fff;padding:clamp(34px,6vw,82px);display:flex;align-items:center}
.aside:before,.aside:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.aside:before{width:420px;height:420px;right:-210px;top:-170px}.aside:after{width:280px;height:280px;left:-150px;bottom:-130px}
.aside-inner{position:relative;z-index:1;max-width:390px}
.eyebrow{font-size:.76rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--red);margin:0 0 18px}
.aside h2{font-size:clamp(2rem,3.4vw,3.6rem);line-height:1.06;margin:0 0 24px;letter-spacing:-.045em}
.aside p{color:#b9bbc1;line-height:1.7;margin:0;font-size:1rem}
.trust-row{display:flex;gap:24px;margin-top:42px;padding-top:28px;border-top:1px solid #313238}
.trust-row strong{display:block;font-size:1.05rem}.trust-row span{color:#92959e;font-size:.76rem}
.progress-meta{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:.82rem;font-weight:700}
.progress{height:4px;background:#ececef;margin:11px 0 clamp(44px,7vh,76px);border-radius:9px;overflow:hidden}.progress span{display:block;height:100%;background:var(--red);transition:width .35s ease}
.step{max-width:610px;animation:enter .28s ease}
@keyframes enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.step h1{font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.045em;margin:0 0 13px}
.lead{font-size:1rem;line-height:1.6;color:var(--muted);margin:0 0 28px}
.choices{display:grid;gap:12px}
.choice{width:100%;min-height:66px;padding:16px 18px;border:1.5px solid var(--line);border-radius:14px;background:#fff;text-align:left;display:flex;align-items:center;gap:14px;font-weight:700;color:var(--ink);transition:.16s ease}
.choice:hover{border-color:#aaaeb5;transform:translateY(-1px)}.choice.active{border-color:var(--red);background:#fff7f7;box-shadow:0 0 0 3px rgba(229,58,57,.09)}
.choice-icon{width:36px;height:36px;border-radius:10px;background:var(--soft);display:grid;place-items:center;font-size:1.05rem}.active .choice-icon{background:var(--red);color:#fff}
.choice small{display:block;color:var(--muted);font-weight:500;margin-top:3px}
.nav{margin-top:34px;display:flex;align-items:center;gap:12px}
.primary,.secondary{min-height:52px;border-radius:13px;padding:0 24px;font-weight:800}
.primary{border:0;background:var(--red);color:white;box-shadow:0 8px 20px rgba(229,58,57,.2)}.primary:hover{background:var(--red-dark)}.primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}
.secondary{border:1px solid var(--line);background:white;color:var(--ink)}
.text-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field.full{grid-column:1/-1}
.field label{display:block;font-weight:700;font-size:.82rem;margin:0 0 7px}.field input{width:100%;height:54px;border:1.5px solid var(--line);border-radius:12px;padding:0 15px;outline:0;background:#fff}.field input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(229,58,57,.09)}
.privacy{font-size:.75rem;color:var(--muted);line-height:1.55;margin:16px 0 0}
.result-shell{background:#f4f4f5;min-height:calc(100vh - 82px);padding:clamp(28px,5vw,70px)}
.result{max-width:1040px;margin:0 auto}.result-top{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:28px}.result-top h1{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.05em;margin:0}.result-top p{max-width:430px;color:var(--muted);line-height:1.6}
.package{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.card{background:#fff;border:1px solid #e2e2e5;border-radius:20px;padding:clamp(22px,3vw,34px);box-shadow:var(--shadow)}
.card h2{margin:0 0 7px;font-size:1.3rem}.card-sub{margin:0 0 24px;color:var(--muted);font-size:.88rem}
.product{display:grid;grid-template-columns:50px 1fr auto;gap:14px;align-items:center;padding:15px 0;border-top:1px solid #eeeeef}.product:first-of-type{border-top:0}.product-icon{width:48px;height:48px;background:var(--soft);border-radius:13px;display:grid;place-items:center;font-size:1.25rem}.product strong{font-size:.94rem}.product p{font-size:.78rem;color:var(--muted);margin:4px 0 0}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}.qty button{width:30px;height:32px;border:0;background:white;font-weight:800}.qty span{width:28px;text-align:center;font-size:.82rem;font-weight:800}
.summary-row{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #eee;font-size:.87rem}.summary-row span{color:var(--muted)}.summary-row strong{text-align:right}.callout{background:var(--ink);color:white;border-radius:16px;padding:20px;margin-top:22px}.callout p{color:#c0c2c8;font-size:.82rem;line-height:1.55;margin:7px 0 0}.result-actions{display:grid;gap:10px;margin-top:20px}.result-actions .primary,.result-actions .secondary{width:100%}.fine{font-size:.72rem;color:var(--muted);line-height:1.5;margin-top:14px}
@media(max-width:850px){.shell{grid-template-columns:1fr}.aside{display:none}.work{min-height:calc(100vh - 72px);padding-bottom:44px}.topbar{height:72px}.secure-note{display:none}.package{grid-template-columns:1fr}.result-top{display:block}.result-top p{margin-bottom:0}.text-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.result-shell{min-height:calc(100vh - 72px)}}
@media(max-width:460px){.work{padding-left:18px;padding-right:18px}.step h1{font-size:2rem}.result-shell{padding:22px 14px}.card{border-radius:16px;padding:19px}.product{grid-template-columns:44px 1fr auto;gap:10px}.product-icon{width:42px;height:42px}.topbar{padding:0 18px}}
