/* =====================================================
   HOTVPN.RU — Cinematic Design System 2026
   ===================================================== */

/* =====================================================
   VARIABLES
   ===================================================== */
:root {
  --hv-orange:      #ff4500;
  --hv-orange-dark: #cc2200;
  --hv-orange-lt:   #ff6b35;
  --hv-gold:        #ffd700;
  --hv-grad:        linear-gradient(135deg, #ff8c00, #ff4500);
  --hv-grad-h:      linear-gradient(135deg, #ff5c1a, #cc2200);
  --hv-grad-gold:   linear-gradient(135deg, #ffd700, #ff8c00);

  --hv-dark:   #080a14;
  --hv-dark2:  #0d1022;
  --hv-dark3:  #141830;
  --hv-dark4:  #1c2240;

  --hv-green:  #00e676;
  --hv-blue:   #00b4d8;
  --hv-purple: #a855f7;
  --hv-cyan:   #06b6d4;

  --hv-text:       #1e2235;
  --hv-text-muted: #64748b;
  --hv-border:     #e2e8f0;
  --hv-bg:         #f0f2f7;

  --hv-card-shadow: 0 4px 32px rgba(0,0,0,0.08);
  --hv-card-hover:  0 16px 48px rgba(0,0,0,0.18);
  --hv-r:    16px;
  --hv-r-lg: 24px;

  --hv-glow-orange: 0 0 40px rgba(255,69,0,0.4);
}

/* =====================================================
   RESET / BASE
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; margin-top: 0 !important; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--hv-bg);
  color: var(--hv-text);
  margin: 0;
  padding-bottom: 72px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a, a:hover, a:focus, a:active, a:visited {
  text-decoration: none !important;
}

img { max-width: 100%; display: block; }
ul  { list-style: none; margin: 0; padding: 0; }
p   { margin-bottom: 0; }

/* Prevent inline SVGs without explicit size from stretching */
svg:not([width]):not([height]) {
  max-width: 100%;
  height: auto;
}

/* =====================================================
   NAVBAR — Glass Dark
   ===================================================== */
nav.navbar {
  background: rgba(8,10,20,0.95);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  box-shadow: 0 1px 0 rgba(255,69,0,0.25), 0 8px 40px rgba(0,0,0,0.5);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 1050;
  border-bottom: 1px solid rgba(255,69,0,0.12);
}
.vpn-header-logo { height: 44px; width: auto; }

nav .navbar-nav .nav-link {
  color: rgba(255,255,255,0.82) !important;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 8px 18px;
  border-radius: 10px;
  transition: all 0.22s;
  text-decoration: none !important;
}
nav .navbar-nav .nav-link:hover {
  color: #fff !important;
  background: rgba(255,69,0,0.2);
}

/* Hide navbar-toggler on mobile */
.navbar-toggler { display: none !important; }

/* =====================================================
   HERO — Cinematic Living Background
   ===================================================== */
.hv-hero {
  background: var(--hv-dark);
  position: relative;
  overflow: hidden;
  padding: 80px 0 110px;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hv-hero__aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hv-hero__aurora::before {
  content: '';
  position: absolute;
  top: -30%; left: -20%;
  width: 70%; height: 120%;
  background: radial-gradient(ellipse, rgba(255,69,0,0.18) 0%, transparent 65%);
  animation: auroraShift1 12s ease-in-out infinite alternate;
  border-radius: 50%;
}
.hv-hero__aurora::after {
  content: '';
  position: absolute;
  bottom: -20%; right: -10%;
  width: 60%; height: 100%;
  background: radial-gradient(ellipse, rgba(168,85,247,0.12) 0%, transparent 65%);
  animation: auroraShift2 15s ease-in-out infinite alternate;
  border-radius: 50%;
}

.hv-hero__orb3 {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,180,216,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  animation: orbPulse 8s ease-in-out infinite;
}

.hv-hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,69,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,69,0,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  animation: gridDrift 30s linear infinite;
}

.hv-hero__particles {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.hv-hero__particles span {
  position: absolute;
  border-radius: 50%;
  animation: particleFloat linear infinite;
}
.hv-hero__particles span:nth-child(1)  { width:5px;  height:5px;  left:8%;  background:#ff4500; opacity:.2;  animation-duration:14s; animation-delay:0s;   }
.hv-hero__particles span:nth-child(2)  { width:3px;  height:3px;  left:18%; background:#ffd700; opacity:.25; animation-duration:18s; animation-delay:2s;   }
.hv-hero__particles span:nth-child(3)  { width:7px;  height:7px;  left:32%; background:#a855f7; opacity:.15; animation-duration:12s; animation-delay:5s;   }
.hv-hero__particles span:nth-child(4)  { width:4px;  height:4px;  left:48%; background:#ff4500; opacity:.2;  animation-duration:20s; animation-delay:1s;   }
.hv-hero__particles span:nth-child(5)  { width:6px;  height:6px;  left:62%; background:#00e676; opacity:.18; animation-duration:16s; animation-delay:3s;   }
.hv-hero__particles span:nth-child(6)  { width:3px;  height:3px;  left:75%; background:#ffd700; opacity:.2;  animation-duration:22s; animation-delay:7s;   }
.hv-hero__particles span:nth-child(7)  { width:8px;  height:8px;  left:88%; background:#ff4500; opacity:.12; animation-duration:15s; animation-delay:4s;   }
.hv-hero__particles span:nth-child(8)  { width:4px;  height:4px;  left:55%; background:#00b4d8; opacity:.2;  animation-duration:19s; animation-delay:6s;   }
.hv-hero__particles span:nth-child(9)  { width:5px;  height:5px;  left:22%; background:#a855f7; opacity:.15; animation-duration:13s; animation-delay:9s;   }
.hv-hero__particles span:nth-child(10) { width:3px;  height:3px;  left:42%; background:#ff8c00; opacity:.22; animation-duration:17s; animation-delay:2s;   }
.hv-hero__particles span:nth-child(11) { width:6px;  height:6px;  left:70%; background:#ffd700; opacity:.16; animation-duration:21s; animation-delay:11s;  }
.hv-hero__particles span:nth-child(12) { width:4px;  height:4px;  left:5%;  background:#00e676; opacity:.18; animation-duration:25s; animation-delay:8s;   }

.hv-hero__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Hero Left */
.hv-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,69,0,0.1);
  border: 1px solid rgba(255,69,0,0.35);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--hv-orange-lt);
  margin-bottom: 22px;
  letter-spacing: 0.3px;
  backdrop-filter: blur(10px);
}
.hv-badge-dot {
  width: 8px; height: 8px;
  background: var(--hv-green);
  border-radius: 50%;
  animation: pulseDot 2s ease-in-out infinite;
  flex-shrink: 0;
}

.hv-hero__title {
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}
.hv-hero__title-accent {
  background: var(--hv-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  filter: drop-shadow(0 0 20px rgba(255,100,0,0.4));
}
.hv-hero__month-tag {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 8px;
  padding: 4px 14px;
  vertical-align: middle;
  margin-left: 10px;
  backdrop-filter: blur(10px);
}

.hv-hero__sub {
  font-size: 1.08rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 520px;
}
.hv-hero__sub strong { color: rgba(255,255,255,0.95); }

.hv-hero__list { margin-bottom: 36px; }
.hv-hero__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  margin-bottom: 12px;
  padding: 6px 0;
}
.hv-hero__list-icon {
  width: 32px; height: 32px;
  background: rgba(255,69,0,0.15);
  border: 1px solid rgba(255,69,0,0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--hv-orange);
  transition: all 0.25s;
}
.hv-hero__list li:hover .hv-hero__list-icon {
  background: rgba(255,69,0,0.3);
  transform: scale(1.1);
}
.hv-hero__list-icon svg { display: block; }
.hv-hero__list li strong { color: #fff; }

/* Hero CTA */
.hv-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hv-grad);
  color: #fff !important;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 18px 36px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(255,69,0,0.5), 0 0 0 1px rgba(255,150,0,0.3);
  transition: all 0.28s cubic-bezier(0.34,1.56,0.64,1);
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}
.hv-hero__cta::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.18) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}
.hv-hero__cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 44px rgba(255,69,0,0.65), 0 0 0 2px rgba(255,150,0,0.4);
  color: #fff !important;
}
.hv-hero__cta:hover::before { opacity: 1; }
.hv-cta-icon { width: 20px; height: 20px; }
.hv-cta-arrow { width: 16px; height: 16px; }

/* Hero Stats */
.hv-hero__stats {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  backdrop-filter: blur(10px);
}
.hv-stat strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.5px;
}
.hv-stat span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  margin-top: 2px;
  display: block;
}
.hv-stat-divider {
  width: 1px; height: 38px;
  background: rgba(255,255,255,0.12);
}

/* Hero Right — Podium */
.hv-hero__podium {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(20px) saturate(150%);
  border-radius: 24px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
}
.hv-hero__podium::before {
  content: '';
  position: absolute;
  top: -40px; left: -40px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(255,69,0,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hv-podium__label {
  font-size: 0.75rem;
  font-weight: 800;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hv-podium__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.hv-podium__card:last-child { margin-bottom: 0; }
.hv-podium__card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,69,0,0.35);
  transform: translateX(5px);
}
.hv-podium__card--1 {
  border-color: rgba(255,100,0,0.45);
  background: rgba(255,69,0,0.1);
  box-shadow: 0 4px 20px rgba(255,69,0,0.15), inset 0 1px 0 rgba(255,150,0,0.2);
}
.hv-podium__card--1::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--hv-grad);
  border-radius: 3px 0 0 3px;
}
.hv-podium__rank {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--hv-grad);
  color: #fff;
  font-weight: 900;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(255,69,0,0.4);
}
.hv-podium__card--2 .hv-podium__rank { background: linear-gradient(135deg,#6b7280,#9ca3af); box-shadow: none; }
.hv-podium__card--3 .hv-podium__rank { background: linear-gradient(135deg,#92400e,#b45309); box-shadow: none; }
.hv-podium__logo {
  max-height: 28px; max-width: 100px;
  width: auto; object-fit: contain;
  /* SVG логотипы делаем белыми, jpg/png/webp оставляем цветными */
}
.hv-podium__logo[src$=".svg"] { filter: brightness(0) invert(1); }
.hv-podium__logo[src$=".jpg"],
.hv-podium__logo[src$=".png"],
.hv-podium__logo[src$=".webp"] {
  max-height: 34px; max-width: 80px;
  border-radius: 6px; filter: none;
}
.hv-podium__info { flex: 1; min-width: 0; }
.hv-podium__name {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
}
.hv-podium__deal {
  font-size: 0.72rem;
  color: var(--hv-orange-lt);
  font-weight: 600;
}
.hv-podium__score {
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}

/* Wave dividers */
.hv-hero__wave {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  line-height: 0;
}
.hv-hero__wave svg { display: block; width: 100%; }

.hv-wave-to-dark,
.hv-wave-to-light {
  line-height: 0;
  margin: 0; padding: 0;
  background: var(--hv-bg);
}
.hv-wave-to-dark { background: var(--hv-bg); }
.hv-wave-to-light { background: var(--hv-dark); }
.hv-wave-to-dark svg,
.hv-wave-to-light svg { display: block; width: 100%; }

/* =====================================================
   TRUST BAR
   ===================================================== */
.hv-trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--hv-border);
  padding: 16px 0;
}
.hv-trust-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.hv-trust-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--hv-text-muted);
}
.hv-trust-item svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  color: var(--hv-orange);
  stroke: var(--hv-orange);
  flex-shrink: 0;
  display: block;
}
.hv-trust-item strong { color: var(--hv-text); }

/* =====================================================
   SECTIONS COMMON
   ===================================================== */
.hv-section { padding: 72px 0; }

.hv-section__header {
  text-align: center;
  margin-bottom: 52px;
}

/* Eyebrow pill */
.hv-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,69,0,0.09);
  border: 1px solid rgba(255,69,0,0.22);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--hv-orange);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.hv-section__eyebrow--light {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.75);
}
.hv-section__eyebrow svg {
  flex-shrink: 0;
  width: 14px; height: 14px;
  min-width: 14px; min-height: 14px;
  display: block;
}

.hv-section__title {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--hv-text);
  margin-bottom: 14px;
  letter-spacing: -0.8px;
  line-height: 1.15;
}
.hv-section__sub {
  font-size: 1rem;
  color: var(--hv-text-muted);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Universal CTA btn */
.hv-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--hv-grad);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 13px 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(255,69,0,0.38);
  transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
  text-decoration: none !important;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.hv-cta-btn::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.25s;
}
.hv-cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 28px rgba(255,69,0,0.55);
  color: #fff !important;
}
.hv-cta-btn:hover::after { opacity: 1; }
.hv-cta-btn--lg { padding: 16px 30px; font-size: 1rem; border-radius: 14px; }
.hv-cta-btn--full { width: 100%; justify-content: center; }
.hv-cta-btn--outline {
  background: transparent !important;
  border: 2px solid var(--hv-border);
  color: var(--hv-text) !important;
  box-shadow: none;
}
.hv-cta-btn--outline:hover {
  border-color: var(--hv-orange);
  color: var(--hv-orange) !important;
  box-shadow: 0 4px 16px rgba(255,69,0,0.15);
  transform: translateY(-2px);
}
.hv-cta-btn--outline-light {
  background: transparent !important;
  border: 1.5px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.8) !important;
  box-shadow: none;
}
.hv-cta-btn--outline-light:hover {
  border-color: rgba(255,255,255,0.5);
  color: #fff !important;
  background: rgba(255,255,255,0.08) !important;
  transform: translateY(-2px);
}

