﻿:root {
  --bg: #030b15;
  --bg2: #06172f;
  --bg3: #082044;
  --card: #0a2448;
  --border: rgba(156, 199, 255, 0.16);
  --border-hover: rgba(76, 165, 255, 0.62);
  --text: #f7fbff;
  --muted: rgba(225, 238, 255, 0.68);
  --brand: #176fe6;
  --accent: #4aaeff;
  --accent2: #ffffff;
  --glow: rgba(31, 124, 255, 0.32);
  --green: #45d483;
  --danger: #ff5b61;
  --max: 1180px;
  --color-orange: #1f7cff;
  --color-orange-rgb: 31, 124, 255;
  --price-card-bg: #ffffff;
  --price-card-text: #10213a;
  --price-card-muted: rgba(16, 33, 58, 0.62);
  --price-card-border: rgba(31, 124, 255, 0.20);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background-color: #030b15;
  font-family: "Inter Tight", Arial, sans-serif;
  letter-spacing: 0;
}
body::before {
  display: none;
}
.site-nav, main, .site-footer { position: relative; z-index: 1; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.hidden { display: none !important; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.mono { font-family: "IBM Plex Mono", monospace; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(244,245,247,0.68);
  font: 600 12px/1 "IBM Plex Mono", monospace;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--brand); }
.section-title { margin: 0 0 16px; font-size: 44px; line-height: 1.04; font-weight: 800; }
.section-copy { max-width: 700px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid var(--border);
  background: rgba(5, 20, 43, 0.98);
}
.nav-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; }
.brand-logo { width: 40px; height: 40px; object-fit: contain; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 16px; text-transform: uppercase; }
.brand-copy small { color: var(--muted); font: 500 9px/1 "IBM Plex Mono", monospace; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; margin: 0 0 0 auto; padding: 0; list-style: none; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.nav-links a:hover { color: var(--text); }
.nav-support {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--brand);
  border-radius: 14px;
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(3, 11, 21, 0.9) 0%, rgba(3, 11, 21, 0.5) 52%, rgba(3, 11, 21, 0.68) 100%),
    url("/assets/umbrella-storm-banner.jpg") center / cover no-repeat,
    #030b15;
}
.hero::before {
  display: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 11, 21, 0), #030b15 88%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  gap: 64px;
  min-height: calc(100svh - 132px);
  margin: 0 auto;
  padding: 34px 0 70px;
}
.hero-copy-block { position: relative; z-index: 2; }
.hero-title-row { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 22px; margin-bottom: 22px; }
.hero-title-logo {
  width: clamp(74px, 8vw, 112px);
  aspect-ratio: 1;
  object-fit: contain;
  padding: 8px;
  border: 1px solid rgba(8,119,216,0.22);
  border-radius: 30px;
  background: rgba(14, 49, 99, 0.58);
  box-shadow: 0 20px 58px rgba(31,124,255,0.22), inset 0 1px 0 rgba(255,255,255,0.12);
}
.hero h1 { margin: 0; max-width: 720px; font-size: 72px; line-height: 0.94; font-weight: 850; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--brand); }
.hero-lead { max-width: 660px; margin: 0 0 28px; color: var(--muted); font-size: 18px; line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.button-primary { color: #fff; border-color: #5ab8ff; background: linear-gradient(135deg, #155ff0, var(--brand) 52%, #58b7ff); box-shadow: 0 10px 30px rgba(31,124,255,0.32), inset 0 1px 0 rgba(255,255,255,0.22); }
.button-primary:hover { border-color: #8bd1ff; background: linear-gradient(135deg, #0f55da, #247fff 52%, #6bc5ff); box-shadow: 0 14px 38px rgba(31,124,255,0.48), 0 0 0 1px rgba(88,183,255,0.28); transform: translateY(-2px); }
.button-secondary { color: var(--text); border-color: var(--border); background: rgba(255,255,255,0.025); }
.button-secondary:hover { border-color: rgba(255,255,255,0.28); }
.hero-status { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font: 500 12px/1.4 "IBM Plex Mono", monospace; }
.status-item { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(69,212,131,0.65); }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,0.08); transform: rotate(45deg); }
.hero-visual::before { width: 380px; height: 380px; }
.hero-visual::after { width: 290px; height: 290px; border-color: rgba(8,119,216,0.24); }
.globe-wrapper {
  position: relative;
  z-index: 2;
  width: min(600px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  contain: layout paint size;
  border-radius: 50%;
  filter: drop-shadow(0 38px 80px rgba(8,119,216,0.24));
}
.globe-wrapper::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255,255,255,0.20), transparent 24%),
    radial-gradient(circle at center, rgba(8,119,216,0.28), rgba(8,119,216,0.08) 46%, transparent 74%);
  filter: blur(14px);
}
#globe-canvas {
  position: relative;
  z-index: 2;
  width: min(600px, 100%);
  height: min(600px, 100%);
  max-width: 100%;
  display: block;
  cursor: grab;
}
.globe-gradient {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,0.18), transparent 18%),
    radial-gradient(circle at 50% 50%, transparent 50%, rgba(7,9,12,0.10) 66%, rgba(7,9,12,0.48) 89%),
    linear-gradient(180deg, transparent 62%, rgba(7,9,12,0.24) 100%);
}
.security-globe-wrap {
  position: relative;
  z-index: 2;
  width: min(540px, 100%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(8,119,216,0.14), transparent 46%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.06), transparent 68%);
  filter: drop-shadow(0 34px 60px rgba(8,119,216,0.22));
}
.security-globe-wrap::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 26%, rgba(255,255,255,0.16), transparent 20%, rgba(8,119,216,0.08) 42%, rgba(2,4,8,0.82) 70%);
  box-shadow: inset 0 0 70px rgba(255,255,255,0.06), inset 0 0 90px rgba(8,119,216,0.18);
}
.security-globe { position: relative; z-index: 2; width: 100%; height: 100%; }
.globe-orbit {
  position: absolute;
  inset: 13%;
  z-index: 3;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-18deg);
}
.globe-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 22px rgba(8,119,216,0.9);
}
.globe-orbit { animation: globeOrbit 10s linear infinite; }
.orbit-two { inset: 20%; border-color: rgba(8,119,216,0.24); transform: rotateX(62deg) rotateZ(38deg); animation: globeOrbitReverse 13s linear infinite; }
.globe-paused .globe-orbit { animation-play-state: paused; }
.globe-core {
  position: absolute;
  z-index: 4;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
  background: rgba(7,9,12,0.78);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.45), 0 0 34px rgba(8,119,216,0.22);
}
@keyframes globeOrbit { to { transform: rotateX(68deg) rotateZ(342deg); } }
@keyframes globeOrbitReverse { to { transform: rotateX(62deg) rotateZ(-322deg); } }
.hero-readout {
  position: absolute;
  right: 0;
  bottom: 34px;
  z-index: 3;
  width: 235px;
  padding: 16px;
  border: 1px solid rgba(8,119,216,0.38);
  border-radius: 14px;
  background: rgba(7,9,12,0.90);
}
.hero-readout span { display: block; color: var(--muted); font: 500 10px/1.2 "IBM Plex Mono", monospace; text-transform: uppercase; }
.hero-readout strong { display: block; margin-top: 7px; font: 700 28px/1 "IBM Plex Mono", monospace; }

