:root {
  color-scheme: dark;
  --bg: #090909;
  --panel: #121212;
  --panel-warm: #17110e;
  --line: #2d2b29;
  --text: #f3efe7;
  --muted: #96918a;
  --orange: #ff5a00;
  --green: #a6ed70;
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; background: var(--bg); }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 92% 0, rgba(255,90,0,.16), transparent 34rem),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--bg);
  background-size: auto, 48px 48px, 48px 48px, auto;
}
button, a { font: inherit; }
a { color: inherit; }
button, a { transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
button:active, a:active { transform: translateY(1px); }
[data-lang="en"] { display: none !important; }
html[lang="en"] [data-lang="ru"] { display: none !important; }
html[lang="en"] [data-lang="en"] { display: revert !important; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 11px 14px; background: var(--orange); color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.topbar, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topbar { min-height: 88px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 13px; font-weight: 950; letter-spacing: .1em; white-space: nowrap; }
.brand b { color: var(--orange); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; background: var(--orange); color: #111; font-size: 11px; letter-spacing: 0; }
.desktop-nav { display: flex; justify-content: center; gap: 30px; }
.desktop-nav a, footer nav a { color: #8e8983; text-decoration: none; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.desktop-nav a:hover, footer nav a:hover { color: var(--orange); }
.top-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); }
.language-switch button { width: 36px; height: 34px; border: 0; background: transparent; color: #777; cursor: pointer; font-size: 10px; font-weight: 900; }
.language-switch button.active { background: #2a160d; color: var(--orange); }
.cabinet-link { min-height: 42px; padding: 0 14px; border: 1px solid #4a423e; display: flex; align-items: center; gap: 20px; text-decoration: none; font-size: 11px; font-weight: 900; }
.cabinet-link:hover { border-color: var(--orange); }
.cabinet-link b { color: var(--orange); }
.hero { min-height: 710px; padding: 92px 0 72px; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(50px, 8vw, 112px); align-items: center; }
.eyebrow { margin: 0 0 24px; color: var(--orange); font-size: 10px; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(166,237,112,.08); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(65px, 8.4vw, 118px); line-height: .83; letter-spacing: -.075em; text-transform: uppercase; text-wrap: balance; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 620px; margin: 36px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; text-wrap: pretty; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 24px; }
.primary { min-height: 56px; padding: 0 19px; background: var(--orange); color: #111; display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; text-decoration: none; font-size: 12px; font-weight: 950; }
.primary:hover { background: #ff7124; transform: translateY(-2px); }
.text-link { color: #aaa49c; font-size: 11px; font-weight: 850; text-decoration: none; }
.text-link:hover { color: var(--orange); }
.network-card { min-height: 470px; padding: 24px; border: 1px solid var(--line); background: rgba(18,18,18,.93); }
.network-head { display: flex; justify-content: space-between; color: #777; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.network-head b { color: var(--green); }
.network-map { position: relative; height: 285px; margin: 20px 0; overflow: hidden; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 28px 28px; }
.node { position: absolute; z-index: 2; width: 46px; height: 46px; border: 1px solid var(--orange); background: #100d0b; color: var(--orange); display: grid; place-items: center; font-size: 10px; font-style: normal; font-weight: 900; }
.node-user { left: 5%; top: 48%; }.node-edge { left: 44%; top: 22%; background: var(--orange); color: #111; }.node-exit { right: 5%; top: 57%; }
.route { position: absolute; height: 1px; background: var(--orange); transform-origin: left center; opacity: .8; }
.route::after { content: ""; position: absolute; right: -2px; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px var(--orange); }
.route-a { width: 44%; left: 11%; top: 54%; transform: rotate(-20deg); }.route-b { width: 43%; left: 50%; top: 31%; transform: rotate(24deg); }
.network-map small { position: absolute; color: #74706b; font-size: 8px; font-weight: 850; letter-spacing: .1em; }.label-user { left: 4%; top: 68%; }.label-edge { left: 40%; top: 42%; }.label-exit { right: 4%; top: 77%; }
.network-card dl { margin: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.network-card dl div { min-width: 0; padding: 15px 11px 0; border-right: 1px solid var(--line); }.network-card dl div:last-child { border: 0; }
.network-card dt { color: #69645f; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.network-card dd { margin: 7px 0 0; overflow: hidden; color: #b9b3ab; font-size: 10px; font-weight: 800; text-overflow: ellipsis; }
.signal-strip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.signal-strip div { min-height: 108px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; background: rgba(15,15,15,.72); }
.signal-strip strong { color: var(--orange); font-size: 9px; }.signal-strip span { color: #a29c95; font-size: 11px; line-height: 1.5; }
.section { padding: 128px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 56px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -40px; }
.section-heading h2, .final-cta h2 { max-width: 820px; margin: 0; font-size: clamp(47px, 6.4vw, 83px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; text-wrap: balance; }
.section-heading > p:not(.eyebrow), .plans-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 12px; }
.feature-grid article { min-height: 340px; padding: 25px; border: 1px solid var(--line); background: rgba(18,18,18,.92); display: flex; flex-direction: column; }
.feature-grid article:first-child { background: linear-gradient(145deg,rgba(255,90,0,.12),transparent 48%),var(--panel); }
.feature-grid article > span, .legal-grid article > span { color: var(--orange); font-size: 9px; font-weight: 900; }
.feature-grid h3 { margin: auto 0 14px; font-size: 27px; letter-spacing: -.04em; }.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.compact-heading { grid-template-columns: 1fr; }.compact-heading h2 { max-width: 900px; }.compact-heading .eyebrow { margin-bottom: -35px; }
.step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.step-list li { min-height: 180px; padding: 30px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 120px 1fr; align-items: center; }
.step-list li > b { color: var(--orange); font-size: 11px; }.step-list h3 { margin: 0 0 11px; font-size: 31px; letter-spacing: -.04em; }.step-list p { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.plans-heading { grid-template-columns: 1fr .62fr; }.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.plan-grid article { position: relative; min-height: 430px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(18,18,18,.92); display: flex; flex-direction: column; }
.plan-grid .featured-plan { background: linear-gradient(145deg,rgba(255,90,0,.15),transparent 52%),var(--panel-warm); }
.plan-number { color: var(--orange); font-size: 9px; font-weight: 900; }.plan-mark { position: absolute; top: 22px; right: 22px; padding: 6px 8px; border: 1px solid var(--orange); color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-grid h3 { margin: 65px 0 8px; font-size: 47px; letter-spacing: -.055em; }.plan-grid strong { color: #aaa49d; font-size: 12px; }.plan-grid ul { margin: auto 0 0; padding: 0; list-style: none; color: #9d9790; font-size: 12px; line-height: 1.6; }.plan-grid li { padding: 9px 0; border-bottom: 1px solid #292725; }.plan-grid li::before { content: "—"; margin-right: 9px; color: var(--orange); }
.plan-cta { margin-top: 22px; }.legal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.legal-grid article { min-height: 330px; padding: 25px; border: 1px solid var(--line); background: rgba(18,18,18,.9); }.legal-grid h3 { margin: 70px 0 15px; font-size: 25px; letter-spacing: -.035em; }.legal-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.final-cta { min-height: 560px; padding: 115px 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }.final-cta .primary { margin-top: 40px; }
.legal-link { display: inline-block; margin-top: 22px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.terms-document { scroll-margin-top: 20px; }
.terms-intro { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 60px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.terms-intro h2 { margin: 0; font-size: clamp(42px, 6vw, 74px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.terms-intro > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.terms-copy { max-width: 900px; padding-top: 48px; columns: 2; column-gap: 64px; }
.terms-copy h3 { break-after: avoid; margin: 0 0 10px; color: var(--text); font-size: 16px; line-height: 1.35; }
.terms-copy p { break-inside: avoid; margin: 0 0 30px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.terms-copy a { color: var(--orange); }
footer { min-height: 145px; padding: 35px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }footer > p { color: #68635e; font-size: 10px; }footer nav { display: flex; justify-content: flex-end; gap: 18px; }
@media (max-width: 940px) {
  .desktop-nav { display: none; }.topbar { grid-template-columns: 1fr auto; }.hero { grid-template-columns: 1fr; }.network-card { min-height: 420px; }.section-heading, .plans-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading .eyebrow { margin-bottom: 0; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-grid article:first-child { grid-column: 1 / -1; }.plan-grid { grid-template-columns: 1fr; }.plan-grid article { min-height: 330px; }.legal-grid { grid-template-columns: 1fr; }.legal-grid article { min-height: 0; }.legal-grid h3 { margin-top: 40px; }.terms-intro { grid-template-columns: 1fr; gap: 20px; }.terms-copy { columns: 1; }footer { grid-template-columns: 1fr auto; }footer nav { grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .topbar, main, footer { width: min(100% - 28px,1180px); }.topbar { min-height: 74px; gap: 10px; }.brand > span:last-child { display: none; }.language-switch button { width: 32px; }.cabinet-link { min-height: 38px; padding: 0 11px; }.cabinet-link span { display: none !important; }.hero { min-height: 0; padding: 72px 0 52px; gap: 48px; }.hero h1 { font-size: clamp(52px,17vw,76px); }.hero-lead { font-size: 14px; }.hero-actions { align-items: stretch; flex-direction: column; }.primary { width: 100%; }.text-link { padding: 8px 0; }.network-card { min-height: 390px; padding: 18px; }.network-map { height: 240px; }.network-card dl { grid-template-columns: 1fr; }.network-card dl div { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--line); }.signal-strip { grid-template-columns: 1fr 1fr; }.section { padding: 84px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .final-cta h2 { font-size: clamp(41px,13vw,62px); }.feature-grid { grid-template-columns: 1fr; }.feature-grid article:first-child { grid-column: auto; }.feature-grid article { min-height: 280px; }.step-list li { min-height: 0; grid-template-columns: 50px 1fr; align-items: start; }.step-list h3 { font-size: 24px; }.plan-grid h3 { margin-top: 50px; }.final-cta { min-height: 470px; padding: 85px 0; }footer { grid-template-columns: 1fr; }footer nav { grid-column: auto; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }button, a { transition: none; } }
