:root {
  --ink: #f3f4f6;
  --muted: #a8b4c8;
  --bg: #0b1220;
  --bg-soft: #111827;
  --panel: #161f30;
  --panel-2: #1f2937;
  --line: rgba(147, 197, 253, .16);
  --lime: #60a5fa;
  --lime-2: #3b82f6;
  --dark-lime: #1e3a5f;
  --danger: #ff7a7a;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.hidden { display: none !important; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 90; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(11, 18, 32, .84); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 900; font-size: 18px; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(145deg, #93c5fd, var(--lime-2)); box-shadow: 0 8px 24px rgba(59, 130, 246, .24); }
.brand-mark span { width: 22px; height: 22px; display: grid; place-items: center; color: #0b1220; }
.brand-mark span::before { content: "✦"; font-size: 20px; line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .footer-links a { color: var(--muted); font-size: 14px; text-decoration: none; transition: color .2s; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--ink); }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(96, 165, 250, .45); outline-offset: 3px; }
.button-primary { color: #0b1220; background: var(--lime); box-shadow: 0 10px 35px rgba(96, 165, 250, .18); }
.button-primary:hover { background: #93c5fd; box-shadow: 0 14px 42px rgba(96, 165, 250, .28); }
.button-primary:disabled { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.035); border-color: var(--line); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 10px; font-size: 14px; }
.button-light { background: var(--ink); color: #111827; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--line); padding: 8px 0; }

.hero { min-height: 760px; display: flex; align-items: center; overflow: hidden; position: relative; padding: 96px 0 85px; background: radial-gradient(circle at 72% 35%, rgba(85, 146, 233, .24), transparent 28%), linear-gradient(180deg, #0f172a 0%, var(--bg) 100%); }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -320px; top: -300px; border-radius: 50%; border: 1px solid rgba(96,165,250,.12); box-shadow: 0 0 0 90px rgba(96,165,250,.022), 0 0 0 180px rgba(96,165,250,.014); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; position: relative; z-index: 1; }
.eyebrow, .kicker, .step-label, .mini-label { font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 9px; color: #dbeafe; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.status-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(96,165,250,.11); }
.hero h1 { margin: 26px 0 24px; max-width: 650px; font-size: clamp(57px, 7vw, 94px); line-height: .9; letter-spacing: -.075em; font-weight: 900; }
.hero h1 span { color: var(--lime); }
.hero-lead { max-width: 590px; margin: 0; color: #cbd5e1; font-size: 18px; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: var(--muted); font-size: 12px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: rgba(96,165,250,.12); font-size: 10px; font-style: normal; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(96,165,250,.16); }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 380px; height: 380px; border-style: dashed; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.connection-card { width: min(390px, 82vw); min-height: 445px; padding: 25px; position: relative; z-index: 2; border: 1px solid rgba(147,197,253,.2); border-radius: 31px; background: linear-gradient(145deg, rgba(24, 38, 62, .96), rgba(11, 18, 32, .98)); box-shadow: 0 40px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.07); transform: rotate(2deg); }
.connection-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); }
.signal { display: flex; align-items: end; gap: 3px; height: 12px; }
.signal i { width: 3px; background: var(--lime); border-radius: 2px; }
.signal i:nth-child(1) { height: 4px; }.signal i:nth-child(2) { height: 8px; }.signal i:nth-child(3) { height: 12px; }
.power-wrap { min-height: 288px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.power-ring { width: 136px; height: 136px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(96,165,250,.22), rgba(96,165,250,.04) 58%, transparent 60%), conic-gradient(from 30deg, var(--lime), transparent 42%, transparent 61%, var(--lime)); filter: drop-shadow(0 0 26px rgba(96,165,250,.22)); }
.power-ring::before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; background: #111d31; box-shadow: inset 0 0 22px rgba(96,165,250,.14); }
.power-icon { z-index: 1; color: var(--lime); font-size: 42px; font-weight: 200; }
.power-wrap strong { margin-top: 21px; font-size: 24px; letter-spacing: -.04em; }
.power-wrap > span { color: var(--muted); font-size: 13px; }
.connection-route { padding-top: 19px; display: grid; grid-template-columns: 1fr 55px 1fr; align-items: center; border-top: 1px solid var(--line); }
.connection-route div { display: flex; flex-direction: column; gap: 4px; }
.connection-route div:last-child { text-align: right; }
.connection-route div span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.connection-route div strong { font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.connection-route div:first-child strong { color: var(--lime); }
.route-line { height: 1px; background: var(--line); position: relative; }
.route-line i { position: absolute; width: 6px; height: 6px; top: -2px; left: 4px; border-radius: 50%; background: var(--lime); animation: route 2.5s ease-in-out infinite; }
@keyframes route { 50% { left: calc(100% - 10px); } }
.floating-chip { position: absolute; z-index: 3; min-width: 180px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 15px; background: rgba(20, 31, 50, .95); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-chip > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--lime); background: rgba(96,165,250,.12); font-size: 18px; }
.floating-chip div { display: flex; flex-direction: column; }.floating-chip small { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .12em; }.floating-chip strong { font-size: 12px; }
.chip-speed { left: -10px; top: 82px; transform: rotate(-4deg); }.chip-devices { right: -18px; bottom: 78px; transform: rotate(4deg); }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0d1627; }
.marquee-track { min-width: max-content; padding: 18px 5vw; display: flex; justify-content: space-around; align-items: center; gap: 46px; color: #aab8ad; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.marquee-track i { color: var(--lime); font-style: normal; font-size: 9px; }

.section { padding: 120px 0; }
.section-heading .kicker, .kicker { color: var(--lime); }
.section-heading h2 { margin: 12px 0 0; font-size: clamp(39px, 5vw, 64px); line-height: 1; letter-spacing: -.06em; }
.section-heading > p { color: var(--muted); font-size: 17px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.split-heading > p { margin: 0 0 6px; max-width: 410px; }
.centered-heading { max-width: 680px; margin: 0 auto 54px; text-align: center; }.centered-heading > p { margin: 19px auto 0; max-width: 580px; }

.benefits-section { background: #0d1627; }
.benefit-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.benefit-card { min-height: 320px; padding: 29px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24,39,63,.94), rgba(11,21,38,.97)); }
.benefit-card:nth-child(2), .benefit-card:nth-child(3) { grid-column: span 4; }
.benefit-large { grid-column: span 7; min-height: 410px; flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 30px; }
.benefit-wide { grid-column: span 5; min-height: 410px; }
.card-number { position: absolute; top: 23px; left: 25px; color: #7183a0; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.benefit-card h3 { margin: 16px 0 7px; font-size: 22px; letter-spacing: -.035em; }.benefit-card p { max-width: 410px; margin: 0; color: var(--muted); font-size: 14px; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--lime); background: rgba(96,165,250,.12); border: 1px solid rgba(96,165,250,.2); font-size: 29px; }
.shield-art { width: 210px; height: 240px; flex: 0 0 auto; position: relative; display: grid; place-items: center; }
.shield-core { width: 118px; height: 143px; display: grid; place-items: center; color: #0b1220; background: linear-gradient(145deg, #bfdbfe, var(--lime-2)); clip-path: polygon(50% 0, 92% 16%, 86% 70%, 50% 100%, 14% 70%, 8% 16%); font-size: 37px; font-weight: 900; filter: drop-shadow(0 20px 26px rgba(59,130,246,.22)); }
.shield-art span { position: absolute; border: 1px solid rgba(96,165,250,.16); border-radius: 50%; }.shield-art span:nth-child(2){width:175px;height:175px}.shield-art span:nth-child(3){width:215px;height:215px}.shield-art span:nth-child(4){width:255px;height:255px}
.device-stack { height: 175px; position: relative; margin-bottom: 12px; }
.desktop-device { width: 245px; height: 145px; position: absolute; left: 50%; top: 3px; transform: translateX(-53%); border: 7px solid #334155; border-radius: 12px; background: radial-gradient(circle at 65% 30%, rgba(96,165,250,.22), transparent 40%), #0d1728; box-shadow: inset 0 0 0 1px var(--line); }
.desktop-device::after { content: ""; position: absolute; width: 78px; height: 8px; left: 50%; bottom: -19px; transform: translateX(-50%); border-radius: 4px; background: #334155; }
.phone-device { width: 65px; height: 125px; position: absolute; right: 20%; top: 36px; border: 5px solid #53647c; border-radius: 14px; background: linear-gradient(145deg, #1d3354, #0b1424); box-shadow: 0 16px 30px rgba(0,0,0,.5); }

.pricing-section { background: var(--bg); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { min-height: 470px; padding: 31px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(165deg, #17253d, #0d1728); transition: transform .25s, border-color .25s; }
.plan-card:hover { transform: translateY(-5px); border-color: rgba(96,165,250,.4); }
.plan-card.featured { border-color: rgba(96,165,250,.58); background: linear-gradient(165deg, #1d3151, #101c30); box-shadow: 0 24px 70px rgba(59,130,246,.14); }
.plan-badge { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; color: #0b1220; background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.plan-duration { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.plan-card h3 { margin: 10px 0 7px; font-size: 28px; letter-spacing: -.05em; }.plan-card > p { min-height: 44px; margin: 0; color: var(--muted); font-size: 14px; }
.price { margin: 29px 0; padding-bottom: 26px; border-bottom: 1px solid var(--line); font-size: 45px; font-weight: 900; letter-spacing: -.06em; }.price small { font-size: 14px; color: var(--muted); font-weight: 500; letter-spacing: 0; }
.plan-card ul { flex: 1; margin: 0 0 28px; padding: 0; display: grid; align-content: start; gap: 12px; list-style: none; color: #cbd5e1; font-size: 13px; }.plan-card li { display: flex; gap: 10px; }.plan-card li::before { content: "✓"; width: 19px; height: 19px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: rgba(96,165,250,.11); font-size: 10px; }
.payment-note { margin: 25px auto 0; color: #7183a0; text-align: center; font-size: 12px; }.payment-note span { color: var(--lime); }
.skeleton-card { height: 470px; border-radius: 24px; background: linear-gradient(100deg, #101b2e 20%, #1b2a44 40%, #101b2e 60%); background-size: 200% 100%; animation: shimmer 1.5s infinite; }@keyframes shimmer{to{background-position:-200% 0}}

.how-section { background: #0d1728; border-block: 1px solid var(--line); }
.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; align-items: start; }
.sticky-heading { position: sticky; top: 125px; }.sticky-heading > p { max-width: 390px; margin-top: 20px; }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps-list li { min-height: 190px; padding: 38px 0; display: grid; grid-template-columns: 72px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.steps-list > li > span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; }.steps-list h3 { margin: 0 0 10px; font-size: 27px; letter-spacing: -.045em; }.steps-list p { margin: 0; max-width: 470px; color: var(--muted); }

.cta-section { padding-bottom: 40px; }
.cta-card { min-height: 540px; padding: 80px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-radius: 34px; color: #0b1220; background: linear-gradient(135deg, #93c5fd 0%, #5592e9 100%); }
.cta-card .kicker { color: #203a60; }.cta-card h2 { margin: 14px 0 18px; font-size: clamp(58px, 8vw, 103px); line-height: .86; letter-spacing: -.075em; }.cta-card p { max-width: 470px; margin: 0 0 30px; color: #253b59; font-size: 17px; }
.cta-card > *:not(.cta-orb) { position: relative; z-index: 2; }
.cta-orb { position: absolute; width: 590px; height: 590px; right: -70px; top: -30px; border: 1px solid rgba(14,35,8,.16); border-radius: 50%; box-shadow: inset 0 0 0 75px rgba(18,36,10,.035), inset 0 0 0 150px rgba(18,36,10,.035); }
.cta-orb::after { content: "↯"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(18,36,10,.17); font-size: 220px; }

.faq-section { padding-bottom: 140px; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }.faq-grid .section-heading > p { max-width: 360px; margin-top: 20px; }.support-link { margin-top: 10px; color: var(--lime); }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 27px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--lime); font-size: 24px; font-weight: 300; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 650px; margin: -8px 0 27px; color: var(--muted); }

.site-footer { border-top: 1px solid var(--line); background: #080f1c; }.footer-top { min-height: 145px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }.brand-footer { font-size: 20px; }.footer-top > p { color: var(--muted); font-size: 13px; }.footer-links { display: flex; gap: 23px; }.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #7183a0; font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2, 8, 20, .8); backdrop-filter: blur(10px); cursor: default; }
.modal-card { width: min(600px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; position: relative; z-index: 1; padding: 38px; border: 1px solid rgba(147,197,253,.2); border-radius: 27px; background: #121e32; box-shadow: 0 35px 120px rgba(0,0,0,.65); }
.modal-close { width: 38px; height: 38px; position: absolute; top: 23px; right: 23px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: transparent; cursor: pointer; font-size: 23px; line-height: 1; }.modal-close:hover { color: var(--ink); border-color: #7891b5; }
.modal-progress { display: flex; gap: 6px; margin: 0 55px 31px 0; }.modal-progress span { width: 52px; height: 3px; border-radius: 2px; background: #2b3a52; }.modal-progress span.active { background: var(--lime); }
.step-label { color: var(--lime); }.modal-card h2 { margin: 8px 0 8px; font-size: 34px; line-height: 1.1; letter-spacing: -.05em; }.modal-lead { margin: 0 0 30px; color: var(--muted); }.modal-lead strong { color: var(--ink); }
.option-group { margin-top: 25px; }.option-group h3, .field-label { display: block; margin: 0 0 10px; color: #a9b7ac; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.option-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.option-button { min-height: 78px; padding: 15px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #0d1728; text-align: left; cursor: pointer; transition: border-color .2s, background .2s; }.option-button:hover { border-color: rgba(96,165,250,.45); }.option-button.selected { border-color: var(--lime); background: rgba(96,165,250,.1); box-shadow: inset 0 0 0 1px rgba(96,165,250,.22); }.option-button strong { font-size: 14px; }.option-button small { color: var(--muted); font-size: 11px; }
.modal-step > .button-full { margin-top: 28px; }.muted { color: var(--muted); font-size: 13px; }.back-button { margin: 0 0 19px; padding: 0; border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 13px; }.back-button:hover { color: var(--ink); }
.order-summary { margin: 25px 0; padding: 7px 20px; border: 1px solid var(--line); border-radius: 15px; background: #0d1728; }.order-summary div { padding: 11px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 13px; }.order-summary div:last-child { border-bottom: 0; }.order-summary span { color: var(--muted); }.order-summary strong { text-align: right; }.order-summary .summary-total { padding: 16px 0; font-size: 16px; }.summary-total strong { color: var(--lime); font-size: 20px; }
.text-input { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--ink); background: #0d1728; }.text-input:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(96,165,250,.1); }.text-input::placeholder { color: #65758c; }
.consent { margin: 16px 0 0; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 11px; cursor: pointer; }.consent input { margin-top: 2px; accent-color: var(--lime); }.consent a { color: #c9d4cc; }
.form-error { margin: 14px 0 0; padding: 10px 12px; border: 1px solid rgba(255,122,122,.3); border-radius: 9px; color: #ffb0b0; background: rgba(255,90,90,.07); font-size: 12px; }.secure-caption { margin: 12px 0 0; color: #647169; text-align: center; font-size: 10px; }
.toast { position: fixed; z-index: 130; left: 50%; bottom: 24px; transform: translateX(-50%); padding: 12px 17px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: #1a2942; box-shadow: var(--shadow); font-size: 13px; }

.payment-page { min-height: 100vh; display: grid; place-items: center; padding: 30px 20px; background: radial-gradient(circle at 50% 15%, rgba(85,146,233,.2), transparent 32%), var(--bg); }.payment-shell { width: min(650px, 100%); }.payment-brand { display: flex; justify-content: center; margin-bottom: 25px; }.payment-card { padding: 45px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, #17253d, #0d1728); box-shadow: var(--shadow); text-align: center; }.state-icon { width: 86px; height: 86px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); border: 1px solid rgba(96,165,250,.34); background: rgba(96,165,250,.1); font-size: 34px; }.state-icon.loading { border-style: dashed; animation: spin 2.5s linear infinite; }.payment-card h1 { margin: 0 0 11px; font-size: 36px; letter-spacing: -.05em; }.payment-card > p { margin: 0 auto; max-width: 480px; color: var(--muted); }.payment-status { margin: 27px 0 0; padding: 15px; border: 1px solid var(--line); border-radius: 12px; color: #cbd5e1; background: #0d1728; font-size: 13px; }.key-result { margin-top: 28px; text-align: left; }.key-block { margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #0b1220; }.key-block label { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; }.key-row { display: flex; align-items: center; gap: 10px; }.key-row code { flex: 1; overflow-wrap: anywhere; color: #dbeafe; font-size: 11px; }.copy-button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; color: var(--lime); background: var(--panel); cursor: pointer; font-size: 11px; }.payment-actions { margin-top: 27px; display: flex; justify-content: center; gap: 11px; }

.legal-page { min-height: 100vh; padding: 50px 0 90px; background: var(--bg); }.legal-header { margin-bottom: 55px; }.legal-content { max-width: 820px; }.legal-content h1 { margin: 40px 0 12px; font-size: clamp(40px, 6vw, 68px); line-height: 1; letter-spacing: -.06em; }.legal-content .legal-updated { color: var(--muted); }.legal-content h2 { margin: 38px 0 12px; font-size: 23px; letter-spacing: -.03em; }.legal-content p, .legal-content li { color: #b0beb3; }.legal-content a { color: var(--lime); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }.hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.eyebrow, .hero-actions { margin-inline: auto; }.hero-lead { margin-inline: auto; }.hero-trust { justify-content: center; }.hero-visual { margin-top: 25px; }.split-heading, .how-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }.split-heading { align-items: start; }.sticky-heading { position: static; }.benefit-large { grid-column: span 12; }.benefit-card:nth-child(2), .benefit-card:nth-child(3) { grid-column: span 6; }.benefit-wide { grid-column: span 12; }.plans-grid { grid-template-columns: repeat(2, 1fr); }.footer-top { grid-template-columns: 1fr 1fr; padding: 35px 0; }.footer-links { grid-column: 1 / -1; }.cta-orb { opacity: .55; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }.header-inner { height: 66px; }.header-inner .button { display: none; }.hero { padding: 70px 0 55px; }.hero h1 { font-size: clamp(50px, 16vw, 70px); }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; gap: 12px; }.hero-actions .button { width: 100%; }.hero-trust { gap: 10px 15px; }.hero-visual { min-height: 440px; transform: scale(.9); margin: -15px -20px; }.orbit-one { width: 430px; height: 430px; }.orbit-two { width: 330px; height: 330px; }.connection-card { width: 330px; min-height: 410px; }.power-wrap { min-height: 260px; }.floating-chip { min-width: 155px; }.chip-speed { left: 0; }.chip-devices { right: 0; bottom: 48px; }.section { padding: 85px 0; }.section-heading h2 { font-size: 42px; }.split-heading { margin-bottom: 38px; }.benefit-card, .benefit-large, .benefit-wide, .benefit-card:nth-child(2), .benefit-card:nth-child(3) { grid-column: span 12; min-height: 310px; }.benefit-large { flex-direction: column-reverse; align-items: flex-start; }.shield-art { align-self: center; transform: scale(.75); margin: -30px 0; }.plans-grid { grid-template-columns: 1fr; }.plan-card { min-height: 430px; }.how-grid { gap: 35px; }.steps-list li { grid-template-columns: 45px 1fr; gap: 14px; }.cta-card { min-height: 500px; padding: 44px 27px; }.cta-card h2 { font-size: 57px; }.cta-orb { width: 430px; height: 430px; right: -230px; top: 20px; }.faq-grid { gap: 35px; }.footer-top { grid-template-columns: 1fr; }.footer-links { grid-column: auto; flex-direction: column; gap: 12px; }.footer-bottom { min-height: 85px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }.modal { padding: 8px; }.modal-card { max-height: calc(100vh - 16px); padding: 29px 20px; border-radius: 21px; }.modal-close { top: 17px; right: 17px; }.modal-card h2 { font-size: 29px; }.option-list { grid-template-columns: 1fr; }.payment-card { padding: 34px 20px; }.payment-card h1 { font-size: 30px; }.key-row { align-items: flex-start; flex-direction: column; }.payment-actions { flex-direction: column; }.payment-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