.metrics { border-bottom: 1px solid var(--border); background: #030b15; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 22px; }
.metric { min-height: 126px; padding: 28px; border-left: 1px solid var(--border); }
.metric:last-child { border-right: 1px solid var(--border); }
.metric strong { display: block; margin-bottom: 10px; font: 700 28px/1 "IBM Plex Mono", monospace; }
.metric span { color: var(--muted); font-size: 13px; text-transform: uppercase; }

.band { padding: 100px 0; border-bottom: 1px solid var(--border); background: linear-gradient(180deg, rgba(6, 23, 47, 0.98), rgba(4, 16, 34, 0.99)); }
.band-alt { background: linear-gradient(180deg, rgba(8, 32, 68, 0.98), rgba(6, 23, 47, 0.99)); }
#pricing {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  background:
    linear-gradient(90deg, rgba(3, 11, 21, 0.78), rgba(3, 11, 21, 0.08), rgba(3, 11, 21, 0.78)),
    linear-gradient(180deg, #030b15 0%, rgba(3, 11, 21, 0) 48%, #030b15 100%),
    url("/assets/vpn1/area_bg.png") center calc(100% - 210px) / 1600px auto no-repeat,
    #030b15;
}
#pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.86;
  filter: brightness(1.75) contrast(1.12);
  background: url("/assets/vpn1/area_bg.png") center calc(100% - 210px) / 1600px auto no-repeat;
}
#pricing > .container {
  position: relative;
  z-index: 1;
}
.section-head { display: grid; grid-template-columns: 1fr minmax(320px, 0.8fr); gap: 44px; align-items: end; margin-bottom: 46px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--border); border-radius: 24px; }
.step { min-height: 260px; padding: 30px; border-right: 1px solid var(--border); background: rgba(12, 45, 91, 0.42); }
.step:last-child { border-right: 0; }
.step-index { margin-bottom: 42px; color: var(--brand); font: 700 13px/1 "IBM Plex Mono", monospace; }
.step h3 { margin: 0 0 14px; font-size: 22px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

.platform-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; }
.platform { min-height: 38px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid var(--border); border-radius: 12px; color: var(--muted); font: 600 11px/1 "IBM Plex Mono", monospace; text-transform: uppercase; }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border: 1px solid var(--price-card-border);
  border-radius: 28px;
  color: var(--price-card-text);
  background:
    radial-gradient(circle at 14% 0%, rgba(74,174,255,0.22), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239,247,255,0.98));
  box-shadow: 0 20px 58px rgba(4, 24, 54, 0.20), inset 0 1px 0 rgba(255,255,255,0.90);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.plan:hover { border-color: rgba(23,111,230,0.42); box-shadow: 0 26px 72px rgba(23,111,230,0.24); transform: translateY(-3px); }
