/*
Theme Name: Винни-Пух VPN
Theme URI: https://vinnipux.online/
Author: SEO WP Studio
Author URI: https://vinnipux.online/
Description: Лёгкая адаптивная WordPress-тема для русскоязычного VPN-сервиса Винни-Пух VPN: тарифы, загрузки, платформы, серверы, FAQ и контакты.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: vinnipux-vpn
*/

:root {
  --vpuh-bg: #fff8e7;
  --vpuh-bg-2: #fff1bf;
  --vpuh-surface: #ffffff;
  --vpuh-surface-soft: #fffaf0;
  --vpuh-ink: #2c2118;
  --vpuh-muted: #776a5d;
  --vpuh-honey: #f6b72f;
  --vpuh-honey-2: #ffce63;
  --vpuh-honey-dark: #c07710;
  --vpuh-forest: #31533b;
  --vpuh-leaf: #6dad4f;
  --vpuh-sky: #ffd437;
    --vpuh-blue-dark: #775313
  --vpuh-danger: #e45a34;
  --vpuh-border: rgba(44, 33, 24, .13);
  --vpuh-shadow: 0 20px 60px rgba(70, 42, 11, .13);
  --vpuh-shadow-soft: 0 10px 30px rgba(70, 42, 11, .08);
  --vpuh-radius: 28px;
  --vpuh-radius-sm: 18px;
  --vpuh-container: 1180px;
  --vpuh-header-h: 78px;
  --vpuh-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--vpuh-ink);
  background:
    radial-gradient(circle at top left, rgba(246, 183, 47, .32), transparent 34rem),
    radial-gradient(circle at top right, rgba(74, 125, 255, .13), transparent 28rem),
    linear-gradient(180deg, var(--vpuh-bg), #fff 50%, var(--vpuh-surface-soft));
  font-family: var(--vpuh-font);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--vpuh-honey-dark); }
img, svg { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(246, 183, 47, .45); }

.vpuh-skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--vpuh-ink);
  color: #fff;
}
.vpuh-skip-link:focus { left: 12px; }

.vpuh-container {
  width: min(100% - 32px, var(--vpuh-container));
  margin-inline: auto;
}
.vpuh-section { padding: 92px 0; }
.vpuh-section--soft {
  background: linear-gradient(180deg, rgba(255, 241, 191, .52), rgba(255, 255, 255, .65));
  border-block: 1px solid var(--vpuh-border);
}
.vpuh-section--compact { padding: 62px 0; }
.vpuh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid rgba(246, 183, 47, .38);
  border-radius: 999px;
  background: rgba(255, 251, 239, .86);
  color: var(--vpuh-honey-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
}
.vpuh-kicker {
  margin: 0 0 10px;
  color: var(--vpuh-honey-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
}
.vpuh-title {
  margin: 0;
  font-size: clamp(34px, 5.2vw, 68px);
  line-height: .98;
  letter-spacing: -.05em;
}
.vpuh-title span, .vpuh-gradient-text {
  background: linear-gradient(135deg, var(--vpuh-honey-dark), var(--vpuh-honey), var(--vpuh-sky));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vpuh-subtitle {
  margin: 20px 0 0;
  max-width: 760px;
  color: var(--vpuh-muted);
  font-size: clamp(17px, 2vw, 21px);
}
.vpuh-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 36px;
}
.vpuh-section-head h2, .vpuh-page-content h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.vpuh-section-head p, .vpuh-page-content .vpuh-lead {
  margin: 12px 0 0;
  color: var(--vpuh-muted);
  font-size: 18px;
  max-width: 690px;
}
.vpuh-page-content h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.05em;
	margin-bottom: 20px;
}
.vpuh-page-content h2 { margin-top: 0; margin-bottom: 20px;}
.vpuh-page-content h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.2; }
.vpuh-page-content p { margin: 0 0 16px; }
.vpuh-page-content ul, .vpuh-page-content ol { padding-left: 22px; margin: 0; }
.vpuh-page-content li + li { margin-top: 8px; }

