/*
Theme Name: VPN Russia
Theme URI: https://t.me/vpn_russia_bot
Author: ChatGPT
Author URI: https://openai.com/
Description: Быстрая адаптивная SEO-тема для сервиса VPN Russia: тарифы, установка, протоколы, FAQ и страницы под устройства.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: vpn-russia
*/

:root {
  --vr-bg: #eef7ff;
  --vr-bg-2: #f7fbff;
  --vr-bg-3: #e7f2ff;
  --vr-card: rgba(255,255,255,.86);
  --vr-card-strong: #ffffff;
  --vr-text: #172033;
  --vr-muted: #60708a;
  --vr-soft: #f4f9ff;
  --vr-dark-text: #172033;
  --vr-red: #e63946;
  --vr-red-2: #ff4d5f;
  --vr-blue: #2563eb;
  --vr-blue-2: #0ea5ff;
  --vr-white: #ffffff;
  --vr-border: rgba(37,99,235,.14);
  --vr-shadow: 0 24px 70px rgba(37,99,235,.13);
  --vr-radius-xl: 30px;
  --vr-radius-lg: 22px;
  --vr-radius-md: 16px;
  --vr-radius-sm: 12px;
  --vr-container: 1180px;
  --vr-header-h: 78px;
  --vr-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--vr-font);
  color: var(--vr-text);
  background:
    radial-gradient(circle at 9% 0%, rgba(37,99,235,.13), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(230,57,70,.11), transparent 30%),
    linear-gradient(180deg, #f6fbff 0%, #edf7ff 46%, #f9fcff 100%);
  line-height: 1.65;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.vr-no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--vr-blue); }
img { height: auto; display: block; }
button, input, textarea { font: inherit; }
::selection { background: rgba(37,99,235,.2); color: var(--vr-text); }

.vr-container {
  width: min(calc(100% - 40px), var(--vr-container));
  margin: 0 auto;
}
.vr-skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: #111;
}
.vr-skip-link:focus { left: 10px; }

