/* VK Brand Website — style.css */

/* ==================== LOCAL FONTS ==================== */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/montserrat-400.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-display: swap; src: url('/fonts/montserrat-500.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 600; font-display: swap; src: url('/fonts/montserrat-600.woff2') format('woff2'); }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/montserrat-700.woff2') format('woff2'); }

/* ==================== RESET & VARIABLES ==================== */
:root {
  --vk-blue: #042a47;
  --vk-blue-90: rgba(4, 42, 71, 0.9);
  --vk-blue-70: rgba(4, 42, 71, 0.7);
  --vk-blue-20: rgba(4, 42, 71, 0.12);
  --vk-light-blue: #97AFCF;
  --vk-light-blue-20: rgba(151, 175, 207, 0.2);
  --vk-grey: #EFEFEF;
  --vk-white: #FFFFFF;
  --vk-gold: #d5cdaa;
  --vk-silver: #dad9d7;
  --vk-red: #c94a4a;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --max-w: 1280px;
  --section-pad: clamp(60px, 10vw, 120px);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  color: var(--vk-blue);
  background: var(--vk-white);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* ==================== TYPOGRAPHY ==================== */
h1, h2, h3, h4, h5 { font-family: var(--font-heading); font-weight: 700; line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
.section-label {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--vk-light-blue);
  margin-bottom: 12px;
}

/* ==================== TRUST BAR ==================== */
.trust-bar {
  background: #031e33;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 8px 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: transform 0.3s ease;
}
.trust-bar.hidden-bar { transform: translateY(-100%); }
.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.trust-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.7;
}
.trust-item a {
  color: rgba(255,255,255,0.85);
  transition: color 0.2s ease;
}
.trust-item a:hover { color: var(--vk-white); }
.trust-divider {
  color: rgba(255,255,255,0.35);
  font-size: 10px;
  flex-shrink: 0;
}

/* ==================== NAVBAR ==================== */
.navbar {
  position: fixed;
  top: 32px; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  height: 120px;
  display: flex;
  align-items: center;
  transition: background var(--transition), box-shadow var(--transition), top 0.3s ease;
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 24px rgba(4,42,71,0.08);
  backdrop-filter: blur(12px);
}
.navbar.scrolled .nav-links a { color: var(--vk-blue-70); }
.navbar.scrolled .nav-links a:hover { color: var(--vk-blue); }
.navbar.scrolled .nav-links .btn-b2b { background: var(--vk-blue); color: var(--vk-white); }
.navbar.scrolled .nav-links .btn-b2b:hover { background: #063a5f; box-shadow: 0 4px 20px rgba(4,42,71,0.25); }
.navbar.scrolled .nav-toggle span { background: var(--vk-blue); }
.navbar.scrolled .nav-icons-mobile .nav-icon-btn { color: var(--vk-blue); }
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}
.nav-logo img { height: 49px !important; width: auto; transition: opacity var(--transition); }
.nav-links {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 32px;
}
.nav-links a {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.03em;
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--vk-white); }
.nav-links .btn-b2b {
  background: var(--vk-white);
  color: var(--vk-blue);
  padding: 10px 24px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.nav-links .btn-b2b:hover {
  background: var(--vk-light-blue);
  color: var(--vk-blue);
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(255,255,255,0.25);
}
/* Nav Icons Group */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-right: 16px;
}
.nav-icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s ease, background 0.2s ease;
}
.nav-icon-btn:hover {
  color: var(--vk-light-blue);
  background: rgba(151,175,207,0.1);
}
.navbar.scrolled .nav-icon-btn { color: var(--vk-blue); }
.navbar.scrolled .nav-icon-btn:hover {
  color: var(--vk-blue);
  background: rgba(4,42,71,0.08);
}
.icon-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 700;
  font-family: var(--font-heading);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  line-height: 1;
}
.cart-badge {
  background: var(--vk-light-blue);
  color: var(--vk-blue);
}
.wishlist-badge {
  background: #e53935;
  color: var(--vk-white);
}
/* Cart Toast */
.cart-toast {
  position: fixed;
  top: 80px;
  right: 24px;
  background: var(--vk-blue);
  color: var(--vk-white);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 14px 24px;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 32px rgba(4,42,71,0.25);
  z-index: 2000;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.cart-toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* Language Switcher */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.lang-btn {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.75);
  padding: 4px 6px;
  border-radius: 4px;
  transition: color var(--transition), background var(--transition);
}
.lang-btn:hover { color: var(--vk-white); }
.lang-btn.active { color: var(--vk-white); background: rgba(255,255,255,0.15); }
.lang-sep { color: rgba(255,255,255,0.4); font-size: 0.75rem; }
.navbar.scrolled .lang-btn { color: var(--vk-blue-70); }
.navbar.scrolled .lang-btn:hover { color: var(--vk-blue); }
.navbar.scrolled .lang-btn.active { color: var(--vk-blue); background: var(--vk-blue-20); }
.navbar.scrolled .lang-sep { color: var(--vk-blue-20); }
.navbar.scrolled .lang-switch { border-left-color: rgba(4,42,71,0.2); }

.nav-icons-mobile {
  display: none;
  align-items: center;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--vk-white);
  border-radius: 2px;
  transition: var(--transition);
}

/* ==================== HERO ==================== */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--vk-blue) url('../assets/images/hero-bg-new.webp') center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 60px;
}
.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(4, 42, 71, 0.55);
  z-index: 1;
  pointer-events: none;
}
.hero::before {
  content: '';
  position: absolute;
  top: -40%; right: -20%;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(151,175,207,0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -30%; left: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(151,175,207,0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding-top: 152px;
  position: relative;
  z-index: 2;
}
.hero-text { position: relative; z-index: 2; }
.hero-product {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.hero h1, .hero h2 { color: var(--vk-white); margin-bottom: 20px; font-size: clamp(2rem, 4.5vw, 3.2rem); }
.hero-sub {
  color: rgba(255,255,255,0.7);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 480px;
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-badges {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.78);
  font-size: 0.85rem;
  font-weight: 500;
}
.hero-badge-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-badge-icon svg { width: 18px; height: 18px; stroke: var(--vk-light-blue); fill: none; }

.hero-ctas {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.btn-hero-primary {
  padding: 16px 36px;
  background: #97AFCF;
  color: #042a47;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s ease-out;
  white-space: nowrap;
}
.btn-hero-primary:hover {
  background: #fff;
  color: #042a47;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(151,175,207,0.4);
}
.btn-hero-secondary {
  padding: 16px 36px;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.35);
  text-decoration: none;
  transition: all 0.35s ease-out;
  white-space: nowrap;
}
.btn-hero-secondary:hover {
  border-color: rgba(255,255,255,0.8);
  color: #fff;
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.hero-fan-shot {
  position: relative;
  height: 62vh;
  max-height: 500px;
  width: auto;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.4));
  animation: fanShotFloat 8s ease-in-out infinite;
  z-index: 2;
  transform-origin: bottom center;
}
.hero-slide[data-slide="slim-pod"] .hero-fan-shot {
  margin-top: -20px;
}
.hero-slogan {
  display: block;
  position: absolute;
  bottom: -10px;
  right: -30px;
  width: 160px;
  height: auto;
  z-index: 3;
  opacity: 0.85;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.3));
}
.section-slogan {
  display: block;
  width: 160px;
  height: auto;
  opacity: 0.7;
  margin-top: 16px;
  grid-column: 1 / -1;
  justify-self: end;
}
.footer-slogan {
  display: inline-block;
  width: 160px;
  height: auto;
  opacity: 0.7;
  vertical-align: middle;
  margin-left: 16px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
}
@keyframes fanShotFloat {
  0%, 100% { transform: translateY(0px); }
  50%      { transform: translateY(-12px); }
}
.hero-glow {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,175,207,0.22) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes glowPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-50%, -50%) scale(1.15); opacity: 1; }
}

/* ==================== HERO CAROUSEL ==================== */
.hero-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-slide {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  display: flex;
  align-items: center;
}
.hero-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.hero-carousel-dots {
  position: relative;
  display: flex;
  gap: 24px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
  margin-top: 12px;
}
.hero-carousel-dot {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  padding: 8px 4px;
  position: relative;
  transition: color 0.3s ease;
}
.hero-carousel-dot::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--vk-light-blue);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.hero-carousel-dot.active {
  color: rgba(255,255,255,0.9);
}
.hero-carousel-dot.active::after {
  transform: scaleX(1);
}
.hero-carousel-dot:hover {
  color: rgba(255,255,255,0.7);
}
.hero-carousel-dot-sep {
  color: rgba(255,255,255,0.4);
  font-size: 0.6rem;
  user-select: none;
}