.vpuh-btns { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.vpuh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.vpuh-btn:hover { transform: translateY(-2px); color: inherit; }
.vpuh-btn--primary {
  background: linear-gradient(135deg, var(--vpuh-honey), var(--vpuh-honey-2));
  color: var(--vpuh-ink);
  box-shadow: 0 14px 30px rgba(198, 119, 16, .22);
}
.vpuh-btn--primary:hover { box-shadow: 0 18px 36px rgba(198, 119, 16, .30); }
.vpuh-btn--dark { background: var(--vpuh-ink); color: #fff; box-shadow: var(--vpuh-shadow-soft); }
.vpuh-btn--dark:hover { color: #fff; }
.vpuh-btn--ghost { background: rgba(255, 255, 255, .7); border-color: var(--vpuh-border); }
.vpuh-btn--small { min-height: 40px; padding: 10px 14px; font-size: 14px; }
.vpuh-note { color: var(--vpuh-muted); font-size: 14px; }

.vpuh-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--vpuh-header-h);
  background: rgba(255, 248, 231, .88);
  border-bottom: 1px solid rgba(44, 33, 24, .1);
  backdrop-filter: blur(20px);
}
.vpuh-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: var(--vpuh-header-h);
}
.vpuh-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 950;
  letter-spacing: -.03em;
  font-size: 20px;
}
.vpuh-logo-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px 16px 18px 18px;
  background: linear-gradient(145deg, var(--vpuh-honey), #ffe1a1);
  box-shadow: inset 0 -7px 14px rgba(198, 119, 16, .20), 0 12px 24px rgba(198,119,16,.18);
}
.vpuh-logo-mark::before,
.vpuh-logo-mark::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 15px;
  height: 15px;
  background: #ffe1a1;
  border-radius: 50%;
  border: 2px solid rgba(44, 33, 24, .06);
}
.vpuh-logo-mark::before { left: 6px; }
.vpuh-logo-mark::after { right: 6px; }
.vpuh-logo-mark span { position: relative; z-index: 1; font-size: 18px; }
.vpuh-main-nav { display: flex; align-items: center; gap: 6px; }
.vpuh-menu, .vpuh-menu ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vpuh-menu li { position: relative; }
.vpuh-menu a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--vpuh-ink);
  font-size: 15px;
  font-weight: 800;
}
.vpuh-menu a:hover, .vpuh-menu .current-menu-item > a, .vpuh-menu .current_page_item > a {
  background: rgba(246, 183, 47, .18);
  color: var(--vpuh-honey-dark);
}
.vpuh-menu .menu-item-has-children > a::after {
  content: "▾";
  font-size: 10px;
  transform: translateY(1px);
}
.vpuh-menu .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: grid;
  width: 245px;
  padding: 10px;
  border: 1px solid var(--vpuh-border);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--vpuh-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.vpuh-menu .menu-item-has-children::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 14px;
}
.vpuh-menu .menu-item-has-children:hover > .sub-menu,
.vpuh-menu .menu-item-has-children:focus-within > .sub-menu,
.vpuh-menu .menu-item-has-children.vpuh-open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.vpuh-menu .sub-menu a {
  display: flex;
  width: 100%;
  border-radius: 14px;
  padding: 11px 12px;
  font-weight: 800;
}
.vpuh-header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.vpuh-burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--vpuh-border);
  border-radius: 15px;
  background: var(--vpuh-surface);
  cursor: pointer;
}
.vpuh-burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--vpuh-ink);
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}
body.vpuh-menu-open .vpuh-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.vpuh-menu-open .vpuh-burger span:nth-child(2) { opacity: 0; }
body.vpuh-menu-open .vpuh-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.vpuh-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 92px;
}
.vpuh-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -150px auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(246,183,47,.20), transparent 66%);
  pointer-events: none;
}
.vpuh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr);
  align-items: center;
  gap: 54px;
}
.vpuh-hero-card {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--vpuh-border);
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 20%, rgba(246, 183, 47, .42), transparent 32%),
    radial-gradient(circle at 80% 10%, rgba(74, 125, 255, .18), transparent 33%),
    linear-gradient(145deg, #fff, #fff6d6);
  box-shadow: var(--vpuh-shadow);
  overflow: hidden;
}
.vpuh-hero-card::before {
  content: "";
  position: absolute;
  inset: 46px 36px auto auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 204, 99, .95), rgba(246, 183, 47, .88));
  box-shadow: inset -18px -20px 0 rgba(198,119,16,.08), 0 18px 35px rgba(198,119,16,.18);
}
.vpuh-bear {
  position: absolute;
  right: 52px;
  top: 82px;
  width: 160px;
  height: 160px;
  border-radius: 44% 44% 48% 48%;
  background: linear-gradient(145deg, #ffdf8e, var(--vpuh-honey));
  box-shadow: inset -18px -20px 0 rgba(198, 119, 16, .10);
}
.vpuh-bear::before,
.vpuh-bear::after {
  content: "";
  position: absolute;
  top: -22px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffdf8e, #f6b72f);
}
.vpuh-bear::before { left: 12px; }
.vpuh-bear::after { right: 12px; }
.vpuh-bear-face {
  position: absolute;
  inset: 54px 38px 32px;
  border-radius: 48%;
  background: rgba(255, 246, 218, .66);
}
.vpuh-bear-face::before,
.vpuh-bear-face::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vpuh-ink);
}
.vpuh-bear-face::before { left: 24px; }
.vpuh-bear-face::after { right: 24px; }
.vpuh-phone {
  position: absolute;
  left: 54px;
  bottom: 46px;
  width: 250px;
  height: 390px;
  border: 12px solid #2c2118;
  border-radius: 42px;
  background: linear-gradient(180deg, #f8fbff, #fdf2cf);
  box-shadow: 0 28px 54px rgba(44,33,24,.20);
  overflow: hidden;
  transform: rotate(-4deg);
}
.vpuh-phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 72px;
  height: 8px;
  border-radius: 999px;
  background: rgba(44,33,24,.16);
  transform: translateX(-50%);
}
.vpuh-map-dots span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vpuh-sky);
  box-shadow: 0 0 0 8px rgba(74,125,255,.12), 0 0 18px rgba(74,125,255,.36);
}
.vpuh-map-dots span:nth-child(1){left:58px;top:94px}.vpuh-map-dots span:nth-child(2){left:148px;top:130px}.vpuh-map-dots span:nth-child(3){left:92px;top:204px}.vpuh-map-dots span:nth-child(4){left:172px;top:255px}.vpuh-map-dots span:nth-child(5){left:48px;top:292px}
.vpuh-shield {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 92px;
  height: 104px;
  background: linear-gradient(145deg, var(--vpuh-sky), var(--vpuh-blue-dark));
  clip-path: polygon(50% 0, 92% 15%, 83% 72%, 50% 100%, 17% 72%, 8% 15%);
  color: #fff;
  font-size: 32px;
  font-weight: 950;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 38px rgba(74,125,255,.45);
}
.vpuh-hero-float {
  position: absolute;
  right: 30px;
  bottom: 40px;
  width: 210px;
  padding: 16px;
  border: 1px solid var(--vpuh-border);
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  box-shadow: var(--vpuh-shadow-soft);
}
.vpuh-status-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 900; }
.vpuh-status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--vpuh-leaf); box-shadow: 0 0 0 6px rgba(109,173,79,.16); }
.vpuh-mini-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 24px; }
.vpuh-mini-stat {
  padding: 14px 12px;
  border: 1px solid var(--vpuh-border);
  border-radius: 18px;
  background: rgba(255,255,255,.66);
}
.vpuh-mini-stat strong { display: block; font-size: 24px; line-height: 1; }
.vpuh-mini-stat span { color: var(--vpuh-muted); font-size: 13px; }