.vr-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--vr-header-h);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(37,99,235,.12);
  transition: background .2s ease, box-shadow .2s ease;
}
.vr-site-header.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 10px 34px rgba(37,99,235,.1); }
.vr-header-inner {
  min-height: var(--vr-header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.vr-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}
.vr-brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(233,244,255,.86)),
    conic-gradient(from 210deg, var(--vr-blue), #fff, var(--vr-red), var(--vr-blue));
  box-shadow: 0 0 0 4px rgba(37,99,235,.08), 0 12px 34px rgba(37,99,235,.16);
  position: relative;
  overflow: hidden;
}
.vr-brand-mark::before {
  content: "";
  width: 22px;
  height: 18px;
  border-radius: 50% 50% 45% 45%;
  background: #392015;
  box-shadow: inset 0 -8px 0 rgba(255,255,255,.16);
}
.vr-brand-mark::after {
  content: "";
  position: absolute;
  bottom: 9px;
  width: 9px;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background: var(--vr-red);
}
.vr-brand-text { display: grid; line-height: 1.05; }
.vr-brand-name { font-size: 20px; font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.vr-brand-sub { color: var(--vr-muted); font-size: 12px; font-weight: 700; letter-spacing: .05em; }

.vr-main-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.vr-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vr-menu li { position: relative; }
.vr-menu a,
.vr-submenu-toggle {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(23,32,51,.76);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}
.vr-menu a:hover,
.vr-menu a:focus,
.vr-submenu-toggle:hover,
.vr-submenu-toggle:focus { color: var(--vr-blue); background: rgba(37,99,235,.08); outline: none; }
.vr-menu .menu-item-has-children > a::after,
.vr-submenu-toggle::after { content: "▾"; font-size: 12px; opacity: .7; }
.vr-menu .sub-menu,
.vr-submenu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 260px;
  margin: 0;
  padding: 10px;
  list-style: none;
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(37,99,235,.14);
  box-shadow: var(--vr-shadow);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.vr-menu li:hover > .sub-menu,
.vr-menu li:focus-within > .sub-menu,
.vr-has-submenu:hover > .vr-submenu,
.vr-has-submenu:focus-within > .vr-submenu,
.vr-has-submenu.is-open > .vr-submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.vr-submenu::before,
.vr-menu .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}
.vr-menu .sub-menu a,
.vr-submenu a {
  width: 100%;
  border-radius: 12px;
  justify-content: flex-start;
  white-space: normal;
}
.vr-header-actions { display: flex; align-items: center; gap: 10px; }
.vr-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(37,99,235,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.84);
  color: var(--vr-text);
  cursor: pointer;
}
.vr-burger-line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--vr-text);
  border-radius: 20px;
  transition: transform .2s ease, opacity .2s ease;
}
.vr-burger.is-active .vr-burger-line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.vr-burger.is-active .vr-burger-line:nth-child(2) { opacity: 0; }
.vr-burger.is-active .vr-burger-line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.vr-btn,
.vr-btn-secondary,
.vr-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 850;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.vr-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--vr-red), #d50e25 48%);
  box-shadow: 0 16px 38px rgba(230,57,70,.22);
}
.vr-btn:hover,
.vr-btn:focus { color: #fff; transform: translateY(-1px); box-shadow: 0 20px 46px rgba(37,99,235,.22); outline: none; }
.vr-btn-secondary { color: var(--vr-blue); background: rgba(255,255,255,.88); border-color: rgba(37,99,235,.2); box-shadow: 0 14px 32px rgba(37,99,235,.09); }
.vr-btn-secondary:hover,
.vr-btn-secondary:focus { background: rgba(37,99,235,.08); color: var(--vr-blue); outline: none; }
.vr-btn-ghost { color: var(--vr-blue); background: transparent; border-color: rgba(37,99,235,.22); }
.vr-btn-ghost:hover,
.vr-btn-ghost:focus { background: rgba(37,99,235,.08); outline: none; }
.vr-mini-cta { min-height: 42px; padding: 10px 14px; font-size: 14px; }

.vr-main { overflow: hidden; }
.vr-section { padding: 84px 0; position: relative; }
.vr-section-soft { background: linear-gradient(180deg, rgba(255,255,255,.76), rgba(231,242,255,.62)); }
.vr-section-light { background: linear-gradient(180deg, #e4edf7, #ffffff); color: var(--vr-dark-text); }
.vr-section-light .vr-muted,
.vr-section-light .vr-section-lead { color: #5c6578; }
.vr-section-head { max-width: 760px; margin: 0 0 34px; }
.vr-section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.vr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(37,99,235,.16);
  border-radius: 999px;
  color: #33405b;
  background: rgba(255,255,255,.8);
  font-size: 13px;
  font-weight: 850;
}
.vr-section-light .vr-eyebrow { color: #33405b; background: #fff; border-color: #d6e6fb; }
h1, h2, h3, h4 { margin: 0 0 16px; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(38px, 6vw, 76px); }
h2 { font-size: clamp(30px, 4vw, 50px); }
h3 { font-size: clamp(21px, 2.1vw, 28px); }
p { margin: 0 0 16px; }
.vr-section-lead,
.vr-hero-lead { color: var(--vr-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.7; }
.vr-muted { color: var(--vr-muted); }
.vr-red-text { color: var(--vr-red-2); }
.vr-blue-text { color: var(--vr-blue-2); }
.vr-gradient-text {
  background: linear-gradient(135deg, #172033, var(--vr-blue) 38%, var(--vr-red) 76%, #172033);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vr-hero {
  min-height: calc(100vh - var(--vr-header-h));
  display: flex;
  align-items: center;
  padding: 72px 0 84px;
  position: relative;
}
.vr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246,251,255,.96), rgba(239,247,255,.82) 52%, rgba(255,255,255,.48)),
    radial-gradient(circle at 78% 42%, rgba(230,57,70,.12), transparent 28%),
    radial-gradient(circle at 62% 24%, rgba(37,99,235,.16), transparent 32%);
  pointer-events: none;
}
.vr-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 44px;
  align-items: center;
}
.vr-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.vr-hero-note { display: flex; flex-wrap: wrap; gap: 10px; color: var(--vr-muted); font-size: 14px; }
.vr-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(37,99,235,.13);
  color: rgba(23,32,51,.82);
  font-weight: 750;
}
.vr-hero-panel {
  min-height: 520px;
  border: 1px solid rgba(37,99,235,.16);
  border-radius: 36px;
  background:
    radial-gradient(circle at 45% 18%, rgba(255,255,255,.9), transparent 20%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(225,240,255,.72));
  box-shadow: var(--vr-shadow);
  position: relative;
  overflow: hidden;
}
.vr-hero-panel::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -80px;
  top: -60px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, rgba(37,99,235,.82), rgba(255,255,255,.78), rgba(230,57,70,.82), rgba(37,99,235,.82));
  filter: blur(.2px);
  opacity: .5;
}
.vr-hero-phone {
  position: absolute;
  left: 50%;
  top: 55%;
  width: min(330px, 74%);
  aspect-ratio: 9 / 18;
  transform: translate(-50%, -50%) rotate(-4deg);
  border-radius: 42px;
  border: 10px solid #101a33;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.2), transparent 18%),
    linear-gradient(180deg, #182447 0%, #07142b 100%);
  box-shadow: 0 34px 90px rgba(0,0,0,.46);
  overflow: hidden;
}
.vr-hero-phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  width: 86px;
  height: 20px;
  transform: translateX(-50%);
  background: #090b11;
  border-radius: 999px;
}
.vr-phone-map {
  position: absolute;
  inset: 64px 24px 110px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 30% 38%, rgba(255,255,255,.28) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 46%, rgba(255,255,255,.28) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 30%, rgba(255,255,255,.28) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(37,99,235,.32), rgba(230,57,70,.18));
  border: 1px solid rgba(37,99,235,.13);
}
.vr-phone-map::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.28);
  box-shadow: inset 0 0 0 18px rgba(37,99,235,.03), 0 0 30px rgba(37,99,235,.32);
}
.vr-phone-bear {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 130px;
  height: 112px;
  transform: translate(-50%, -50%);
  border-radius: 44% 44% 48% 48%;
  background: linear-gradient(180deg, #2d1c13, #170e0a);
  box-shadow: 0 18px 38px rgba(0,0,0,.28), inset 0 -16px 0 rgba(0,0,0,.18);
}
.vr-phone-bear::before,
.vr-phone-bear::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #392015;
}
.vr-phone-bear::before { left: 7px; }
.vr-phone-bear::after { right: 7px; }
.vr-phone-mouth {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 52px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 0 0 999px 999px;
  background: #050505;
  border: 3px solid rgba(37,99,235,.08);
}
.vr-phone-mouth::before {
  content: "";
  position: absolute;
  left: 14px;
  top: -2px;
  width: 6px;
  height: 16px;
  background: #fff;
  clip-path: polygon(0 0,100% 0,50% 100%);
  box-shadow: 18px 0 0 #fff;
}
.vr-phone-connect {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--vr-red), var(--vr-blue));
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(230,57,70,.22);
}
.vr-float-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(37,99,235,.14);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(37,99,235,.13);
}
.vr-float-card strong { font-size: 18px; }
.vr-float-card span { color: var(--vr-muted); font-size: 13px; }
.vr-float-card.one { left: 22px; top: 70px; }
.vr-float-card.two { right: 22px; bottom: 88px; }
.vr-float-card.three { left: 44px; bottom: 28px; }