.plan.featured { border-color: rgba(23,111,230,0.50); box-shadow: 0 28px 84px rgba(23,111,230,0.26), inset 0 1px 0 rgba(255,255,255,0.92); }
.plan-badge { position: absolute; right: 18px; top: 18px; padding: 8px 11px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--accent)); font: 700 10px/1 "IBM Plex Mono", monospace; text-transform: uppercase; }
.plan-name { color: var(--price-card-muted); font: 700 12px/1 "IBM Plex Mono", monospace; text-transform: uppercase; }
.plan-price { margin: 24px 0 4px; font-size: 58px; line-height: 1; font-weight: 850; }
.plan-price sup { color: var(--brand); font-size: 22px; vertical-align: top; }
.plan-period { color: var(--price-card-muted); font-size: 13px; }
.plan-list { display: grid; gap: 13px; margin: 28px 0 30px; padding: 0; list-style: none; }
.plan-list li { position: relative; padding-left: 20px; color: rgba(16,33,58,0.78); font-size: 14px; line-height: 1.4; }
.plan-list li::before { content: "+"; position: absolute; left: 0; color: var(--brand); font-family: "IBM Plex Mono", monospace; }
.plan .button { width: 100%; margin-top: auto; }
.plan .button-primary {
  border-color: rgba(23,111,230,0.42);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #0d5fca, #176fe6 58%, #45a9ff);
  box-shadow: 0 14px 34px rgba(23,111,230,0.28), inset 0 1px 0 rgba(255,255,255,0.28);
}

.coverage-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(400px, 1.2fr); gap: 70px; align-items: center; }
.network-facility { position: relative; min-height: 430px; overflow: hidden; border: 1px solid var(--border); border-radius: 28px; background: #06172f; }
.network-facility::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(7,9,12,0.08) 28%, rgba(7,9,12,0.92) 100%); }
.network-facility-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.facility-header { position: absolute; z-index: 2; top: 18px; left: 20px; display: inline-flex; align-items: center; gap: 10px; color: rgba(244,245,247,0.82); font: 700 10px/1 "IBM Plex Mono", monospace; letter-spacing: 0.08em; }
.facility-header img { width: 26px; height: 26px; object-fit: contain; }
.facility-metrics { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 18px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,0.13); border-radius: 18px; background: rgba(7,9,12,0.86); backdrop-filter: blur(8px); }
.facility-metric { min-width: 0; padding: 14px 16px; border-right: 1px solid rgba(255,255,255,0.11); }
.facility-metric:last-child { border-right: 0; }
.facility-metric span { display: block; margin-bottom: 8px; overflow: hidden; color: rgba(244,245,247,0.46); font: 600 9px/1.2 "IBM Plex Mono", monospace; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.facility-metric strong { display: flex; align-items: center; gap: 7px; color: var(--text); font-size: 16px; line-height: 1; white-space: nowrap; }
.facility-metric strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(69,212,131,0.7); }
.region-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--border); margin-top: 34px; }
.region { padding: 15px 0; border-bottom: 1px solid var(--border); color: var(--muted); font: 600 12px/1 "IBM Plex Mono", monospace; text-transform: uppercase; }
.region:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--border); }