.vpuh-grid { display: grid; gap: 20px; }
.vpuh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vpuh-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vpuh-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vpuh-card {
  position: relative;
  padding: 26px;
  border: 1px solid var(--vpuh-border);
  border-radius: var(--vpuh-radius);
  background: rgba(255,255,255,.84);
  box-shadow: var(--vpuh-shadow-soft);
  overflow: hidden;
}
.vpuh-card::after {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(246,183,47,.14);
}
.vpuh-card h3 { position: relative; margin: 12px 0 8px; font-size: 23px; line-height: 1.16; }
.vpuh-card p { position: relative; color: var(--vpuh-muted); margin: 0; }
.vpuh-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(246,183,47,.23), rgba(74,125,255,.13));
  font-size: 24px;
}
.vpuh-feature-list { display: grid; gap: 10px; margin-top: 16px; padding: 0; list-style: none; }
.vpuh-feature-list li {
  display: flex;
  gap: 10px;
  color: var(--vpuh-muted);
}
.vpuh-feature-list li::before { content: "✓"; color: var(--vpuh-forest); font-weight: 950; }

.vpuh-steps { counter-reset: step; }
.vpuh-step { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; }
.vpuh-step + .vpuh-step { margin-top: 18px; }
.vpuh-step::before {
  counter-increment: step;
  content: counter(step);
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: var(--vpuh-ink);
  color: #fff;
  font-weight: 950;
  font-size: 20px;
  box-shadow: var(--vpuh-shadow-soft);
}
.vpuh-step h3 { margin: 0 0 6px; }
.vpuh-step p { margin: 0; color: var(--vpuh-muted); }

