:root {
  --bg: #07080d;
  --bg-soft: #0c0e15;
  --surface: rgba(18, 20, 29, 0.82);
  --surface-strong: #12141d;
  --line: rgba(255, 255, 255, 0.09);
  --line-bright: rgba(255, 255, 255, 0.16);
  --text: #f4f2ed;
  --muted: #9b9daa;
  --muted-2: #6f7280;
  --amber: #f5a340;
  --amber-light: #ffd08a;
  --purple: #8d63ff;
  --purple-light: #b7a0ff;
  --green: #77e6a0;
  --container: 1180px;
  --radius: 24px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  opacity: 0.45;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 118px 0; }
.starfield { position: fixed; inset: 0; z-index: -3; width: 100%; height: 100%; pointer-events: none; opacity: .75; }
.page-glow { position: fixed; z-index: -4; border-radius: 50%; filter: blur(100px); pointer-events: none; }
.page-glow--top { width: 680px; height: 420px; top: -250px; right: -120px; background: rgba(139, 92, 246, .15); }
.page-glow--bottom { width: 600px; height: 400px; bottom: -300px; left: -100px; background: rgba(245, 163, 64, .1); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: rgba(7, 8, 13, .78); border-color: var(--line); backdrop-filter: blur(18px); }
.site-header__inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; font-size: 18px; font-weight: 750; letter-spacing: -.035em; }
.brand b { color: var(--amber); font-weight: 750; }
.brand__mark { position: relative; display: inline-grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(245,163,64,.25); border-radius: 9px; background: linear-gradient(145deg, #1b160f, #0c0d12); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 0 24px rgba(245,163,64,.1); }
.brand__mark::before { content: ""; width: 15px; height: 15px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #111 0 47%, #020205 55%); box-shadow: 2px -1px 0 1px var(--amber), 4px -1px 12px rgba(245,163,64,.65); }
.brand__mark span { position: absolute; inset: 4px; border: 1px solid rgba(245,163,64,.12); border-radius: 50%; }
.nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav a { color: var(--muted); font-size: 14px; font-weight: 560; transition: color .2s; }
.nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-action { white-space: nowrap; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 680; font-size: 14px; letter-spacing: -.01em; cursor: pointer; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button span { min-width: 0; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button--small { min-height: 40px; padding-inline: 16px; border-radius: 11px; font-size: 13px; }
.button--large { min-height: 56px; padding-inline: 25px; border-radius: 15px; font-size: 15px; }
.button--primary { color: #14100a; background: linear-gradient(135deg, var(--amber-light), var(--amber)); box-shadow: 0 8px 30px rgba(245, 163, 64, .22), inset 0 1px rgba(255,255,255,.35); }
.button--primary:hover { box-shadow: 0 12px 38px rgba(245, 163, 64, .32), inset 0 1px rgba(255,255,255,.35); }
.button--outline { color: #d9d9de; border-color: var(--line); background: rgba(255,255,255,.035); }
.button--outline:hover { border-color: var(--line-bright); background: rgba(255,255,255,.06); }
.button--ghost { color: var(--text); border-color: var(--line); background: rgba(255,255,255,.025); }
.button--ghost:hover { border-color: var(--line-bright); background: rgba(255,255,255,.05); }

.hero { position: relative; min-height: 900px; padding: 156px 0 0; overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 260px; z-index: -1; background: linear-gradient(transparent, rgba(7,8,13,.9) 78%, var(--bg)); pointer-events: none; }
.hero__grid { min-height: 610px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 40px; }
.hero__content { position: relative; z-index: 2; min-width: 0; padding-bottom: 40px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #bbbcc5; font-size: 11px; font-weight: 720; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow__dot { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 16px rgba(245,163,64,.8); }
.eyebrow__dot::after { content: ""; position: absolute; inset: -4px; border: 1px solid rgba(245,163,64,.3); border-radius: inherit; }
.hero h1 { margin: 24px 0 24px; max-width: 750px; font-size: clamp(54px, 6.25vw, 88px); line-height: .96; letter-spacing: -.068em; font-weight: 760; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, #f5f2ed 4%, var(--amber-light) 48%, #c790ff 96%); -webkit-background-clip: text; background-clip: text; }
.hero__lead { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.67; letter-spacing: -.015em; }
.trial-offer { position: relative; width: fit-content; min-width: 350px; display: flex; align-items: center; gap: 15px; margin-top: 24px; padding: 13px 92px 13px 12px; overflow: hidden; border: 1px solid rgba(245,163,64,.4); border-radius: 17px; background: radial-gradient(circle at 10% 50%, rgba(245,163,64,.18), transparent 36%), linear-gradient(120deg, rgba(245,163,64,.13), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 12px 38px rgba(245,163,64,.12), 0 0 34px rgba(245,163,64,.04); }
.trial-offer::after { content: ""; position: absolute; width: 110px; height: 110px; right: -65px; top: -55px; border-radius: 50%; background: rgba(245,163,64,.2); filter: blur(28px); }
.trial-offer__spark { position: absolute; right: 18px; bottom: 7px; color: rgba(255,208,138,.26); font-size: 28px; transform: rotate(12deg); }
.trial-offer__number { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; color: #211407; border-radius: 14px; background: linear-gradient(135deg, #ffe1ad, var(--amber)); box-shadow: 0 8px 24px rgba(245,163,64,.3); font-size: 34px; line-height: 1; font-weight: 850; }
.trial-offer__text { display: flex; flex-direction: column; line-height: 1.2; }
.trial-offer strong { font-size: 18px; letter-spacing: -.025em; }
.trial-offer small { margin-top: 5px; color: #aaa7a0; font-size: 10px; }
.trial-offer__badge { position: absolute; top: 10px; right: 11px; z-index: 2; padding: 4px 7px; color: var(--amber-light); border: 1px solid rgba(245,163,64,.24); border-radius: 6px; background: rgba(245,163,64,.08); font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero__actions { display: flex; gap: 12px; margin-top: 20px; }
.button--telegram { color: #eaf8ff; border-color: rgba(42,171,238,.3); background: linear-gradient(135deg, rgba(42,171,238,.2), rgba(42,116,238,.13)); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 8px 28px rgba(42,171,238,.09); }
.button--telegram:hover { border-color: rgba(42,171,238,.52); background: linear-gradient(135deg, rgba(42,171,238,.3), rgba(42,116,238,.2)); box-shadow: 0 10px 32px rgba(42,171,238,.16); }
.button--telegram-primary { color: #eefaff; border-color: rgba(42,171,238,.34); background: linear-gradient(135deg, #2aabee, #2678db); box-shadow: 0 9px 28px rgba(42,171,238,.2); }
.button--telegram-primary:hover { border-color: rgba(135,215,255,.58); box-shadow: 0 12px 34px rgba(42,171,238,.28); }
.hero__action-note { max-width: 520px; margin: 11px 0 0; color: var(--muted-2); font-size: 11px; line-height: 1.55; }
html[data-destination="telegram"] .hero__action-note { color: #8aaabc; }
.hero-tariff-link { display: inline-block; margin-top: 11px; color: var(--muted-2); font-size: 10px; font-weight: 650; transition: color .2s; }
.hero-tariff-link:hover { color: var(--text); }
.hero__proof { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.proof-item { display: flex; align-items: center; gap: 12px; }
.proof-item__icon { display: grid; place-items: center; width: 38px; height: 38px; color: var(--amber-light); border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.035); }
.proof-item span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.proof-item strong { font-size: 13px; font-weight: 680; }
.proof-item small { margin-top: 4px; color: var(--muted-2); font-size: 11px; }

.hero-visual { position: relative; width: 100%; min-width: 0; min-height: 610px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 590px; height: 590px; border-radius: 50%; background: radial-gradient(circle, rgba(139,92,246,.1), transparent 68%); filter: blur(6px); }
.eclipse { position: relative; width: 352px; height: 352px; border-radius: 50%; animation: eclipseFloat 7s ease-in-out infinite; }
.eclipse__corona { position: absolute; inset: -46px; border-radius: 50%; background: conic-gradient(from 5deg, transparent, rgba(255,201,126,.08), rgba(245,163,64,.42), rgba(255,225,184,.12), transparent 32%, rgba(149,102,255,.18) 53%, transparent 72%, rgba(245,163,64,.3)); filter: blur(20px); animation: coronaSpin 25s linear infinite; }
.eclipse__halo { position: absolute; inset: -13px; border-radius: 50%; background: conic-gradient(from 215deg, #624423, #ffd58c 18%, #fff5d4 23%, #b06922 34%, #25170b 55%, #754a25 74%, #ffc56d 90%, #624423); box-shadow: 0 0 45px rgba(245,163,64,.55), 0 0 110px rgba(245,163,64,.18), 0 0 200px rgba(139,92,246,.12); }
.eclipse__moon { position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at 37% 32%, #171922 0, #0a0b10 48%, #020205 83%); box-shadow: inset -24px -22px 46px #000, inset 12px 12px 30px rgba(255,255,255,.02); }
.eclipse__moon::before, .eclipse__moon::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.015); box-shadow: inset 4px 5px 12px rgba(0,0,0,.5); }
.eclipse__moon::before { width: 68px; height: 68px; top: 67px; left: 72px; }
.eclipse__moon::after { width: 42px; height: 42px; right: 72px; bottom: 76px; }
.eclipse__label { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,.32); text-align: center; text-shadow: 0 2px 20px rgba(0,0,0,.8); }
.eclipse__label span { font-size: 10px; font-weight: 700; letter-spacing: .38em; text-indent: .38em; }
.eclipse__label strong { margin-top: 2px; color: rgba(255,216,156,.54); font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.eclipse__label small { margin-top: 9px; padding: 5px 9px; color: rgba(119,230,160,.65); border: 1px solid rgba(119,230,160,.12); border-radius: 999px; background: rgba(119,230,160,.035); font-size: 7px; text-transform: uppercase; letter-spacing: .12em; }
.eclipse__flare { position: absolute; top: -17px; right: 22px; width: 30px; height: 30px; border-radius: 50%; background: #fff4cc; box-shadow: 0 0 12px #fff, 0 0 32px #ffb142, 0 0 70px #ff8b22; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.075); border-radius: 50%; transform: rotate(-18deg); }
.orbit::before { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--purple-light); box-shadow: 0 0 12px var(--purple); }
.orbit--outer { width: 550px; height: 410px; }
.orbit--inner { width: 445px; height: 310px; transform: rotate(24deg); border-color: rgba(245,163,64,.11); }
.orbit--inner::before { left: auto; right: 30px; top: 11%; width: 5px; height: 5px; background: var(--amber-light); box-shadow: 0 0 12px var(--amber); }
.visual-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; background: rgba(15,17,25,.73); box-shadow: 0 16px 50px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(16px); }
.visual-card__icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 10px; font-size: 19px; font-weight: 700; }
.visual-card__icon--amber { color: var(--amber-light); background: rgba(245,163,64,.12); }
.visual-card__icon--purple { color: var(--purple-light); background: rgba(139,92,246,.13); }
.visual-card span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.visual-card small { color: var(--muted-2); font-size: 10px; }
.visual-card strong { margin-top: 3px; font-size: 12px; font-weight: 680; }
.visual-card--speed { top: 105px; left: -1px; animation: cardFloat 6s ease-in-out infinite; }
.visual-card--traffic { right: -20px; bottom: 126px; animation: cardFloat 6s 1.2s ease-in-out infinite; }
.visual-card--status { left: 32px; bottom: 70px; padding: 10px 14px; color: #c8cad2; font-size: 10px; font-weight: 650; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px rgba(119,230,160,.65); }
.hero__platforms { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 94px; margin-top: 30px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.platform-list { display: flex; align-items: center; gap: 18px; color: #bbbcc4; font-weight: 650; }
.platform-list i { width: 3px; height: 3px; border-radius: 50%; background: #3f424c; }

.section-heading { max-width: 540px; }
.section-heading--center { max-width: 700px; margin: 0 auto 55px; text-align: center; }
.section-heading h2 { margin: 18px 0 16px; font-size: clamp(38px, 4.4vw, 60px); line-height: 1.04; letter-spacing: -.055em; font-weight: 730; }
.section-heading h2 span { color: #696c77; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }

.plans { border-top: 1px solid rgba(255,255,255,.045); background: linear-gradient(180deg, rgba(255,255,255,.012), transparent 30%); }
.period-switcher { width: fit-content; display: flex; gap: 5px; margin: 0 auto 32px; padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.period-switcher button { position: relative; min-width: 108px; min-height: 42px; padding: 0 16px; color: var(--muted); border: 0; border-radius: 9px; background: transparent; font-size: 13px; font-weight: 620; cursor: pointer; transition: color .2s, background .2s, box-shadow .2s; }
.period-switcher button:hover { color: var(--text); }
.period-switcher button[aria-pressed="true"] { color: #1b140b; background: linear-gradient(135deg, var(--amber-light), var(--amber)); box-shadow: 0 6px 18px rgba(245,163,64,.16); }
.period-switcher button span { position: absolute; top: -15px; right: -4px; padding: 2px 6px; color: var(--purple-light); border: 1px solid rgba(139,92,246,.3); border-radius: 5px; background: #171329; font-size: 8px; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }
.period-switcher button[aria-pressed="true"] span { color: #2d2047; border-color: rgba(45,32,71,.12); background: #e2cda3; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.plan-card { position: relative; min-width: 0; padding: 26px 23px 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.017)); box-shadow: inset 0 1px rgba(255,255,255,.025); transition: transform .25s, border-color .25s, background .25s; }
.plan-card:hover { transform: translateY(-6px); border-color: var(--line-bright); background: linear-gradient(150deg, rgba(255,255,255,.065), rgba(255,255,255,.022)); }
.plan-card--featured { border-color: rgba(245,163,64,.36); background: linear-gradient(155deg, rgba(245,163,64,.105), rgba(139,92,246,.045) 58%, rgba(255,255,255,.022)); box-shadow: inset 0 1px rgba(255,221,172,.12), 0 24px 80px rgba(245,163,64,.08); }
.plan-card--featured::before { content: ""; position: absolute; width: 150px; height: 150px; top: -90px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(245,163,64,.2); filter: blur(50px); }
.plan-card__badge { position: absolute; top: 0; right: 20px; padding: 7px 11px; color: #221609; border-radius: 0 0 9px 9px; background: linear-gradient(135deg, var(--amber-light), var(--amber)); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-card__topline { display: flex; align-items: center; gap: 8px; color: var(--muted-2); font-size: 10px; font-weight: 720; text-transform: uppercase; letter-spacing: .1em; }
.moon { display: inline-block; width: 14px; height: 14px; border-radius: 50%; background: #0b0c11; box-shadow: 2px 0 0 var(--amber), 3px 0 7px rgba(245,163,64,.45); }
.moon--basic { box-shadow: 4px 0 0 var(--amber), 5px 0 8px rgba(245,163,64,.4); }
.moon--standard { background: linear-gradient(90deg, #0b0c11 35%, var(--amber) 38%); box-shadow: 3px 0 8px rgba(245,163,64,.38); }
.moon--family { background: radial-gradient(circle at 35% 35%, var(--amber-light), var(--amber)); box-shadow: 0 0 9px rgba(245,163,64,.4); }
.moon--premium { background: linear-gradient(135deg, var(--purple-light), var(--amber-light)); box-shadow: 0 0 10px rgba(139,92,246,.45); }
.moon--family-premium { background: radial-gradient(circle at 35% 35%, var(--amber-light), var(--purple)); box-shadow: 0 0 11px rgba(139,92,246,.45); }
.plan-card h3 { margin: 20px 0 6px; font-size: 29px; line-height: 1; letter-spacing: -.04em; }
.plan-card__desc { min-height: 45px; margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.plan-card__price { display: flex; align-items: baseline; min-height: 51px; }
.price-value { font-size: 44px; line-height: 1; letter-spacing: -.055em; font-weight: 750; }
.price-currency { margin-left: 5px; color: #d1d2d7; font-size: 20px; font-weight: 650; }
.price-period { margin-left: 8px; color: var(--muted-2); font-size: 10px; }
.plan-saving { height: 20px; margin: 6px 0 11px; color: var(--green); font-size: 10px; font-weight: 650; }
.button--plan { width: 100%; min-height: 47px; color: #e7e7ea; border-color: var(--line); background: rgba(255,255,255,.045); }
.button--plan:hover { border-color: rgba(245,163,64,.3); background: rgba(245,163,64,.09); }
.button--plan-featured { color: #171008; border-color: transparent; background: linear-gradient(135deg, var(--amber-light), var(--amber)); box-shadow: 0 8px 24px rgba(245,163,64,.17); }
.feature-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 9px; color: #a7a9b2; font-size: 11px; line-height: 1.35; }
.feature-list strong { color: #e5e4e1; font-weight: 670; }
.check { display: grid; place-items: center; flex: 0 0 16px; width: 16px; height: 16px; color: var(--amber-light); border: 1px solid rgba(245,163,64,.2); border-radius: 50%; background: rgba(245,163,64,.07); font-size: 9px; font-weight: 800; }
.premium-plans { margin-top: 28px; padding: 30px; border: 1px solid rgba(139,92,246,.22); border-radius: 26px; background: linear-gradient(145deg, rgba(139,92,246,.07), rgba(245,163,64,.035) 58%, rgba(255,255,255,.018)); }
.premium-plans__heading { max-width: 680px; margin-bottom: 22px; }
.premium-plans__heading h3 { margin: 13px 0 7px; font-size: 32px; line-height: 1; letter-spacing: -.04em; }
.premium-plans__heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.premium-plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.plan-card--premium { border-color: rgba(139,92,246,.25); background: linear-gradient(150deg, rgba(139,92,246,.085), rgba(255,255,255,.025)); }
.plan-card--premium:hover { border-color: rgba(245,163,64,.3); background: linear-gradient(150deg, rgba(139,92,246,.12), rgba(245,163,64,.035)); }
.button--plan-premium { color: #f6f0ff; border-color: rgba(139,92,246,.34); background: linear-gradient(135deg, rgba(139,92,246,.32), rgba(245,163,64,.17)); }
.button--plan-premium:hover { border-color: rgba(245,163,64,.38); background: linear-gradient(135deg, rgba(139,92,246,.42), rgba(245,163,64,.23)); }
.plans-alternative { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.plans-alternative__icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: #fff; border-radius: 11px; background: #2aabee; box-shadow: 0 8px 24px rgba(42,171,238,.17); font-size: 19px; font-weight: 750; }
.plans-alternative > div:nth-child(2) { display: flex; flex: 1; flex-direction: column; min-width: 0; line-height: 1.25; }
.plans-alternative strong { font-size: 13px; }
.plans-alternative span { max-width: 680px; margin-top: 4px; color: var(--muted-2); font-size: 10px; line-height: 1.45; }
.plans-alternative .button { min-height: 42px; white-space: nowrap; }
.plans-alternative .button svg { color: #79cfff; }
.plans-note { margin: 24px 0 0; color: var(--muted-2); font-size: 11px; text-align: center; }

.benefits { overflow: clip; }
.benefits::before { content: ""; position: absolute; width: 600px; height: 600px; left: -420px; top: 120px; border-radius: 50%; background: rgba(139,92,246,.08); filter: blur(100px); }
.benefits__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.section-heading--sticky { position: sticky; top: 130px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 28px; color: var(--amber-light); font-size: 13px; font-weight: 650; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.benefit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.benefit-card { position: relative; min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); transition: border-color .2s, transform .2s; }
.benefit-card:hover { transform: translateY(-4px); border-color: var(--line-bright); }
.benefit-card:nth-child(2), .benefit-card:nth-child(4) { transform: translateY(44px); }
.benefit-card:nth-child(2):hover, .benefit-card:nth-child(4):hover { transform: translateY(40px); }
.benefit-card__number { position: absolute; top: 24px; right: 24px; color: #3c3f49; font: 500 10px ui-monospace, monospace; letter-spacing: .1em; }
.benefit-card__icon { display: grid; place-items: center; width: 45px; height: 45px; color: var(--amber-light); border: 1px solid rgba(245,163,64,.16); border-radius: 13px; background: rgba(245,163,64,.07); }
.benefit-card__icon svg { width: 21px; height: 21px; }
.benefit-card h3 { margin: 38px 0 10px; font-size: 19px; letter-spacing: -.025em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.account-section { padding-top: 150px; }
.account-card { position: relative; min-width: 0; min-height: 590px; display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 60px; align-items: center; padding: 65px 68px; overflow: hidden; border: 1px solid rgba(139,92,246,.2); border-radius: 32px; background: radial-gradient(circle at 78% 45%, rgba(139,92,246,.13), transparent 37%), linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.04); }
.account-card::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(255,255,255,.3) .6px, transparent .8px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, black 55%, transparent); }
.account-card__content { position: relative; z-index: 2; min-width: 0; }
.account-card h2 { margin: 20px 0 18px; font-size: clamp(37px, 4vw, 54px); line-height: 1.05; letter-spacing: -.055em; }
.account-card p { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.account-providers { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 30px; }
.account-providers > span { display: flex; align-items: center; justify-content: center; padding: 8px 13px; color: #b9bac2; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.025); font-size: 10px; font-weight: 640; }
.account-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.dashboard-preview { position: relative; z-index: 2; width: 520px; min-width: 0; max-width: 100%; justify-self: end; overflow: hidden; padding: 25px; border: 1px solid rgba(255,255,255,.09); border-radius: 25px; background: rgba(8,10,16,.82); box-shadow: 0 35px 100px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.035); transform: rotate(1.5deg); }
.dashboard-preview__header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; }
.dashboard-brand { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; }
.dashboard-brand .brand__mark { width: 23px; height: 23px; border-radius: 7px; }
.dashboard-brand .brand__mark::before { width: 11px; height: 11px; }
.dashboard-avatar { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.04); }
.dashboard-status { display: flex; align-items: center; gap: 7px; margin-bottom: 13px; color: var(--purple-light); font: 650 8px ui-monospace, monospace; letter-spacing: .12em; }
.dashboard-status span { width: 6px; height: 6px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 10px rgba(139,92,246,.7); }
.dashboard-plan { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.dashboard-plan > div { display: flex; flex-direction: column; gap: 8px; padding: 15px; border: 1px solid rgba(255,255,255,.055); border-radius: 12px; background: rgba(255,255,255,.025); }
.dashboard-plan small { color: #545762; font: 600 7px ui-monospace, monospace; }
.dashboard-plan strong { display: flex; align-items: center; gap: 7px; font-size: 12px; }
.dashboard-plan .moon { width: 11px; height: 11px; }
.dashboard-traffic { margin-top: 11px; padding: 16px; border: 1px solid rgba(255,255,255,.055); border-radius: 13px; background: rgba(255,255,255,.018); }
.dashboard-traffic > div:first-child { display: flex; justify-content: space-between; color: #9799a3; font-size: 9px; }
.dashboard-traffic b { color: var(--purple-light); font-size: 14px; }
.dashboard-traffic__bar { height: 7px; margin-top: 13px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.05); }
.dashboard-traffic__bar span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #5d54f3, #9a67ff, #5d54f3); box-shadow: 0 0 14px rgba(139,92,246,.7); }
.dashboard-device { display: flex; align-items: center; gap: 11px; margin-top: 11px; padding: 13px; border: 1px solid rgba(139,92,246,.2); border-radius: 12px; background: rgba(139,92,246,.035); }
.device-icon { display: grid; place-items: center; width: 30px; height: 30px; color: var(--purple-light); border-radius: 9px; background: rgba(139,92,246,.1); }
.dashboard-device span:nth-child(2) { display: flex; flex: 1; flex-direction: column; gap: 2px; }
.dashboard-device strong { font-size: 9px; }.dashboard-device small { color: #575a65; font-size: 7px; }.dashboard-device b { color: #565966; font-size: 12px; }

.how { padding-top: 90px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding: 0 48px 0 0; }
.step__number { position: relative; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; color: #1c1208; border-radius: 50%; background: linear-gradient(135deg, var(--amber-light), var(--amber)); box-shadow: 0 0 0 8px rgba(245,163,64,.06), 0 0 30px rgba(245,163,64,.12); font-size: 14px; font-weight: 780; }
.step__line { position: absolute; top: 24px; left: 48px; width: calc(100% - 48px); height: 1px; background: linear-gradient(90deg, rgba(245,163,64,.28), var(--line)); }
.step h3 { margin: 26px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.step p { max-width: 270px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq { border-top: 1px solid rgba(255,255,255,.04); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 630; letter-spacing: -.015em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 24px; height: 24px; flex: 0 0 24px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; background: #a9abb4; transform: translate(-50%,-50%); transition: transform .2s; }
.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
.faq-list details p { margin: -3px 55px 23px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; padding: 90px 0 125px; overflow: hidden; }
.final-cta__inner { position: relative; min-height: 430px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: radial-gradient(circle at 50% 115%, rgba(245,163,64,.13), transparent 42%), linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.012)); text-align: center; }
.final-cta__inner::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(rgba(255,255,255,.25) .65px, transparent .8px); background-size: 32px 32px; mask-image: radial-gradient(circle, black, transparent 70%); }
.final-cta h2 { position: relative; margin: 18px 0 10px; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -.065em; }
.final-cta p { position: relative; margin: 0 0 28px; color: var(--muted); }
.final-cta .button, .final-cta .eyebrow { position: relative; }
.final-cta__actions { position: relative; display: flex; justify-content: center; gap: 12px; }
.final-eclipse { position: absolute; top: -180px; left: 50%; width: 300px; height: 300px; transform: translateX(-50%); border-radius: 50%; background: conic-gradient(#4f321b, #ffd48a, #80501f, #422919, #ffd48a); box-shadow: 0 0 50px rgba(245,163,64,.4), 0 0 120px rgba(245,163,64,.13); }
.final-eclipse span { position: absolute; inset: 10px; border-radius: 50%; background: #08090e; }

.site-footer { border-top: 1px solid var(--line); background: #06070a; }
.site-footer__top { display: flex; justify-content: space-between; gap: 50px; padding-top: 55px; padding-bottom: 45px; }
.site-footer__top > div:first-child p { margin: 18px 0 0; color: var(--muted-2); font-size: 12px; line-height: 1.65; }
.footer-links { display: flex; gap: 58px; }
.footer-links > div { min-width: 120px; display: flex; flex-direction: column; gap: 10px; }
.footer-links strong { margin-bottom: 6px; color: #d8d7d4; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { color: var(--muted-2); font-size: 12px; transition: color .2s; }
.footer-links a:hover { color: var(--text); }
.site-footer__bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #4e515b; border-top: 1px solid var(--line); font-size: 10px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); animation: reveal .75s cubic-bezier(.2,.7,.2,1) forwards; }
.reveal--delay-1 { animation-delay: .08s; }.reveal--delay-2 { animation-delay: .16s; }.reveal--delay-3 { animation-delay: .24s; }.reveal--delay-4 { animation-delay: .32s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes eclipseFloat { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes coronaSpin { to { transform: rotate(360deg); } }
@keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 1080px) {
  .nav { display: none; }
  .hero__grid { grid-template-columns: 1fr .82fr; }
  .hero-visual { transform: scale(.86); transform-origin: center; }
  .plan-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .benefits__grid { gap: 60px; }
  .account-card { padding: 55px 42px; gap: 30px; }
  .dashboard-preview { width: 450px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 88px 0; }
  .site-header__inner { height: 68px; }
  .header-actions { gap: 7px; }
  .header-action { padding-inline: 12px; }
  .header-action svg { display: none; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero h1 { font-size: clamp(50px, 12.5vw, 76px); margin-inline: auto; }
  .hero__lead { margin-inline: auto; font-size: 16px; }
  .trial-offer { margin-inline: auto; }
  .hero__action-note { margin-inline: auto; }
  .hero-tariff-link { display: block; width: fit-content; margin-inline: auto; }
  .hero__actions, .hero__proof { justify-content: center; }
  .hero-visual { min-height: 540px; transform: scale(.84); margin: -35px 0 -15px; }
  .hero__platforms { margin-top: 0; flex-direction: column; gap: 12px; padding: 24px 0; }
  .benefits__grid { grid-template-columns: 1fr; gap: 46px; }
  .section-heading--sticky { position: relative; top: auto; }
  .benefit-card:nth-child(2), .benefit-card:nth-child(4), .benefit-card:nth-child(2):hover, .benefit-card:nth-child(4):hover { transform: none; }
  .account-section { padding-top: 100px; }
  .account-card { grid-template-columns: minmax(0,1fr); padding: 52px 38px 0; text-align: center; }
  .account-card p { margin-inline: auto; }
  .account-providers { justify-content: center; }
  .account-card__actions { justify-content: center; }
  .dashboard-preview { justify-self: center; margin-bottom: -40px; transform: none; }
  .faq__grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 74px 0; }
  .brand { font-size: 16px; }
  .brand__mark { width: 28px; height: 28px; }
  .site-header__inner { gap: 10px; }
  .header-actions { gap: 5px; }
  .header-action { min-height: 36px; padding-inline: 9px; font-size: 11px; border-radius: 10px; }
  .hero { padding-top: 108px; }
  .hero__grid { gap: 10px; }
  .hero__content { width: 100%; }
  .eyebrow { font-size: 9px; }
  .hero h1 { margin-top: 19px; font-size: clamp(45px, 15vw, 65px); line-height: .98; }
  .hero__lead { font-size: 14px; line-height: 1.62; }
  .hero__actions { flex-direction: column; max-width: 360px; margin-inline: auto; }
  .hero__action-note { max-width: 340px; font-size: 10px; }
  .trial-offer { width: 100%; max-width: 360px; justify-content: flex-start; text-align: left; }
  .hero__proof { gap: 18px; }
  .proof-item__icon { width: 34px; height: 34px; }
  .proof-item small { display: none; }
  .hero-visual { min-height: 355px; margin: -12px 0 -18px; transform: scale(.59); }
  .hero__platforms { min-height: auto; }
  .platform-list { max-width: 340px; flex-wrap: wrap; justify-content: center; gap: 10px 13px; font-size: 10px; }
  .section-heading--center { margin-bottom: 38px; }
  .section-heading h2 { font-size: 39px; }
  .section-heading p { font-size: 14px; }
  .period-switcher { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
  .period-switcher button { min-width: 0; }
  .period-switcher button span { top: 3px; right: 4px; }
  .plan-grid { grid-template-columns: 1fr; }
  .premium-plans { margin-top: 22px; padding: 22px 14px 14px; border-radius: 22px; }
  .premium-plans__heading { padding-inline: 8px; }
  .premium-plans__heading h3 { font-size: 29px; }
  .premium-plan-grid { grid-template-columns: 1fr; }
  .plan-card { padding: 27px 25px 25px; }
  .plan-card h3 { font-size: 31px; }
  .plan-card__desc { min-height: 0; }
  .plans-alternative { flex-wrap: wrap; padding: 15px; }
  .plans-alternative .button { width: 100%; }
  .benefit-cards { grid-template-columns: 1fr; }
  .benefit-card { min-height: 230px; }
  .benefit-card h3 { margin-top: 28px; }
  .account-section { padding-top: 75px; }
  .account-card { width: 100%; min-height: auto; padding: 44px 16px 0; border-radius: 25px; }
  .account-card h2 { font-size: clamp(32px,10vw,38px); overflow-wrap: anywhere; }
  .account-card p { font-size: 13px; }
  .account-card__content { width: 100%; }
  .account-card__actions { flex-direction: column; }
  .account-card__actions .button { width: 100%; }
  .account-providers { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
  .account-providers > span { justify-content: center; min-width: 0; padding-inline: 6px; }
  .dashboard-preview { width: 100%; max-width: 100%; padding: 16px; border-radius: 20px; }
  .dashboard-plan strong { font-size: 10px; }
  .steps { grid-template-columns: 1fr; gap: 38px; }
  .step { padding: 0 0 0 66px; }
  .step__number { position: absolute; left: 0; top: 0; width: 42px; height: 42px; }
  .step__line { top: 42px; left: 21px; width: 1px; height: calc(100% + 38px); background: linear-gradient(rgba(245,163,64,.28), var(--line)); }
  .step h3 { margin: 0 0 8px; }
  .faq-list summary { min-height: 70px; font-size: 14px; }
  .faq-list details p { margin-right: 18px; font-size: 12px; }
  .final-cta { padding: 55px 0 75px; }
  .final-cta__inner { min-height: 400px; border-radius: 25px; padding: 0 18px; }
  .final-cta h2 { font-size: 47px; }
  .final-cta__actions { width: 100%; max-width: 360px; flex-direction: column; }
  .site-footer__top { flex-direction: column; padding-top: 42px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 28px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; justify-content: center; padding: 17px 0; }
  .mobile-cta { position: fixed; z-index: 60; left: 9px; right: 9px; bottom: max(9px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 60px; padding: 8px 8px 8px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(15,17,24,.88); box-shadow: 0 12px 50px rgba(0,0,0,.45); backdrop-filter: blur(18px); }
  .mobile-cta > span { display: flex; flex-direction: column; line-height: 1.15; }
  .mobile-cta small { color: var(--muted-2); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-cta strong { margin-top: 3px; font-size: 16px; }
  .mobile-cta .button { min-height: 44px; padding-inline: 20px; }
}

@media (max-width: 350px) {
  .hero h1 { font-size: 42px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .trial-offer { min-width: 0; padding-right: 68px; }
  .trial-offer__badge { right: 8px; }
  .trial-offer small { font-size: 9px; }
}

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