.apps-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: 72px; align-items: center; }
.app-panel { padding: 32px; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(180deg, rgba(12,45,91,0.92), rgba(8,32,68,0.96)); }
.app-panel-head { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.app-panel-head img { width: 74px; height: 74px; object-fit: contain; }
.app-panel-head strong { display: block; font-size: 24px; }
.app-panel-head span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; }
.app-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 24px; }
.app-link { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; color: var(--text); text-decoration: none; font-size: 13px; font-weight: 700; }
.app-link:hover { border-color: var(--brand); }

.cabinet-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr); gap: 70px; align-items: center; }
.auth-box { padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(180deg, rgba(12,45,91,0.92), rgba(8,32,68,0.96)); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 22px; }
.auth-tab { min-height: 42px; border: 1px solid var(--border); border-radius: 12px; color: var(--muted); background: transparent; font-weight: 800; }
.auth-tab.active { color: var(--text); border-color: var(--brand); background: rgba(8,119,216,0.10); }
.auth-panel { display: none; }
.auth-panel.active { display: block; }
.email-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.email-input, .modal-input { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid var(--border); border-radius: 12px; outline: 0; color: var(--text); background: var(--bg); }
.email-input:focus, .modal-input:focus { border-color: var(--brand); }
.email-submit { min-height: 50px; padding: 0 20px; border: 0; border-radius: 12px; color: #fff; background: var(--brand); font-weight: 850; text-transform: uppercase; }
.auth-note, .tg-auth-desc { color: var(--muted); font-size: 13px; line-height: 1.55; }
.tg-auth-wrap { display: grid; gap: 16px; }

.faq { display: grid; gap: 8px; max-width: 860px; margin-top: 38px; }
.faq-item { border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,0.018); }
.faq-question { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; font-weight: 750; cursor: pointer; }
.faq-question::after { content: "+"; color: var(--brand); font: 500 22px/1 "IBM Plex Mono", monospace; }
.faq-item.open .faq-question::after { content: "-"; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.2s ease; }
.faq-item.open .faq-answer { max-height: 220px; }
.faq-answer-inner { padding: 0 18px 18px; color: var(--muted); font-size: 14px; line-height: 1.6; }

