.checkout-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:26px;border-bottom:1px solid var(--line)}
.checkout-header>a:last-child{font-size:12px;color:var(--muted);min-height:44px;display:flex;align-items:center}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:96px;align-items:start;padding-block:70px 80px;min-height:70vh}
.checkout-details h1{font-size:38px;line-height:1.2;max-width:400px;margin:18px 0}.checkout-details>p{font-size:13px;color:var(--muted);line-height:1.9;max-width:400px}
.checkout-plans{display:flex;gap:8px;margin-top:30px}.checkout-plans a{flex:1;text-align:center;display:grid;place-items:center;min-height:46px;border:1px solid var(--line);border-radius:6px;background:white;font-size:12px}.checkout-plans a[aria-current]{border-color:var(--brand);background:var(--tint);color:var(--brand-dark)}
.checkout-details .plan-inclusions{margin-block:30px}.checkout-details>.checkout-disclosure{font-size:11px;max-width:420px}
.checkout-summary{padding:32px;background:#fff;border:1px solid var(--line);border-radius:10px}.checkout-summary h2{font-size:23px;margin:12px 0 22px}.checkout-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.checkout-price strong{font-size:36px;letter-spacing:-1.4px;font-weight:600}.checkout-price>span{font-size:11px;color:var(--muted)}.checkout-renewal{font-size:11px;color:var(--muted);line-height:1.9;margin-top:8px}
.checkout-account,.checkout-payment{display:flex;align-items:start;gap:14px;border-top:1px solid var(--line);padding-top:24px;margin-top:26px}.checkout-step{flex-shrink:0;display:grid;place-items:center;width:28px;height:28px;font-size:9px;color:var(--brand-dark);background:var(--tint);border-radius:5px}.checkout-summary h3{font-size:14px;letter-spacing:-.2px}.checkout-account>div,.checkout-payment>div{min-width:0;flex:1}.checkout-account p,.checkout-payment p{font-size:11px;color:var(--muted);line-height:1.9;margin-top:6px;overflow-wrap:anywhere}.checkout-summary .button{width:100%;margin-top:15px}.checkout-summary button:disabled{cursor:not-allowed;opacity:.7}.checkout-help{font-size:10px;color:var(--muted);margin-top:25px}.checkout-help a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.checkout-footer{display:flex;justify-content:space-between;gap:20px;padding-block:22px;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.checkout-footer nav{display:flex;gap:20px;flex-wrap:wrap}.checkout-footer a{display:inline-flex;align-items:center;min-height:44px}
@media(max-width:900px){.checkout-layout{gap:36px}.checkout-summary{padding:24px}.checkout-details h1{font-size:32px}}
@media(max-width:700px){.checkout-layout{grid-template-columns:1fr;gap:28px;padding-block:32px 40px}.checkout-details h1{font-size:30px}.checkout-details>p{font-size:12px}.checkout-summary{padding:22px}.checkout-plans{margin-top:22px}.checkout-plans a{font-size:11px}.checkout-details .plan-inclusions{margin-block:24px}.checkout-footer{flex-direction:column;gap:4px}.checkout-footer nav{gap:18px}}