/* ECO Lineup — staircase left-to-right (Gold front → Rot back) */
.eco-lineup {
  position: relative;
  width: 100%;
  height: 420px;
  z-index: 2;
}
.eco-lineup-item {
  position: absolute;
  bottom: 0;
  filter: drop-shadow(0 16px 36px rgba(0,0,0,0.45));
  transition: transform 0.4s ease, filter 0.4s ease;
}
.eco-lineup-item img {
  width: auto;
  display: block;
}
/* Staircase: Gold(front-left, largest) → Rot(back-right, smallest) */
.eco-lineup-item:nth-child(1) { z-index: 5; left: 0;    bottom: 0; }
.eco-lineup-item:nth-child(1) img { height: 400px; }
.eco-lineup-item:nth-child(2) { z-index: 4; left: 40px; bottom: 0; transform: translateY(-10px) rotate(-3deg); }
.eco-lineup-item:nth-child(2) img { height: 360px; }
.eco-lineup-item:nth-child(3) { z-index: 3; left: 80px; bottom: 0; transform: translateY(-18px) rotate(-3.5deg); }
.eco-lineup-item:nth-child(3) img { height: 320px; }
.eco-lineup-item:nth-child(4) { z-index: 2; left: 120px; bottom: 0; transform: translateY(-24px) rotate(-4deg); }
.eco-lineup-item:nth-child(4) img { height: 280px; }
.eco-lineup-item:nth-child(5) { z-index: 1; left: 160px; bottom: 0; transform: translateY(-28px) rotate(-5deg); }
.eco-lineup-item:nth-child(5) img { height: 240px; }
.eco-lineup-item:hover {
  filter: drop-shadow(0 20px 48px rgba(0,0,0,0.6));
}
.eco-lineup-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 440px;
  overflow: visible;
}

/* SLIM POD Showcase — 3 packages stacked right-to-left */
.pod-showcase {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 2;
}
.pod-showcase-item {
  position: absolute;
  bottom: 0;
  filter: drop-shadow(0 16px 36px rgba(0,0,0,0.45));
  transition: transform 0.4s ease, filter 0.4s ease;
}
.pod-showcase-item img {
  width: auto;
  display: block;
  border-radius: 12px;
}
/* Back (Cola Lemon) — smallest, left */
.pod-showcase-item.pod-back  { z-index: 1; right: 160px; bottom: 0; transform: translateY(-20px); }
.pod-showcase-item.pod-back img  { height: 300px; }
/* Mid (Watermelon Ice) — medium, center-left */
.pod-showcase-item.pod-mid   { z-index: 2; right: 80px; bottom: 0; transform: translateY(-10px); }
.pod-showcase-item.pod-mid img   { height: 340px; }
/* Front (Dubai Chocolate) — largest, right */
.pod-showcase-item.pod-front { z-index: 3; right: 0; bottom: 0; }
.pod-showcase-item.pod-front img { height: 380px; }
.pod-showcase-item:hover {
  filter: drop-shadow(0 20px 48px rgba(0,0,0,0.6));
}
.pod-showcase-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 440px;
  overflow: visible;
}

/* ==================== PHILOSOPHY ==================== */
.philosophy {
  padding: var(--section-pad) 0;
  background: var(--vk-blue);
  position: relative;
  overflow: hidden;
}
.philosophy::before {
  content: '';
  position: absolute;
  top: -30%; left: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(151,175,207,0.20) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.philosophy::after {
  content: '';
  position: absolute;
  bottom: -25%; right: -12%;
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(151,175,207,0.14) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.philosophy > .section-glow {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,175,207,0.22) 0%, transparent 70%);
  top: 50%; left: 60%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.philosophy > .container {
  position: relative;
  z-index: 1;
}
.philosophy-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.philosophy .section-label { color: var(--vk-light-blue); }
.philosophy h2 { color: #fff; }
.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.philosophy-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 48px 36px;
  text-align: center;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  border-top: 3px solid transparent;
}
.philosophy-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  background: rgba(255,255,255,0.1);
  border-top-color: #97AFCF;
}
.philosophy-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(151,175,207,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  transition: all 0.3s ease;
}
.philosophy-card:hover .philosophy-icon {
  background: #97AFCF;
  transform: scale(1.1);
}
.philosophy-icon svg { width: 28px; height: 28px; stroke: var(--vk-white); fill: none; }
.philosophy-card h3 {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  color: #fff;
}
.philosophy-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ==================== PRODUCTS — SLIM AIR ==================== */
.products-air {
  padding: 60px 0 40px;
  background: var(--vk-grey);
  position: relative;
  overflow: hidden;
}
.products-air .container {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: center;
}
.product-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  overflow: visible;
}

/* ── Float wrapper (holds img + shimmer + shadow) ── */
.product-float-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: deviceFloat 4s ease-in-out infinite;
  will-change: transform;
}
.product-float-wrap.paused { animation-play-state: paused; }

@keyframes deviceFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-18px); }
}

/* ── Shimmer overlay ── */
.product-float-wrap::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 60%;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.18) 50%, transparent 60%);
  left: -100%;
  z-index: 2;
  pointer-events: none;
  animation: shimmer 6s ease-in-out infinite;
}
@keyframes shimmer {
  0%, 80%  { left: -100%; }
  100%     { left: 200%; }
}

/* ── Drop shadow under device ── */
.product-float-wrap::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 20px;
  border-radius: 50%;
  background: rgba(0,0,0,0.15);
  filter: blur(20px);
  animation: shadowPulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes shadowPulse {
  0%, 100% { transform: translateX(-50%) scale(1);   opacity: 0.3; }
  50%      { transform: translateX(-50%) scale(0.85); opacity: 0.12; }
}

/* ── Device image ── */
.product-device-img {
  height: 80vh;
  min-height: 600px;
  max-height: 900px;
  width: auto;
  position: relative;
  z-index: 1;
  transition: opacity 0.4s ease-out, transform 0.5s ease-out;
  filter: drop-shadow(0 20px 40px rgba(4,42,71,0.15));
  will-change: transform, opacity;
}
.product-device-img.switching {
  opacity: 0;
  transform: scale(0.97);
}
.product-device-img:not(.switching) {
  transform: scale(1.03);
  animation: deviceSettle 0.5s ease-out forwards;
}
@keyframes deviceSettle {
  from { transform: scale(1.03); }
  to   { transform: scale(1.0); }
}

/* ── CTA Banner (compact, one-line) ── */
.product-cta-banner {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 24px 0 0;
  padding: 32px 40px;
  background: linear-gradient(135deg, #0a1628 0%, #042A47 100%);
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.product-cta-banner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.03) 0%, transparent 70%);
  pointer-events: none;
}
.cta-banner-content { max-width: 280px; min-width: 0; position: relative; }
.cta-banner-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.cta-banner-sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
  margin: 2px 0 0;
}
.cta-pack-previews {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-shrink: 0;
  align-items: center;
  position: relative;
}
.cta-pack-previews img {
  height: 80px;
  width: auto;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  border: 2px solid rgba(255,255,255,0.15);
  padding: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cta-pack-previews img:hover {
  border-color: rgba(255,255,255,0.4);
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255,255,255,0.25);
}
.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 32px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--vk-blue);
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}
.cta-banner-btn::after { content: ' \2192'; }
.cta-banner-btn:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}