.site-footer { padding: 54px 0 30px; background: #041022; }
.footer-top { display: grid; grid-template-columns: 1fr repeat(3, auto); gap: 50px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.footer-column strong { display: block; margin-bottom: 14px; font-size: 12px; text-transform: uppercase; }
.footer-column a { display: block; margin-top: 9px; color: var(--muted); text-decoration: none; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: var(--muted); font-size: 12px; }

.modal-overlay { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 18px; background: rgba(0,0,0,0.78); }
.modal { position: relative; width: min(460px, 100%); padding: 30px; border: 1px solid var(--border); border-radius: 18px; background: var(--bg2); box-shadow: 0 30px 90px rgba(0,0,0,0.62); }
.modal-close { position: absolute; right: 14px; top: 14px; width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 12px; color: var(--text); background: transparent; }
.modal-title { margin: 0 42px 8px 0; font-size: 26px; font-weight: 850; }
.modal-sub { margin: 0 0 20px; color: var(--muted); }
.modal-hint { margin: 12px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.modal-btn { width: 100%; min-height: 50px; border: 0; border-radius: 12px; color: #fff; background: var(--brand); font-weight: 850; text-transform: uppercase; }
.modal-msg { min-height: 20px; margin: 12px 0 0; font-size: 13px; }
.modal-msg.error { color: var(--danger); }.modal-msg.success { color: var(--green); }
.referral-note { display: none; margin-bottom: 14px; padding: 10px; border-left: 2px solid var(--brand); color: var(--muted); background: rgba(8,119,216,0.08); font-size: 12px; }
.referral-note.visible { display: block; }
.payment-notice { position: fixed; left: 50%; bottom: 20px; z-index: 320; width: min(520px, calc(100% - 28px)); transform: translateX(-50%); padding: 14px 18px; border: 1px solid rgba(69,212,131,0.35); border-radius: 18px; color: var(--text); background: #0d1512; font-size: 13px; text-align: center; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-inner, .section-head, .coverage-layout, .apps-layout, .cabinet-layout { grid-template-columns: 1fr; }
  .hero h1 { font-size: 58px; }
  .hero-visual { min-height: 430px; }
  .pricing { grid-template-columns: 1fr; }
  .plan { min-height: 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .step:last-child { border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  html { scroll-behavior: auto; }
  body { overflow-anchor: none; }
  body::before { display: none; }
  .site-nav { display: none; }
  .container { width: min(100% - 28px, var(--max)); }
  .hero { min-height: 100svh; background-position: center top; }
  .hero::after { height: 130px; }
  .hero-inner { gap: 16px; min-height: 100svh; margin: 0 auto; padding: 28px 0 38px; }
  .hero-title-row { gap: 13px; margin-bottom: 16px; }
  .hero-title-logo { width: 56px; padding: 6px; border-radius: 20px; }
  .hero h1 { font-size: 36px; line-height: 1; margin-bottom: 0; }
  .hero-lead { font-size: 15px; line-height: 1.5; margin-bottom: 20px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-bottom: 22px; }
  .button { width: 100%; min-height: 50px; }
  .hero-status { gap: 10px; font-size: 10px; }
  .hero-visual { min-height: 255px; }
  .hero-visual::before { width: 210px; height: 210px; }
  .hero-visual::after { width: 158px; height: 158px; }
  .globe-wrapper { width: min(330px, 100%); }
  #globe-canvas { width: min(330px, 100%); height: min(330px, 100%); }
  .security-globe-wrap { width: min(310px, 100%); }
  .globe-core { width: 64px; height: 64px; border-radius: 20px; }
  .hero-readout { right: 0; bottom: 0; width: 178px; padding: 11px; }
  .hero-readout strong { font-size: 20px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric { min-height: 96px; padding: 18px 14px; border-bottom: 1px solid var(--border); }
  .metric:nth-child(odd) { border-left: 1px solid var(--border); }
  .metric strong { font-size: 21px; }
  .metric span { font-size: 10px; }
  .band { padding: 64px 0; }
  #pricing {
    min-height: 620px;
    background:
      linear-gradient(90deg, rgba(3, 11, 21, 0.78), rgba(3, 11, 21, 0.08), rgba(3, 11, 21, 0.78)),
      linear-gradient(180deg, #030b15 0%, rgba(3, 11, 21, 0) 48%, #030b15 100%),
      url("/assets/vpn1/area_bg.png") center calc(100% - 100px) / 1180px auto no-repeat,
      #030b15;
  }
  .section-head { gap: 18px; margin-bottom: 30px; }
  .section-title { font-size: 34px; }
  .section-copy { font-size: 15px; line-height: 1.55; }
  .step { padding: 22px 18px; }
  .step-index { margin-bottom: 20px; }
  .pricing { gap: 14px; }
  .plan { padding: 24px 20px; border-radius: 24px; }
  .plan-price { font-size: 48px; }
  .coverage-layout, .apps-layout, .cabinet-layout { gap: 28px; }
  .network-facility { min-height: 360px; }
  .network-facility-image { object-position: center; }
  .facility-header { top: 14px; left: 14px; }
  .facility-metrics { left: 14px; right: 14px; bottom: 14px; grid-template-columns: 1fr; }
  .facility-metric { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .facility-metric:last-child { border-bottom: 0; }
  .facility-metric span { margin: 0; }
  .facility-metric strong { font-size: 14px; }
  .region-list { grid-template-columns: 1fr; }
  .region:nth-child(even) { padding-left: 0; border-left: 0; }
  .app-panel, .auth-box { padding: 20px 16px; }
  .app-links { grid-template-columns: 1fr; }
  .email-form { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-top > .brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (hover: none), (prefers-reduced-motion: reduce) {
  .button-primary:hover { transform: none; }
  .globe-orbit { animation: none; }
  .globe-wrapper, .security-globe-wrap { filter: none; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 32px; }
  .hero-title-logo { width: 48px; border-radius: 18px; }
  .hero-visual { min-height: 235px; }
  .globe-wrapper { width: min(292px, 100%); }
  #globe-canvas { width: min(292px, 100%); height: min(292px, 100%); }
  .security-globe-wrap { width: min(280px, 100%); }
  .section-title { font-size: 30px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > .brand { grid-column: auto; }
}

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