:root{
  --black:#070707;--panel:#0b0b0b;--paper:#eceae4;--white:#f6f4ef;--muted:#8a8985;
  --line:rgba(255,255,255,.12);--red:#f04545;--red-soft:rgba(240,69,69,.16);--max:1440px
}
*{box-sizing:border-box}html{background:var(--black);color:var(--white)}body{margin:0;min-height:100vh;background:var(--black);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.signal{position:fixed;left:0;right:0;height:1px;z-index:0;pointer-events:none;background:linear-gradient(90deg,transparent 0 8%,rgba(240,69,69,.55) 22%,rgba(255,234,234,.8) 50%,rgba(240,69,69,.35) 78%,transparent 94%);opacity:.5}.signal-a{top:28%;animation:signalFlicker 8s steps(1) infinite}.signal-b{top:76%;opacity:.2;animation:signalFlicker 12s steps(1) 3s infinite}@keyframes signalFlicker{0%,91%,94%,100%{opacity:.15}92%{opacity:.8;transform:translateX(0)}93%{opacity:.35;transform:translateX(8px)}}
.checkout-nav{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 44px;border-bottom:1px solid var(--line);position:relative;z-index:2}.wordmark{font-size:22px;font-weight:800;letter-spacing:.28em}.secure{font-size:9px;letter-spacing:.2em;color:#8f8e8a;display:flex;align-items:center;gap:9px}.secure i,.payment-status i{width:6px;height:6px;border-radius:50%;background:#76d6a3;box-shadow:0 0 12px rgba(118,214,163,.45)}
.checkout-shell{width:min(var(--max),100%);min-height:calc(100vh - 142px);margin:0 auto;display:grid;grid-template-columns:minmax(440px,.86fr) minmax(560px,1.14fr);position:relative;z-index:1}.order-panel{padding:76px 64px 64px 70px;border-right:1px solid var(--line);position:sticky;top:0;align-self:start}.back{font-size:11px;color:#777672}.eyebrow{margin-top:76px;font-size:9px;letter-spacing:.24em;color:#777672}.eyebrow:after{content:"";display:block;width:90px;height:1px;background:var(--red);margin-top:12px;opacity:.65}.order-panel h1{font-size:clamp(56px,5.8vw,92px);font-weight:520;line-height:.91;letter-spacing:-.065em;margin:30px 0 24px}.order-panel h1 em{font-style:normal;color:#92908b}.lede{max-width:540px;color:#9a9892;line-height:1.65;font-size:15px}.plan-switcher{margin-top:48px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr)}.plan-switcher button{border:0;border-right:1px solid var(--line);background:transparent;color:#777672;padding:18px 12px;text-align:left;cursor:pointer;transition:.2s;position:relative}.plan-switcher button:last-child{border-right:0}.plan-switcher button span{display:block;font-size:8px;letter-spacing:.16em;margin-bottom:8px}.plan-switcher button b{font-size:20px;font-weight:500;color:#aaa8a3}.plan-switcher button small{font-size:9px;margin-left:3px}.plan-switcher button.active{color:#fff;background:rgba(255,255,255,.035)}.plan-switcher button.active:before{content:"";position:absolute;left:0;right:0;top:-1px;height:1px;background:var(--red);box-shadow:0 0 10px rgba(240,69,69,.4)}.plan-switcher button.active b{color:#fff}.selected-plan{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;padding:34px 0 24px;border-bottom:1px solid var(--line)}.selected-plan span{font-size:8px;letter-spacing:.16em;color:#75746f}.selected-plan h2{font-size:21px;font-weight:500;letter-spacing:-.025em;margin:8px 0 0}.selected-price{text-align:right;white-space:nowrap}.selected-price strong{display:block;font-size:30px;font-weight:500;letter-spacing:-.04em}.selected-price span{letter-spacing:0}.plan-features{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:12px;color:#999792;font-size:12px}.plan-features li:before{content:"+";color:var(--red);display:inline-block;width:18px}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:32px;font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#62615e}.trust-row span{border-left:1px solid rgba(240,69,69,.4);padding-left:9px}
.payment-panel{background:#eceae4;color:#111;padding:76px clamp(36px,5vw,78px) 64px;min-height:900px}.payment-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:44px}.payment-head>div>span{font-size:8px;letter-spacing:.2em;color:#77736d}.payment-head h2{font-size:32px;letter-spacing:-.04em;font-weight:530;margin:10px 0 0}.payment-status{font-size:8px;letter-spacing:.16em;color:#67645e;display:flex;gap:7px;align-items:center}.payment-status i{background:#222;box-shadow:none}.stripe-mount{min-height:520px}.checkout-loading{min-height:470px;display:grid;place-items:center;align-content:center;gap:18px;color:#77736d;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.scanner{width:min(380px,90%);height:1px;background:linear-gradient(90deg,transparent,var(--red),transparent);animation:scan 1.5s ease-in-out infinite}@keyframes scan{0%,100%{opacity:.15;transform:scaleX(.5)}50%{opacity:.8;transform:scaleX(1)}}.checkout-error{padding:18px;border:1px solid rgba(190,45,45,.25);background:rgba(190,45,45,.06);color:#861e1e;font-size:13px;line-height:1.6;margin-bottom:24px}.legal{font-size:9px;line-height:1.6;color:#89857f;border-top:1px solid rgba(0,0,0,.12);padding-top:20px;margin-top:28px}.checkout-footer{height:56px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 44px;color:#5f5e5a;font-size:8px;letter-spacing:.16em;position:relative;z-index:2}
@media(max-width:980px){.checkout-shell{grid-template-columns:1fr}.order-panel{position:relative;padding:50px 34px;border-right:0;border-bottom:1px solid var(--line)}.payment-panel{min-height:auto;padding:54px 34px}.eyebrow{margin-top:48px}.checkout-nav{padding:0 24px}.checkout-footer{padding:0 24px}}
@media(max-width:580px){.checkout-nav{height:68px}.wordmark{font-size:17px}.secure{font-size:7px}.order-panel{padding:38px 20px}.order-panel h1{font-size:54px}.plan-switcher button{padding:14px 8px}.plan-switcher button b{font-size:17px}.selected-plan{align-items:flex-start}.selected-plan h2{font-size:18px}.payment-panel{padding:40px 18px}.payment-head h2{font-size:27px}.checkout-footer{padding:0 18px}.checkout-footer span:last-child{display:none}}

.billing-switcher{display:flex;align-items:center;gap:0;margin-top:18px;border:1px solid var(--line);width:max-content}.billing-switcher button{border:0;background:transparent;color:#74736f;padding:11px 14px;font-size:8px;letter-spacing:.14em;cursor:pointer}.billing-switcher button+button{border-left:1px solid var(--line)}.billing-switcher button.active{background:#f1efe9;color:#0b0b0b}.billing-switcher button span{color:var(--red);margin-left:6px;font-size:7px}.checkout-card{border:1px solid rgba(0,0,0,.16);background:#f3f1eb;padding:30px;max-width:620px;box-shadow:0 24px 70px rgba(0,0,0,.07)}.checkout-card-top{display:flex;justify-content:space-between;gap:24px;align-items:end;padding-bottom:28px;border-bottom:1px solid rgba(0,0,0,.12)}.checkout-card-top span,.after-payment>span{font-size:8px;letter-spacing:.18em;color:#77736d}.checkout-card-top strong{font-size:16px;font-weight:650;letter-spacing:.04em}.summary-line{display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.09);font-size:12px}.summary-line span{color:#77736d}.summary-line strong{font-weight:560}.summary-line.muted{font-size:10px}.summary-rule{height:1px;margin:28px 0 22px;background:linear-gradient(90deg,var(--red),rgba(240,69,69,.16),transparent)}.checkout-card>p{font-size:13px;line-height:1.65;color:#66625d;max-width:500px;margin:0 0 26px}.stripe-checkout-button{min-height:58px;background:#090909;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:12px;font-weight:650;letter-spacing:.01em;transition:.2s ease}.stripe-checkout-button:hover{background:#171717;transform:translateY(-1px)}.stripe-checkout-button span{color:var(--red);font-size:17px}.stripe-note{display:flex;gap:10px;align-items:flex-start;margin-top:15px;color:#88847e;font-size:9px;line-height:1.5}.stripe-note i{width:6px;height:6px;border-radius:50%;background:#70ca99;margin-top:3px;flex:0 0 auto}.after-payment{margin-top:54px;max-width:620px}.timeline{margin-top:15px;border-top:1px solid rgba(0,0,0,.12);display:grid;grid-template-columns:repeat(3,1fr)}.timeline div{padding:18px 16px 18px 0;border-right:1px solid rgba(0,0,0,.1)}.timeline div+div{padding-left:16px}.timeline div:last-child{border-right:0}.timeline b{font-size:8px;color:var(--red);font-weight:650}.timeline p{font-size:10px;color:#5e5b56;margin:8px 0 0;line-height:1.4}@media(max-width:580px){.billing-switcher{width:100%}.billing-switcher button{flex:1}.checkout-card{padding:22px}.checkout-card-top{align-items:flex-start;flex-direction:column}.timeline{grid-template-columns:1fr}.timeline div,.timeline div+div{border-right:0;border-bottom:1px solid rgba(0,0,0,.1);padding:14px 0}.timeline div:last-child{border-bottom:0}}