.color-switcher {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.color-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: transform 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 0 transparent;
}
.color-btn::after {
  content: attr(data-label);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transition: opacity var(--transition);
  color: var(--vk-blue);
}
.color-btn:hover::after { opacity: 1; }
.color-btn.active::after { opacity: 0; }
.color-btn.active { border-color: rgba(151,175,207,0.4); transform: scale(1.15); box-shadow: 0 0 14px rgba(151,175,207,0.35); }
.color-btn:hover { transform: scale(1.2); border-color: rgba(151,175,207,0.3); box-shadow: 0 0 16px rgba(151,175,207,0.3); }
.color-btn[data-color="schwarz"] { background: #3a3a3a; }
.color-btn[data-color="silber"] { background: #c0c0c0; }
.color-btn[data-color="blau"] { background: #5f7d9d; }
.color-btn[data-color="gold"] { background: #c9b97a; }
.color-btn[data-color="rot"] { background: #c94a4a; }

.product-info h2 { margin-bottom: 20px; }
.product-info > p {
  color: var(--vk-blue-70);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.spec-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--vk-white);
  border-radius: var(--radius-sm);
}
.spec-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--vk-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.spec-icon svg { width: 18px; height: 18px; stroke: var(--vk-white); fill: none; }
.spec-text { font-size: 0.85rem; }
.spec-text strong { display: block; font-weight: 600; }
.spec-text span { color: var(--vk-blue-70); font-size: 0.8rem; }

/* ==================== PRODUCTS — SLIM POD ==================== */
.products-pod {
  padding: var(--section-pad) 0;
  background: #031e33 url('../assets/images/hero-bg-new.webp') center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.products-pod-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(3, 30, 51, 0.75);
  z-index: 0;
  pointer-events: none;
}
.products-pod::before {
  content: '';
  position: absolute;
  top: -30%; right: -15%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(151,175,207,0.18) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.products-pod::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -10%;
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(151,175,207,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.products-pod .pod-glow {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,175,207,0.22) 0%, transparent 70%);
  top: 40%; left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.products-pod > .container {
  position: relative;
  z-index: 2;
}
.products-pod .section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
.products-pod .section-label { color: var(--vk-light-blue); }
.products-pod h2 { color: #fff; }
.products-pod p { color: rgba(255,255,255,0.7); }
/* Featured Flavor Hero Card */
.featured-flavor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  margin-bottom: 48px;
  padding: 40px 44px;
  background: linear-gradient(135deg, rgba(200,169,110,0.12) 0%, rgba(151,175,207,0.08) 50%, rgba(4,42,71,0.15) 100%);
  border: 1px solid rgba(200,169,110,0.2);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.featured-flavor::before {
  content: '';
  position: absolute;
  top: -50%; right: -30%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,169,110,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.featured-flavor:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.35), 0 0 40px rgba(200,169,110,0.08);
}
.featured-flavor-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
  border-radius: 16px !important;
  padding: 8px;
  background: #fff;
  position: relative;
  z-index: 1;
  max-width: 340px;
}
.featured-flavor-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transition: transform 0.5s ease;
}
.featured-flavor:hover .featured-flavor-img img {
  transform: scale(1.05);
}
.featured-flavor-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #c8a96e, #e0c98a);
  color: #1a1000;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 16px;
  border-radius: 50px;
  width: fit-content;
  text-transform: uppercase;
}
.featured-flavor-info h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  margin: 0;
}
.featured-flavor-info .featured-tagline {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin: 0;
}
.featured-flavor-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: #c8a96e;
  letter-spacing: 0.03em;
  transition: gap 0.3s ease, color 0.3s ease;
  width: fit-content;
}
.featured-flavor:hover .featured-flavor-cta {
  gap: 12px;
  color: #e0c98a;
}
.featured-flavor-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.featured-flavor:hover .featured-flavor-cta svg {
  transform: translateX(4px);
}

/* Pod Grid (compact 4-col) */
.pod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.pod-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(151,175,207,0.12);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  transition: all 0.4s ease-out, opacity 0.4s ease-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.pod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3), 0 0 24px rgba(151,175,207,0.08);
  background: rgba(255,255,255,0.08);
  border-color: rgba(151,175,207,0.25);
}
.pod-img-wrap {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
  padding: 8px;
}
.pod-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.25));
}
.pod-card:hover img { transform: scale(1.06); }
.pod-card h4 {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
.pod-card .pod-detail {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.75);
  margin-top: 4px;
}

/* Pod card staggered reveal */
.pod-grid .pod-card.scroll-reveal:nth-child(1) { transition-delay: 0s; }
.pod-grid .pod-card.scroll-reveal:nth-child(2) { transition-delay: 0.08s; }
.pod-grid .pod-card.scroll-reveal:nth-child(3) { transition-delay: 0.16s; }
.pod-grid .pod-card.scroll-reveal:nth-child(4) { transition-delay: 0.24s; }
.pod-grid .pod-card.scroll-reveal:nth-child(5) { transition-delay: 0.32s; }
.pod-grid .pod-card.scroll-reveal:nth-child(6) { transition-delay: 0.4s; }
.pod-grid .pod-card.scroll-reveal:nth-child(7) { transition-delay: 0.48s; }
.pod-grid .pod-card.scroll-reveal:nth-child(8) { transition-delay: 0.56s; }
.pod-grid .pod-card.scroll-reveal:nth-child(9) { transition-delay: 0.64s; }
.pod-grid .pod-card.scroll-reveal:nth-child(10) { transition-delay: 0.72s; }
.pod-grid .pod-card.scroll-reveal:nth-child(11) { transition-delay: 0.8s; }

/* ==================== COMING SOON ==================== */
.coming-soon-section {
  padding: var(--section-pad) 0;
  background: var(--vk-blue);
  position: relative;
  overflow: hidden;
}
.coming-soon-section > .section-particle-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(4, 42, 71, 0.80);
  z-index: 0;
  pointer-events: none;
}
.coming-soon-section::before {
  content: '';
  position: absolute;
  top: -25%; right: -12%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(151,175,207,0.16) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.coming-soon-section::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -10%;
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(151,175,207,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.coming-soon-section > .section-glow {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,175,207,0.20) 0%, transparent 70%);
  top: 45%; left: 50%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.coming-soon-section > .container {
  position: relative;
  z-index: 2;
}
.coming-soon-section .section-label { color: var(--vk-light-blue); }
.coming-soon-section h2 { color: #fff; }
.coming-subtext {
  color: rgba(255,255,255,0.78);
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.coming-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.coming-card {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(151,175,207,0.15);
  border-radius: 16px;
  padding: 28px 24px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  transition: all 0.4s ease-out;
  border-top: 3px solid transparent;
}
.coming-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  border-top-color: #97AFCF;
}
.coming-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 0.55rem;
  font-weight: 600;
  padding: 3px 8px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(4,42,71,0.85); backdrop-filter: blur(4px);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.15);
  z-index: 10;
}
.coming-img-wrap {
  position: relative;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.coming-img-wrap img {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.coming-img-placeholder {
  background: rgba(151,175,207,0.12);
  border-radius: 12px;
  width: 100%;
}
.coming-img-placeholder span:not(.coming-badge) {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.08em;
}
.coming-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}
.coming-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  margin-bottom: 16px;
}
.btn-notify {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  border: 1.5px solid rgba(151,175,207,0.5);
  background: transparent;
  padding: 7px 18px;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.02em;
}
.btn-notify:hover {
  background: var(--vk-light-blue);
  color: var(--vk-white);
}

/* ==================== BRAND STORY ==================== */
/* ── Brand Story: Clean Minimal Redesign ── */
.brand-story {
  padding: 0;
  background: #fff;
  color: var(--vk-blue);
  position: relative;
  overflow: hidden;
}
.brand-story::before, .brand-story::after { display: none; }
.brand-story .container {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

/* Block 1: Hero Statement */
.bs-hero-statement {
  text-align: center;
  padding: 80px 0 60px;
}
.bs-hero-statement .section-label {
  color: var(--vk-blue-70);
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bs-hero-headline {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 5rem);
  color: var(--vk-blue);
  letter-spacing: -1px;
  margin: 0 0 24px;
  line-height: 1.1;
}
.bs-hero-line {
  width: 60px;
  height: 2px;
  background: var(--vk-blue);
  margin: 0 auto 24px;
  border: none;
}
.bs-hero-sub {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: var(--vk-blue-70);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Block 2: Lifestyle Image Grid */
.bs-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 40px;
}
.bs-image-grid .bs-img {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.bs-image-grid .bs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-out;
}
.bs-image-grid .bs-img:hover img {
  transform: scale(1.03);
}
.bs-image-grid .bs-img-pocket img {
  object-position: center 20%;
}
.bs-panorama {
  padding: 20px 40px 0;
}
.bs-panorama .bs-img {
  border-radius: 16px;
  overflow: hidden;
  max-height: 400px;
}
.bs-panorama .bs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 0.4s ease-out;
}
.bs-panorama .bs-img:hover img {
  transform: scale(1.02);
}