.vpuh-pricing { align-items: stretch; }
.vpuh-price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--vpuh-border);
  border-radius: 30px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--vpuh-shadow-soft);
}
.vpuh-price-card--featured {
  border-color: rgba(246,183,47,.68);
  background: linear-gradient(180deg, #fff, #fff3c8);
  transform: translateY(-8px);
  box-shadow: var(--vpuh-shadow);
}
.vpuh-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(246,183,47,.18);
  color: var(--vpuh-honey-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.vpuh-price-card h3 { margin: 18px 0 8px; font-size: 27px; line-height: 1.1; }
.vpuh-price { display: flex; align-items: baseline; gap: 8px; margin: 8px 0 4px; }
.vpuh-price strong { font-size: 42px; line-height: 1; letter-spacing: -.04em; }
.vpuh-price s { color: var(--vpuh-muted); }
.vpuh-price small { color: var(--vpuh-muted); font-weight: 800; }
.vpuh-price-card ul { margin: 20px 0 24px; padding: 0; list-style: none; display: grid; gap: 10px; }
.vpuh-price-card li { color: var(--vpuh-muted); display: flex; gap: 9px; }
.vpuh-price-card li::before { content: "•"; color: var(--vpuh-honey-dark); font-weight: 950; }
.vpuh-price-card .vpuh-btn { margin-top: auto; width: 100%; }

.vpuh-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--vpuh-border);
  border-radius: var(--vpuh-radius);
  background: rgba(255,255,255,.85);
  box-shadow: var(--vpuh-shadow-soft);
}
.vpuh-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.vpuh-table th, .vpuh-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--vpuh-border);
  text-align: left;
  vertical-align: top;
}
.vpuh-table th { background: rgba(246,183,47,.13); font-weight: 950; }
.vpuh-table tr:last-child td { border-bottom: 0; }

.vpuh-device-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.vpuh-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--vpuh-border);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  font-weight: 850;
}
.vpuh-pill:hover { background: rgba(246,183,47,.16); color: var(--vpuh-honey-dark); }

.vpuh-faq { display: grid; gap: 12px; }
.vpuh-faq-item {
  border: 1px solid var(--vpuh-border);
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 22px rgba(70,42,11,.05);
  overflow: hidden;
}
.vpuh-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  color: var(--vpuh-ink);
  cursor: pointer;
  text-align: left;
  font-weight: 950;
}
.vpuh-faq-q::after { content: "+"; flex: 0 0 auto; font-size: 24px; line-height: 1; }
.vpuh-faq-item.vpuh-active .vpuh-faq-q::after { content: "−"; }
.vpuh-faq-a { display: none; padding: 0 22px 22px; color: var(--vpuh-muted); }
.vpuh-faq-item.vpuh-active .vpuh-faq-a { display: block; }

.vpuh-cta {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border-radius: 38px;
  background:radial-gradient(circle at 85% 20%, rgb(255 216 74 / 20%), transparent 28%), linear-gradient(135deg, var(--vpuh-ink), #4b3217);
  color: #fff;
  box-shadow: var(--vpuh-shadow);
}
.vpuh-cta::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(246,183,47,.18);
}
.vpuh-cta h2 { position: relative; margin: 0; max-width: 760px; font-size: clamp(30px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; }
.vpuh-cta p { position: relative; max-width: 680px; margin: 16px 0 26px; color: rgba(255,255,255,.76); font-size: 18px; }
.vpuh-cta .vpuh-btn--ghost { background: rgba(255,255,255,.11); color: #fff; border-color: rgba(255,255,255,.18); }

.vpuh-page-hero { padding: 58px 0 44px; }
.vpuh-breadcrumbs { margin-bottom: 18px; color: var(--vpuh-muted); font-size: 14px; }
.vpuh-breadcrumbs a { color: var(--vpuh-honey-dark); font-weight: 800; }
.vpuh-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; }
.vpuh-stat-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.vpuh-stat {
  padding: 20px;
  border: 1px solid var(--vpuh-border);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--vpuh-shadow-soft);
}
.vpuh-stat strong { display: block; font-size: 32px; line-height: 1; letter-spacing: -.04em; }
.vpuh-stat span { display: block; margin-top: 6px; color: var(--vpuh-muted); }
.vpuh-callout {
  padding: 22px;
  border: 1px solid rgba(246,183,47,.44);
  border-radius: var(--vpuh-radius);
  background: linear-gradient(135deg, rgba(255,241,191,.72), rgba(255,255,255,.82));
  box-shadow: var(--vpuh-shadow-soft);
}
.vpuh-warning { border-color: rgba(228,90,52,.30); background: rgba(228,90,52,.08); }
.vpuh-split { display: grid; grid-template-columns: .98fr 1.02fr; gap: 28px; align-items: center; }
.vpuh-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vpuh-check { padding: 16px; border: 1px solid var(--vpuh-border); border-radius: 18px; background: rgba(255,255,255,.76); }
.vpuh-check strong { display: block; margin-bottom: 4px; }
.vpuh-check span { color: var(--vpuh-muted); }
.vpuh-region-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vpuh-region {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--vpuh-border);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
}
.vpuh-region span:last-child { color: var(--vpuh-muted); font-weight: 800; }

