:root { color-scheme: light; --paper:#f7f9fc; --ink:#14243e; --muted:#56677f; --line:#dce5f0; --blue:#245ce5; --blue-dark:#1745bc; --blue-soft:#edf3ff; --ease:cubic-bezier(.23,1,.32,1); }
* { box-sizing:border-box; }
body { margin:0; background:radial-gradient(ellipse at 88% 40%,#eaf3ff80,transparent 48%),var(--paper); color:var(--ink); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; -webkit-tap-highlight-color:transparent; }
button,input,select { font:inherit; }
h1,h2,h3,p,ol,ul { margin:0; }
[hidden] { display:none!important; }
.wrap { width:min(1160px,calc(100% - 64px)); margin-inline:auto; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible { outline:3px solid var(--blue); outline-offset:4px; }
.skip-link { position:fixed; left:16px; top:-80px; z-index:20; background:var(--ink); color:white; padding:12px 18px; border-radius:10px; }
.skip-link:focus { top:12px; }
.header { min-height:106px; display:flex; justify-content:space-between; align-items:center; gap:32px; border-bottom:1px solid var(--line); }
.brand { display:inline-flex; align-items:center; gap:10px; font-size:23px; font-weight:750; letter-spacing:-1px; flex-shrink:0; }
.brand img { display:block; width:40px; height:40px; }
.brand-light { font-weight:450; margin-left:3px; }
.progress ol { display:flex; list-style:none; padding:0; gap:33px; align-items:center; }
.progress li { display:flex; gap:9px; align-items:center; font-size:12px; font-weight:550; color:var(--muted); position:relative; }
.progress li:not(:last-child)::after { content:""; width:17px; height:1px; background:#cfdaea; position:absolute; right:-25px; }
.step-number { width:26px; height:26px; display:grid; place-items:center; border-radius:50%; border:1px solid #ccd9ec; font-size:11px; }
.progress .complete { color:#31568e; }
.complete .step-number { background:#e8effb; border-color:#dce6f7; }
.progress .current { color:var(--ink); font-weight:650; }
.current .step-number { background:var(--blue); color:white; border-color:var(--blue); box-shadow:0 3px 8px #245ce521; }
.main { padding-top:34px; padding-bottom:70px; }
.back-link { display:inline-flex; align-items:center; gap:11px; color:var(--muted); font-size:12px; padding-block:7px; }
.back-link>span { font-size:19px; }
.checkout-layout { display:grid; grid-template-columns:1.06fr 1fr; gap:68px; align-items:start; margin-top:31px; }
.order-column { padding-top:24px; min-width:0; }
.eyebrow { display:flex; align-items:center; gap:9px; font-size:10px; font-weight:650; color:#44638e; letter-spacing:1.5px; }
.eyebrow-dot { width:6px; height:6px; border-radius:50%; background:var(--blue); box-shadow:0 0 0 4px #e7eefe; }
h1 { font-size:clamp(46px,4.8vw,64px); font-weight:600; letter-spacing:-3.4px; line-height:1.02; margin-top:25px; }
h1>span { color:var(--blue); }
.intro { max-width:470px; margin-top:22px; font-size:15px; line-height:1.8; color:var(--muted); }
.plan-card { padding:26px 27px; margin-top:32px; border:1px solid #d5e2f6; background:linear-gradient(130deg,#fff,#eff5ff); border-radius:21px; }
.plan-top { display:flex; justify-content:space-between; align-items:center; gap:15px; }
.plan-top h2 { text-transform:uppercase; font-size:10px; letter-spacing:1.1px; font-weight:600; color:var(--muted); }
.service-badge { font-size:9px; font-weight:650; letter-spacing:1px; color:#335fb1; background:#e7efff; border:1px solid #d5e3fc; padding:6px 9px; border-radius:7px; }
.plan-summary { display:flex; align-items:start; justify-content:space-between; gap:18px; margin-top:24px; }
.plan-summary h3 { font-size:25px; font-weight:600; letter-spacing:-.9px; line-height:1.2; }
.plan-total { text-align:right; flex-shrink:0; }
#plan-price { display:block; font-size:28px; font-weight:650; letter-spacing:-1.1px; line-height:1.1; white-space:nowrap; font-variant-numeric:tabular-nums; }
.total-label { display:block; margin-top:7px; font-size:11px; color:var(--muted); }
.plan-bonus { margin-top:11px; color:var(--blue-dark); font-size:12px; }
.plan-features { display:grid; gap:11px; list-style:none; padding:0; margin-top:25px; }
.plan-features li { display:flex; align-items:center; gap:10px; font-size:12px; color:#4c617d; }
.plan-features svg { width:18px; height:18px; stroke:var(--blue); stroke-width:1.3; stroke-linecap:round; stroke-linejoin:round; flex:0 0 18px; }
.plan-picker { border-top:1px solid #dce6f5; margin-top:23px; padding-top:19px; }
.plan-picker>label { display:block; font-size:11px; font-weight:550; margin-bottom:9px; color:var(--muted); }
.select-wrap { position:relative; }
.select-wrap select { display:block; width:100%; min-height:43px; appearance:none; color:var(--ink); background:#fff; border:1px solid #cbd9ee; padding:10px 35px 10px 12px; border-radius:9px; font-size:12px; cursor:pointer; }
.select-wrap>span { position:absolute; right:13px; top:7px; pointer-events:none; color:#456592; font-size:21px; }
.order-note { display:flex; align-items:start; gap:10px; margin-top:20px; color:var(--muted); }
.order-note svg { width:20px; height:20px; stroke:#53729b; stroke-width:1.3; flex:0 0 20px; }
.order-note p { font-size:11px; line-height:1.7; }
.order-note p span { font-size:10px; }
.form-card { background:#fff; border:1px solid #dce5f2; border-radius:27px; padding:35px; box-shadow:0 20px 55px -34px #3051814a,0 2px 5px #30518105; min-width:0; }
.form-eyebrow { display:flex; align-items:center; gap:9px; font-size:9px; letter-spacing:1.2px; font-weight:600; color:#58708f; }
.form-eyebrow>span { display:grid; place-items:center; width:27px; height:27px; border:1px solid #dce7fb; border-radius:8px; background:#f1f5ff; color:var(--blue); letter-spacing:0; font-size:10px; }
.form-card h2 { font-size:36px; line-height:1.13; font-weight:600; letter-spacing:-1.5px; margin-top:24px; }
.form-intro { margin-top:15px; font-size:13px; line-height:1.75; color:var(--muted); max-width:330px; }
.email-field { margin-top:28px; }
.email-field label { display:block; font-size:12px; font-weight:600; margin-bottom:10px; }
.email-field input { width:100%; border:1px solid #bccde4; border-radius:11px; height:54px; padding:0 16px; background:#fbfcff; color:var(--ink); font-size:16px; }
.email-field input::placeholder { color:#7889a1; }
.email-field input[aria-invalid="true"] { border-color:#b73737; }
.field-hint { font-size:11px; line-height:1.65; color:var(--muted); margin-top:9px; }
.consent { display:flex; align-items:start; gap:11px; margin-top:25px; font-size:11px; line-height:1.75; color:var(--muted); cursor:pointer; }
.consent input { appearance:auto; accent-color:var(--blue); width:17px; height:17px; flex:0 0 17px; margin:2px 0 0; cursor:pointer; }
.consent a { color:#305990; text-decoration:underline; text-underline-offset:2px; }
.trial-disclosure { padding:15px 16px; margin-top:22px; border:1px solid #d9e5f8; border-radius:11px; background:#f3f7ff; font-size:11px; line-height:1.75; color:#405a80; }
.trial-disclosure strong { display:block; font-size:12px; font-weight:600; color:var(--ink); margin-bottom:5px; }
.form-error { color:#a52626; font-size:12px; line-height:1.65; }
.form-error:not(:empty) { margin-top:18px; }
.submit-button { display:flex; align-items:center; justify-content:space-between; gap:16px; width:100%; min-height:55px; padding:14px 20px; border:0; border-radius:12px; background:var(--blue); color:#fff; font-size:14px; font-weight:650; margin-top:25px; cursor:pointer; box-shadow:0 4px 10px #245ce520,inset 0 1px 0 #ffffff25; transition:transform 140ms var(--ease),background-color 140ms ease; }
.submit-button svg { width:21px; height:21px; flex:0 0 21px; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.submit-button:active { transform:scale(.98); }
.submit-button:disabled { opacity:.65; cursor:wait; transform:none; }
.payment-caption { margin-top:14px; display:flex; align-items:center; justify-content:center; gap:6px; font-size:10px; color:var(--muted); }
.payment-caption svg { width:14px; height:14px; stroke:#607995; stroke-width:1.1; }
.help-box { display:flex; align-items:start; gap:11px; border-top:1px solid #e2e9f3; padding-top:24px; margin-top:28px; }
.help-symbol { width:25px; height:25px; display:grid; place-items:center; background:var(--blue-soft); color:var(--blue); border-radius:50%; font-size:13px; flex:0 0 25px; }
.help-box p { font-size:11px; line-height:1.5; font-weight:550; }
.help-box a { display:inline-block; color:#46648f; font-size:11px; line-height:1.8; margin-top:4px; }
.help-box a span { color:var(--blue); }
.footer { border-top:1px solid var(--line); padding-block:24px; display:flex; justify-content:space-between; align-items:center; gap:24px; color:var(--muted); font-size:10px; line-height:1.8; }
.footer p>span { display:block; }
.footer nav { display:flex; flex-wrap:wrap; gap:22px; }
@media(hover:hover) and (pointer:fine) { .submit-button:not(:disabled):hover { background:var(--blue-dark); } a:not(.brand):hover { color:var(--blue-dark); } .help-box a:hover,.footer a:hover { text-decoration:underline; text-underline-offset:3px; } }
@media(max-width:1024px) { .checkout-layout { gap:34px; } .form-card { padding:29px; } h1 { font-size:55px; } .form-card h2 { font-size:33px; } .plan-card { padding:24px; } }
@media(max-width:800px) { .header { gap:20px; } .progress ol { gap:24px; } .progress li { font-size:10px; gap:6px; } .progress li:not(:last-child)::after { width:12px; right:-18px; } .brand { font-size:21px; } .checkout-layout { grid-template-columns:1fr; gap:29px; max-width:580px; margin-inline:auto; } .order-column { padding-top:7px; } .order-column h1 br { display:none; } h1 { font-size:47px; letter-spacing:-2.4px; line-height:1.08; } .intro { max-width:520px; } .plan-card { margin-top:25px; } .order-note { margin-top:16px; } .form-card { padding:34px; } .form-card h2 br { display:none; } .form-intro { max-width:440px; } .main { padding-bottom:50px; } }
@media(max-width:600px) { .wrap { width:calc(100% - 40px); } .header { min-height:122px; flex-direction:column; align-items:flex-start; justify-content:center; gap:17px; padding-block:19px; } .brand { font-size:21px; gap:8px; } .brand img { width:34px; height:34px; } .progress ol { gap:32px; } .progress li { font-size:10px; gap:7px; } .progress li:not(:last-child)::after { right:-24px; width:17px; } .step-number { width:22px; height:22px; font-size:10px; } .main { padding-top:23px; padding-bottom:36px; } .checkout-layout { margin-top:23px; gap:25px; } h1 { font-size:43px; letter-spacing:-2px; margin-top:20px; } .intro { font-size:14px; margin-top:18px; } .eyebrow { font-size:9px; } .plan-card { padding:22px; border-radius:18px; } .plan-summary h3 { font-size:23px; } #plan-price { font-size:27px; } .plan-features { gap:11px; } .plan-features li { font-size:11px; } .plan-picker { margin-top:20px; } .select-wrap select { font-size:12px; } .form-card { padding:25px; border-radius:21px; } .form-card h2 { font-size:32px; letter-spacing:-1.3px; margin-top:21px; } .form-intro { font-size:12px; margin-top:12px; } .email-field { margin-top:25px; } .consent { font-size:11px; } .footer { align-items:flex-start; flex-direction:column; gap:15px; } .footer nav { gap:17px; font-size:10px; } }
@media(max-width:370px) { .wrap { width:calc(100% - 30px); } .progress ol { gap:22px; } .progress li:not(:last-child)::after { width:10px; right:-16px; } .progress li { gap:5px; } h1 { font-size:39px; } .plan-card { padding:20px; } .plan-summary { gap:12px; } .plan-summary h3 { font-size:21px; } #plan-price { font-size:25px; } .plan-top h2 { font-size:9px; } .form-card { padding:21px; } .form-card h2 { font-size:30px; } .select-wrap select { font-size:11px; padding-left:10px; } .submit-button { padding-inline:17px; font-size:13px; } }
@media(prefers-reduced-motion:reduce) { .submit-button { transition:none; } .submit-button:active { transform:none; } }