/* Block 3: Key Stats */
.bs-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 60px 0;
}
.bs-stat {
  text-align: center;
  flex: 1;
  max-width: 220px;
  padding: 0 24px;
  border-right: 1px solid rgba(4,42,71,0.1);
}
.bs-stat:last-child { border-right: none; }
.bs-stat-number {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--vk-blue);
  line-height: 1;
}
.bs-stat-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--vk-blue-70);
  margin-top: 8px;
}

/* Block 4: Brand Value Cards */
.bs-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 0 80px;
}
.bs-value-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(4,42,71,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bs-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(4,42,71,0.1);
}
.bs-value-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  color: var(--vk-blue);
}
.bs-value-icon svg {
  width: 100%;
  height: 100%;
}
.bs-value-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--vk-blue);
  margin: 0 0 10px;
}
.bs-value-text {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--vk-blue-70);
  line-height: 1.6;
  margin: 0;
}

/* Slogan (dezent, rechtsbündig wie Footer) */
.bs-slogan-wrap {
  text-align: right;
  padding-right: 40px;
  margin-bottom: 40px;
}
.bs-slogan-wrap .section-slogan {
  opacity: 0.7;
  width: clamp(120px, 12vw, 180px);
  margin: 0;
  display: inline-block;
}

/* ==================== B2B DEALER REGISTRATION ==================== */
.b2b-section {
  padding: var(--section-pad) 0;
  background: #031e33 url('../assets/images/hero-bg-new.webp') center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.b2b-section > .section-particle-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(3, 30, 51, 0.78);
  z-index: 0;
  pointer-events: none;
}
.b2b-section::before {
  content: '';
  position: absolute;
  top: -25%; right: -12%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(151,175,207,0.16) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.b2b-section::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -8%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(151,175,207,0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.b2b-section > .section-glow {
  position: absolute;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,175,207,0.20) 0%, transparent 70%);
  top: 50%; left: 30%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.b2b-section > .container {
  position: relative;
  z-index: 2;
}
.b2b-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.b2b-section .container.b2b-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.b2b-grid-3 .b2b-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b2b-grid-3 .b2b-steps-card,
.b2b-grid-3 .b2b-price-teaser {
  display: flex;
  flex-direction: column;
}
.b2b-grid-3 .b2b-steps-card .b2b-steps { flex: 1; }
.b2b-grid-3 .b2b-price-teaser .b2b-price-rows { flex: 1; }
.b2b-info h2 { margin-bottom: 20px; color: #fff; }
.b2b-info .section-label { color: var(--vk-light-blue); }
.b2b-info > p {
  color: rgba(255,255,255,0.7);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Steps Card */
.b2b-steps-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(4,42,71,0.1);
}
.b2b-steps-card h3 {
  font-size: 1.1rem;
  color: var(--vk-blue);
  margin-bottom: 28px;
}
.b2b-steps {
  position: relative;
  padding-left: 20px;
}
.b2b-steps::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: rgba(4,42,71,0.1);
}
.b2b-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  position: relative;
}
.b2b-step:last-child { margin-bottom: 0; }
.b2b-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--vk-blue);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.b2b-step-content {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
}
.b2b-step-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--vk-blue);
}
.b2b-step-sub {
  font-size: 0.8rem;
  color: var(--vk-blue-70);
  margin-top: 2px;
}
.b2b-steps-btn {
  display: block;
  text-align: center;
  margin-top: 28px;
  padding: 14px 24px;
  background: var(--vk-blue);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
}
.b2b-steps-btn::after { content: ' \2192'; }
.b2b-steps-btn:hover { background: #063a5f; }

/* Price Teaser Card */
.b2b-price-teaser {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(4,42,71,0.1);
  position: relative;
}
.b2b-price-teaser h3 {
  font-size: 1.1rem;
  color: var(--vk-blue);
  margin-bottom: 24px;
}
.b2b-price-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.b2b-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(4,42,71,0.06);
}
.b2b-price-row:last-child { border-bottom: none; padding-bottom: 0; }
.b2b-price-product {
  font-size: 0.82rem;
  color: var(--vk-blue);
  font-weight: 500;
}
.b2b-price-value {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--vk-blue);
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
}
.b2b-price-overlay {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(2px);
  z-index: 2;
  color: var(--vk-blue);
}
.b2b-price-overlay span {
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  max-width: 180px;
  line-height: 1.4;
}
.b2b-price-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
  padding: 12px 24px;
  background: transparent;
  color: var(--vk-blue);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border: 2px solid var(--vk-blue);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  z-index: 3;
}
.b2b-price-btn::after { content: ' \2192'; }
.b2b-price-btn:hover { background: var(--vk-blue); color: #fff; }
.b2b-price-teaser .b2b-commercial {
  font-size: 0.72rem;
  color: var(--vk-blue-70);
  text-align: center;
  margin-top: 12px;
  position: relative;
  z-index: 3;
}
.b2b-benefits {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.b2b-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
}
.b2b-benefit-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--vk-light-blue-20);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.b2b-benefit-icon svg { width: 14px; height: 14px; stroke: var(--vk-light-blue); fill: none; }
.b2b-benefit-text span { font-size: 0.9rem; color: rgba(255,255,255,0.7); }

.b2b-panel {
  background: var(--vk-white);
  border-radius: var(--radius);
  padding: 48px 40px;
  box-shadow: 0 8px 40px rgba(4,42,71,0.08);
}
.b2b-panel h3 {
  text-align: center;
  margin-bottom: 8px;
}
.b2b-panel .b2b-panel-sub {
  text-align: center;
  color: var(--vk-blue-70);
  font-size: 0.9rem;
  margin-bottom: 32px;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid var(--vk-grey);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9rem;
  transition: border-color var(--transition);
  color: var(--vk-blue);
  background: var(--vk-white);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--vk-blue);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #737f8c; }
.form-group select { cursor: pointer; }
.form-group textarea { resize: vertical; min-height: 70px; }

/* ==================== VK CUSTOM SELECT ==================== */
.vk-select {
  position: relative;
  width: 100%;
  user-select: none;
}
.vk-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 14px;
  border: 2px solid var(--vk-grey);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--vk-blue);
  background: var(--vk-white);
  cursor: pointer;
  transition: border-color var(--transition);
}
.vk-select-trigger:focus,
.vk-select.open .vk-select-trigger {
  outline: none;
  border-color: var(--vk-blue);
}
.vk-select-value.placeholder { color: #737f8c; }
.vk-select-arrow {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: var(--vk-blue-70);
}
.vk-select.open .vk-select-arrow { transform: rotate(180deg); }
.vk-select-options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0; right: 0;
  list-style: none;
  background: var(--vk-white);
  border: 2px solid var(--vk-blue);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 32px rgba(4, 42, 71, 0.15);
  z-index: 50;
  max-height: 280px;
  overflow-y: auto;
}
.vk-select.open .vk-select-options {
  display: block;
}
.vk-select-options li {
  padding: 11px 16px;
  font-size: 0.85rem;
  color: var(--vk-blue);
  cursor: pointer;
  transition: background 0.15s ease;
}
.vk-select-options li:hover { background: var(--vk-grey); }
.vk-select-options li.selected {
  background: var(--vk-blue);
  color: var(--vk-white);
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.b2b-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.8rem;
  color: var(--vk-blue-70);
  line-height: 1.5;
  cursor: pointer;
}
.b2b-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--vk-blue);
  flex-shrink: 0;
}
.b2b-consent a { color: var(--vk-blue); text-decoration: underline; text-underline-offset: 2px; }
.btn-primary {
  width: 100%;
  padding: 16px;
  background: var(--vk-blue);
  color: var(--vk-white);
  border: none;
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: background var(--transition), transform var(--transition);
  margin-top: 8px;
}
.btn-primary:hover {
  background: #063a5f;
  transform: translateY(-1px);
}
.b2b-commercial {
  text-align: center;
  margin-top: 20px;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  font-style: italic;
}
.b2b-success {
  text-align: center;
  padding: 24px 0;
}
.b2b-success.hidden { display: none; }
.b2b-success svg { margin: 0 auto 16px; display: block; }
.b2b-success h3 { margin-bottom: 8px; }
.b2b-success p { color: var(--vk-blue-70); font-size: 0.95rem; }

