:root{color-scheme:dark;--bg:#070b14;--panel:#0d1422;--panel2:#111b2d;--line:#22304a;--text:#f8fafc;--muted:#93a4bd;--blue:#2f70ff;--green:#39d98a;--gold:#f5c75b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 78% -12%,rgba(47,112,255,.2),transparent 31%),var(--bg);color:var(--text);font-family:Manrope,system-ui,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{width:min(1180px,calc(100% - 32px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(148,163,184,.14)}.brand{display:flex;align-items:center;gap:11px}.brand img{width:48px;height:48px;border-radius:14px;object-fit:cover;border:1px solid rgba(245,199,91,.35);box-shadow:0 10px 30px rgba(0,0,0,.35)}.brand strong,.brand small{display:block}.brand strong{font-size:14px;letter-spacing:.08em}.brand small{color:var(--muted);font-size:10px;margin-top:2px}.site-header nav{display:flex;align-items:center;gap:8px}.site-header nav a{padding:10px 13px;border-radius:11px;font-size:12px;font-weight:800;color:#cbd5e1}.site-header nav .ghost{border:1px solid var(--line)}.site-header nav .primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(47,112,255,.25)}main{width:min(1180px,calc(100% - 32px));margin:auto}.hero{min-height:490px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:48px;align-items:center;padding:64px 0 42px}.eyebrow,.section-heading span,.hero-note>small{color:#70a0ff;font-size:11px;font-weight:800;letter-spacing:.16em}.hero h1{max-width:760px;margin:12px 0 16px;font-size:clamp(38px,5.4vw,70px);line-height:1.05;letter-spacing:-.045em}.hero-copy>p{max-width:730px;margin:0;color:#a9b7ca;font-size:17px}.trust-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.trust-row span{padding:8px 11px;border:1px solid rgba(57,217,138,.22);border-radius:999px;background:rgba(6,78,59,.18);color:#a7f3d0;font-size:11px;font-weight:700}.hero-note{border:1px solid var(--line);border-radius:25px;background:linear-gradient(145deg,rgba(17,27,45,.95),rgba(11,17,30,.96));padding:25px;box-shadow:0 30px 75px rgba(0,0,0,.25)}.hero-note ol{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:15px}.hero-note li{display:flex;align-items:center;gap:12px;border-top:1px solid rgba(148,163,184,.12);padding-top:15px}.hero-note li:first-child{border:0;padding-top:0}.hero-note li b{width:35px;height:35px;border-radius:11px;background:#172b55;color:#9abaff;display:grid;place-items:center;font-size:13px}.hero-note li span{font-size:13px;font-weight:700;color:#dce7f7}.plans-section{padding:36px 0 58px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-heading h2{font-size:clamp(28px,4vw,43px);line-height:1.1;margin:6px 0 0;letter-spacing:-.035em}.section-heading p{max-width:430px;margin:0;color:var(--muted);font-size:13px;text-align:right}.plan-status{min-height:150px;border:1px solid var(--line);border-radius:24px;background:var(--panel);display:flex;align-items:center;justify-content:center;gap:14px;padding:26px;text-align:left}.plan-status b,.plan-status small{display:block}.plan-status small{color:var(--muted);margin-top:4px}.plan-status.error{border-color:#6b252b;background:#2a1016}.plan-status.empty{border-style:dashed}.spinner{width:27px;height:27px;border:3px solid #26334a;border-top-color:#70a0ff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.plan-card{position:relative;display:flex;flex-direction:column;min-height:460px;border:1px solid var(--line);border-radius:25px;background:linear-gradient(165deg,#111b2d,#0b121f);padding:24px;overflow:hidden;box-shadow:0 20px 55px rgba(0,0,0,.2)}.plan-card.featured{border-color:rgba(47,112,255,.8);box-shadow:0 25px 65px rgba(47,112,255,.14)}.plan-card.featured:before{content:"";position:absolute;inset:-1px auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,#2f70ff,#58c7ff)}.plan-badge{align-self:flex-start;min-height:26px;padding:5px 9px;border-radius:999px;background:#1a3262;color:#b5ccff;font-size:10px;font-weight:800}.plan-card h3{font-size:25px;line-height:1.2;margin:18px 0 8px}.plan-description{min-height:46px;margin:0;color:#96a7bd;font-size:13px}.plan-price{display:flex;align-items:baseline;gap:7px;margin:23px 0 4px}.plan-price strong{font-size:39px;line-height:1;letter-spacing:-.04em}.plan-price span{color:#a6b6ca;font-size:13px;font-weight:700}.plan-tax{color:#657792;font-size:10px}.plan-features{list-style:none;padding:17px 0;margin:17px 0 23px;border-top:1px solid rgba(148,163,184,.12);display:grid;gap:10px}.plan-features li{position:relative;padding-left:24px;color:#d7e0ed;font-size:12px;font-weight:650}.plan-features li:before{content:"✓";position:absolute;left:0;top:-1px;width:17px;height:17px;border-radius:50%;background:rgba(57,217,138,.14);color:#6ee7b7;display:grid;place-items:center;font-size:10px;font-weight:900}.buy-button{width:100%;min-height:50px;margin-top:auto;border:0;border-radius:14px;background:linear-gradient(135deg,#2f70ff,#2357d9);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 13px 28px rgba(47,112,255,.25)}.buy-button:hover{filter:brightness(1.08)}.buy-button:focus-visible{outline:3px solid #9abaff;outline-offset:3px}.plan-secure{display:block;margin-top:10px;text-align:center;color:#71839c;font-size:9px}.assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;padding:0 0 70px}.assurance article{display:flex;gap:12px;border:1px solid var(--line);border-radius:18px;background:rgba(13,20,34,.7);padding:17px}.assurance i{width:36px;height:36px;border-radius:11px;background:#152442;color:#82a9ff;display:grid;place-items:center;font-style:normal}.assurance b{font-size:13px}.assurance p{color:var(--muted);font-size:11px;margin:4px 0 0}.site-footer{border-top:1px solid rgba(148,163,184,.15);background:#050810;padding:34px max(16px,calc((100% - 1180px)/2))}.footer-top{display:flex;justify-content:space-between;gap:28px}.footer-top strong{font-size:14px;letter-spacing:.08em}.footer-top p{max-width:470px;color:#71839c;font-size:11px}.footer-top nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.footer-top a{color:#9aabc0;font-size:11px;font-weight:700;text-decoration:underline}.payment-band{margin-top:25px;border:1px solid #dce2eb;border-radius:17px;background:#fff;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:18px}.payment-band b,.payment-band span{display:block;color:#1e293b}.payment-band b{font-size:11px}.payment-band span{color:#64748b;font-size:9px;margin-top:2px}.payment-band img{display:block;width:min(429px,55%);height:auto}.noscript{position:fixed;left:0;right:0;bottom:0;margin:0;padding:12px;background:#7f1d1d;color:#fff;text-align:center;font-weight:800}@media(max-width:760px){.site-header{height:auto;padding:14px 0}.brand small,.site-header nav>a:first-child{display:none}.site-header nav a{padding:9px 10px}.hero{grid-template-columns:1fr;gap:24px;padding:44px 0 28px}.hero h1{font-size:40px}.hero-copy>p{font-size:14px}.section-heading{align-items:flex-start;flex-direction:column}.section-heading p{text-align:left}.assurance{grid-template-columns:1fr}.footer-top{flex-direction:column}.footer-top nav{justify-content:flex-start}.payment-band{align-items:flex-start;flex-direction:column}.payment-band img{width:100%}}@media(max-width:420px){.site-header nav .ghost{display:none}.hero h1{font-size:34px}.plan-card{padding:20px}.plan-price strong{font-size:34px}}