.vr-grid { display: grid; gap: 22px; }
.vr-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vr-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vr-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vr-card {
  padding: 26px;
  border-radius: var(--vr-radius-lg);
  background: var(--vr-card);
  border: 1px solid var(--vr-border);
  box-shadow: 0 18px 54px rgba(37,99,235,.1);
}
.vr-section-light .vr-card {
  background: #fff;
  border-color: #dfe5f0;
  box-shadow: 0 18px 45px rgba(28,34,52,.08);
}
.vr-card h3 { margin-bottom: 10px; }
.vr-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(239,35,60,.22), rgba(36,87,255,.2));
  border: 1px solid rgba(37,99,235,.13);
  font-size: 22px;
}
.vr-section-light .vr-icon { border-color: #dfe5f0; background: linear-gradient(135deg, rgba(239,35,60,.1), rgba(36,87,255,.1)); }

.vr-product-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.vr-price-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: var(--vr-radius-xl);
  background: linear-gradient(155deg, rgba(255,255,255,.96), rgba(232,243,255,.78));
  border: 1px solid rgba(37,99,235,.15);
  box-shadow: var(--vr-shadow);
}
.vr-price-card.featured { border-color: rgba(230,57,70,.42); box-shadow: 0 26px 80px rgba(230,57,70,.12); }
.vr-price-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230,57,70,.14), transparent 68%);
}
.vr-price-top { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.vr-price-name { font-size: 25px; font-weight: 950; letter-spacing: -.04em; }
.vr-price-tag { padding: 7px 10px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--vr-red), var(--vr-blue)); border: 1px solid rgba(37,99,235,.14); font-size: 13px; font-weight: 850; white-space: nowrap; }
.vr-price-value { font-size: 42px; font-weight: 950; line-height: 1; margin-bottom: 6px; }
.vr-price-value small { font-size: 16px; color: var(--vr-muted); }
.vr-price-list { display: grid; gap: 10px; margin: 22px 0; padding: 0; list-style: none; }
.vr-price-list li { display: flex; gap: 10px; color: rgba(23,32,51,.82); }
.vr-price-list li::before { content: "✓"; color: var(--vr-red-2); font-weight: 950; }
.vr-mini-plans { display: grid; gap: 10px; margin-top: 20px; }
.vr-mini-plan { display: flex; justify-content: space-between; gap: 12px; padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.78); border: 1px solid rgba(37,99,235,.12); }
.vr-mini-plan strong { white-space: nowrap; }