/* ==================== FOOTER ==================== */
.footer {
  background: var(--vk-blue);
  color: var(--vk-white);
  padding: 64px 0 32px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: -25%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(151,175,207,0.16) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.footer::after {
  content: '';
  position: absolute;
  bottom: -20%; left: -8%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(151,175,207,0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.footer > .section-glow {
  position: absolute;
  width: 250px; height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,175,207,0.18) 0%, transparent 70%);
  top: 40%; left: 70%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.footer > .container {
  position: relative;
  z-index: 1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
  align-items: start;
}
.footer-brand { text-align: left; }
.footer-brand img { display: block; height: 29px; width: auto; margin: 0 0 16px 0; }
.footer-brand p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 300px;
}
.footer-social { margin-top: 20px; }
.footer-social-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 10px;
}
.footer-social-icons { display: flex; gap: 12px; justify-content: flex-start; }
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  transition: all 0.3s ease;
}
.social-icon:hover { background: rgba(255,255,255,0.15); }
.social-tiktok:hover { color: #ff0050; }
.social-instagram:hover { color: #e1306c; }
.social-linkedin:hover { color: #0a66c2; }
.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.75);
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.78);
  font-size: 0.9rem;
  padding: 4px 0;
  transition: color var(--transition);
}
.footer-col a:hover { color: var(--vk-white); }
.footer-badges {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  margin-bottom: 0;
}
.footer-badges-group h5 {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 12px;
}
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.65);
  transition: color 0.3s ease, opacity 0.3s ease;
}
.pay-badge:hover { color: rgba(255,255,255,0.95); }
.pay-badge svg { display: block; }
@media (max-width: 768px) {
  .footer-badges {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-warning {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}
.footer-warning p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  text-align: center;
}
.footer-shipping-notice {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  text-align: center;
  margin: 8px auto 0;
  max-width: 760px;
  padding: 0 16px;
}
.product-legal-notice {
  margin: 16px 0;
  padding: 10px 14px;
  border-left: 2px solid var(--vk-gold);
  font-size: 0.78rem;
  color: var(--vk-blue-70);
  line-height: 1.55;
  background: rgba(213,205,170,0.06);
}
.product-legal-notice p { margin: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.75);
}
.footer-bottom a { color: rgba(255,255,255,0.78); }
.footer-bottom a:hover { color: var(--vk-white); }

/* ==================== NEWSLETTER ==================== */
.nl-float {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  background: var(--vk-blue);
  color: var(--vk-white);
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background var(--transition), color var(--transition);
}
.nl-float:hover { background: var(--vk-light-blue); color: var(--vk-blue); }
.nl-float-icon { width: 20px; height: 20px; }
.nl-float-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