.vpuh-footer {
  padding: 62px 0 26px;
  background: #241911;
  color: #fff;
}
.vpuh-footer a:hover { color: var(--vpuh-honey-2); }
.vpuh-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 34px; }
.vpuh-footer p { color: rgba(255,255,255,.66); margin: 14px 0 0; }
.vpuh-footer h2, .vpuh-footer h3 { margin: 0 0 14px; font-size: 18px; }
.vpuh-footer ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.vpuh-footer li, .vpuh-footer small { color: rgba(255,255,255,.68); }
.vpuh-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.vpuh-404 { min-height: 64vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.vpuh-404 h1 { margin: 0; font-size: clamp(56px, 10vw, 120px); line-height: 1; }
.vpuh-404 p { max-width: 560px; margin: 14px auto 24px; color: var(--vpuh-muted); font-size: 18px; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption { max-width: 100%; }
.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: 1100px) {
  .vpuh-header-actions .vpuh-btn--small {}
  .vpuh-menu a { padding-inline: 9px; font-size: 14px; }
  .vpuh-hero-grid { grid-template-columns: 1fr; }
  .vpuh-hero-card { max-width: 620px; width: 100%; margin-inline: auto; }
  .vpuh-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
  :root { --vpuh-header-h: 68px; }
  .vpuh-burger { display: inline-block; }
  .vpuh-main-nav {
    position: fixed;
    top: var(--vpuh-header-h);
    left: 0;
    right: 0;
    max-height: calc(100vh - var(--vpuh-header-h));
    overflow-y: auto;
    padding: 14px 16px 24px;
    border-bottom: 1px solid var(--vpuh-border);
    background: rgba(255,248,231,.98);
    box-shadow: var(--vpuh-shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  body.vpuh-menu-open .vpuh-main-nav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .vpuh-menu, .vpuh-menu ul { display: grid; width: 100%; gap: 6px; }
  .vpuh-menu a { justify-content: space-between; width: 100%; padding: 13px 14px; border-radius: 16px; background: rgba(255,255,255,.62); }
  .vpuh-menu .sub-menu {
    position: static;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: max-height .22s ease;
  }
  .vpuh-menu .menu-item-has-children.vpuh-open > .sub-menu { max-height: 640px; padding-top: 6px; }
  .vpuh-menu .menu-item-has-children::before { content: none; }
  .vpuh-section { padding: 70px 0; }
  .vpuh-section-head { display: block; }
  .vpuh-grid--3, .vpuh-grid--2 { grid-template-columns: 1fr; }
  .vpuh-split { grid-template-columns: 1fr; }
  .vpuh-stat-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vpuh-region-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vpuh-footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vpuh-footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .vpuh-container { width: min(100% - 22px, var(--vpuh-container)); }
  .vpuh-logo { font-size: 17px; }
  .vpuh-logo-mark { width: 38px; height: 38px; border-radius: 14px; }
  .vpuh-hero { padding: 44px 0 64px; }
  .vpuh-btn { width: 100%; }
  .vpuh-btns { align-items: stretch; }
  .vpuh-mini-stats, .vpuh-stat-row, .vpuh-grid--4, .vpuh-check-grid, .vpuh-region-list { grid-template-columns: 1fr; }
  .vpuh-hero-card { min-height: 440px; border-radius: 28px; }
  .vpuh-phone { left: 24px; bottom: 32px; width: 210px; height: 324px; border-width: 10px; }
  .vpuh-bear { right: 26px; top: 62px; width: 122px; height: 122px; }
  .vpuh-bear-face { inset: 42px 28px 24px; }
  .vpuh-hero-float { right: 18px; bottom: 22px; width: 176px; padding: 13px; }
  .vpuh-card, .vpuh-price-card { padding: 22px; border-radius: 24px; }
  .vpuh-price-card--featured { transform: none; }
  .vpuh-cta { padding: 34px 22px; border-radius: 28px; }
  .vpuh-table { min-width: 640px; }
  .vpuh-footer-bottom { display: block; }
  .vpuh-footer-bottom small { display: block; margin-top: 10px; }
}
@media (max-width: 375px) {
	header .vpuh-logo span {
		display:none;
	}

    .vpuh-container {
        width: min(90% - 12px, var(--vpuh-container));
	}
}

.hero-card {
	    margin: 0 auto;
}