/* =====================================================
   VPN CARDS SECTION
   ===================================================== */
.hv-cards-section {
  background: var(--hv-bg);
  position: relative;
}
.hv-cards-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--hv-grad);
}

/* Card */
.vpn_new_card {
  background: #fff;
  border-radius: var(--hv-r);
  border: 1px solid var(--hv-border);
  box-shadow: var(--hv-card-shadow);
  padding: 28px 24px 22px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 210px 1fr 150px 200px;
  gap: 0 24px;
  align-items: center;
  position: relative;
  transition: box-shadow 0.3s, transform 0.25s, border-color 0.25s;
  animation: fadeInUp 0.5s ease backwards;
}
.vpn_new_card:nth-child(1) { animation-delay: 0.05s; }
.vpn_new_card:nth-child(2) { animation-delay: 0.12s; }
.vpn_new_card:nth-child(3) { animation-delay: 0.19s; }
.vpn_new_card:nth-child(4) { animation-delay: 0.26s; }
.vpn_new_card:nth-child(5) { animation-delay: 0.33s; }

.vpn_new_card:hover {
  box-shadow: var(--hv-card-hover);
  transform: translateY(-4px);
  border-color: rgba(255,69,0,0.2);
}

/* #1 featured card */
.vpn_new_card:first-child {
  border: 2px solid rgba(255,100,0,0.5);
  box-shadow: 0 8px 36px rgba(255,69,0,0.18), 0 0 0 1px rgba(255,150,0,0.1);
  background: linear-gradient(135deg, #fff 0%, #fff7f4 100%);
  animation: pulseCard 4s ease-in-out infinite;
}
.vpn_new_card:first-child:hover {
  box-shadow: 0 16px 52px rgba(255,69,0,0.28), 0 0 0 2px rgba(255,150,0,0.2);
}

/* Position badge */
.new_product_number {
  position: absolute;
  top: -1px; left: -1px;
  border-radius: 15px 0 13px 0;
  padding: 5px 14px;
  z-index: 2;
  line-height: 1;
}
.orange-pill    { background: var(--hv-grad); }
.dark-grey-pill { background: linear-gradient(135deg,#2d3748,#4a5568); }
.new_custom_ribbon { font-weight: 900; font-size: 1rem; color: #fff; }

/* Editor label */
.product_label {
  position: absolute;
  top: 34px; left: -1px;
  background: var(--hv-grad);
  border-radius: 0 9px 9px 0;
  padding: 4px 14px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  z-index: 2;
  white-space: nowrap;
  letter-spacing: 0.3px;
  box-shadow: 2px 2px 8px rgba(255,69,0,0.3);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Col 1 */
.new_first_container { grid-column: 1; padding-top: 30px; }
.new-product-img {
  max-height: 44px; max-width: 160px;
  width: auto; height: auto;
  object-fit: contain;
  display: block;
}
/* Логотипы в формате jpg/png/webp — чуть крупнее */
.new-product-img[src$=".jpg"],
.new-product-img[src$=".png"],
.new-product-img[src$=".webp"] {
  max-height: 52px; max-width: 140px;
  border-radius: 8px;
}
.new_product_description {
  color: var(--hv-text-muted);
  font-size: 0.82rem;
  line-height: 1.65;
  margin-top: 12px;
}

/* Social proof */
.card-social-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border-radius: 8px;
  padding: 7px 12px;
  border-left: 3px solid var(--hv-green);
  margin-top: 10px;
}
.card-social-proof p { font-size: 0.79rem; color: #166534; margin: 0; font-weight: 600; }
.social-pct-badge {
  background: var(--hv-green);
  color: #fff;
  font-weight: 900;
  font-size: 0.8rem;
  border-radius: 6px;
  padding: 2px 8px;
  flex-shrink: 0;
}

/* Col 2 */
.new_second_container { grid-column: 2; }
.os-label {
  font-size: 0.72rem;
  color: var(--hv-text-muted);
  font-weight: 700;
  white-space: nowrap;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.new_os_icons { display: flex; flex-wrap: wrap; gap: 5px; }
.new_os_icons img {
  width: 22px; height: 22px;
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}
.new_os_icons img:hover { opacity: 1; transform: scale(1.15); }
.new_os_pics { margin-bottom: 14px; }

.vpn-features-list { margin: 0; padding: 0; }
.vpn-features-list li {
  font-size: 0.83rem;
  color: #334155;
  margin-bottom: 7px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.45;
}
.vpn-features-list li svg { margin-top: 2px; flex-shrink: 0; }

.green-text  { color: #16a34a  !important; }
.red-text    { color: var(--hv-orange) !important; }
.discount-plus { color: var(--hv-orange-dark); font-weight: 700; }

/* Col 3 — score */
.new_third_container {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progress {
  position: relative;
  width: 92px; height: 92px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  background-color: transparent !important;
  flex-shrink: 0;
}
.circle-1  { background: conic-gradient(#ff4500 0% 99%, #e8eaf0 99% 100%) !important; filter: drop-shadow(0 0 8px rgba(255,69,0,0.35)); }
.circle-2  { background: conic-gradient(#ff4500 0% 98%, #e8eaf0 98% 100%) !important; }
.circle-3  { background: conic-gradient(#f59e0b 0% 97%, #e8eaf0 97% 100%) !important; }
.circle-4  { background: conic-gradient(#f59e0b 0% 95%, #e8eaf0 95% 100%) !important; }
.circle-5  { background: conic-gradient(#64748b 0% 92%, #e8eaf0 92% 100%) !important; }
.circle-6  { background: conic-gradient(#64748b 0% 90%, #e8eaf0 90% 100%) !important; }
.circle-7  { background: conic-gradient(#64748b 0% 88%, #e8eaf0 88% 100%) !important; }
.circle-8  { background: conic-gradient(#94a3b8 0% 86%, #e8eaf0 86% 100%) !important; }
.circle-9  { background: conic-gradient(#94a3b8 0% 84%, #e8eaf0 84% 100%) !important; }
.circle-10 { background: conic-gradient(#94a3b8 0% 82%, #e8eaf0 82% 100%) !important; }

.progress::after {
  content: '';
  position: absolute;
  width: 72px; height: 72px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.vpn_new_card:first-child .progress::after { background: #fff9f7; }
.progress-value {
  position: absolute;
  z-index: 2;
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--hv-text);
  letter-spacing: -0.5px;
}
.new_rating_text {
  font-size: 0.68rem;
  color: #94a3b8;
  text-align: center;
  margin-top: 7px;
  line-height: 1.3;
}

/* Rating bars */
.new-rating { width: 100%; }
.rating-group { margin-bottom: 7px; }
.rating-group p {
  font-size: 0.7rem;
  color: var(--hv-text-muted);
  font-weight: 600;
  margin-bottom: 3px;
  text-align: center;
}
.rating-line { display: flex; gap: 3px; justify-content: center; }
.rating-line span {
  display: inline-block;
  width: 16px; height: 4px;
  border-radius: 3px;
  background: #e2e8f0;
}
.rating-5 span:nth-child(-n+5) { background: var(--hv-orange); }
.rating-4 span:nth-child(-n+4) { background: #f59e0b; }
.rating-3 span:nth-child(-n+3) { background: #94a3b8; }

/* Col 4 — CTA */
.new_last_container {
  grid-column: 4;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.vpn-cta-btn {
  display: block;
  background: var(--hv-grad);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 18px;
  border-radius: 13px;
  text-align: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(255,69,0,0.38);
  transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
  text-decoration: none !important;
  line-height: 1.35;
  position: relative;
  overflow: hidden;
}
.vpn-cta-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.25s;
}
.vpn-cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 28px rgba(255,69,0,0.55);
  color: #fff !important;
}
.vpn-cta-btn:hover::before { opacity: 1; }

/* Обзор кнопка */
.vpn-review-btn {
  display: block;
  background: transparent;
  color: var(--hv-text-muted) !important;
  font-weight: 600;
  font-size: 0.83rem;
  padding: 10px 16px;
  border-radius: 11px;
  text-align: center;
  border: 1.5px solid var(--hv-border);
  cursor: pointer;
  transition: all 0.22s;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.vpn-review-btn:hover {
  border-color: var(--hv-orange);
  color: var(--hv-orange) !important;
  background: rgba(255,69,0,0.05);
  transform: translateY(-1px);
}

/* Show more btn */
.hv-show-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 36px;
  background: #fff;
  border: 2px solid var(--hv-orange);
  border-radius: 100px;
  color: var(--hv-orange);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.34,1.56,0.64,1);
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 4px 16px rgba(255,69,0,0.12);
}
.hv-show-more-btn:hover,
.hv-show-more-btn.active {
  background: var(--hv-grad);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 24px rgba(255,69,0,0.4);
  transform: translateY(-2px);
}

/* =====================================================
   COMPARE — Card Layout (New!)
   ===================================================== */
.hv-compare-section {
  background: linear-gradient(160deg, var(--hv-dark) 0%, var(--hv-dark3) 60%, var(--hv-dark2) 100%);
  position: relative;
  overflow: hidden;
}
.hv-compare-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,69,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,69,0,0.04) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}
/* Glow behind cards */
.hv-compare-section::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse, rgba(255,69,0,0.12) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

.hv-compare-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 1;
}

.hv-cmp-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 32px 26px;
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.34,1.3,0.64,1);
}
.hv-cmp-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
}
.hv-cmp-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}

/* Featured card glow */
.hv-cmp-card--featured {
  border-color: rgba(255,100,0,0.5) !important;
  background: rgba(255,69,0,0.08) !important;
  box-shadow: 0 0 0 1px rgba(255,100,0,0.2), 0 16px 60px rgba(255,69,0,0.25);
  transform: translateY(-6px) scale(1.02);
}
.hv-cmp-card--featured:hover {
  transform: translateY(-14px) scale(1.03);
  box-shadow: 0 0 0 2px rgba(255,100,0,0.4), 0 32px 80px rgba(255,69,0,0.35);
}
.hv-cmp-card--featured::after {
  content: '';
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 250px; height: 250px;
  background: radial-gradient(circle, rgba(255,69,0,0.2) 0%, transparent 70%);
  pointer-events: none;
}

/* Best badge */
.hv-cmp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--hv-grad);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 100px;
  padding: 4px 14px;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
  box-shadow: 0 3px 12px rgba(255,69,0,0.45);
}

/* Score ring */
.hv-cmp-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.hv-cmp-score-ring {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: conic-gradient(var(--ring-color, var(--hv-orange)) 0% 100%, transparent 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 30px rgba(255,69,0,0.3);
}
.hv-cmp-score-ring::before {
  content: '';
  position: absolute;
  width: 62px; height: 62px;
  background: var(--hv-dark3);
  border-radius: 50%;
}
.hv-cmp-card--featured .hv-cmp-score-ring::before { background: #1a1230; }
.hv-cmp-score-ring span {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
}
.hv-cmp-logo {
  max-height: 32px; max-width: 140px;
  width: auto; object-fit: contain;
  display: block;
}
.hv-cmp-logo[src$=".svg"] { filter: brightness(0) invert(1); }
.hv-cmp-logo[src$=".jpg"],
.hv-cmp-logo[src$=".png"],
.hv-cmp-logo[src$=".webp"] {
  max-height: 42px; max-width: 110px;
  border-radius: 8px; filter: none;
}

/* Stats grid */
.hv-cmp-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
.hv-cmp-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  padding: 10px 12px;
  transition: background 0.2s;
}
.hv-cmp-card--featured .hv-cmp-stat { background: rgba(255,255,255,0.07); }
.hv-cmp-stat:hover { background: rgba(255,255,255,0.1); }
.hv-cmp-stat__icon {
  color: var(--hv-orange);
  stroke: var(--hv-orange);
  flex-shrink: 0;
  width: 16px; height: 16px;
}
.hv-cmp-stat__val {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.hv-cmp-stat__label {
  display: block;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Features list */
.hv-cmp-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}
.hv-cmp-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
}
.hv-cmp-feature--yes svg { color: var(--hv-green); stroke: var(--hv-green); }

/* =====================================================
   WHY VPN — Dark Cinematic (enhanced)
   ===================================================== */
.hv-why-section {
  background: linear-gradient(160deg, var(--hv-dark) 0%, var(--hv-dark3) 50%, var(--hv-dark2) 100%);
  position: relative;
  overflow: hidden;
}
.hv-why-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,69,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,69,0,0.03) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}
.hv-why-section::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(168,85,247,0.1) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
}

.hv-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 1;
}

.hv-why-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px 26px;
  backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.34,1.3,0.64,1);
  position: relative;
  overflow: hidden;
  cursor: default;
}
/* Colored corner glow based on icon */
.hv-why-card::before {
  content: '';
  position: absolute;
  top: -50px; left: -50px;
  width: 150px; height: 150px;
  background: radial-gradient(circle, var(--icon-main, #ff4500) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
  filter: blur(20px);
}
/* Bottom right accent line */
.hv-why-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  height: 2px;
  width: 0;
  background: var(--icon-main, var(--hv-orange));
  transition: width 0.4s cubic-bezier(0.34,1.3,0.64,1);
  border-radius: 0 0 20px 20px;
}
.hv-why-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
  transform: translateY(-8px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.35);
}
.hv-why-card:hover::before { opacity: 0.15; }
.hv-why-card:hover::after  { width: 100%; }

.hv-why-icon {
  width: 58px; height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
}
.hv-why-icon svg { display: block; }
.hv-why-card:hover .hv-why-icon {
  transform: scale(1.1) rotate(-5deg);
}

.hv-why-title {
  color: #fff;
  font-weight: 800;
  font-size: 1.04rem;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.hv-why-text {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  line-height: 1.7;
}

/* =====================================================
   TIPS SECTION — Elevated (new visual)
   ===================================================== */
.hv-tips-section {
  background: var(--hv-bg);
  position: relative;
  overflow: hidden;
}
/* Subtle decorative element */
.hv-tips-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,69,0,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.hv-tips-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hv-tip-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  border: 1px solid var(--hv-border);
  border-left: 4px solid transparent;
  transition: all 0.3s cubic-bezier(0.34,1.3,0.64,1);
  position: relative;
  overflow: hidden;
}
/* Number bg decoration */
.hv-tip-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 100%;
  background: linear-gradient(to left, rgba(255,69,0,0.025) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.hv-tip-card:hover {
  box-shadow: 0 12px 44px rgba(0,0,0,0.12);
  border-left-color: var(--hv-orange);
  transform: translateX(6px);
}
.hv-tip-card:hover::before { opacity: 1; }

.hv-tip-num {
  width: 60px; height: 60px;
  background: var(--hv-grad);
  border-radius: 18px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 20px rgba(255,69,0,0.4);
  gap: 2px;
}
.hv-tip-num svg { display: block; }
.hv-tip-num span {
  font-size: 0.65rem;
  font-weight: 900;
  opacity: 0.8;
  line-height: 1;
}
.hv-tip-title {
  font-weight: 800;
  color: var(--hv-text);
  font-size: 1.02rem;
  margin-bottom: 8px;
  letter-spacing: -0.2px;
}
.hv-tip-text {
  color: var(--hv-text-muted);
  font-size: 0.85rem;
  line-height: 1.72;
}

/* =====================================================
   ABOUT / HOW WE TEST
   ===================================================== */
.hv-about-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.hv-about-section::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 40%; height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(255,69,0,0.025) 100%);
  pointer-events: none;
}
.hv-about-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hv-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,69,0,0.08);
  border: 1px solid rgba(255,69,0,0.2);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--hv-orange);
  margin-bottom: 18px;
}
.hv-about-title {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--hv-text);
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
}
.hv-about-text {
  color: var(--hv-text-muted);
  font-size: 0.96rem;
  line-height: 1.75;
  margin-bottom: 28px;
}
.hv-about-text strong { color: var(--hv-text); }
.hv-about-steps { display: flex; flex-direction: column; gap: 14px; }
.hv-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  transition: background 0.22s;
}
.hv-step:hover { background: rgba(255,69,0,0.04); }
.hv-step__icon {
  width: 48px; height: 48px;
  background: rgba(255,69,0,0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hv-orange);
  stroke: var(--hv-orange);
  flex-shrink: 0;
  transition: all 0.22s;
}
.hv-step__icon svg { stroke: var(--hv-orange); }
.hv-step:hover .hv-step__icon {
  background: var(--hv-grad);
  box-shadow: 0 4px 14px rgba(255,69,0,0.35);
}
.hv-step:hover .hv-step__icon svg { stroke: #fff; }
.hv-step strong { display: block; font-weight: 800; color: var(--hv-text); font-size: 0.95rem; margin-bottom: 3px; }
.hv-step p { color: var(--hv-text-muted); font-size: 0.83rem; margin: 0; }

.hv-about-right { display: flex; flex-direction: column; gap: 14px; }
.hv-award-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  background: var(--hv-bg);
  border: 1px solid var(--hv-border);
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.34,1.3,0.64,1);
  position: relative;
  overflow: hidden;
}
.hv-award-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 4px; height: 100%;
  background: var(--hv-grad);
  opacity: 0;
  transition: opacity 0.25s;
}
.hv-award-card:hover {
  border-color: rgba(255,69,0,0.3);
  box-shadow: 0 8px 28px rgba(255,69,0,0.12);
  transform: translateX(6px);
  background: #fff;
}
.hv-award-card:hover::before { opacity: 1; }
.hv-award-score {
  font-size: 1.7rem;
  font-weight: 900;
  background: var(--hv-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
  min-width: 52px;
}
.hv-award-logo {
  max-height: 32px; max-width: 130px;
  width: auto; object-fit: contain;
  flex: 1;
}
.hv-award-logo[src$=".jpg"],
.hv-award-logo[src$=".png"],
.hv-award-logo[src$=".webp"] {
  max-height: 40px; max-width: 100px;
  border-radius: 6px;
}
.hv-award-ext { color: #94a3b8; flex-shrink: 0; }

/* =====================================================
   FAQ
   ===================================================== */
.hv-faq-section {
  background: var(--hv-bg);
  position: relative;
}
.hv-faq-list { max-width: 820px; margin: 0 auto; }
.hv-faq-item {
  background: #fff;
  border: 1px solid var(--hv-border);
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.22s, border-color 0.22s;
}
.hv-faq-item:hover { box-shadow: var(--hv-card-shadow); border-color: rgba(255,69,0,0.2); }
.hv-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--hv-text);
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.2s;
}
.hv-faq-q:hover { color: var(--hv-orange); }
.hv-faq-icon { flex-shrink: 0; stroke: var(--hv-orange); transition: transform 0.3s; }
.hv-faq-v { transition: opacity 0.3s; }
.hv-faq-item.open .hv-faq-icon { transform: rotate(45deg); }
.hv-faq-a {
  padding: 0 22px 18px;
  font-size: 0.87rem;
  color: var(--hv-text-muted);
  line-height: 1.75;
  display: none;
}
.hv-faq-item.open .hv-faq-a { display: block; animation: fadeInUp 0.25s ease; }

/* =====================================================
   POPUP
   ===================================================== */
.hv-popup-dialog { max-width: 440px; }
.hv-popup {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  box-shadow: 0 32px 100px rgba(0,0,0,0.35);
  position: relative;
}
.hv-popup__glow {
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(255,69,0,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hv-popup__close {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(0,0,0,0.07);
  border: none; color: #555;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; transition: all 0.2s;
}
.hv-popup__close:hover { background: rgba(0,0,0,0.14); transform: rotate(90deg); }
.hv-popup__inner { padding: 36px 32px 30px; text-align: center; }
.hv-popup__eyebrow {
  font-size: 0.8rem; font-weight: 800;
  color: var(--hv-orange);
  text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.hv-popup__logo {
  max-height: 36px; max-width: 160px;
  width: auto; object-fit: contain;
  margin: 0 auto 16px;
}
.hv-popup__discount {
  font-size: 4.2rem; font-weight: 900;
  background: var(--hv-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1; margin-bottom: 8px;
}
.hv-popup__desc { color: var(--hv-text-muted); font-size: 0.9rem; margin-bottom: 20px; }
.hv-popup__timer {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; margin-bottom: 22px;
  background: var(--hv-bg); border-radius: 14px; padding: 14px 24px;
}
.hv-timer-block { text-align: center; }
.hv-timer-block span {
  display: block; font-size: 1.9rem; font-weight: 900;
  color: var(--hv-orange); line-height: 1;
}
.hv-timer-block small {
  font-size: 0.68rem; color: var(--hv-text-muted);
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
}
.hv-timer-sep {
  font-size: 1.5rem; font-weight: 900;
  color: var(--hv-orange); opacity: 0.4; margin-bottom: 14px;
}
.hv-popup__trust { font-size: 0.78rem; color: #94a3b8; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 5px; }

/* =====================================================
   STICKY BAR
   ===================================================== */
.hv-sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(8,10,20,0.97);
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--hv-orange);
  box-shadow: 0 -6px 30px rgba(0,0,0,0.4);
  z-index: 1040;
  padding: 10px 0;
}
.hv-sticky-bar__inner { display: flex; align-items: center; gap: 16px; }
.hv-sticky-bar__discount {
  font-weight: 900; color: var(--hv-orange);
  font-size: 1.5rem; white-space: nowrap; flex-shrink: 0;
  text-shadow: 0 0 20px rgba(255,69,0,0.5);
}
.hv-sticky-bar__text {
  color: rgba(255,255,255,0.9); font-weight: 600; font-size: 0.9rem; flex: 1;
}

/* =====================================================
   COOKIE BANNER
   ===================================================== */
#cookie-settings-summary-modal {
  position: fixed;
  bottom: 90px; left: 20px;
  max-width: 380px;
  z-index: 9999;
  background: #fff;
  border-radius: var(--hv-r);
  box-shadow: 0 12px 60px rgba(0,0,0,0.2);
  border: 1px solid var(--hv-border);
  padding: 24px;
  display: none;
}
#cookie-settings-summary-modal.cookie-show {
  display: block;
  animation: fadeInUp 0.4s ease forwards;
}
.cookie-title { font-weight: 800; color: var(--hv-text); font-size: 1rem; margin: 0; }
.privacy-save-btn {
  background: var(--hv-grad);
  color: #fff; border: none; border-radius: 11px;
  font-weight: 700; padding: 12px 24px;
  cursor: pointer; width: 100%; font-size: 0.92rem;
  transition: opacity 0.2s, transform 0.2s;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 4px 16px rgba(255,69,0,0.35);
}
.privacy-save-btn:hover { opacity: 0.9; transform: translateY(-1px); }
.settings-trigger {
  font-size: 0.8rem; cursor: pointer; color: var(--hv-orange);
  text-align: center; margin-top: 12px; font-weight: 600;
}

/* =====================================================
   FOOTER
   ===================================================== */
.vpn-new-footer {
  background: linear-gradient(160deg, var(--hv-dark) 0%, var(--hv-dark2) 100%);
  padding: 56px 0 28px;
  color: rgba(255,255,255,0.75);
  position: relative;
  overflow: hidden;
}
.vpn-new-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--hv-grad);
}
.footer-logo {
  max-height: 46px; max-width: 180px;
  margin: 0 auto 20px;
  filter: drop-shadow(0 0 12px rgba(255,69,0,0.3));
}
.footer-text { color: rgba(255,255,255,0.5); font-size: 0.82rem; line-height: 1.75; max-width: 520px; margin: 0 auto; }
.footer-divider { border-color: rgba(255,255,255,0.08); margin: 28px 0 18px; }

/* =====================================================
   ANIMATIONS
   ===================================================== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes orbPulse {
  0%, 100% { transform: translate(-50%,-50%) scale(1); opacity: 0.8; }
  50%       { transform: translate(-50%,-50%) scale(1.15); opacity: 1; }
}
@keyframes auroraShift1 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(8%, 4%) scale(1.12); }
}
@keyframes auroraShift2 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-6%, -5%) scale(1.08); }
}
@keyframes particleFloat {
  0%   { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  8%   { opacity: 0.8; }
  92%  { opacity: 0.8; }
  100% { transform: translateY(-120px) rotate(540deg); opacity: 0; }
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,230,118,0.6); }
  50%       { box-shadow: 0 0 0 7px rgba(0,230,118,0); }
}
@keyframes pulseCard {
  0%, 100% { box-shadow: 0 8px 36px rgba(255,69,0,0.18), 0 0 0 1px rgba(255,150,0,0.1); }
  50%       { box-shadow: 0 8px 52px rgba(255,69,0,0.32), 0 0 0 2px rgba(255,150,0,0.25); }
}
@keyframes gridDrift {
  from { background-position: 0 0; }
  to   { background-position: 60px 60px; }
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1100px) {
  .vpn_new_card { grid-template-columns: 190px 1fr 140px 185px; }
  .hv-compare-cards { gap: 16px; }
}

@media (max-width: 992px) {
  .hv-hero__inner { grid-template-columns: 1fr; gap: 44px; }
  .hv-hero__right { max-width: 500px; margin: 0 auto; }
  .hv-hero { padding: 56px 0 90px; min-height: auto; }
  .hv-hero__title { font-size: 2.8rem; }

  .vpn_new_card {
    grid-template-columns: 175px 1fr 130px;
    grid-template-rows: auto auto;
    gap: 0 16px;
  }
  .new_first_container  { grid-column: 1; grid-row: 1; }
  .new_second_container { grid-column: 2; grid-row: 1 / 3; }
  .new_third_container  { grid-column: 3; grid-row: 1; }
  .new_last_container   { grid-column: 1 / 4; grid-row: 2; text-align: center; }
  .new_last_container .vpn-cta-btn { max-width: 340px; margin: 0 auto; }

  .hv-compare-cards { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .hv-cmp-card--featured { transform: none; }
  .hv-cmp-card--featured:hover { transform: translateY(-8px); }

  .hv-about-grid { grid-template-columns: 1fr; gap: 48px; }
  .hv-about-right { flex-direction: row; flex-wrap: wrap; }
  .hv-award-card { flex: 1; min-width: 160px; }

  .hv-why-grid { grid-template-columns: repeat(2, 1fr); }
  .hv-section__title { font-size: 1.9rem; }
}

@media (max-width: 767px) {
  .hv-hero { padding: 44px 0 76px; }
  .hv-hero__title { font-size: 2.1rem; letter-spacing: -0.8px; }
  .hv-hero__sub { font-size: 0.95rem; }
  .hv-section { padding: 52px 0; }
  .hv-section__title { font-size: 1.65rem; }

  /* VPN Cards mobile */
  .vpn_new_card {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
    padding: 20px 14px 16px;
  }
  .new_first_container  { grid-column: 1; grid-row: 1; padding-top: 28px; }
  .new_third_container  { grid-column: 2; grid-row: 1; }
  .new_second_container { grid-column: 1 / 3; grid-row: 2; }
  .new_last_container   { grid-column: 1 / 3; grid-row: 3; }
  .new_product_description { display: none; }
  .new-product-img { max-height: 28px; max-width: 120px; }
  .progress { width: 76px; height: 76px; }
  .progress::after { width: 60px; height: 60px; }
  .progress-value { font-size: 1.2rem; }

  /* Why grid */
  .hv-why-grid { grid-template-columns: 1fr; }

  /* Hero stats */
  .hv-hero__stats { gap: 14px; padding: 12px 16px; }
  .hv-stat strong { font-size: 1.15rem; }

  /* Tips */
  .hv-tip-card { padding: 18px; gap: 16px; }

  /* Trust bar */
  .hv-trust-bar__inner { gap: 14px 20px; justify-content: flex-start; padding: 0 4px; }
  .hv-trust-item { font-size: 0.78rem; }

  /* Compare */
  .hv-compare-cards { max-width: 100%; }

  /* Cookie */
  #cookie-settings-summary-modal { left: 12px; right: 12px; max-width: none; bottom: 84px; }

  /* Sticky bar */
  .hv-sticky-bar__inner { flex-wrap: wrap; gap: 10px; }

  /* About right — stack */
  .hv-about-right { flex-direction: column; }
  .hv-award-card { flex: none; }

  /* Hero list */
  .hv-hero__list li { font-size: 0.88rem; }

  /* FAQ */
  .hv-faq-q { font-size: 0.88rem; padding: 15px 18px; }
  .hv-faq-a { padding: 0 18px 15px; }
}

@media (max-width: 480px) {
  .hv-hero__title { font-size: 1.8rem; }
  .hv-hero__cta { font-size: 0.88rem; padding: 14px 22px; width: 100%; justify-content: center; }
  .vpn_new_card { padding: 18px 12px 14px; }
  .hv-cta-btn, .vpn-cta-btn { font-size: 0.85rem; padding: 12px 16px; }

  /* Trust bar — wrap nicely */
  .hv-trust-bar__inner { gap: 10px 16px; }
  .hv-trust-item { font-size: 0.74rem; gap: 6px; }
  .hv-trust-item svg { width: 16px; height: 16px; min-width: 16px; min-height: 16px; max-width: 16px; max-height: 16px; }

  /* Tips stacked */
  .hv-tip-card { flex-direction: column; gap: 14px; }
  .hv-tip-num { width: 50px; height: 50px; border-radius: 14px; }

  /* Compare cards */
  .hv-cmp-stats { grid-template-columns: 1fr 1fr; }

  /* Hero stats row */
  .hv-hero__stats { flex-wrap: wrap; gap: 12px; }
  .hv-stat-divider { display: none; }

  /* Section sub */
  .hv-section__sub { font-size: 0.88rem; }

  /* Popup */
  .hv-popup__inner { padding: 28px 22px 24px; }
  .hv-popup__discount { font-size: 3.2rem; }
}

/* =====================================================
   WP ADMIN BAR FIX
   ===================================================== */
#wpadminbar { display: none !important; }
html.wp-toolbar { padding-top: 0 !important; }