/* Newsletter Modal */
.nl-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 42, 71, 0.85);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nl-overlay.open { opacity: 1; visibility: visible; }
.nl-modal {
  background: var(--vk-white);
  width: 100%;
  max-width: 480px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s ease;
  box-shadow: 0 24px 80px rgba(0,0,0,0.3);
}
.nl-overlay.open .nl-modal { transform: translateY(0); }
.nl-modal-header {
  background: var(--vk-blue);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nl-modal-logo { height: 32px; width: auto; }
.nl-close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--vk-white);
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity var(--transition);
}
.nl-close:hover { opacity: 1; }
.nl-modal-body { padding: 32px; }
.nl-modal-body h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--vk-blue);
  margin-bottom: 8px;
}
.nl-subtitle {
  color: var(--vk-blue-70);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.nl-field { margin-bottom: 14px; }
.nl-field input {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid var(--vk-grey);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--vk-blue);
  transition: border-color var(--transition);
}
.nl-field input:focus { outline: none; border-color: var(--vk-blue); }
.nl-field input::placeholder { color: #737f8c; }
.nl-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 0.82rem;
  color: var(--vk-blue-70);
  line-height: 1.5;
  cursor: pointer;
}
.nl-consent input[type="checkbox"] {
  margin-top: 3px;
  accent-color: var(--vk-blue);
  flex-shrink: 0;
}
.nl-consent a { color: var(--vk-blue); text-decoration: underline; text-underline-offset: 2px; }
.nl-consent a:hover { color: var(--vk-light-blue); }
.nl-submit {
  width: 100%;
  padding: 14px;
  background: var(--vk-blue);
  color: var(--vk-white);
  border: none;
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.nl-submit:hover { background: #063a5f; transform: translateY(-1px); }
.nl-success { text-align: center; }
.nl-success.hidden { display: none; }
.nl-success-icon { width: 48px; height: 48px; margin: 0 auto 16px; display: block; }
.nl-success p {
  color: var(--vk-blue-70);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 8px;
}

/* ==================== PAGE HERO (subpages) ==================== */
.page-hero {
  background: #031e33 url('../assets/images/hero-bg-new.webp') center / cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 165px 0 48px;
}
.page-hero > .section-particle-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(3, 30, 51, 0.78);
  z-index: 0;
  pointer-events: none;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -40%; right: -15%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(151,175,207,0.16) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -35%; left: -10%;
  width: 450px; height: 450px;
  background: radial-gradient(circle, rgba(151,175,207,0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.page-hero > .section-glow {
  position: absolute;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151,175,207,0.20) 0%, transparent 70%);
  top: 50%; left: 55%;
  transform: translate(-50%, -50%);
  animation: glowPulse 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.page-hero > .container {
  position: relative;
  z-index: 2;
}
.page-hero .breadcrumb { font-size: 0.75rem; color: rgba(255,255,255,0.78); margin-bottom: 16px; }
.page-hero .breadcrumb a { color: var(--vk-light-blue); text-decoration: none; }
.page-hero .breadcrumb a:hover { text-decoration: underline; }
.page-hero h1 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 6px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 0.95rem; }

/* ==================== SECTION CTAs ==================== */
.section-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.section-cta-link {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}
.section-cta-link::after {
  content: ' \2192';
  transition: margin-left 0.2s ease;
}
.section-cta-link:hover::after {
  margin-left: 4px;
}
/* On dark backgrounds */
.section-cta-link.on-dark {
  color: var(--vk-light-blue);
}
.section-cta-link.on-dark:hover {
  color: #fff;
}
/* On light backgrounds */
.section-cta-link.on-light {
  color: var(--vk-blue);
}
.section-cta-link.on-light:hover {
  color: var(--vk-light-blue);
}
/* Small B2B button variant */
.section-cta-btn {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 28px;
  border-radius: 6px;
  background: rgba(151,175,207,0.15);
  color: var(--vk-light-blue);
  border: 1px solid rgba(151,175,207,0.25);
  text-decoration: none;
  transition: all var(--transition);
}
.section-cta-btn:hover {
  background: rgba(151,175,207,0.25);
  color: #fff;
  border-color: rgba(151,175,207,0.4);
}

/* ==================== VAPOR BG (light sections) ==================== */
.vapor-bg {
  position: relative;
  overflow: hidden;
}
.vapor-bg::before {
  content: '';
  position: absolute;
  top: -20%; right: -10%;
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(4,42,71,0.04) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.vapor-bg::after {
  content: '';
  position: absolute;
  bottom: -15%; left: -8%;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(151,175,207,0.05) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.vapor-bg > .vapor-glow {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(4,42,71,0.03) 0%, transparent 55%);
  top: 55%; left: 40%;
  transform: translate(-50%, -50%);
  animation: glowPulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.vapor-bg > .container,
.vapor-bg > .legal-content {
  position: relative;
  z-index: 1;
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero-sub { margin: 0 auto 36px; }
  .hero-badges { justify-content: center; }
  .hero-ctas { justify-content: center; }
  .hero-visual { min-height: 380px; }
  .hero-fan-shot { max-height: 440px; }
  .eco-lineup { height: 340px; }
  .eco-lineup-item:nth-child(1) img { height: 320px; }
  .eco-lineup-item:nth-child(2) img { height: 290px; }
  .eco-lineup-item:nth-child(2) { left: 32px; }
  .eco-lineup-item:nth-child(3) img { height: 260px; }
  .eco-lineup-item:nth-child(3) { left: 64px; }
  .eco-lineup-item:nth-child(4) img { height: 230px; }
  .eco-lineup-item:nth-child(4) { left: 96px; }
  .eco-lineup-item:nth-child(5) img { height: 200px; }
  .eco-lineup-item:nth-child(5) { left: 128px; }
  .eco-lineup-wrap { min-height: 360px; }
  .pod-showcase { height: 320px; }
  .pod-showcase-item.pod-front img { height: 300px; }
  .pod-showcase-item.pod-mid img   { height: 270px; }
  .pod-showcase-item.pod-back img  { height: 240px; }
  .pod-showcase-item.pod-mid   { right: 64px; }
  .pod-showcase-item.pod-back  { right: 128px; }
  .pod-showcase-wrap { min-height: 360px; }
  .products-air .container { grid-template-columns: 1fr; }
  .product-showcase { min-height: auto; }
  .product-cta-banner { flex-direction: column; text-align: center; padding: 24px 24px; gap: 16px; border-radius: 12px; }
  .cta-pack-previews { justify-content: center; }
  .cta-banner-content { max-width: none; }
  .coming-grid { grid-template-columns: 1fr 1fr; }
  .brand-story .container { flex-direction: column; }
  .bs-image-grid { grid-template-columns: 1fr 1fr; padding: 0 20px; }
  .bs-panorama { padding: 20px 20px 0; }
  .bs-values { grid-template-columns: 1fr 1fr; }
  .bs-values .bs-value-card:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; }
  .b2b-section .container, .b2b-section .container.b2b-grid-3 { grid-template-columns: 1fr; gap: 24px; }
  .b2b-info { max-width: none; }
  .featured-flavor { grid-template-columns: 1fr 1fr; gap: 32px; padding: 32px; }
  .featured-flavor-img img { max-width: 260px; }
  .featured-flavor-info h3 { font-size: 1.3rem; }
  .pod-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  /* Trust bar */
  .trust-bar { display: none; }

  /* Navbar */
  .navbar { height: 70px; padding: 0; top: 0; }
  .nav-logo img { height: 22px; }
  .nav-links { display: none; }
  .nav-links.open .nav-icons { display: none; }
  .nav-icons-mobile {
    display: flex;
    margin-left: auto;
    margin-right: 12px;
  }
  .nav-icons-mobile .nav-icon-btn { width: 36px; height: 36px; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex !important;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px; left: 0; right: 0; bottom: 0;
    background: var(--vk-blue);
    padding: 40px 24px;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
    z-index: 999;
  }
  .nav-links.open > a,
  .nav-links.open > .nav-dropdown-wrap > a {
    font-size: 1.1rem;
    color: var(--vk-white) !important;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav-links.open .btn-b2b {
    margin-top: 16px;
    text-align: center;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 1rem;
    border-bottom: none;
    background: var(--vk-white) !important;
    color: #0a1628 !important;
  }
  .nav-links.open .lang-switch {
    margin-left: 0;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    justify-content: center;
    border-left: none !important;
  }
  .nav-links.open .lang-btn { color: rgba(255,255,255,0.75) !important; font-size: 0.9rem; }
  .nav-links.open .lang-btn.active { color: var(--vk-white) !important; background: rgba(255,255,255,0.15) !important; }
  .nav-links.open .lang-sep { color: rgba(255,255,255,0.4) !important; font-size: 0.9rem; }

  /* Hero — mobile: image on top, text below, no veil */
  .hero { min-height: auto; padding: 80px 20px 40px; }
  .hero .container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
    text-align: center;
  }
  .hero-content { max-width: 100%; }
  .hero-text { order: 2; }
  .hero-visual { order: 1; min-height: 200px; justify-content: center; }
  .hero h1, .hero h2 { font-size: clamp(28px, 8.5vw, 48px); }
  .hero-fan-shot { max-height: 260px; opacity: 1; height: auto; filter: drop-shadow(0 16px 32px rgba(0,0,0,0.5)); }
  .hero::before, .hero::after { display: none; }
  .hero-glow { width: 160px; height: 160px; }
  .section-slogan, .footer-slogan { display: none; }
  .hero-slogan { width: 70px; bottom: 5px; right: -5px; opacity: 0.5; }
  .hero-ctas { flex-direction: column; gap: 12px; align-items: center; }
  .hero-badges { justify-content: center; }
  .hero-sub { font-size: 0.85rem; }
  .hero-carousel-dots { gap: 16px; }
  .hero-carousel-dot { font-size: 0.6rem; letter-spacing: 2px; }
  .eco-lineup { height: 260px; }
  .eco-lineup-item:nth-child(1) img { height: 240px; }
  .eco-lineup-item:nth-child(2) img { height: 220px; }
  .eco-lineup-item:nth-child(2) { left: 24px; }
  .eco-lineup-item:nth-child(3) img { height: 200px; }
  .eco-lineup-item:nth-child(3) { left: 48px; }
  .eco-lineup-item:nth-child(4) img { height: 180px; }
  .eco-lineup-item:nth-child(4) { left: 72px; }
  .eco-lineup-item:nth-child(5) img { height: 160px; }
  .eco-lineup-item:nth-child(5) { left: 96px; }
  .eco-lineup-wrap { min-height: 280px; }
  .pod-showcase { height: 240px; }
  .pod-showcase-item.pod-front img { height: 230px; }
  .pod-showcase-item.pod-mid img   { height: 200px; }
  .pod-showcase-item.pod-back img  { height: 170px; }
  .pod-showcase-item.pod-mid   { right: 48px; }
  .pod-showcase-item.pod-back  { right: 96px; }
  .pod-showcase-wrap { min-height: 280px; }
  .eco-lineup-item:nth-child(2) { transform: translateX(-80%) translateY(-6px) rotate(-2.5deg); }
  .eco-lineup-item:nth-child(3) { transform: translateX(-20%) translateY(-6px) rotate(2.5deg); }
  .eco-lineup-item:nth-child(4) { transform: translateX(-105%) translateY(-12px) rotate(-4deg); }
  .eco-lineup-item:nth-child(5) { transform: translateX(5%) translateY(-12px) rotate(4deg); }
  .btn-hero-primary, .btn-hero-secondary { text-align: center; padding: 14px 24px; }

  /* Brand Story — mobile */
  .bs-hero-statement { padding: 60px 0 40px; }
  .bs-hero-headline { letter-spacing: -0.5px; }
  .bs-image-grid { grid-template-columns: 1fr; padding: 0 16px; gap: 12px; }
  .bs-panorama { padding: 12px 16px 0; }
  .bs-panorama .bs-img { max-height: 240px; }
  .bs-stats { flex-wrap: wrap; padding: 40px 0; gap: 0; }
  .bs-stat { flex: 0 0 50%; max-width: none; padding: 16px; border-right: none; border-bottom: 1px solid rgba(4,42,71,0.1); }
  .bs-stat:nth-child(odd) { border-right: 1px solid rgba(4,42,71,0.1); }
  .bs-stat:nth-child(n+3) { border-bottom: none; }
  .bs-values { grid-template-columns: 1fr; gap: 16px; padding: 0 16px 60px; }
  .bs-values .bs-value-card:last-child { grid-column: auto; max-width: none; }
  .bs-value-card { padding: 28px 24px; }
  .bs-slogan-wrap { display: none; }

  /* Philosophy */
  .philosophy-grid { grid-template-columns: 1fr; gap: 16px; }

  /* SLIM AIR */
  .products-air .container { grid-template-columns: 1fr; gap: 40px; }
  .product-showcase { min-height: auto; width: 100%; padding: 20px 0; }
  .product-device-img { height: auto; min-height: 0; max-height: 420px; margin: 0 auto; }
  @keyframes deviceFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
  }
  .specs-grid { grid-template-columns: 1fr 1fr; }
  .color-switcher { justify-content: center; }
  .product-info { text-align: center; }
  .product-cta-banner { flex-direction: column; text-align: center; padding: 24px 20px; gap: 12px; border-radius: 12px; }
  .cta-banner-content { max-width: none; }
  .cta-banner-btn { width: 100%; justify-content: center; }
  .cta-pack-previews { display: none; }

  /* Flavor grid */
  .featured-flavor { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; text-align: center; }
  .featured-flavor-img img { max-width: 240px; }
  .featured-flavor-info { align-items: center; }
  .featured-flavor-info h3 { font-size: 1.2rem; }
  .featured-badge { margin: 0 auto; }
  .featured-flavor-cta { margin: 0 auto; }
  .pod-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .flavor-tabs { flex-wrap: wrap; gap: 8px; justify-content: center; }
  .products-pod::before, .b2b-section::before, .coming-soon-section::before, .page-hero::before { width: 400px; height: 400px; }
  .products-pod::after, .b2b-section::after, .coming-soon-section::after, .page-hero::after { width: 300px; height: 300px; }
  .products-pod .pod-glow, .b2b-section > .section-glow, .coming-soon-section > .section-glow, .page-hero > .section-glow { width: 180px; height: 180px; }
  .page-hero { padding: 125px 0 32px; }
  .vapor-bg::before, .vapor-bg::after { display: none; }
  .vapor-bg > .vapor-glow { width: 300px; height: 300px; opacity: 0.6; }
  .philosophy::before, .philosophy::after { display: none; }
  .philosophy > .section-glow { width: 160px; height: 160px; }
  .product-lineup-section { padding: 64px 0; }
  .brand-story::before, .brand-story::after { display: none; }
  .products-air::before, .products-air::after,
  .messe-section::before, .messe-section::after { display: none; }
  .footer::before, .footer::after { display: none; }
  .footer > .section-glow { width: 160px; height: 160px; }

  /* Lineup cards — single column */
  .lineup-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 20px;
  }

  /* Coming soon */
  .coming-grid { grid-template-columns: repeat(2, 1fr); }

  /* Messe */
  .messe-grid { grid-template-columns: 1fr; }

  /* B2B */
  .b2b-section .container, .b2b-section .container.b2b-grid-3 { grid-template-columns: 1fr; gap: 24px; }
  .b2b-info { max-width: none; }
  .b2b-panel { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 480px) {
  .navbar { padding: 0; }
  .nav-logo img { height: 19px !important; }
  .specs-grid { grid-template-columns: 1fr; }
  .featured-flavor { padding: 24px 20px; }
  .featured-flavor-img img { max-width: 200px; }
  .featured-flavor-info h3 { font-size: 1.1rem; }
  .pod-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pod-card h4 { font-size: 0.8rem; }
  .coming-grid { grid-template-columns: 1fr; }
  .hero-badges { flex-direction: column; align-items: center; }
  .brand-values { flex-direction: column; align-items: center; gap: 24px; }
  .lineup-card { padding: 28px 20px; }
  .messe-card { padding: 28px 20px; }
  .countdown-ring { width: 50px; height: 50px; top: 12px; right: 12px; }
  .countdown-ring-number { font-size: 0.85rem; }
  .countdown-ring-label { font-size: 0.5rem; }
  .countdown-ring .ring-tooltip { display: none; }
  .nl-modal { max-width: calc(100vw - 32px); }
  .nl-modal-body { padding: 24px 20px; }
  .nl-float { padding: 12px 8px; }
  .nl-float-text { font-size: 10px; }
}




/* ==================== NAV DROPDOWN ==================== */
.nav-dropdown-wrap { position: relative; }
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--vk-white);
  min-width: 180px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  border-top: 2px solid var(--vk-blue);
  box-shadow: 0 12px 32px rgba(4,42,71,0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transform: translateX(-50%) translateY(4px);
  z-index: 100;
  padding: 8px 0;
}
.nav-dropdown-wrap:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 0.82rem !important;
  color: var(--vk-blue) !important;
  font-weight: 500;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.nav-dropdown a:hover { background: var(--vk-grey); }

/* ==================== FLAVOR TABS ==================== */
.flavor-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.flavor-tab {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 10px 22px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.35);
  color: rgba(255,255,255,0.78);
  background: transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.flavor-tab:hover { border-color: rgba(255,255,255,0.6); color: #fff; }
.flavor-tab.active { background: #97AFCF; color: #042a47; border-color: #97AFCF; }
.pod-card { transition: all 0.4s ease-out, opacity 0.4s ease-out; }
.pod-card.hidden-card { opacity: 0; position: absolute; pointer-events: none; height: 0; overflow: hidden; padding: 0; margin: 0; border: 0; }
.featured-flavor.hidden-card { opacity: 0; position: absolute; pointer-events: none; height: 0; overflow: hidden; padding: 0; margin: 0; border: 0; }
.featured-flavor { transition: all 0.4s ease-out, opacity 0.4s ease-out; }

/* ==================== PRODUCT LINEUP CARDS ==================== */
/* ==================== PRODUCT LINEUP (Light) ==================== */
.product-lineup-section {
  padding: 100px 0;
  background: #f4f6f9;
  position: relative;
  overflow: hidden;
}
.product-lineup-section .section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #3a5068;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: var(--font-heading);
}
.product-lineup-section h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  color: #1a2538;
  text-align: center;
  margin-bottom: 12px;
  font-family: var(--font-heading);
}
.product-lineup-section h2 .highlight {
  background: linear-gradient(135deg, var(--vk-light-blue), var(--vk-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.product-lineup-section .section-sub {
  text-align: center;
  color: #5a6a7e;
  font-size: 16px;
  margin-bottom: 60px;
}

/* Grid */
.lineup-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lineup-cards {
    grid-template-columns: 1fr;
    max-width: 380px;
    gap: 20px;
  }
}

/* Card base */
.lineup-card {
  background: #fff;
  padding: 36px 28px 32px;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  border: 1px solid #e8ecf1;
  box-shadow: 0 2px 12px rgba(10,22,40,0.04);
}
.lineup-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(10,22,40,0.10);
}

/* Gold card (SLIM AIR) */
.lineup-gold {
  border-color: rgba(200,169,110,0.25);
  box-shadow: 0 2px 16px rgba(200,169,110,0.10);
}
.lineup-gold:hover {
  border-color: rgba(200,169,110,0.45);
  box-shadow: 0 16px 48px rgba(200,169,110,0.16);
}
/* ECO card */
.lineup-eco:hover { border-color: #4caf50; }
/* PRO card */
.lineup-pro:hover { border-color: var(--vk-silver); }

/* Badges */
.card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-heading);
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 2;
}
.badge-gold {
  background: linear-gradient(135deg, #d5cdaa, #c8a96e);
  color: #3a2e10;
}
.badge-eco {
  background: #e8f5e9;
  color: #2e7d32;
}
.badge-new {
  background: linear-gradient(135deg, #43a047, #2e7d32);
  color: #fff;
}
.badge-pro {
  background: #f0f0f0;
  color: #777;
}

/* Product image area */
.card-img-area {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden;
  background: #f8f9fb;
}
.card-img-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Dashed placeholder for ECO/PRO */
.card-placeholder {
  border: 2px dashed #d0d6e0;
  background: #fbfcfd;
}
.card-placeholder span {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #c0c8d4;
}

/* Card titles */
.lineup-card h3 {
  font-size: 22px;
  font-weight: 800;
  font-family: var(--font-heading);
  margin-bottom: 6px;
  color: #1a2538;
}
.card-tagline {
  font-size: 13px;
  color: #5f6b7a;
  margin-bottom: 24px;
  line-height: 1.5;
}

/* Features */
.card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  flex: 1;
}
.card-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 13.5px;
  border-bottom: 1px solid #f0f2f5;
  color: #3a4555;
  transition: transform 0.2s ease;
}
.card-features li:last-child { border-bottom: none; }
.card-features li:hover { transform: translateX(3px); }

/* Check icons */
.feat-check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: var(--vk-blue);
}
.feat-check.feat-green { fill: #4caf50; }
.feat-pending {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #c8cdd6;
}
.feat-tbd { color: #6b7585; }

/* Footer + CTAs */
.card-price { font-size: 1.1rem; font-weight: 700; color: var(--vk-blue); margin-top: 12px; text-align: center; }
.card-footer { margin-top: auto; }
.card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-heading);
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  border: none;
}
.cta-primary {
  background: #0a1628;
  color: #fff;
}
.cta-primary:hover {
  background: #142744;
  box-shadow: 0 4px 16px rgba(10,22,40,0.25);
}
.cta-secondary {
  background: transparent;
  color: var(--vk-blue);
  border: 2px solid #97AFCF;
}
.cta-secondary:hover {
  background: rgba(151,175,207,0.08);
  border-color: var(--vk-blue);
}
.cta-disabled {
  background: #f0f2f5;
  color: #6b7585;
  cursor: default;
}