.vr-steps { counter-reset: vrstep; display: grid; gap: 16px; }
.vr-step {
  counter-increment: vrstep;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(37,99,235,.13);
}
.vr-step::before {
  content: counter(vrstep);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--vr-red), var(--vr-blue));
  color: #fff;
  font-weight: 950;
}
.vr-section-light .vr-step { background: #fff; border-color: #dfe5f0; }

.vr-feature-band {
  border-radius: 34px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(37,99,235,.11), rgba(230,57,70,.09)),
    rgba(255,255,255,.86);
  border: 1px solid rgba(37,99,235,.14);
  box-shadow: var(--vr-shadow);
}
.vr-band-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.vr-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
.vr-stat { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.78); border: 1px solid rgba(37,99,235,.12); }
.vr-stat strong { display: block; font-size: 28px; line-height: 1; margin-bottom: 6px; }
.vr-stat span { color: var(--vr-muted); font-size: 14px; }

.vr-table-wrap { overflow-x: auto; border-radius: 20px; border: 1px solid rgba(37,99,235,.13); }
.vr-table { width: 100%; border-collapse: collapse; min-width: 720px; background: rgba(255,255,255,.82); }
.vr-table th,
.vr-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid rgba(37,99,235,.1); vertical-align: top; }
.vr-table th { color: var(--vr-text); background: rgba(37,99,235,.08); font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.vr-table tr:last-child td { border-bottom: 0; }
.vr-section-light .vr-table-wrap { border-color: #dfe5f0; }
.vr-section-light .vr-table { background: #fff; }
.vr-section-light .vr-table th { color: #1c2234; background: #edf1f8; }
.vr-section-light .vr-table th,
.vr-section-light .vr-table td { border-bottom-color: #e4e9f2; }

.vr-faq { display: grid; gap: 12px; }
.vr-faq-item { border: 1px solid rgba(37,99,235,.13); border-radius: 18px; background: rgba(255,255,255,.84); overflow: hidden; }
.vr-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}
.vr-faq-question::after { content: "+"; font-size: 22px; line-height: 1; color: var(--vr-red-2); }
.vr-faq-item.is-open .vr-faq-question::after { content: "−"; }
.vr-faq-answer { display: none; padding: 0 20px 18px; color: var(--vr-muted); }
.vr-faq-item.is-open .vr-faq-answer { display: block; }
.vr-section-light .vr-faq-item { background: #fff; border-color: #dfe5f0; }
.vr-section-light .vr-faq-answer { color: #5c6578; }

.vr-cta {
  padding: 46px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgb(209 50 62 / 35%), rgba(37, 99, 235, .24)), rgb(243 240 240 / 88%);
  border: 2px solid rgb(128 167 255 / 50%);
  box-shadow: var(--vr-shadow);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.vr-cta h2 { margin-bottom: 10px; }
.vr-cta p { margin-bottom: 0; color: #2a3241; }

.vr-page-hero { padding: 72px 0 42px; }
.vr-page-hero .vr-container { display: grid; gap: 18px; }
.vr-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--vr-muted); font-size: 14px; }
.vr-breadcrumbs a { color: var(--vr-blue); }
.vr-content { padding-bottom: 80px; }
.vr-prose {  }
.vr-prose ul,
.vr-prose ol { padding-left: 22px; margin: 0 0 18px; }
.vr-prose li { margin-bottom: 8px; }
.vr-alert { padding: 18px 20px; border-radius: 18px; background: rgba(230,57,70,.08); border: 1px solid rgba(230,57,70,.22); }
.vr-note { padding: 18px 20px; border-radius: 18px; background: rgba(37,99,235,.08); border: 1px solid rgba(37,99,235,.22); }

.vr-site-footer {
  padding: 54px 0 24px;
  background: #e8f3ff;
  border-top: 1px solid rgba(37,99,235,.12);
}
.vr-footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .8fr); gap: 28px; }
.vr-footer-title { margin-bottom: 12px; font-weight: 950; }
.vr-footer-links { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.vr-footer-links a { color: var(--vr-muted); }
.vr-footer-links a:hover { color: var(--vr-blue); }
.vr-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(37,99,235,.12); color: var(--vr-muted); font-size: 14px; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1060px) {
  .vr-main-nav {
    position: fixed;
    top: var(--vr-header-h);
    left: 16px;
    right: 16px;
    max-height: calc(100vh - var(--vr-header-h) - 22px);
    overflow-y: auto;
    display: none;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(37,99,235,.13);
    box-shadow: var(--vr-shadow);
  }
  .vr-main-nav.is-open { display: block; }
  .vr-menu { display: grid; gap: 5px; align-items: stretch; }
  .vr-menu a,
  .vr-submenu-toggle { width: 100%; justify-content: space-between; border-radius: 14px; }
  .vr-menu .sub-menu,
  .vr-submenu {
    position: static;
    width: 100%;
    display: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin: 4px 0 8px;
    box-shadow: none;
    background: rgba(37,99,235,.06);
  }
  .vr-menu li.is-open > .sub-menu,
  .vr-has-submenu.is-open > .vr-submenu { display: grid; }
  .vr-menu li:hover > .sub-menu,
  .vr-has-submenu:hover > .vr-submenu { transform: none; }
  .vr-burger { display: block; }
  .vr-header-actions .vr-mini-cta {}
  .vr-hero-grid { grid-template-columns: 1fr; }
  .vr-hero-panel { min-height: 470px; }
  .vr-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vr-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .vr-container { width: min(calc(100% - 28px), var(--vr-container)); }
  .vr-section { padding: 62px 0; }
  .vr-header-inner { gap: 12px; }
  .vr-brand { min-width: auto; }
  .vr-brand-sub { display: none; }
  .vr-hero { padding: 52px 0 66px; }
  .vr-hero-panel { min-height: 420px; border-radius: 28px; }
  .vr-float-card.one { left: 12px; top: 48px; }
  .vr-float-card.two { right: 12px; bottom: 72px; }
  .vr-float-card.three { left: 18px; bottom: 16px; }
  .vr-grid-2,
  .vr-grid-3,
  .vr-grid-4,
  .vr-product-tabs { grid-template-columns: 1fr; }
  .vr-band-grid,
  .vr-cta { grid-template-columns: 1fr; }
  .vr-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vr-card,
  .vr-price-card { padding: 22px; }
  .vr-feature-band,
  .vr-cta { padding: 24px; border-radius: 24px; }
  .vr-step { grid-template-columns: 44px 1fr; padding: 18px; gap: 14px; }
  .vr-step::before { width: 40px; height: 40px; border-radius: 13px; }
  .vr-footer-grid { grid-template-columns: 1fr; }
  .vr-footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  :root { --vr-header-h: 68px; }
  .vr-brand-mark { width: 38px; height: 38px; }
  .vr-brand-name { font-size: 16px; }
  .vr-burger { width: 40px; height: 40px; }
  .vr-hero-actions .vr-btn,
  .vr-hero-actions .vr-btn-secondary,
  .vr-cta .vr-btn { width: 100%; }
  .vr-hero-note { display: grid; }
  .vr-hero-panel { min-height: 390px; }
  .vr-hero-phone { width: 245px; border-width: 8px; border-radius: 34px; }
  .vr-phone-bear { width: 104px; height: 88px; }
  .vr-float-card { padding: 10px 12px; border-radius: 14px; }
  .vr-float-card strong { font-size: 15px; }
  .vr-float-card span { font-size: 12px; }
  .vr-stats { grid-template-columns: 1fr; }
  .vr-mini-plan { display: grid; }
  .vr-table-wrap { border: 0; overflow: visible; }
  .vr-table { min-width: 0; display: block; background: transparent; }
  .vr-table thead { display: none; }
  .vr-table tbody,
  .vr-table tr,
  .vr-table td { display: block; width: 100%; }
  .vr-table tr { margin-bottom: 12px; padding: 14px; border-radius: 16px; background: rgba(37,99,235,.06); border: 1px solid rgba(37,99,235,.13); }
  .vr-section-light .vr-table tr { background: #fff; border-color: #dfe5f0; }
  .vr-table td { padding: 8px 0; border-bottom: 0; }
  .vr-table td::before { content: attr(data-label); display: block; color: var(--vr-muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 2px; }
  .vr-section-light .vr-table td::before { color: #6a7387; }
}

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

@media (max-width: 380px) {
	header .vr-brand-name {
		display: none;
	}
	.vr-container {
		width: min(calc(100% - 18px), var(--vr-container));
	}
}

	.vr-herog img {
		margin: 0 auto;
		 max-width: 400px;
	}
@media (max-width: 450px) {
	.vr-herog img {
		margin: 0 auto;
		 max-width: 300px;
	}}
@media (max-width: 360px) {
	.vr-herog img {
		margin: 0 auto;
		 max-width: 250px;
	}}
.bttns {
	display: flex;
	gap: 20px;

	flex-wrap: wrap;
}