html,body,#root{min-height:100vh;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:#fff;font-family:system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){html:not([data-theme=light]) body{color:#f0f0f5;background:#0a0a0f}}html[data-theme=dark] body{color:#f0f0f5;background:#0a0a0f}p,h1,h2,h3{margin:0}:root{--co-bg-left:#fff;--co-bg-right:#f4f4f8;--co-border:#e8e8ef;--co-text-heading:#0d0d14;--co-text-sub:#6b6b80;--co-card-bg:#fff;--co-card-border:#e2e2ea;--co-card-active-bg:#f0fdf4;--co-card-active-border:#22c55e;--co-radio-border:#c8c8d6;--co-stripe-bg:#f9f9fb;--co-stripe-border:#e2e2ea;--co-error-bg:#fef2f2;--co-error-border:#fecaca;--co-error-text:#dc2626;--co-secure-text:#9ca3af;--co-accent:#22c55e;--co-accent-hover:#16a34a;--co-accent-dim:#22c55e1f;--co-accent-glow:#22c55e2e;--co-accent-shadow-sm:#22c55e14;--co-accent-shadow-md:#22c55e24}@media (prefers-color-scheme:dark){html:not([data-theme=light]){--co-bg-left:#0d0d14;--co-bg-right:#08080f;--co-border:#1a1a28;--co-text-heading:#f0f0f8;--co-text-sub:#5a5a72;--co-card-bg:#111118;--co-card-border:#1e1e2e;--co-card-active-bg:#0d2018;--co-card-active-border:#22c55e;--co-radio-border:#2e2e44;--co-stripe-bg:#0d0d18;--co-stripe-border:#1e1e2e;--co-error-bg:#2a0e0e;--co-error-border:#5c1a1a;--co-error-text:#f87171;--co-secure-text:#3a3a50}}html[data-theme=dark]{--co-bg-left:#0d0d14;--co-bg-right:#08080f;--co-border:#1a1a28;--co-text-heading:#f0f0f8;--co-text-sub:#5a5a72;--co-card-bg:#111118;--co-card-border:#1e1e2e;--co-card-active-bg:#0d2018;--co-card-active-border:#22c55e;--co-radio-border:#2e2e44;--co-stripe-bg:#0d0d18;--co-stripe-border:#1e1e2e;--co-error-bg:#2a0e0e;--co-error-border:#5c1a1a;--co-error-text:#f87171;--co-secure-text:#3a3a50}*,:before,:after{box-sizing:border-box}button{font-family:inherit}.co-layout{min-height:100vh;display:flex}.co-left{background:var(--co-bg-left);border-right:1px solid var(--co-border);justify-content:center;align-items:center;width:46%;padding:56px 44px;display:flex}.co-left-inner{width:100%;max-width:400px}.co-logo{object-fit:contain;width:auto;height:42px;margin-bottom:28px;display:block}.co-company-name{color:var(--co-text-heading);letter-spacing:-.4px;margin:0 0 6px;font-size:24px;font-weight:700}.co-tagline{color:var(--co-text-sub);margin:0 0 28px;font-size:14px;line-height:1.5}.co-tagline--center{text-align:center}.co-plans{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.co-plan-card{background:var(--co-card-bg);border:1.5px solid var(--co-card-border);cursor:pointer;text-align:left;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.co-plan-card:hover{border-color:var(--co-accent);box-shadow:0 2px 12px var(--co-accent-shadow-sm)}.co-plan-card--active{border-color:var(--co-card-active-border);background:var(--co-card-active-bg);box-shadow:0 2px 16px var(--co-accent-shadow-md)}.co-plan-img{background:var(--co-card-border);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.co-plan-img img{object-fit:cover;width:100%;height:100%}.co-plan-body{flex:1;min-width:0}.co-plan-name-row{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:3px;display:flex}.co-plan-card-name{color:var(--co-text-heading);font-size:14px;font-weight:600}.co-plan-badge{color:var(--co-accent);background:var(--co-accent-dim);border-radius:20px;align-items:center;gap:3px;padding:2px 7px;font-size:10px;font-weight:600;display:inline-flex}.co-plan-card-desc{color:var(--co-text-sub);margin:0;font-size:12px;line-height:1.4}.co-plan-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.co-plan-card-price{color:var(--co-text-heading);white-space:nowrap;font-size:13px;font-weight:700}.co-plan-radio{border:1.5px solid var(--co-radio-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s,background .15s;display:flex}.co-plan-radio--active{border-color:var(--co-accent);background:var(--co-accent)}.co-left-footer{color:var(--co-secure-text);align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex}.co-right{background:var(--co-bg-right);flex:1;justify-content:center;align-items:center;padding:56px 44px;display:flex;position:relative}.co-back-arrow{border:1.5px solid var(--co-card-border);background:var(--co-card-bg);width:38px;height:38px;color:var(--co-text-heading);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .15s,background .15s;display:flex;position:absolute;top:24px;left:24px}.co-back-arrow:hover{border-color:var(--co-text-sub);background:var(--co-card-active-bg)}.co-right-inner{width:100%;max-width:440px}.co-timeline{align-items:flex-start;margin-bottom:28px;display:flex}.co-tl-line{background:var(--co-card-border);flex:1;min-width:16px;height:2px;margin-top:19px;transition:background .3s}.co-tl-line--lit{background:var(--co-accent)}.co-tl-step{flex-direction:column;align-items:center;gap:7px;min-width:64px;display:flex}.co-tl-circle{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,box-shadow .2s;display:flex}.co-tl-step--done .co-tl-circle{background:var(--co-accent);color:#fff}.co-tl-step--active .co-tl-circle{background:var(--co-accent);color:#fff;box-shadow:0 0 0 5px var(--co-accent-glow)}.co-tl-step--pending .co-tl-circle{background:var(--co-card-bg);color:var(--co-text-sub);border:1.5px solid var(--co-card-border)}.co-tl-label{color:var(--co-text-sub);text-align:center;white-space:nowrap;font-size:10px;font-weight:500;line-height:1.3}.co-tl-step--active .co-tl-label{color:var(--co-accent);font-weight:600}.co-tl-step--done .co-tl-label{color:var(--co-accent)}.co-plan-summary{background:var(--co-card-bg);border:1px solid var(--co-card-border);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:14px 18px;display:flex}.co-plan-summary-info{flex-direction:column;gap:2px;display:flex}.co-plan-summary-label{color:var(--co-text-sub);text-transform:uppercase;letter-spacing:.6px;font-size:10px;font-weight:600}.co-plan-summary-name{color:var(--co-text-heading);font-size:15px;font-weight:700}.co-plan-summary-price{color:var(--co-accent);white-space:nowrap;font-size:16px;font-weight:700}.co-step-form{flex-direction:column;gap:16px;display:flex}.co-step-hidden{display:none}.co-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.co-form-field{flex-direction:column;gap:5px;display:flex}.co-form-label{color:var(--co-text-sub);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.co-form-input{background:var(--co-card-bg);border:1.5px solid var(--co-card-border);color:var(--co-text-heading);border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .15s}.co-form-input::placeholder{color:var(--co-radio-border)}.co-form-input:focus{border-color:var(--co-accent)}.co-form-input--err{border-color:var(--co-error-text)!important}.co-form-error{color:var(--co-error-text);font-size:11px}.co-stripe-element{background:var(--co-stripe-bg);border:1px solid var(--co-stripe-border);border-radius:12px;padding:20px}.co-credit-card{background:linear-gradient(135deg,#4f24d4 0%,#2d0fa8 55%,#170766 100%);border-radius:18px;flex-direction:column;justify-content:space-between;width:100%;max-width:320px;height:180px;margin:0 auto;padding:20px 22px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #4f24d459}.co-credit-card-glow{pointer-events:none;background:radial-gradient(at 80% 10%,#ffffff24 0%,#0000 60%),radial-gradient(at 15% 85%,#ffffff0f 0%,#0000 50%);position:absolute;inset:0}.co-credit-card-top{justify-content:space-between;align-items:center;display:flex;position:relative}.co-credit-card-chip{background:linear-gradient(135deg,#e8c86a,#c9a030);border-radius:5px;justify-content:center;align-items:center;width:34px;height:26px;display:flex;position:relative}.co-chip-line{background:#00000038;position:absolute}.co-chip-h{width:100%;height:1px;top:50%}.co-chip-v{width:1px;height:100%;left:50%}.co-credit-card-network{width:44px;height:28px;display:flex;position:relative}.co-network-circle{border-radius:50%;width:28px;height:28px;position:absolute}.co-network-circle--left{background:#eb3232d9;left:0}.co-network-circle--right{mix-blend-mode:screen;background:#ffa000cc;left:16px}.co-credit-card-number{gap:10px;display:flex;position:relative}.co-credit-card-number span{color:#ffffffe6;letter-spacing:2px;font-family:ui-monospace,monospace;font-size:15px;font-weight:600}.co-credit-card-bottom{justify-content:space-between;align-items:flex-end;display:flex;position:relative}.co-credit-card-holder,.co-credit-card-expiry{flex-direction:column;gap:2px;display:flex}.co-credit-card-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.8px;font-size:9px}.co-credit-card-value{color:#fffffff2;letter-spacing:.4px;font-size:12px;font-weight:600}.co-review-card{background:var(--co-card-bg);border:1px solid var(--co-card-border);border-radius:14px;overflow:hidden}.co-review-section{flex-direction:column;gap:6px;padding:16px 20px;display:flex}.co-review-section.co-review-total{flex-direction:row;justify-content:space-between;align-items:center}.co-review-label{color:var(--co-text-sub);text-transform:uppercase;letter-spacing:.6px;align-items:center;gap:5px;margin-bottom:2px;font-size:10px;font-weight:700;display:flex}.co-review-row{color:var(--co-text-heading);justify-content:space-between;align-items:center;font-size:14px;font-weight:500;display:flex}.co-review-muted{color:var(--co-text-sub);font-size:13px;font-weight:400}.co-review-price{color:var(--co-accent);font-size:18px;font-weight:700}.co-review-divider{background:var(--co-card-border);height:1px}.co-copy-inline{cursor:pointer;color:var(--co-text-sub);background:0 0;border:none;border-radius:4px;align-items:center;padding:2px 4px;transition:color .15s;display:flex}.co-copy-inline:hover{color:var(--co-accent)}.co-pay-btn{background:var(--co-accent);color:#fff;cursor:pointer;letter-spacing:-.1px;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:15px;font-size:15px;font-weight:700;transition:background .15s,opacity .15s,transform .1s;display:flex}.co-pay-btn:hover:not(:disabled){background:var(--co-accent-hover);transform:translateY(-1px)}.co-pay-btn:active:not(:disabled){transform:translateY(0)}.co-pay-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.co-pay-btn-inner{justify-content:center;align-items:center;gap:10px;display:flex}.co-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite co-spin}@keyframes co-spin{to{transform:rotate(360deg)}}.co-error{color:var(--co-error-text);background:var(--co-error-bg);border:1px solid var(--co-error-border);border-radius:9px;margin:0;padding:12px 14px;font-size:13px}.co-secure-note{color:var(--co-secure-text);justify-content:center;align-items:center;gap:6px;margin:0;font-size:12px;display:flex}.co-mobile{background:var(--co-bg-right);flex-direction:column;align-items:center;min-height:100vh;display:flex}.co-mobile-topbar{background:var(--co-bg-left);border-bottom:1px solid var(--co-border);z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:14px 16px;display:grid;position:sticky;top:0}.co-mobile-topbar-left{align-items:center;display:flex}.co-mobile-topbar .co-back-arrow{width:34px;height:34px;position:static}.co-mobile-topbar .co-mobile-logo,.co-mobile-topbar .co-mobile-logo-text{justify-self:center}.co-mobile-topbar .co-mobile-secure{justify-self:end;gap:3px;font-size:10px;font-weight:500}.co-mobile-logo{object-fit:contain;width:auto;height:32px;display:block}.co-mobile-logo-text{color:var(--co-text-heading);font-size:16px;font-weight:700}.co-mobile-secure{color:var(--co-accent);align-items:center;gap:5px;font-size:12px;font-weight:600;display:flex}.co-mobile:after{content:"";background:var(--co-bg-left);border-top:1px solid var(--co-border);z-index:39;height:80px;position:fixed;bottom:0;left:0;right:0}.co-mobile .co-pay-btn{z-index:40;width:auto;position:fixed;bottom:16px;left:16px;right:16px}.co-mobile-inner{flex-direction:column;gap:0;width:100%;max-width:480px;padding:28px 20px 88px;display:flex}.co-mobile-step0{flex-direction:column;gap:0;display:flex}.co-mobile-step0 .co-tagline,.co-mobile-step0 .co-plans{margin-bottom:20px}.co-mobile-step0 .co-left-footer{justify-content:center;margin-top:12px}.co-success-page{background:var(--co-bg-right);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.co-success-card{background:var(--co-card-bg);border:1px solid var(--co-card-border);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:440px;padding:48px 40px;display:flex}.co-success-icon{margin-bottom:8px;animation:.4s cubic-bezier(.18,.89,.32,1.28) co-pop}@keyframes co-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.co-success-title{color:var(--co-text-heading);margin:0;font-size:26px;font-weight:700}.co-success-msg{color:var(--co-text-sub);margin:0;font-size:15px;line-height:1.6}@media (width<=600px){.co-form-row{grid-template-columns:1fr}.co-tl-step{min-width:52px}.co-tl-label{font-size:9px}}