/* ==================== MESSE / TRADE FAIRS ==================== */
.messe-section {
  padding: var(--section-pad) 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.messe-section .section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}
.messe-section .section-label { color: var(--vk-light-blue); }
.messe-section h2 { color: var(--vk-blue); }
.messe-subtext {
  color: var(--vk-blue-70);
  margin-top: 12px;
  font-size: 1rem;
}
.messe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.messe-card {
  position: relative;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: var(--radius);
  padding: 36px 32px;
  color: var(--vk-blue);
  transition: all 0.4s ease-out;
  border-top: 3px solid transparent;
  box-shadow: 0 2px 12px rgba(4,42,71,0.06);
}
.messe-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 50px rgba(4,42,71,0.12);
  border-top-color: #97AFCF;
}
.messe-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.messe-icon { color: var(--vk-light-blue); }
.messe-icon svg { width: 36px; height: 36px; }
/* Countdown Ring */
.countdown-ring {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.countdown-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.countdown-ring .ring-bg {
  fill: none;
  stroke: rgba(4,42,71,0.1);
  stroke-width: 3;
}
.countdown-ring .ring-progress {
  fill: none;
  stroke: #042A47;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease, stroke 0.4s ease;
}
.countdown-ring .ring-progress.live { stroke: #2A7D4F; }
.countdown-ring .ring-progress.ended { stroke: #aaa; }
.countdown-ring-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
  pointer-events: none;
}
.countdown-ring-number {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--vk-blue);
  display: block;
}
.countdown-ring-number.live { color: #2A7D4F; }
.countdown-ring-number.ended { color: #767676; }
.countdown-ring-label {
  font-family: var(--font-body);
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--vk-blue-70);
  display: block;
  margin-top: 1px;
}
.countdown-ring-label.ended { color: #767676; }
/* LIVE pulse */
@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.countdown-ring-number.live { animation: livePulse 1.5s ease-in-out infinite; }
/* Tooltip */
.countdown-ring .ring-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  background: var(--vk-blue);
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.7rem;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 3;
}
.countdown-ring .ring-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 20px;
  border: 5px solid transparent;
  border-top-color: var(--vk-blue);
}
.countdown-ring:hover .ring-tooltip { opacity: 1; }
.messe-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--vk-blue);
}
.messe-date {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--vk-light-blue);
  margin-bottom: 6px;
}
.messe-location {
  color: var(--vk-blue-70);
  font-size: 0.88rem;
  margin-bottom: 12px;
}
.messe-badge {
  display: inline-block;
  background: rgba(151,175,207,0.15);
  color: var(--vk-blue);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.messe-desc {
  color: var(--vk-blue-70);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.messe-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.messe-cta {
  display: inline-block;
  background: var(--vk-blue);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  letter-spacing: 0.02em;
}
.messe-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(4,42,71,0.2);
}
.messe-link {
  color: var(--vk-light-blue);
  font-size: 0.82rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.messe-link:hover { color: var(--vk-blue); }

/* Nav shop link: hidden on desktop, visible in mobile hamburger */
.nav-shop-link { display: none; }

/* Nav dropdown hide on mobile */
@media (max-width: 768px) {
  .nav-dropdown { display: none; }
  .nav-links.open .nav-shop-link { display: block; }
}

.brand-section { position: relative; overflow: hidden; }



/* Safari fix: nav overlay as body-level element */
@media (max-width: 768px) {
  .nav-links.open {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: calc(100vh - 70px) !important;
    background: #042a47 !important;
    z-index: 99999 !important;
    display: flex !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}


/* === GLOBAL FIX 08.03.2026: Mobile menu text visibility on all pages === */
body .navbar .nav-links.open > a,
body .navbar .nav-links.open > .nav-item > a,
body .navbar.scrolled .nav-links.open > a,
body .navbar.scrolled .nav-links.open > .nav-item > a,
body .navbar.scrolled .nav-links.open .b2b-login-btn {
    color: #ffffff !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
body .navbar .nav-links.open > a:hover,
body .navbar.scrolled .nav-links.open > a:hover {
    color: #c8a87e !important;
}

/* === NUCLEAR FIX v2 08.03.2026: Cover ALL nav link selectors === */
.navbar.scrolled .nav-links.open a,
.navbar .nav-links.open a,
.nav-links.open a {
    color: #ffffff !important;
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.navbar.scrolled .nav-links.open a:hover,
.navbar .nav-links.open a:hover,
.nav-links.open a:hover {
    color: #c8a87e !important;
}
.navbar.scrolled .nav-links.open .btn-b2b,
.nav-links.open .btn-b2b {
    color: #ffffff !important;
    background: transparent !important;
    border-color: #ffffff !important;
}

/* ==================== SCROLL REVEAL ==================== */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* ==================== SPECS STAGGER ==================== */
.spec-item.scroll-reveal { transition-delay: 0s; }
.spec-item.scroll-reveal:nth-child(2) { transition-delay: 0.15s; }
.spec-item.scroll-reveal:nth-child(3) { transition-delay: 0.3s; }
.spec-item.scroll-reveal:nth-child(4) { transition-delay: 0.45s; }
.spec-item.scroll-reveal:nth-child(5) { transition-delay: 0.6s; }
.spec-item.scroll-reveal:nth-child(6) { transition-delay: 0.75s; }
.spec-item.scroll-reveal {
  transform: translateY(20px) scale(0.95);
}
.spec-item.scroll-reveal.visible {
  transform: translateY(0) scale(1.0);
}
.spec-item .spec-icon {
  transition: transform 0.8s ease-out;
}
.spec-item.scroll-reveal.visible .spec-icon {
  transform: rotate(360deg);
}

/* ==================== REDUCED MOTION ==================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .scroll-reveal {
    opacity: 1;
    transform: none;
  }
  .lifestyle-breaker img {
    animation: none;
  }
}

/* Mobile: simpler animations */
@media (max-width: 768px) {
  .scroll-reveal {
    transform: translateY(15px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .spec-box.scroll-reveal:nth-child(n) { transition-delay: 0s; }
  .lifestyle-breaker { height: 200px; }
  .lifestyle-breaker .breaker-text { font-size: 1rem; letter-spacing: 2px; }
}

/* ═══════════════ MOBILE OPTIMIZATION (PageSpeed + UX) ═══════════════ */

/* Touch targets: minimum 44px per WCAG 2.5.5 */
@media (max-width: 768px) {
  .nav-icon-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  .nav-dropdown a {
    padding: 12px 20px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Glow elements: prevent overflow on mobile */
@media (max-width: 768px) {
  .hero-image-glow,
  .hero-image-glow-2,
  .philosophy-section::before,
  .philosophy-section::after,
  .philosophy-section .section-header::before,
  .specs-bg::before,
  .specs-bg::after,
  .specs-bg .container::before {
    width: 300px !important;
    height: 300px !important;
  }
}

/* Pod grid: 1 column at small screens */
@media (max-width: 480px) {
  .pod-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  /* Hero buttons: tighter padding */
  .btn-hero-primary,
  .btn-hero-secondary {
    padding: 12px 24px;
    font-size: 13px;
  }
  /* Navbar: compact */
  nav {
    height: 60px !important;
  }
  .nav-logo img {
    height: 20px !important;
  }
  /* Tighter section spacing */
  section {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* Font sizes for small screens */
  h1 { font-size: clamp(28px, 8vw, 48px) !important; }
  h2 { font-size: clamp(22px, 6vw, 36px) !important; }
  .section-label { letter-spacing: 0.08em; font-size: 10px; }
}

/* Eco lineup fixed height: responsive */
@media (max-width: 480px) {
  .eco-lineup { height: 200px; }
  .eco-lineup img { max-height: 180px; }
}

/* Ensure images don't overflow */
img {
  max-width: 100%;
  height: auto;
}

/* Better mobile line-height */
@media (max-width: 768px) {
  body { line-height: 1.65; }
  h1, h2, h3 { line-height: 1.2; }
}



/* ═══════════════ CSS CONTAINMENT — PERFORMANCE ═══════════════ */
/* Reduces style recalculation by isolating below-fold sections */
.products-pod,
.product-lineup-section,
.brand-story,
.philosophy,
.messe-section,
.b2b-section,
.footer {
  contain: content;
}

/* Optimize hero animations with GPU compositing hints */
.hero-fan-shot {
  will-change: transform;
}
.hero-glow {
  will-change: transform, opacity;
}

/* ═══════════════ POD CARD IMAGE FIX ═══════════════ */
/* Ensure pod card images maintain aspect ratio */
@media (max-width: 480px) {
  .pod-card img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    aspect-ratio: 200 / 220;
  }
}
