/*
Theme Name: Arctic Breeze
Theme URI: https://example.com
Author: Your Studio
Description: Custom ecommerce landing theme for Arctic Breeze portable fans. Cold-premium branding with full marketing funnel sections.
Version: 1.0
Text Domain: arctic-breeze
*/

/* ==========================================================================
   DESIGN TOKENS & SYSTEM
   ========================================================================== */
:root {
  /* Premium Cool Colors */
  --navy-deep: #071724;
  --navy-medium: #0D2C45;
  --navy-light: #164062;
  --ice-blue: #00A2D0;
  --cyan-glow: #00E5FF;
  --frost-white: #F3FAF0; /* light minty frost */
  --glacier-silver: #D5E4EC;
  --cool-grey: #6F8796;
  --pure-white: #FFFFFF;
  --coral-accent: #FF5A5F;
  --coral-hover: #E04B50;

  /* Specific theme lighting */
  --bg-main: #F4FAFC;
  --bg-card: #FFFFFF;
  --text-primary: #0F2537;
  --text-muted: #546E82;
  
  /* Fonts */
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Border Radius & Shadow */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --shadow-sm: 0 4px 12px rgba(11, 46, 79, 0.04);
  --shadow-md: 0 12px 36px rgba(11, 46, 79, 0.08);
  --shadow-lg: 0 24px 60px rgba(11, 46, 79, 0.12);

  /* Animation */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --transition: all 0.35s var(--ease);
}

/* ==========================================================================
   RESET & SYSTEM STYLES
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--bg-main);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-display); line-height: 1.15; color: var(--navy-deep); font-weight: 700; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(60px, 8vw, 110px) 0; position: relative; }

/* Styling Utility Classes */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ice-blue);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}
.section-title { font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--navy-deep); letter-spacing: -0.5px; margin-bottom: 16px; }
.section-sub { color: var(--text-muted); font-size: 17px; max-width: 600px; line-height: 1.5; margin-bottom: 24px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 32px; border-radius: 99px; font-weight: 600; font-size: 15px;
  transition: var(--transition);
}
.btn-primary-cool {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.25);
}
.btn-primary-cool:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 229, 255, 0.35);
  filter: brightness(1.05);
}
.btn-ghost-cool {
  border: 2px solid var(--glacier-silver);
  color: var(--navy-medium);
}
.btn-ghost-cool:hover {
  background: rgba(0, 162, 208, 0.05);
  border-color: var(--ice-blue);
}
.btn-urgent-cool {
  background: linear-gradient(135deg, var(--coral-accent), var(--coral-hover));
  color: var(--pure-white);
  box-shadow: 0 8px 24px rgba(255, 90, 95, 0.25);
}
.btn-urgent-cool:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 90, 95, 0.35);
}

/* Fix: cart badge (count) getting clipped by button's overflow:hidden */
.nav-cart-btn {
  overflow: visible !important;
}

/* ==========================================================================
   HEADER / NAVIGATION
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(244, 250, 252, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--glacier-silver);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); text-decoration: none; }
.logo .logo-mark { height: 75px; width: auto; border-radius: 0; object-fit: contain; flex-shrink: 0; }
.logo-text { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: 0.8px; line-height: 1; display: inline-flex; gap: 6px; }
.logo-text-dark { color: #082b4a; }
.logo-text-blue { color: #00a2d0; }
.footer-grid .logo-text-dark { color: #ffffff; }
.footer-grid .logo-text-blue { color: #00e5ff; }
.nav-menu { display: flex; gap: 36px; font-size: 15px; font-weight: 600; color: var(--navy-medium); }
.nav-menu a { transition: var(--transition); }
.nav-menu a:hover { color: var(--ice-blue); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-toggle { display: none; }

/* ==========================================================================
   HERO PREMIUM SECTION
   ========================================================================== */
.hero-premium {
  padding: 80px 0 60px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(226, 239, 244, 0.6) 0%, rgba(244, 250, 252, 0.4) 100%);
  position: relative;
  overflow: hidden;
}
.hero-premium .container { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 2; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pure-white); padding: 8px 16px; border-radius: 99px;
  font-size: 13px; font-weight: 700; color: var(--navy-medium);
  box-shadow: 0 4px 12px rgba(11, 46, 79, 0.05); margin-bottom: 24px;
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan-glow); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(0, 229, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 229, 255, 0); } }
.hero-title { font-size: clamp(26px, 6vw, 56px); font-weight: 800; color: var(--navy-deep); letter-spacing: -1px; margin-bottom: 18px; word-break: break-word; }
.hero-descr { font-size: clamp(15px, 2.5vw, 18px); color: var(--text-muted); margin-bottom: 32px; max-width: 520px; }

.hero-specs-row { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; flex-wrap: wrap; }
.hero-spec-item { display: flex; flex-direction: column; min-width: 0; }
.hero-spec-item .spec-num { font-family: var(--font-display); font-size: clamp(20px, 4vw, 28px); font-weight: 700; color: var(--navy-deep); line-height: 1.1; }
.hero-spec-item .spec-num span { font-size: 13px; font-weight: 600; color: var(--ice-blue); margin-left: 2px; }
.hero-spec-item .spec-lbl { font-size: 12px; color: var(--text-muted); font-weight: 500; margin-top: 4px; }
.hero-spec-divider { width: 1px; height: 35px; background: var(--glacier-silver); flex-shrink: 0; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Fan Graphic and Micro-Animations */
.hero-product-image { position: relative; display: flex; align-items: center; justify-content: center; }
.circle-radial-bg {
  position: absolute; width: 350px; height: 350px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.15) 0%, transparent 70%);
}
.fan-mockup-wrapper { position: relative; z-index: 2; width: min(400px, 85vw); height: min(400px, 85vw); }
.hero-fan-img {
  width: 100%; height: 100%; object-fit: contain;
  border-radius: 24px;
  border: 3px solid rgba(0, 229, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.3), 0 0 50px rgba(0, 162, 208, 0.15), inset 0 0 20px rgba(0, 229, 255, 0.05);
  animation: heroFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 0 30px rgba(0, 229, 255, 0.4));
  transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
}
.hero-fan-img:hover {
  transform: scale(1.05);
  border-color: rgba(0, 229, 255, 0.8);
  box-shadow: 0 0 30px rgba(0, 229, 255, 0.5), 0 0 70px rgba(0, 162, 208, 0.3), inset 0 0 30px rgba(0, 229, 255, 0.1);
  filter: drop-shadow(0 0 40px rgba(0, 229, 255, 0.6));
}
.hero-glow-ring {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 120%; height: 120%; border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.15) 0%, transparent 70%);
  animation: glowPulse 2.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

/* Product tile fan icon has its own coordinate system (viewBox center 60,55) */
.fan-blades-group-tile {
  transform-origin: 60px 55px;
  animation: rotateFan 4s linear infinite;
}
@keyframes rotateFan {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Airflow wave animation */
.airflow-waves { position: absolute; top: 15%; left: -60px; width: 100px; height: 150px; display: flex; flex-direction: column; justify-content: space-around; pointer-events: none; }
.airflow-waves .wave { height: 2px; background: linear-gradient(90deg, transparent, var(--cyan-glow), transparent); opacity: 0; animation: blowAir 2.5s infinite linear; }
.airflow-waves .wave.w1 { width: 60px; animation-delay: 0s; }
.airflow-waves .wave.w2 { width: 80px; animation-delay: 0.8s; }
.airflow-waves .wave.w3 { width: 70px; animation-delay: 1.6s; }

@keyframes blowAir {
  0% { transform: translateX(50px); opacity: 0; }
  30% { opacity: 0.8; }
  100% { transform: translateX(-80px); opacity: 0; }
}

/* ==========================================================================
   CONTEXT LIFESTYLE BANNER
   ========================================================================== */
.lifestyle-banner { padding: 40px 0; }
.lifestyle-card {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center;
  background: var(--bg-card); border-radius: var(--radius-lg); padding: 30px;
  box-shadow: var(--shadow-md); border: 1px solid var(--glacier-silver);
}
.lifestyle-image-placeholder { position: relative; border-radius: var(--radius-md); overflow: hidden; }
.cool-gradient-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(22, 64, 98, 0.05) 100%); pointer-events: none; }
.lifestyle-svg { width: 100%; height: auto; border-radius: var(--radius-md); }
.lifestyle-text h3 { font-size: 24px; color: var(--navy-deep); margin-bottom: 12px; }
.lifestyle-text p { color: var(--text-muted); font-size: 15.5px; }

/* ==========================================================================
   SPEC SPOTLIGHT & 8-GRID
   ========================================================================== */
.spotlight-hero-container { display: flex; justify-content: center; margin: 40px 0; }
.spotlight-visual { position: relative; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; }
.pulse-glow-circle { position: absolute; width: 140px; height: 140px; border-radius: 50%; border: 2px solid var(--cyan-glow); animation: pulseScale 3s infinite var(--ease); }
@keyframes pulseScale { 0% { transform: scale(0.9); opacity: 0.8; } 100% { transform: scale(1.4); opacity: 0; } }
.fan-details-svg { width: 100px; height: 100px; z-index: 2; }

.specs-eight-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 50px;
}
.spec-card {
  background: var(--bg-card); border-radius: var(--radius-md); padding: 24px;
  border: 1px solid rgba(213, 228, 236, 0.6); box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.spec-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--ice-blue);
}
.spec-icon-box {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(0, 162, 208, 0.08); color: var(--ice-blue);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.spec-icon-box svg { width: 22px; height: 22px; }
.spec-card h4 { font-size: 17px; font-weight: 700; color: var(--navy-deep); margin-bottom: 8px; }
.spec-card p { font-size: 14px; color: var(--text-muted); line-height: 1.5; }

/* ==========================================================================
   ALTERNATING BENEFITS SECTIONS
   ========================================================================== */
.benefit-block { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 50px 24px; }
.benefit-visual { border-radius: var(--radius-lg); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.benefit-svg { width: 100%; max-width: 360px; height: auto; }
.benefit-eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--ice-blue); text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: 10px; }
.benefit-copy h3 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 16px; color: var(--navy-deep); }
.benefit-copy p { color: var(--text-muted); font-size: 16px; line-height: 1.6; }

/* ==========================================================================
   COUNTDOWN & URGENCY PREMIUM
   ========================================================================== */
.urgency-premium {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-medium));
  color: var(--pure-white);
  padding: 60px 0;
  border-radius: var(--radius-lg);
  margin: 40px auto;
  max-width: calc(100% - 48px);
}
.urgency-container { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; }
.urgency-left .badge-accent { display: inline-block; background: var(--coral-accent); color: var(--pure-white); padding: 6px 14px; border-radius: 99px; font-size: 12px; font-weight: 700; margin-bottom: 18px; }
.urgency-left h2 { color: var(--pure-white); font-size: clamp(28px, 4vw, 36px); margin-bottom: 12px; }
.urgency-left p { color: var(--glacier-silver); font-size: 15.5px; max-width: 480px; }

.stock-progress-wrap { margin-top: 24px; }
.stock-progress-bar { width: 100%; max-width: 320px; height: 6px; background: rgba(255, 255, 255, 0.15); border-radius: 10px; overflow: hidden; }
.stock-progress-fill { height: 100%; background: linear-gradient(90deg, var(--cyan-glow), var(--coral-accent)); }
.stock-progress-label { font-family: var(--font-mono); font-size: 12px; color: var(--glacier-silver); margin-top: 8px; }

.countdown-card {
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md); padding: 30px; text-align: center;
  backdrop-filter: blur(10px);
}
.countdown-card h4 { font-family: var(--font-mono); font-size: 12px; color: var(--cyan-glow); letter-spacing: 2px; margin-bottom: 18px; }
.countdown { display: flex; justify-content: center; gap: 12px; margin-bottom: 24px; }
.time-block { display: flex; flex-direction: column; width: 60px; }
.time-block .time-val { font-family: var(--font-mono); font-size: 28px; font-weight: 700; color: var(--pure-white); }
.time-block .time-lbl { font-size: 10px; color: var(--glacier-silver); text-transform: uppercase; margin-top: 2px; }

/* ==========================================================================
   SHOP GRID & WC INTEGRATION
   ========================================================================== */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.shop-grid.single-product-focused {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 40px !important;
}
.shop-grid.single-product-focused .flagship-tile {
  max-width: 420px !important;
  width: 100% !important;
}
.product-tile {
  background: var(--bg-card); border-radius: var(--radius-md); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(213, 228, 236, 0.5);
  transition: var(--transition); position: relative;
}
.product-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--ice-blue); }
.badge-promo { position: absolute; top: 14px; left: 14px; background: var(--coral-accent); color: var(--pure-white); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 99px; }
.tile-visual { background: #F7FCFE; padding: 0; display: flex; align-items: center; justify-content: center; height: 300px; overflow: hidden; border-radius: var(--radius-md) var(--radius-md) 0 0; }
.tile-visual svg { width: 100px; height: 100px; }
.tile-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tile-body { padding: 24px; }
.tile-body h3 { font-size: 18px; margin-bottom: 8px; color: var(--navy-deep); }
.tile-body .desc { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; }
.tile-color-swatches { display: flex; align-items: center; gap: 10px; margin: 4px 0 16px; }
.tile-color-swatches .swatch-dot { width: 24px; height: 24px; border-radius: 50%; border: 2px solid transparent; padding: 0; cursor: pointer; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.tile-color-swatches .swatch-dot:hover { transform: scale(1.12); }
.tile-color-swatches .swatch-dot.is-active { border-color: var(--navy-deep, #0B2E4F); box-shadow: 0 0 0 1px var(--navy-deep, #0B2E4F); }
.tile-color-swatches .swatch-white { background: #FFFFFF; border: 1.5px solid #C9D8E0; }
.tile-color-swatches .swatch-pink { background: #F4A6C6; }
.tile-color-swatches .swatch-black { background: #1B1B1B; }
.price-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.price-row .now, .price-row ins { font-family: var(--font-mono); font-size: 20px; font-weight: 700; color: var(--navy-deep); text-decoration: none; }
.price-row .was, .price-row del { font-family: var(--font-mono); font-size: 14px; color: var(--cool-grey); text-decoration: line-through; }
.price-row .off { font-size: 12px; font-weight: 700; color: var(--coral-accent); }
.product-tile .btn { width: 100%; }

/* ==========================================================================
   COMPARISON TABLE
   ========================================================================== */
.comparison-table-wrapper { overflow-x: auto; border-radius: var(--radius-md); border: 1px solid var(--glacier-silver); box-shadow: var(--shadow-sm); }
.comparison-table { width: 100%; border-collapse: collapse; background: var(--pure-white); text-align: center; }
.comparison-table th, .comparison-table td { padding: 18px 24px; font-size: 15px; border-bottom: 1px solid var(--glacier-silver); }
.comparison-table th { background: rgba(0, 162, 208, 0.05); font-family: var(--font-display); font-weight: 700; color: var(--navy-deep); }
.comparison-table td:first-child, .comparison-table th:first-child { text-align: left; font-weight: 600; }
.comparison-table .col-highlight { background: #F7FCFE; color: var(--navy-deep); font-weight: 700; }
.icon-yes { width: 18px; height: 18px; color: var(--ice-blue); vertical-align: middle; margin-right: 4px; }
.icon-no { width: 16px; height: 16px; color: var(--cool-grey); vertical-align: middle; margin-right: 4px; }

/* ==========================================================================
   REVIEW SLIDESHOW CAROUSEL
   ========================================================================== */
.review-slideshow {
  position: relative;
  margin: 48px auto 0;
  max-width: 820px;
  padding: 0 40px;
}

.review-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.review-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.review-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 4px;
}

.review-card {
  background: var(--pure-white);
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  text-align: center;
  box-shadow: 0 8px 40px rgba(0, 162, 208, 0.1), 0 2px 12px rgba(11, 46, 79, 0.06);
  border: 1px solid rgba(213, 228, 236, 0.8);
  position: relative;
}

.review-card::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 100px;
  color: rgba(0, 162, 208, 0.08);
  position: absolute;
  top: 10px;
  left: 28px;
  line-height: 1;
  pointer-events: none;
}

.review-stars {
  color: #FFB547;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.review-text {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 400;
  color: var(--navy-medium);
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 28px;
}

.review-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--pure-white);
  font-weight: 800;
  font-size: 16px;
  font-family: var(--font-mono);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.review-info {
  text-align: left;
}

.review-info strong {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 2px;
}

.review-info span {
  font-size: 13px;
  color: var(--cool-grey);
}

/* Nav arrows */
.review-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(0, 162, 208, 0.2);
  background: var(--pure-white);
  color: var(--navy-deep);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: var(--transition);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.review-nav svg { width: 18px; height: 18px; }
.review-nav:hover { background: var(--ice-blue); color: var(--navy-deep); border-color: var(--ice-blue); }
.review-prev { left: -22px; }
.review-next { right: -22px; }

/* Dot indicators */
.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--glacier-silver);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.review-dot.active {
  width: 28px;
  border-radius: 10px;
  background: var(--ice-blue);
}

/* Review Summary */
.review-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px;
  padding: 24px;
  background: rgba(0, 162, 208, 0.04);
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 162, 208, 0.12);
}

.review-summary-score {
  font-family: var(--font-mono);
  font-size: 52px;
  font-weight: 800;
  color: var(--navy-deep);
  line-height: 1;
}

.review-summary-stars {
  color: #FFB547;
  font-size: 24px;
  letter-spacing: 3px;
  margin: 6px 0;
}

.review-summary-label {
  font-size: 14px;
  color: var(--cool-grey);
}


/* ==========================================================================
   VIDEO TESTIMONIALS CAROUSEL
   ========================================================================== */
.vt-carousel { position: relative; display: flex; align-items: center; gap: 12px; margin: 44px auto 0; max-width: 1180px; }
.vt-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth;
  scroll-snap-type: x mandatory; padding: 6px 4px 16px; flex: 1;
  scrollbar-width: thin; scrollbar-color: var(--glacier-silver) transparent;
  justify-content: flex-start;
}
.vt-track::-webkit-scrollbar { height: 6px; }
.vt-track::-webkit-scrollbar-thumb { background: var(--glacier-silver); border-radius: 10px; }

.vt-card {
  position: relative; flex: 0 0 260px; aspect-ratio: 9 / 16; border-radius: var(--radius-md);
  overflow: hidden; background: var(--navy-deep); scroll-snap-align: start;
  box-shadow: var(--shadow-md); border: 1px solid rgba(213, 228, 236, 0.7);
}
.vt-video { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--navy-deep); }

.vt-play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 56px; height: 56px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255, 255, 255, 0.92); color: var(--navy-deep);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(11, 46, 79, 0.3); transition: var(--transition);
}
.vt-play-btn svg { width: 22px; height: 22px; margin-left: 3px; }
.vt-play-btn:hover { background: var(--pure-white); transform: translate(-50%, -50%) scale(1.06); }
.vt-card.is-playing .vt-play-btn { opacity: 0; pointer-events: none; }
.vt-card:not(.is-playing) .vt-card-footer,
.vt-card:not(.is-playing) .vt-video { filter: none; }
.vt-card.is-playing::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,23,36,0.55) 0%, rgba(7,23,36,0) 30%);
  pointer-events: none; z-index: 1;
}

.vt-mute-btn {
  position: absolute; top: 12px; right: 12px; z-index: 2; width: 34px; height: 34px;
  border-radius: 50%; border: none; cursor: pointer; background: rgba(7, 23, 36, 0.55);
  color: var(--pure-white); display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--transition);
}
.vt-mute-btn svg { width: 16px; height: 16px; }
.vt-card.is-playing .vt-mute-btn { opacity: 1; }
.vt-mute-btn .icon-unmuted { display: none; }
.vt-card.is-unmuted .vt-mute-btn .icon-muted { display: none; }
.vt-card.is-unmuted .vt-mute-btn .icon-unmuted { display: block; }

.vt-card-footer {
  position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.vt-card-footer .stars-rating.small { color: #FFB547; font-size: 13px; margin-bottom: 0; letter-spacing: 1px; }
.vt-name {
  font-size: 12px; font-weight: 600; color: var(--pure-white); background: rgba(7, 23, 36, 0.45);
  padding: 4px 10px; border-radius: 20px; backdrop-filter: blur(4px);
}

.vt-nav {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--glacier-silver);
  background: var(--pure-white); color: var(--navy-deep); cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.vt-nav svg { width: 18px; height: 18px; }
.vt-nav:hover { background: var(--ice-blue); color: var(--pure-white); border-color: var(--ice-blue); }

@media (max-width: 640px) {
  .vt-nav { display: none; }
  .vt-card { flex-basis: 210px; }
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-list { max-width: 700px; margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid var(--glacier-silver); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 4px; font-family: var(--font-display); font-weight: 700; font-size: 16.5px; cursor: pointer; color: var(--navy-medium); }
.faq-toggle-icon { font-size: 20px; color: var(--ice-blue); transition: var(--transition); }
.faq-item.open .faq-toggle-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.faq-item.open .faq-a { max-height: 180px; }
.faq-a p { padding: 0 4px 20px; color: var(--text-muted); font-size: 15px; }

/* ==========================================================================
   STICKY / BOTTOM FLOATING QUICK PURCHASE CTA BAR
   ========================================================================== */
.bottom-sticky-bar {
  position: sticky; bottom: 0; left: 0; right: 0; z-index: 999;
  background: rgba(7, 23, 36, 0.95); backdrop-filter: blur(16px);
  border-top: 1px solid rgba(255, 255, 255, 0.1); color: var(--pure-white);
  padding: 14px 0;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
}
.sticky-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sticky-product-details { display: flex; align-items: center; gap: 14px; }
.sticky-fan-icon { width: 36px; height: 36px; }
.sticky-fan-icon svg { width: 100%; height: 100%; }
.sticky-product-text h5 { color: var(--pure-white); font-size: 15px; font-weight: 600; line-height: 1.2; }
.sticky-product-text p { color: var(--glacier-silver); font-size: 12px; margin-top: 2px; }

.sticky-pricing-actions { display: flex; align-items: center; gap: 20px; }
.sticky-price { display: flex; flex-direction: column; text-align: right; }
.sticky-price .price-val { font-family: var(--font-mono); font-size: 18px; font-weight: 700; color: var(--cyan-glow); }
.sticky-price .price-was { font-family: var(--font-mono); font-size: 12px; color: var(--cool-grey); text-decoration: line-through; }
.bottom-sticky-bar .btn { padding: 10px 24px; font-size: 14px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--navy-deep); color: var(--glacier-silver); padding: 60px 0 30px; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-grid .logo { color: var(--pure-white); margin-bottom: 16px; }
.footer-grid p.about { font-size: 14px; color: var(--cool-grey); line-height: 1.5; max-width: 280px; }
.footer-col h4 { color: var(--pure-white); font-size: 14px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul li { margin-bottom: 10px; font-size: 14px; }
.footer-col ul li a { transition: var(--transition); color: var(--cool-grey); }
.footer-col ul li a:hover { color: var(--cyan-glow); }

.newsletter-form { display: flex; margin-top: 12px; border-radius: 99px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.15); }
.newsletter-form input { flex: 1; padding: 10px 16px; background: rgba(255, 255, 255, 0.04); color: var(--pure-white); border: none; font-size: 14px; }
.newsletter-form input:focus { outline: none; background: rgba(255, 255, 255, 0.08); }
.newsletter-form button { padding: 10px 20px; background: var(--ice-blue); color: var(--navy-deep); font-weight: 700; font-size: 14px; transition: var(--transition); }
.newsletter-form button:hover { background: var(--cyan-glow); }

.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.06); padding-top: 20px; display: flex; justify-content: space-between; font-size: 13px; color: var(--cool-grey); }

/* ==========================================================================
   USAGE SCENARIOS & TRUST STYLES
   ========================================================================== */
.usage-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px;
}
.usage-card {
  background: var(--bg-card); border-radius: var(--radius-md); padding: 28px;
  border: 1px solid rgba(213, 228, 236, 0.6); box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.usage-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--ice-blue);
}
.usage-icon-box {
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(0, 162, 208, 0.06); color: var(--ice-blue);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.usage-icon-box svg { width: 22px; height: 22px; }
.usage-card h4 { font-size: 18px; font-weight: 700; color: var(--navy-deep); margin-bottom: 10px; }
.usage-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.55; }

.trust-guarantees { background: rgba(0, 162, 208, 0.02); border-top: 1px solid var(--glacier-silver); border-bottom: 1px solid var(--glacier-silver); padding: 60px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.trust-card-item { text-align: center; padding:12px; }
.trust-icon {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--pure-white); color: var(--ice-blue);
  box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.trust-icon svg { width: 24px; height: 24px; }
.trust-card-item h4 { font-size: 17px; font-weight: 700; color: var(--navy-deep); margin-bottom: 8px; }
.trust-card-item p { font-size: 14px; color: var(--text-muted); max-width: 300px; margin: 0 auto; }

/* Generated Images Display Rules */
.fan-img-display {
  width: 100%; max-width: 320px; height: auto; display: block; margin: 0 auto;
  border-radius: var(--radius-lg); filter: drop-shadow(0 20px 40px rgba(11, 46, 79, 0.12));
  animation: float 6s ease-in-out infinite;
}
.lifestyle-img-display {
  width: 100%; height: auto; display: block; border-radius: var(--radius-md);
  object-fit: cover; max-height: 480px;
}
.fan-spotlight-img {
  width: 100%; max-width: 240px; height: auto; display: block; border-radius: 50%;
  box-shadow: var(--shadow-md); z-index: 2; position: relative;
  border: 4px solid var(--pure-white);
}
.benefit-img-display {
  width: 100%; max-width: 480px; height: auto; display: block; margin: 0 auto;
  border-radius: var(--radius-md); box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.benefit-img-display:hover {
  transform: scale(1.02);
}

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */
@media (max-width: 990px) {
  .hero-premium .container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .hero-descr { margin-left: auto; margin-right: auto; }
  .hero-specs-row { justify-content: center; }
  .hero-actions { justify-content: center; }
  .lifestyle-card { grid-template-columns: 1fr; }
  .specs-eight-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-block { grid-template-columns: 1fr; text-align: center; gap: 30px; }
  .benefit-block-reverse { direction: ltr; }
  .usage-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .urgency-container { grid-template-columns: 1fr; text-align: center; }
  .stock-progress-bar { margin: 0 auto; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .page-layout-wrap { grid-template-columns: 1fr; }
  .page-sidebar { display: flex; flex-wrap: wrap; gap: 16px; }
  .page-sidebar-card, .page-sidebar-help { flex: 1; min-width: 220px; }
  .sidebar-product-showcase { flex: 100%; }
}

@media (max-width: 600px) {
  /* Global overflow fix */
  html, body { overflow-x: hidden; width: 100%; }
  .container { padding: 0 16px; }
  .section { padding: clamp(40px, 7vw, 70px) 0; }

  /* Nav */
  .nav-menu { display: none; }
  .nav-actions { display: flex; align-items: center; gap: 8px; }
  .nav-shop-btn { display: none; }
  .nav-cart-btn .cart-text { display: none; }
  .nav-cart-btn .cart-count { display: inline; }
  .nav-cart-btn { padding: 10px; border-radius: 50%; }
  .nav-toggle { display: block; }
	
  /* Hero */
  .hero-premium { padding: 50px 0 40px; }
  .hero-premium .container { gap: 28px; }
  .hero-badge { font-size: 12px; padding: 6px 14px; }
  .hero-specs-row { gap: 12px; justify-content: center; flex-wrap: wrap; }
  .hero-spec-divider { display: none; }
  .hero-actions { flex-direction: column; align-items: center; width: 100%; }
  .hero-actions .btn { width: 100%; max-width: 320px; justify-content: center; }
  .circle-radial-bg { width: 220px; height: 220px; }
  .fan-mockup-wrapper { width: min(320px, 75vw); height: min(320px, 75vw); }

  /* Sections */
  .specs-eight-grid { grid-template-columns: 1fr; }
  .usage-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }

  /* Urgency section */
  .urgency-container { grid-template-columns: 1fr; gap: 24px; }
  .urgency-left h2 { font-size: clamp(20px, 6vw, 28px); }
  .urgency-left p { font-size: 14px; }
  .countdown-card { padding: 20px 16px; }
  .countdown { gap: 8px; }
  .time-block { width: 52px; }
  .time-block .time-val { font-size: 22px; }
  .time-block .time-lbl { font-size: 9px; }
  .btn-urgent-cool { width: 100%; justify-content: center; }

  /* Benefit blocks */
  .benefit-block { gap: 20px; }
  .benefit-copy h3 { font-size: clamp(18px, 5vw, 24px); }

  /* Comparison table */
  .comparison-table th, .comparison-table td { padding: 12px 10px; font-size: 13px; }

  /* Video carousel */
  .vt-card { flex: 0 0 200px; }

  /* Review slideshow */
  .review-card { padding: 28px 20px; }
  .review-text { font-size: 15px; }
  .review-prev { left: -12px; }
  .review-next { right: -12px; }

  /* Sticky bar */
  .sticky-product-details { display: none; }
  .sticky-bar-inner { justify-content: center; }
  .sticky-pricing-actions { width: 100%; justify-content: space-between; }

  /* Footer */
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }

  /* Page sidebar on mobile */
  .page-layout-wrap { grid-template-columns: 1fr; }
  .page-sidebar { display: flex; flex-wrap: wrap; gap: 14px; }
  .page-sidebar-card, .page-sidebar-help, .sidebar-product-showcase { width: 100%; flex: 100%; }
}

@media (max-width: 400px) {
  .container { padding: 0 12px; }
  .hero-title { font-size: 22px; letter-spacing: -0.5px; }
  .hero-descr { font-size: 14px; }
  .hero-specs-row { flex-direction: column; align-items: center; gap: 10px; }
  .hero-spec-divider { display: none; }
  .fan-mockup-wrapper { width: min(280px, 70vw); height: min(280px, 70vw); }
  .btn { font-size: 14px; padding: 12px 24px; }
  .logo .logo-mark { width: 52px; height: 52px; }
  .countdown { gap: 6px; }
  .time-block { width: 46px; }
  .time-block .time-val { font-size: 20px; }
  .sidebar-fan-grid { grid-template-columns: repeat(3, 1fr); }
  .review-slideshow { margin: 30px auto 0; padding: 0 26px; }
  .review-nav { width: 36px; height: 36px; }
  .review-card { padding: 22px 14px; }
  .review-text { font-size: 14px; }
  .review-summary-score { font-size: 40px; }
}


/* ==========================================================================
   STATIC PAGE TEMPLATE (page.php) — Privacy Policy, Terms, Shipping, Refund
   ========================================================================== */

/* Page Hero Banner */
.page-hero-banner {
  position: relative !important;
  background: radial-gradient(100% 100% at 50% 0%, rgba(226, 239, 244, 0.7) 0%, rgba(244, 250, 252, 0.5) 100%) !important;
  border-bottom: 1px solid var(--glacier-silver) !important;
  padding: 70px 0 60px !important;
  overflow: hidden !important;
  text-align: center !important;
}
.page-hero-glow {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-glow-2 {
  position: absolute; bottom: -60px; right: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,162,208,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 2; }

.page-hero-icon-wrap {
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(0,162,208,0.1); border: 1px solid rgba(0,162,208,0.2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; color: var(--ice-blue);
}
.page-hero-icon-wrap svg { width: 26px; height: 26px; }

.page-hero-title {
  font-size: clamp(26px, 4vw, 46px);
  font-weight: 800; color: var(--navy-deep);
  letter-spacing: -0.5px; margin-bottom: 14px;
}
.page-hero-sub {
  font-size: 16px; color: var(--text-muted);
  max-width: 500px; margin: 0 auto 20px; line-height: 1.7;
}
.page-breadcrumb {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--text-muted);
  background: rgba(0,162,208,0.06); padding: 6px 16px;
  border-radius: 99px; border: 1px solid rgba(0,162,208,0.18);
}
.page-breadcrumb a { color: var(--ice-blue); font-weight: 600; transition: var(--transition); }
.page-breadcrumb a:hover { color: var(--navy-deep); }
.page-breadcrumb span { color: var(--navy-medium) !important; font-weight: 500 !important; }
.breadcrumb-sep { color: var(--cool-grey) !important; }

/* Page Layout — Sidebar + Content */
.page-layout-wrap {
  display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start;
}

/* Sidebar */
.page-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 100px; }
.page-sidebar-card {
  background: var(--pure-white); border-radius: var(--radius-md);
  padding: 24px; box-shadow: var(--shadow-sm);
  border: 1px solid rgba(213,228,236,0.6);
}
.page-sidebar-card h4 {
  font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--ice-blue); font-weight: 700; margin-bottom: 16px;
}
.page-sidebar-card ul { list-style: none; display: flex; flex-direction: column; gap: 2px; }
.page-sidebar-card ul li a {
  display: block; padding: 9px 12px; border-radius: 8px;
  font-size: 14px; font-weight: 500; color: var(--text-muted);
  transition: var(--transition);
}
.page-sidebar-card ul li a:hover {
  background: rgba(0,162,208,0.07); color: var(--ice-blue); padding-left: 16px;
}

.page-sidebar-help {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-medium));
  border-radius: var(--radius-md); padding: 24px; text-align: center;
}
.sidebar-help-icon {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(0,229,255,0.15); color: var(--cyan-glow);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.sidebar-help-icon svg { width: 20px; height: 20px; }
.page-sidebar-help h5 { font-size: 15px; font-weight: 700; color: var(--pure-white); margin-bottom: 8px; }
.page-sidebar-help p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 16px; }
.page-sidebar-help .btn { font-size: 13px; padding: 10px 20px; width: 100%; justify-content: center; }

/* Sidebar Product Showcase Card */
.sidebar-product-showcase {
  background: var(--pure-white);
  border-radius: var(--radius-md);
  padding: 22px;
  border: 1px solid rgba(0,162,208,0.15);
  box-shadow: 0 4px 20px rgba(0,162,208,0.08);
  text-align: center;
  margin-bottom: 16px;
}

.sidebar-showcase-badge {
  display: inline-block;
  background: linear-gradient(135deg, #FFB547, #FF8C00);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 99px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.sidebar-showcase-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  color: var(--navy-deep);
  margin-bottom: 6px;
}

.sidebar-showcase-sub {
  font-size: 12px;
  color: var(--cool-grey);
  line-height: 1.5;
  margin-bottom: 16px;
}

.sidebar-fan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.sidebar-fan-single {
  background: #F7FCFE;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(0,162,208,0.1);
  margin-bottom: 14px;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-fan-single:hover {
  background: rgba(0,162,208,0.06);
  border-color: var(--ice-blue);
  transform: translateY(-2px);
}

.sidebar-fan-single-img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: contain;
}

.sidebar-showcase-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
}

.sidebar-stars {
  color: #FFB547;
  font-size: 14px;
  letter-spacing: 1px;
}

.sidebar-rating-label {
  font-size: 12px;
  color: var(--cool-grey);
  font-family: var(--font-mono);
}

.sidebar-shop-btn {
  width: 100%;
  text-align: center;
  font-size: 13px;
  padding: 11px 16px;
  justify-content: center;
}


.page-content-wrapper { min-width: 0; }
.page-article {
  background: var(--pure-white); border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 56px); box-shadow: var(--shadow-md);
  border: 1px solid rgba(213,228,236,0.5);
}

/* Page Entry Content Typography */
.page-entry-content { color: var(--text-primary); line-height: 1.75; }

.page-entry-content h1,
.page-entry-content h2,
.page-entry-content h3,
.page-entry-content h4 {
  font-family: var(--font-display); color: var(--navy-deep);
  font-weight: 700; margin-top: 36px; margin-bottom: 12px; line-height: 1.3;
}
.page-entry-content h1 { font-size: clamp(20px, 3vw, 30px); }
.page-entry-content h2 {
  font-size: clamp(17px, 2.5vw, 22px);
  padding: 12px 16px; margin-top: 32px;
  background: rgba(0,162,208,0.05);
  border-left: 4px solid var(--ice-blue);
  border-radius: 0 8px 8px 0; color: var(--navy-medium);
}
.page-entry-content h3 { font-size: 17px; color: var(--ice-blue); }
.page-entry-content h4 { font-size: 15px; }

.page-entry-content p {
  font-size: 15.5px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.85;
}

.page-entry-content a {
  color: var(--ice-blue); font-weight: 600;
  text-decoration: underline; text-underline-offset: 3px; transition: var(--transition);
}
.page-entry-content a:hover { color: var(--cyan-glow); }

.page-entry-content ul,
.page-entry-content ol { padding-left: 20px; margin-bottom: 20px; }
.page-entry-content ul { list-style: none; padding-left: 0; }
.page-entry-content ul li {
  font-size: 15px; color: var(--text-muted); margin-bottom: 10px;
  line-height: 1.7; padding-left: 22px; position: relative;
}
.page-entry-content ul li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--ice-blue);
}
.page-entry-content ol li { font-size: 15px; color: var(--text-muted); margin-bottom: 10px; line-height: 1.7; }
.page-entry-content strong { color: var(--navy-deep); font-weight: 700; }
.page-entry-content em { color: var(--cool-grey); }
.page-entry-content hr {
  border: none; border-top: 1px solid var(--glacier-silver); margin: 32px 0;
}

/* Responsive */
@media (max-width: 900px) {
  .page-layout-wrap { grid-template-columns: 1fr; }
  .page-sidebar { position: static; flex-direction: row; flex-wrap: wrap; }
  .page-sidebar-card, .page-sidebar-help { flex: 1; min-width: 220px; }
}
@media (max-width: 600px) {
  .page-hero-banner { padding: 50px 0 40px; }
  .page-hero-sub { font-size: 14px; }
  .page-article { padding: 22px 18px; border-radius: var(--radius-md); }
  .page-sidebar { flex-direction: column; }
  .page-entry-content h2 { font-size: 16px; }
}


/* ==========================================================================
   WOOCOMMERCE CART & CHECKOUT PAGES — CLEAN REWRITE
   ========================================================================== */

/* Page Hero */
.woo-page-hero {
  position: relative;
  background: radial-gradient(100% 100% at 50% 0%, rgba(226, 239, 244, 0.7) 0%, rgba(244, 250, 252, 0.5) 100%);
  border-bottom: 1px solid var(--glacier-silver);
  padding: 60px 0 50px;
  overflow: hidden;
  text-align: center;
}
.woo-hero-inner { position: relative; z-index: 2; }
.woo-hero-icon {
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(0,162,208,0.1); border: 1px solid rgba(0,162,208,0.2);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; color: var(--ice-blue);
}
.woo-hero-icon svg { width: 26px; height: 26px; }
.woo-hero-title {
  font-size: clamp(24px, 4vw, 42px); font-weight: 800;
  color: var(--navy-deep); letter-spacing: -0.5px; margin-bottom: 12px;
}
.woo-hero-sub {
  font-size: 15px; color: var(--text-muted);
  max-width: 480px; margin: 0 auto 18px; line-height: 1.65;
}

/* Main Content Area */
.woo-page-main {
  padding: 48px 0 80px;
  background: #f7fafc;
}

/* Content Card Wrapper */
.woo-content-card {
  background: var(--pure-white);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(213,228,236,0.5);
  margin-bottom: 36px;
}

/* Trust Bar */
.woo-trust-bar {
  display: flex; align-items: center; justify-content: center;
  gap: 32px; flex-wrap: wrap; padding: 24px 0;
  border-top: 1px solid var(--glacier-silver);
}
.woo-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--text-muted);
}
.woo-trust-item svg { width: 18px; height: 18px; color: var(--ice-blue); flex-shrink: 0; }

/* ==========================================================================
   CART PAGE STYLES
   ========================================================================== */

/* Cart Form Table */
.woocommerce-cart-form {
  margin: 0;
}

.woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(213,228,236,0.6);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--pure-white);
}

.woocommerce-cart-form table.shop_table th {
  background: #f7fafc;
  padding: 14px 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  font-weight: 700;
  border-bottom: 2px solid var(--glacier-silver);
  text-align: left;
}

.woocommerce-cart-form table.shop_table td {
  padding: 16px;
  border-bottom: 1px solid rgba(213,228,236,0.4);
  vertical-align: middle;
  font-size: 15px;
}

/* Remove column */
.woocommerce-cart-form .product-remove a {
  color: var(--cool-grey);
  font-size: 20px;
  transition: var(--transition);
}
.woocommerce-cart-form .product-remove a:hover {
  color: var(--coral-accent);
}

/* Thumbnail */
.woocommerce-cart-form td.product-thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #F7FCFE;
  border-radius: 8px;
  border: 1px solid rgba(0, 162, 208, 0.08);
}

/* Product Name */
.woocommerce-cart-form td.product-name a {
  font-weight: 700;
  color: var(--navy-deep);
  transition: var(--transition);
}
.woocommerce-cart-form td.product-name a:hover {
  color: var(--ice-blue);
}

/* Price & Subtotal */
.woocommerce-cart-form td.product-price,
.woocommerce-cart-form td.product-subtotal {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--navy-deep);
}

/* Quantity Input */
.woocommerce-cart-form .product-quantity input.qty {
  width: 56px;
  height: 36px;
  padding: 4px;
  text-align: center;
  border: 1.5px solid var(--glacier-silver);
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  background: #fafcfd;
  transition: var(--transition);
}
.woocommerce-cart-form .product-quantity input.qty:focus {
  outline: none;
  border-color: var(--ice-blue);
  box-shadow: 0 0 0 3px rgba(0,162,208,0.1);
}

/* Actions Row (Coupon + Update) */
.woocommerce-cart-form td.actions {
  padding: 20px;
  background: #f7fafc;
}

.woocommerce-cart-form .actions .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-cart-form .actions .coupon label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  display: none;
}

.woocommerce-cart-form .actions .coupon input#coupon_code {
  height: 40px;
  width: 180px !important;
  padding: 0 14px;
  border: 1.5px solid var(--glacier-silver);
  border-radius: 8px;
  font-size: 14px;
  background: var(--pure-white);
  transition: var(--transition);
}
.woocommerce-cart-form .actions .coupon input#coupon_code:focus {
  outline: none;
  border-color: var(--ice-blue);
}

.woocommerce-cart-form .actions .coupon button,
.woocommerce-cart-form .actions .coupon .button {
  height: 40px;
  padding: 0 20px;
  border: 1.5px solid var(--glacier-silver);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--pure-white);
  cursor: pointer;
  transition: var(--transition);
}
.woocommerce-cart-form .actions .coupon button:hover {
  border-color: var(--ice-blue);
  color: var(--ice-blue);
}

.woocommerce-cart-form .actions button[name="update_cart"],
.woocommerce-cart-form .actions .button.alt {
  height: 40px;
  margin-top: 14px;
  background: var(--navy-deep) !important;
  color: var(--pure-white) !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 0 24px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: var(--transition);
}
.woocommerce-cart-form .actions button[name="update_cart"]:hover,
.woocommerce-cart-form .actions .button.alt:hover {
  background: var(--navy-medium) !important;
  transform: translateY(-1px);
}

/* Cart Collaterals (Totals) */
.cart-collaterals {
  margin-top: 30px;
}

.cart-collaterals .cart_totals {
  background: var(--pure-white);
  border: 1px solid rgba(213,228,236,0.8);
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}

.cart-collaterals .cart_totals h2 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--navy-deep);
  border-bottom: 2px solid rgba(0, 162, 208, 0.1);
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.cart-collaterals .cart_totals table.shop_table {
  width: 100%;
  border: none;
  margin-bottom: 20px;
}

.cart-collaterals .cart_totals table.shop_table th {
  padding: 12px 0;
  font-weight: 600;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(213,228,236,0.5);
  text-align: left;
}

.cart-collaterals .cart_totals table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(213,228,236,0.5);
  text-align: right;
  font-weight: 700;
  color: var(--navy-deep);
}

.cart-collaterals .cart_totals table.shop_table .order-total th,
.cart-collaterals .cart_totals table.shop_table .order-total td {
  border-bottom: none;
  font-size: 18px;
  color: var(--ice-blue);
}

/* Proceed to Checkout Button */
.cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woo-content-card .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  padding: 16px 32px;
  border-radius: 99px;
  box-shadow: 0 8px 24px rgba(0,229,255,0.2);
  transition: var(--transition);
  text-decoration: none;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.woo-content-card .wc-proceed-to-checkout .checkout-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,229,255,0.3);
  filter: brightness(1.05);
}

/* Continue Shopping CTA */
.cart-continue-cta {
  text-align: center;
  margin-bottom: 24px;
}
.cart-continue-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ==========================================================================
   CHECKOUT PAGE STYLES
   ========================================================================== */


/* Heading Styles */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading,
.woocommerce-checkout #customer_details h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy-deep);
  border-bottom: 2px solid rgba(0,162,208,0.1);
  padding-bottom: 12px;
  margin-bottom: 24px;
}

/* Form Fields */
.woocommerce-checkout .form-row {
  margin-bottom: 18px;
}

.woocommerce-checkout .form-row label {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-deep);
  margin-bottom: 6px;
  display: block;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  border: 1.5px solid var(--glacier-silver);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: var(--font-body);
  color: var(--text-primary);
  background: #fafcfd;
  transition: var(--transition);
}
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  outline: none;
  border-color: var(--ice-blue);
  box-shadow: 0 0 0 3px rgba(0,162,208,0.1);
  background: var(--pure-white);
}

/* Order Review Container */
#order_review {
  background: #fafcfd;
  border: 1px solid rgba(213,228,236,0.8);
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}

/* Order Review Table */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-checkout-review-order-table th {
  padding: 14px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  font-weight: 700;
  border-bottom: 2px solid var(--glacier-silver);
  text-align: left;
}

.woocommerce-checkout-review-order-table td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(213,228,236,0.4);
  font-size: 15px;
  color: var(--navy-deep);
  font-weight: 600;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .shipping td,
.woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
  font-family: var(--font-mono);
  font-weight: 700;
}

.woocommerce-checkout-review-order-table .order-total td {
  font-size: 18px;
  color: var(--ice-blue);
  border-bottom: none;
}

/* Checkout Two-Column Layout */
.woocommerce-checkout #customer_details {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: start;
}
.woocommerce-checkout #customer_details > .col-1,
.woocommerce-checkout #customer_details > .col-2 {
  float: none !important;
  width: 100% !important;
  min-width: 0;
}
.woocommerce-checkout #customer_details .col-1 {
  background: var(--pure-white);
  border-radius: var(--radius-md);
  padding: 32px;
  border: 1px solid rgba(213,228,236,0.6);
  box-shadow: var(--shadow-sm);
}
.woocommerce-checkout #customer_details .col-2 {
  display: flex;
  flex-direction: column;
  background: var(--pure-white);
  border-radius: var(--radius-md);
  padding: 32px;
  border: 1px solid rgba(213,228,236,0.6);
  box-shadow: var(--shadow-sm);
}
.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields {
  flex: 1;
}
.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field {
  flex: 1;
}
.woocommerce-checkout #customer_details .col-2 textarea {
  min-height: 220px;
  resize: vertical;
}

/* Checkout Field Styling */
.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce-checkout .form-row label {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 8px;
  display: block;
  letter-spacing: 0.3px;
}
.woocommerce-checkout .form-row label .required {
  color: var(--ice-blue);
  font-weight: 700;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  border: 2px solid rgba(213,228,236,0.8);
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14.5px;
  font-family: var(--font-body);
  color: var(--text-primary);
  background: var(--pure-white);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(11,46,79,0.04);
}
.woocommerce-checkout input[type="text"]:hover,
.woocommerce-checkout input[type="email"]:hover,
.woocommerce-checkout input[type="tel"]:hover,
.woocommerce-checkout select:hover,
.woocommerce-checkout textarea:hover {
  border-color: rgba(0,162,208,0.4);
  box-shadow: 0 2px 12px rgba(0,162,208,0.08);
}
.woocommerce-checkout input[type="text"]:focus,
.woocommerce-checkout input[type="email"]:focus,
.woocommerce-checkout input[type="tel"]:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  outline: none;
  border-color: var(--ice-blue);
  box-shadow: 0 0 0 4px rgba(0,162,208,0.12), 0 4px 16px rgba(0,162,208,0.1);
  background: var(--pure-white);
}
.woocommerce-checkout input[type="text"]::placeholder,
.woocommerce-checkout input[type="email"]::placeholder,
.woocommerce-checkout input[type="tel"]::placeholder,
.woocommerce-checkout textarea::placeholder {
  color: #a0b4c0;
  font-size: 13.5px;
}
.woocommerce-checkout select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23546E82' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

/* Checkout Headings */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading,
.woocommerce-checkout #customer_details h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy-deep);
  border-bottom: 2px solid rgba(0,162,208,0.15);
  padding-bottom: 14px;
  margin-bottom: 28px;
  letter-spacing: -0.3px;
}

/* Payment Methods */
.woocommerce-checkout #payment {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 24px;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(213,228,236,0.8);
  padding-bottom: 16px;
  margin-bottom: 16px;
  list-style: none;
  padding-left: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  background: var(--pure-white);
  border: 1.5px solid rgba(213,228,236,0.8);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
  transition: var(--transition);
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
  border-color: var(--ice-blue);
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
  margin-right: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-block;
  font-weight: 700;
  color: var(--navy-deep);
  cursor: pointer;
}

.woocommerce-checkout #payment div.payment_box {
  background: #F7FCFE;
  border: 1px solid #D6EEF5;
  border-radius: 8px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
  padding: 12px 14px;
  margin: 12px 0 0 0;
}
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

/* Place Order Button */
.woocommerce-checkout #place_order {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: 99px;
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.25);
  border: none;
  transition: var(--transition);
  cursor: pointer;
}
.woocommerce-checkout #place_order:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 229, 255, 0.35);
  filter: brightness(1.05);
}

/* Checkout Steps */
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  padding: 24px;
  background: var(--pure-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(213, 228, 236, 0.6);
}

.checkout-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.4;
  transition: var(--transition);
}
.checkout-step.active,
.checkout-step.completed {
  opacity: 1;
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--glacier-silver);
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-step.active .step-num {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep);
  box-shadow: 0 4px 12px rgba(0, 229, 255, 0.3);
}
.checkout-step.completed .step-num {
  background: var(--ice-blue);
  color: var(--pure-white);
}

.step-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}
.checkout-step.active .step-label {
  color: var(--navy-deep);
  font-weight: 700;
}

.checkout-step-line {
  width: 60px;
  height: 2px;
  background: var(--glacier-silver);
  margin: 0 16px;
}

/* WooCommerce Notices */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  background: var(--pure-white) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 24px rgba(11, 46, 79, 0.06) !important;
  padding: 16px 20px !important;
  margin-bottom: 24px !important;
  list-style: none !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid rgba(213,228,236,0.8) !important;
  border-left: 4px solid var(--ice-blue) !important;
}
.woocommerce-error {
  border-left-color: #FF5A5F !important;
}
.woocommerce-message {
  border-left-color: #00D4FF !important;
}
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
  display: none !important;
}

/* Coupon Form on Checkout */
.woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
.woocommerce-form-coupon {
  background: #fafcfd;
  border: 1px solid rgba(213,228,236,0.8);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 24px;
}

/* Product Benefits Banner */
.product-benefits-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: var(--pure-white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(213, 228, 236, 0.6);
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
}
.product-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}
.product-benefit svg {
  color: var(--ice-blue);
  flex-shrink: 0;
}

/* ==========================================================================
   RESPONSIVE — CART & CHECKOUT
   ========================================================================== */
@media (max-width: 990px) {
  .woocommerce-checkout,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
  .woocommerce-checkout #customer_details {
    grid-template-columns: 1fr !important;
  }
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2 {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart-form table.shop_table th:nth-child(4),
  .woocommerce-cart-form table.shop_table td:nth-child(4) {
    display: none;
  }
}

@media (max-width: 600px) {
  .woo-page-hero { padding: 44px 0 36px; }
  .woo-content-card { padding: 20px 16px; }
  .woo-trust-bar { gap: 16px; }

  .checkout-steps { padding: 16px; }
  .checkout-step-line { width: 30px; margin: 0 8px; }
  .step-num { width: 30px; height: 30px; font-size: 12px; }
  .step-label { font-size: 11px; }

  .cart-collaterals .cart_totals { padding: 20px; }
  .cart-collaterals .cart_totals h2 { font-size: 16px; }

  .product-benefits-banner { gap: 16px; padding: 16px; }
  .product-benefit { font-size: 13px; }
}

/* ==========================================================================
   ABOUT US — Mission Stats Block & SVG Icon Fixes
   ========================================================================== */

/* Mission Badge Column (replaces image) */
.about-mission-badge-col {
  display: flex; flex-direction: column; gap: 28px; align-items: flex-start;
}
.about-mission-badge-large {
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-medium));
  color: var(--pure-white); padding: 16px 24px; border-radius: var(--radius-md);
  font-size: 15px; font-weight: 700;
}
.about-mission-badge-large svg { width: 28px; height: 28px; color: var(--cyan-glow); flex-shrink: 0; }

.about-mission-bigstat { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.about-bigstat-item {
  display: flex; flex-direction: column;
  padding: 18px 22px; border-radius: var(--radius-md);
  background: var(--pure-white); border: 1px solid rgba(213,228,236,0.6);
  box-shadow: var(--shadow-sm);
}
.bigstat-num {
  font-family: var(--font-display); font-size: 36px; font-weight: 800;
  color: var(--navy-deep); line-height: 1; margin-bottom: 4px;
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bigstat-lbl { font-size: 13px; color: var(--text-muted); font-weight: 500; }

/* Fix SVG icon sizes in About Us cards */
.about-value-icon { width: 32px; height: 32px; flex-shrink: 0; }
.about-value-icon svg { width: 16px; height: 16px; display: block; }
.about-why-icon { width: 52px; height: 52px; flex-shrink: 0; }
.about-why-icon svg { width: 24px; height: 24px; display: block; }
.about-img-badge svg { width: 16px; height: 16px; flex-shrink: 0; }

@media (max-width: 990px) {
  .about-mission-badge-col { flex-direction: row; flex-wrap: wrap; align-items: stretch; }
  .about-mission-bigstat { flex-direction: row; flex-wrap: wrap; }
  .about-bigstat-item { flex: 1; min-width: 140px; }
}
@media (max-width: 600px) {
  .about-mission-bigstat { flex-direction: column; }
  .bigstat-num { font-size: 28px; }
}

/* ==========================================================================
   ABOUT US — CLEAN REWRITE (ab- prefix)
   ========================================================================== */

/* Hero */
.ab-about-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #F4FAFC 0%, #EAF5FB 100%);
  padding: 80px 0 60px;
  border-bottom: 1px solid var(--glacier-silver);
}
.ab-about-hero-glow {
  position: absolute; top: -120px; right: -80px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.ab-about-hero-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.ab-about-h1 {
  font-size: clamp(28px, 4vw, 48px); font-weight: 800;
  color: var(--navy-deep); letter-spacing: -1px;
  margin-bottom: 20px; line-height: 1.1;
}
.ab-about-lead {
  font-size: 17px; color: var(--text-muted);
  line-height: 1.8; margin-bottom: 32px; max-width: 460px;
}
.ab-about-hero-img-wrap {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.ab-about-hero-img { width: 100%; height: 380px; object-fit: cover; display: block; }

/* Stats Bar */
.ab-stats-bar {
  background: var(--navy-deep); padding: 32px 0;
}
.ab-stats-grid {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.ab-stat-block {
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 40px; text-align: center;
}
.ab-stat-n {
  font-family: var(--font-display); font-size: 32px; font-weight: 800;
  color: var(--cyan-glow); line-height: 1; margin-bottom: 4px;
}
.ab-stat-l { font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 500; }
.ab-stat-sep { width: 1px; height: 48px; background: rgba(255,255,255,0.1); flex-shrink: 0; }

/* Mission Section */
.ab-mission-inner {
  display: grid; grid-template-columns: 220px 1fr; gap: 60px; align-items: start;
}
.ab-mission-label {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 14px; position: sticky; top: 120px;
}
.ab-mission-icon-box {
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  display: flex; align-items: center; justify-content: center; color: white;
  box-shadow: 0 8px 24px rgba(0,162,208,0.3);
}
.ab-mission-icon-box svg { width: 28px; height: 28px; }
.ab-mission-label span {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--ice-blue); font-weight: 700;
}
.ab-mission-title {
  font-size: clamp(22px, 3vw, 34px); font-weight: 800;
  color: var(--navy-deep); margin-bottom: 20px; line-height: 1.2;
}
.ab-mission-content p {
  font-size: 16px; color: var(--text-muted); line-height: 1.85; margin-bottom: 18px;
}
.ab-values { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.ab-value {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 16px 20px; background: var(--pure-white);
  border-radius: 12px; border: 1px solid rgba(213,228,236,0.6);
  box-shadow: var(--shadow-sm);
}
.ab-value-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--ice-blue); flex-shrink: 0; margin-top: 6px;
}
.ab-value strong { display: block; font-size: 15px; color: var(--navy-deep); margin-bottom: 3px; }
.ab-value span { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* Why Grid */
.ab-why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px;
}
.ab-why-card {
  background: var(--pure-white); border-radius: var(--radius-md);
  padding: 28px 20px; border: 1px solid rgba(213,228,236,0.7);
  box-shadow: var(--shadow-sm); text-align: center; transition: var(--transition);
}
.ab-why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--ice-blue); }
.ab-why-ico {
  width: 52px; height: 52px; border-radius: 14px; margin: 0 auto 18px;
  background: rgba(0,162,208,0.08); color: var(--ice-blue);
  display: flex; align-items: center; justify-content: center;
}
.ab-why-ico svg { width: 24px; height: 24px; display: block; }
.ab-why-card h4 { font-size: 16px; font-weight: 700; color: var(--navy-deep); margin-bottom: 10px; }
.ab-why-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* CTA Strip */
.ab-cta-strip {
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-medium));
  padding: 60px 0;
}
.ab-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px; flex-wrap: wrap;
}
.ab-cta-inner h3 { font-size: clamp(18px, 2.5vw, 26px); color: var(--pure-white); margin-bottom: 6px; }
.ab-cta-inner p { font-size: 14px; color: rgba(255,255,255,0.55); }

/* About Us Responsive */
@media (max-width: 990px) {
  .ab-about-hero-wrap { grid-template-columns: 1fr; gap: 36px; }
  .ab-about-hero-img { height: 260px; }
  .ab-mission-inner { grid-template-columns: 1fr; gap: 28px; }
  .ab-mission-label { flex-direction: row; text-align: left; position: static; }
  .ab-why-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-cta-inner { flex-direction: column; text-align: center; align-items: center; }
}
@media (max-width: 600px) {
  .ab-stats-grid { gap: 4px; }
  .ab-stat-block { padding: 10px 20px; }
  .ab-stat-n { font-size: 24px; }
  .ab-stat-sep { display: none; }
  .ab-why-grid { grid-template-columns: 1fr; }
  .ab-about-hero { padding: 50px 0 36px; }
  .ab-about-lead { font-size: 15px; }
}

/* ==========================================================================
   WOOCOMMERCE SHOP ARCHIVE & CATALOG STYLING
   ========================================================================== */

/* Product Grid structure */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 30px 0 !important;
}

/* WooCommerce's default clearfix pseudo-elements on ul.products (used for the
   old float-based layout) become real, empty grid items once the container
   is switched to display:grid — this pushes the actual product cards out of
   place. Neutralize them so only the real .product items sit in the grid. */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page.columns-2 ul.products li:nth-child(2n+1),
.woocommerce-page.columns-3 ul.products li:nth-child(3n+1),
.woocommerce-page.columns-4 ul.products li:nth-child(4n+1),
.woocommerce ul.products li.first,
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.first,
.woocommerce-page ul.products li.last {
  background: var(--pure-white) !important;
  border-radius: var(--radius-md) !important;
  border: 1px solid rgba(213, 228, 236, 0.7) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: var(--transition) !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  clear: none !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-5px) !important;
  box-shadow: var(--shadow-md) !important;
  border-color: var(--ice-blue) !important;
}

/* Sale Flash badge */
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  background: #FF5A5F !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 5px 12px !important;
  border-radius: 99px !important;
  z-index: 10 !important;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
}

/* Product Image styling */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100% !important;
  height: 180px !important;
  object-fit: contain !important;
  margin-bottom: 0 !important;
  background: #F7FCFE !important;
  border-radius: 0 !important;
  padding: 24px !important;
  transition: var(--transition) !important;
  display: block !important;
}

.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img {
  transform: scale(1.03) !important;
}

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-display) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--navy-deep) !important;
  margin: 20px 20px 8px 20px !important;
  line-height: 1.3 !important;
}

/* Ratings */
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  font-size: 12px !important;
  color: #FFB547 !important;
  margin: 0 20px 10px 20px !important;
}

/* Price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: var(--font-mono) !important;
  font-size: 20px !important;
  color: var(--navy-deep) !important;
  font-weight: 700 !important;
  margin: 0 20px 20px 20px !important;
  display: block !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: var(--cool-grey) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  margin-right: 8px !important;
  display: inline !important;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  color: var(--navy-deep) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  background: transparent !important;
  display: inline !important;
}

/* Buttons in grid */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow)) !important;
  color: var(--navy-deep) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 12px 24px !important;
  border-radius: 99px !important;
  text-align: center !important;
  display: block !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 229, 255, 0.15) !important;
  transition: var(--transition) !important;
  text-transform: none !important;
  margin: 0 20px 20px 20px !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 18px rgba(0, 229, 255, 0.25) !important;
  filter: brightness(1.05) !important;
}

/* WooCommerce shop utilities (ordering/result count) */
.woocommerce-ordering select {
  border: 1.5px solid var(--glacier-silver);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  color: var(--text-primary);
  background: var(--pure-white);
  outline: none;
}

.woocommerce-result-count {
  font-size: 14px;
  color: var(--text-muted);
}

/* Single Product Page Custom Layout styling */
.woocommerce-div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }
  .woocommerce-div.product {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================================
   HANDHELD FAN IMAGE STYLES
   ========================================================================== */
.hero-fan-img {
  width: 100%;
  height: auto;
  max-height: 320px;
}

/* ==========================================================================
   CART CONTINUE CTA
   ========================================================================== */
.cart-continue-cta {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 20px;
}

.cart-continue-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ==========================================================================
   CHECKOUT STEPS INDICATOR
   ========================================================================== */
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  padding: 24px;
  background: var(--pure-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(213, 228, 236, 0.6);
}

.checkout-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.4;
  transition: var(--transition);
}

.checkout-step.active,
.checkout-step.completed {
  opacity: 1;
}

.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--glacier-silver);
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-step.active .step-num {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep);
  box-shadow: 0 4px 12px rgba(0, 229, 255, 0.3);
}

.checkout-step.completed .step-num {
  background: var(--ice-blue);
  color: var(--pure-white);
}

.step-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}

.checkout-step.active .step-label {
  color: var(--navy-deep);
  font-weight: 700;
}

.checkout-step-line {
  width: 60px;
  height: 2px;
  background: var(--glacier-silver);
  margin: 0 16px;
}

/* ==========================================================================
   FOOTER SOCIAL LINKS
   ========================================================================== */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cool-grey);
  transition: var(--transition);
}

.footer-social-link:hover {
  background: var(--ice-blue);
  color: var(--navy-deep);
  border-color: var(--ice-blue);
}

.footer-contact {
  margin-top: 16px;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--cool-grey);
  transition: var(--transition);
}

.footer-contact-link:hover {
  color: var(--cyan-glow);
}

/* ==========================================================================
   NAV CART BUTTON ENHANCEMENT
   ========================================================================== */
.nav-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-cart-btn svg {
  flex-shrink: 0;
}

/* ==========================================================================
   RESPONSIVE ADDITIONS
   ========================================================================== */
@media (max-width: 600px) {
  .checkout-steps {
    padding: 16px;
    gap: 0;
  }
  .checkout-step-line {
    width: 30px;
    margin: 0 8px;
  }
  .step-num {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .step-label {
    font-size: 11px;
  }
  .footer-social {
    justify-content: center;
  }
}

/* ==========================================================================
   PROFESSIONAL POLISH PASS — Additional fixes
   ========================================================================== */

/* Spacing between privacy text and Place Order button */
.woocommerce-privacy-policy-text {
  margin-bottom: 20px !important;
}
.woocommerce-privacy-policy-text p {
  margin-bottom: 0 !important;
}
.woocommerce-checkout #place_order {
  margin-top: 8px !important;
}

/* Video testimonials temporarily hidden — mismatched/inconsistent product videos.
   Re-enable (delete this rule) once real, consistent Arctic Breeze videos are ready. */
.video-reviews-section {
  display: block;
}

.ab-product-layout {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 56px;
  align-items: start;
}

/* Gallery */
.ab-product-gallery {
  display: flex !important;
  flex-direction: column;
  float: none !important;
  width: auto !important;
  clear: none !important;
}
.ab-product-summary {
  float: none !important;
  width: auto !important;
  clear: none !important;
}
.ab-product-gallery .woocommerce-product-gallery {
  position: relative;
}
.ab-product-gallery .woocommerce-product-gallery__wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #F7FCFE;
  border: 1px solid rgba(213,228,236,0.6);
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
}
.ab-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 20px;
  background: transparent;
}
.ab-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.ab-product-gallery .flex-control-thumbs li {
  width: 72px;
  height: 72px;
}
.ab-product-gallery .flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  border: 1.5px solid var(--glacier-silver);
  background: #F7FCFE;
  cursor: pointer;
  transition: var(--transition);
}
.ab-product-gallery .flex-control-thumbs img.flex-active,
.ab-product-gallery .flex-control-thumbs img:hover {
  border-color: var(--ice-blue);
}
.woocommerce-product-gallery__trigger {
  display: none;
}

/* Summary */
.ab-product-summary .product_title {
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 800;
  color: var(--navy-deep);
  margin-bottom: 12px;
  line-height: 1.2;
}
.ab-product-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.ab-product-summary .star-rating {
  color: #FFB547;
  font-size: 15px;
}
.ab-product-summary p.price {
  font-family: var(--font-mono) !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  color: var(--navy-deep) !important;
  margin-bottom: 20px !important;
  display: block !important;
}
.ab-product-summary p.price del {
  color: var(--cool-grey) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-right: 10px !important;
}
.ab-product-summary p.price ins {
  text-decoration: none !important;
  color: var(--navy-deep) !important;
}
.ab-product-summary .woocommerce-product-details__short-description {
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--glacier-silver);
}
.ab-product-summary .woocommerce-product-details__short-description p {
  margin-bottom: 12px;
}

/* Cart form (quantity + add to cart) */
.ab-product-summary form.cart {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.ab-product-summary .quantity {
  display: flex;
}
.ab-product-summary .quantity input.qty {
  width: 70px;
  height: 52px;
  text-align: center;
  border: 1.5px solid var(--glacier-silver);
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  background: #fafcfd;
}
.ab-product-summary .quantity input.qty:focus {
  outline: none;
  border-color: var(--ice-blue);
  box-shadow: 0 0 0 3px rgba(0,162,208,0.1);
}
.ab-product-summary button.single_add_to_cart_button,
form.cart button.single_add_to_cart_button,
.woocommerce #content button.single_add_to_cart_button,
button.single_add_to_cart_button {
  flex: 1;
  min-width: 200px;
  background: linear-gradient(135deg, #00A2D0, #00E5FF) !important;
  color: #071724 !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  padding: 16px 32px !important;
  border-radius: 99px !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(0,229,255,0.25) !important;
  transition: all 0.3s ease !important;
  cursor: pointer;
}
.ab-product-summary button.single_add_to_cart_button:hover,
form.cart button.single_add_to_cart_button:hover,
.woocommerce #content button.single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,229,255,0.35) !important;
  filter: brightness(1.05);
}

/* Quantity input */
form.cart .quantity input.qty,
.woocommerce form input[type="number"] {
  border: 2px solid #d5e4ec !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-size: 15px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #071724 !important;
  background: #ffffff !important;
  width: 80px !important;
  transition: all 0.3s ease !important;
}
form.cart .quantity input.qty:focus,
.woocommerce form input[type="number"]:focus {
  border-color: #00A2D0 !important;
  box-shadow: 0 0 0 4px rgba(0,162,208,0.15) !important;
  outline: none !important;
}

/* Product meta (SKU, categories) */
.ab-product-summary .product_meta {
  font-size: 13px;
  color: var(--cool-grey);
  padding-top: 20px;
  border-top: 1px solid var(--glacier-silver);
}
.ab-product-summary .product_meta > span {
  display: block;
  margin-bottom: 6px;
}
.ab-product-summary .product_meta a {
  color: var(--ice-blue);
  font-weight: 600;
}

/* Bold "Save X% OFF" badge on single product page */
.ab-single-product .ab-sale-badge {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  background: linear-gradient(135deg, #FF5A5F, #FF8A5C) !important;
  color: #fff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px;
  padding: 8px 16px !important;
  border-radius: 99px !important;
  box-shadow: 0 6px 16px rgba(255,90,95,0.35) !important;
  z-index: 10 !important;
}

/* Branded color-pop backdrop behind the gallery, like a studio product shot */
.ab-product-gallery .woocommerce-product-gallery__wrapper {
  background: radial-gradient(circle at 30% 20%, rgba(0,229,255,0.10), rgba(0,162,208,0.05) 60%, rgba(0,162,208,0.02));
}

/* Trust badge strip under Add to Cart */
.ab-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.ab-trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,162,208,0.06);
  border: 1px solid rgba(0,162,208,0.15);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-deep);
}
.ab-trust-icon {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 600px) {
  .ab-trust-badge { flex: 1 1 calc(50% - 10px); justify-content: center; }
}

/* ===== Bundle & Save (3-column price grid, reference-style layout) ===== */
.ab-bundle-section {
  margin-bottom: 22px;
}
.ab-bundle-label {
  display: block;
  font-family: var(--font-display);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--navy-deep);
  margin-bottom: 10px;
}
.ab-bundle-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.ab-bundle-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 16px 8px 14px;
  border: 2px solid var(--glacier-silver);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
  background: #fff;
}
.ab-bundle-option:hover {
  border-color: rgba(0,162,208,0.4);
}
.ab-bundle-option.is-selected {
  border-color: var(--ice-blue);
  background: rgba(0,162,208,0.05);
  box-shadow: 0 6px 18px rgba(0,162,208,0.12);
}
.ab-bundle-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.ab-bundle-info strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-deep);
}
.ab-bundle-price {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 800;
  color: var(--navy-deep);
}
.ab-bundle-price del {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--cool-grey);
  margin-left: 4px;
}
.ab-bundle-save {
  font-weight: 700;
  font-size: 11.5px;
  color: #16a34a;
  background: rgba(22,163,74,0.1);
  padding: 3px 9px;
  border-radius: 99px;
  white-space: nowrap;
  margin-top: 2px;
}
.ab-bundle-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #00A2D0, #00E5FF);
  color: #071724;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 99px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}
.ab-bundle-badge-best {
  background: linear-gradient(135deg, #071724, #164062);
  color: #fff;
}
@media (max-width: 480px) {
  .ab-bundle-picker { grid-template-columns: 1fr; }
}

/* ===== In-stock indicator line ===== */
.ab-stock-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy-deep);
  margin-bottom: 14px;
}
.ab-stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 3px rgba(22,163,74,0.15);
}
.ab-stock-out .ab-stock-dot {
  background: var(--coral-accent);
  box-shadow: 0 0 0 3px rgba(255,90,95,0.15);
}

/* Bundle picker replaces the manual quantity stepper — hide it but keep it in the DOM for form submission */
.ab-product-summary .quantity {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.ab-product-summary form.cart {
  margin-bottom: 8px;
}

/* Guarantee + secure checkout strip */
.ab-guarantee-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-deep);
  margin-bottom: 24px;
}

/* Tabs (Description / Reviews) — inside gallery column, below image */
.woocommerce-tabs {
  margin-top: 32px;
  width: 100%;
  order: 2;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  border-bottom: 2px solid var(--glacier-silver);
  margin-bottom: 32px;
}
.woocommerce-tabs ul.tabs li {
  padding: 0;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--text-muted);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: var(--transition);
}
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
  color: var(--ice-blue);
  border-bottom-color: var(--ice-blue);
}
.woocommerce-tabs .panel {
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 760px;
}
.woocommerce-tabs .panel h2 {
  font-size: 20px;
  color: var(--navy-deep);
  margin-bottom: 16px;
}

/* Related Products */
.related.products {
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid var(--glacier-silver);
}
.related.products > h2 {
  font-size: clamp(22px, 3vw, 30px);
  color: var(--navy-deep);
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 900px) {
  .ab-product-layout { grid-template-columns: 1fr !important; gap: 32px; }
}
@media (max-width: 600px) {
  .ab-product-summary form.cart { flex-direction: column; align-items: stretch; }
  .ab-product-summary .quantity input.qty { width: 100%; }
  .woocommerce-tabs ul.tabs { overflow-x: auto; }
}

/* ===== Reviewer-avatar rating badge ===== */
/* Hide the default WC rating row — the avatar badge below replaces it */
.ab-product-summary .woocommerce-product-rating { display: none !important; }
.ab-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border: 1px solid var(--glacier-silver);
  border-radius: 99px;
  background: #fff;
  margin-bottom: 18px;
}
.ab-rating-avatars { display: flex; }
.ab-rating-avatars img {
  width: 28px; height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -10px;
}
.ab-rating-avatars img:first-child { margin-left: 0; }
.ab-rating-stars { color: #FFB547; font-size: 13px; letter-spacing: 1px; }
.ab-rating-count { font-size: 12.5px; font-weight: 600; color: var(--text-muted); }

/* ===== Benefit checklist grid ===== */
.ab-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.ab-benefit-grid li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy-deep);
}
.ab-benefit-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px; height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: rgba(22,163,74,0.12);
  color: #16a34a;
}
.ab-benefit-check svg { width: 12px; height: 12px; }
@media (max-width: 480px) {
  .ab-benefit-grid { grid-template-columns: 1fr; }
}

/* ===== Colour swatches ===== */
.ab-swatch-row { display: flex; gap: 10px; margin: 6px 0 18px; }
.ab-swatch {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2px solid var(--glacier-silver);
  padding: 0;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.ab-swatch:hover { transform: translateY(-2px); }
.ab-swatch.is-selected {
  border-color: var(--ice-blue);
  box-shadow: 0 0 0 3px rgba(0,162,208,0.15);
}

/* ===== Accordion (How to use / What's included / Shipping & Returns) ===== */
.ab-accordion { border-top: 1px solid var(--glacier-silver); margin-top: 8px; }
.ab-accordion-item { border-bottom: 1px solid var(--glacier-silver); }
.ab-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 2px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--navy-deep);
  text-align: left;
}
.ab-accordion-icon {
  position: relative;
  width: 16px; height: 16px;
  flex-shrink: 0;
}
.ab-accordion-icon::before,
.ab-accordion-icon::after {
  content: '';
  position: absolute;
  background: var(--ice-blue);
  transition: var(--transition);
}
.ab-accordion-icon::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.ab-accordion-icon::after { top: 0; left: 50%; width: 2px; height: 100%; transform: translateX(-50%); }
.ab-accordion-item.is-open .ab-accordion-icon::after { opacity: 0; }
.ab-accordion-panel {
  height: 0;
  overflow: hidden;
}
.ab-accordion-panel > p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  padding-bottom: 16px;
}
.ab-accordion-item.is-open .ab-accordion-panel { height: auto; }

/* ===== Single featured review card (below gallery) ===== */
.ab-featured-review {
  display: block;
  float: none !important;
  clear: both;      /* always drop below the product image, never beside it */
  width: 100%;
  box-sizing: border-box;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--glacier-silver);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
  order: 1; /* appear after gallery, before tabs */
}
.ab-featured-review-stars { color: #FFB547; font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }
.ab-featured-review h4 { font-size: 16px; margin-bottom: 8px; }
.ab-featured-review p { font-size: 14.5px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.ab-featured-review-author { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--navy-deep); }
.ab-featured-review-author img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.ab-verified-icon { width: 15px; height: 15px; color: #16a34a; }
.ab-verified-text { color: var(--cool-grey); font-weight: 500; }




/* ==========================================================================
   MOBILE FIX — Cart Table & Checkout Form Stacking
   ========================================================================== */
@media (max-width: 600px) {

  /* Checkout: stack First/Last name & other 2-column fields */
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100% !important;
    float: none !important;
  }

  /* Checkout: error/notice list wraps instead of overflowing */
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info {
    flex-wrap: wrap !important;
  }
  .woocommerce-error li,
  .woocommerce-message li,
  .woocommerce-info li {
    width: 100% !important;
  }

  /* Cart table becomes stacked cards instead of a wide table */
  .woocommerce-cart-form table.shop_table thead {
    display: none;
  }
  .woocommerce-cart-form table.shop_table,
  .woocommerce-cart-form table.shop_table tbody,
  .woocommerce-cart-form table.shop_table tr,
  .woocommerce-cart-form table.shop_table td {
    display: block;
    width: 100% !important;
  }
  .woocommerce-cart-form table.shop_table tr {
    margin-bottom: 16px;
    border: 1px solid var(--glacier-silver);
    border-radius: var(--radius-md);
    padding: 12px;
  }
  .woocommerce-cart-form table.shop_table td {
    border: none;
    padding: 8px 4px;
    text-align: right;
  }
  .woocommerce-cart-form table.shop_table td::before {
    content: attr(data-title);
    float: left;
    font-weight: 700;
    color: var(--navy-deep);
    font-size: 12px;
    text-transform: uppercase;
  }
  .woocommerce-cart-form td.product-thumbnail {
    text-align: center;
  }
  .woocommerce-cart-form td.product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart-form td.product-thumbnail img {
    margin: 0 auto;
  }
  .woocommerce-cart-form .actions .coupon {
    flex-wrap: wrap;
  }
  .woocommerce-cart-form .actions .coupon input#coupon_code {
    width: 100%;
  }
}


.woocommerce-cart .wc-empty-cart-message .return-to-shop,
.woocommerce-cart a.wc-backward {
    display: none !important;
}



#place_order {
    display: block !important;
    width: auto !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    margin: 0 auto !important;
}

.woocommerce-checkout #payment {
    text-align: left;
}
.woocommerce-checkout #payment .place-order {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mobile: Stack payment method and place order vertically */
@media (max-width: 768px) {
  .woocommerce-checkout #payment {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .woocommerce-checkout #payment .place-order {
    width: 100%;
  }
  .woocommerce-checkout #payment .place-order #place_order {
    width: 100%;
    max-width: 320px;
  }
}
/* ==========================================================================
   PREMIUM POLISH PASS — richer depth, refined spacing, elevated hover states
   ========================================================================== */

:root {
  --shadow-xl: 0 32px 80px rgba(11, 46, 79, 0.16);
  --shadow-glow: 0 0 0 1px rgba(0, 162, 208, 0.08), 0 20px 50px rgba(0, 162, 208, 0.12);
}

/* Refined section rhythm — a touch more breathing room between major blocks */
.section { padding: clamp(70px, 9vw, 130px) 0; }

/* Headings: tighter, more premium letter-spacing */
.section-title { letter-spacing: -0.8px; }
.hero-title { letter-spacing: -1.4px; }

/* Eyebrow labels — small refinement for a more editorial, premium feel */
.eyebrow {
  position: relative;
  padding-left: 22px;
}
.eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: var(--ice-blue);
}

/* Cards: two-tier elevation on hover feels more premium than flat translateY */
.product-tile,
.spec-card,
.usage-card,
.benefit-img-display,
.review-card,
.ab-why-card {
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.product-tile:hover {
  box-shadow: var(--shadow-glow);
}

/* Buttons: subtle inner highlight for a glossier, premium button surface */
.btn-primary-cool,
.btn-urgent-cool {
  position: relative;
  overflow: hidden;
}
.btn-primary-cool::after,
.btn-urgent-cool::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.25), transparent 60%);
  pointer-events: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.btn-primary-cool:hover::after,
.btn-urgent-cool:hover::after {
  opacity: 1;
}

/* Hero product visual — richer depth so it reads as the visual anchor of the page */
.hero-product-image .fan-mockup-wrapper,
.hero-visual .product-card {
  filter: drop-shadow(0 24px 48px rgba(11, 46, 79, 0.14));
}

/* Urgency / countdown section — richer, more layered gradient instead of a flat one */
.urgency-premium {
  background: linear-gradient(155deg, var(--navy-deep) 0%, var(--navy-medium) 55%, #0f3a5c 100%);
  box-shadow: var(--shadow-xl);
}
.countdown-card {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 20px 40px rgba(0,0,0,0.2);
}

/* Testimonial avatars — ring for a more polished, "verified" feel */
.review-avatar {
  box-shadow: 0 0 0 3px var(--pure-white), 0 0 0 4.5px rgba(0,162,208,0.25), 0 8px 20px rgba(11,46,79,0.15);
}

/* Comparison table — highlighted column reads more premium */
.comparison-table .col-highlight {
  box-shadow: inset 0 0 0 1px rgba(0,162,208,0.15);
}
.comparison-table-wrapper {
  box-shadow: var(--shadow-md);
}

/* Footer — a fine gradient hairline on top instead of a flat border,
   plus slightly richer background depth */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, var(--navy-deep) 0%, #050f18 100%);
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,0.35), transparent);
}

/* Alternating benefit blocks — slightly more generous rhythm + refined image framing */
.benefit-block { padding: 64px 24px; }
.benefit-img-display {
  border: 1px solid rgba(213,228,236,0.5);
}

/* Sticky bottom CTA bar — subtle top glow line for separation instead of a hard edge */
.bottom-sticky-bar {
  position: relative;
}
.bottom-sticky-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,0.3), transparent);
}

/* Shop / flagship product tile — give the single featured product more visual weight */
.shop-grid.single-product-focused .flagship-tile {
  box-shadow: var(--shadow-xl) !important;
  border: 1px solid rgba(0,162,208,0.12) !important;
}

@media (max-width: 600px) {
  .section { padding: clamp(48px, 8vw, 80px) 0; }
  .benefit-block { padding: 40px 20px; }
}

/* ==========================================================================
   ORDER CONFIRMATION / THANK YOU PAGE — premium styling
   ========================================================================== */

.woo-hero-icon-success {
  background: rgba(0, 200, 120, 0.12) !important;
  border-color: rgba(0, 200, 120, 0.3) !important;
  color: #00A86B !important;
}

.checkout-step.completed .step-num svg {
  width: 16px;
  height: 16px;
  display: block;
}
.checkout-step-line.line-completed {
  background: var(--ice-blue);
}

/* Thank you message */
p.woocommerce-thankyou-order-received {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy-deep);
  text-align: center;
  background: rgba(0, 200, 120, 0.06);
  border: 1px solid rgba(0, 200, 120, 0.2);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 32px;
}

/* Order overview meta row (Order number / Date / Email / Total / Payment method) */
ul.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  list-style: none;
  padding: 28px;
  margin: 0 0 40px;
  background: var(--pure-white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(213,228,236,0.7);
  box-shadow: var(--shadow-sm);
}
ul.woocommerce-order-overview li {
  font-size: 14px;
  color: var(--text-muted);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.woocommerce-order-overview li strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Order details heading + table */
.woocommerce-order-details,
.woocommerce-customer-details {
  background: var(--pure-white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(213,228,236,0.7);
  box-shadow: var(--shadow-sm);
  padding: 30px;
  margin-bottom: 24px;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-column__title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  color: var(--navy-deep);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(0,162,208,0.1);
}
table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}
table.woocommerce-table--order-details th,
table.woocommerce-table--order-details td {
  padding: 14px 4px;
  border-bottom: 1px solid rgba(213,228,236,0.5);
  font-size: 14.5px;
  color: var(--text-dark, var(--navy-deep));
  text-align: left;
}
table.woocommerce-table--order-details th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  font-weight: 700;
}
table.woocommerce-table--order-details tfoot th,
table.woocommerce-table--order-details tfoot td {
  text-align: right;
  font-weight: 700;
}
table.woocommerce-table--order-details .woocommerce-Price-amount {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--navy-deep);
}

/* Customer / billing address block */
address {
  font-style: normal;
  background: #fafcfd;
  border: 1px solid rgba(213,228,236,0.6);
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.8;
}

@media (max-width: 900px) {
  ul.woocommerce-order-overview {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  ul.woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    gap: 16px;
  }
  ul.woocommerce-order-overview li strong {
    font-size: 15px;
  }
  .woocommerce-order-details,
  .woocommerce-customer-details {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  ul.woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   CHECKOUT PAGE — FINAL OVERRIDE (max specificity)
   ========================================================================== */

/* Kill WooCommerce default float layout */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
#customer_details .col-1,
#customer_details .col-2,
.col2-set .col-1,
.col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 28px !important;
  background: #ffffff !important;
  border: 1.5px solid rgba(0,162,208,0.15) !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 20px rgba(0,162,208,0.06) !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* Force grid on customer_details */
.woocommerce .col2-set,
.woocommerce-page .col2-set,
#customer_details,
#customer_details.col2-set,
.woocommerce-checkout #customer_details,
form.woocommerce-checkout #customer_details {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 32px !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  -webkit-box-pack: start !important;
  justify-content: start !important;
}

/* Headings */
.woocommerce .col2-set .col-1 h3,
.woocommerce .col2-set .col-2 h3,
#customer_details .col-1 h3,
#customer_details .col-2 h3,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-checkout h3 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #071724 !important;
  border-bottom: 2px solid rgba(0,162,208,0.12) !important;
  padding-bottom: 14px !important;
  margin-bottom: 24px !important;
}

/* ALL input fields — glow border */
form.woocommerce-checkout input.input-text,
form.woocommerce-checkout input[type="text"],
form.woocommerce-checkout input[type="email"],
form.woocommerce-checkout input[type="tel"],
form.woocommerce-checkout input[type="password"],
form.woocommerce-checkout select,
form.woocommerce-checkout textarea,
.woocommerce form input.input-text,
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="password"],
.woocommerce form select,
.woocommerce form textarea,
#billing_first_name,
#billing_last_name,
#billing_country,
#billing_address_1,
#billing_address_2,
#billing_city,
#billing_state,
#billing_postcode,
#billing_phone,
#billing_email,
#order_comments {
  width: 100% !important;
  border: 2px solid #d5e4ec !important;
  border-radius: 12px !important;
  padding: 14px 18px !important;
  font-size: 15px !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  color: #0F2537 !important;
  background: #ffffff !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(11,46,79,0.04) !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-box-shadow: 0 2px 8px rgba(11,46,79,0.04) !important;
}

/* Hover effect */
form.woocommerce-checkout input:hover,
form.woocommerce-checkout select:hover,
form.woocommerce-checkout textarea:hover,
.woocommerce form input:hover,
.woocommerce form select:hover,
.woocommerce form textarea:hover,
#billing_first_name:hover,
#billing_last_name:hover,
#billing_address_1:hover,
#billing_city:hover,
#billing_phone:hover,
#billing_email:hover {
  border-color: #80d4ef !important;
  box-shadow: 0 4px 16px rgba(0,162,208,0.12) !important;
}

/* Focus glow effect */
form.woocommerce-checkout input:focus,
form.woocommerce-checkout select:focus,
form.woocommerce-checkout textarea:focus,
.woocommerce form input:focus,
.woocommerce form select:focus,
.woocommerce form textarea:focus,
#billing_first_name:focus,
#billing_last_name:focus,
#billing_address_1:focus,
#billing_city:focus,
#billing_state:focus,
#billing_postcode:focus,
#billing_phone:focus,
#billing_email:focus,
#order_comments:focus {
  border-color: #00A2D0 !important;
  box-shadow: 0 0 0 4px rgba(0,162,208,0.15), 0 4px 20px rgba(0,162,208,0.12) !important;
  background: #ffffff !important;
  outline: none !important;
}

/* Labels */
form.woocommerce-checkout label,
.woocommerce form .form-row label,
.woocommerce-checkout .form-row label {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #071724 !important;
  margin-bottom: 8px !important;
  display: block !important;
  letter-spacing: 0.3px !important;
}

/* Required asterisk */
.woocommerce form .form-row label .required,
.woocommerce-checkout .required,
span.required {
  color: #00A2D0 !important;
  font-weight: 700 !important;
}

/* Select dropdown custom arrow */
form.woocommerce-checkout select,
.woocommerce form select,
#billing_country,
#billing_state {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2300A2D0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  padding-right: 44px !important;
  cursor: pointer !important;
}

/* Textarea */
form.woocommerce-checkout textarea,
.woocommerce form textarea,
#order_comments {
  min-height: 200px !important;
  resize: vertical !important;
  line-height: 1.6 !important;
}

/* Checkbox */
.woocommerce-checkout #account_creation .form-row,
.woocommerce-checkout .woocommerce-form__label {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  color: #546E82 !important;
}

/* Mobile: stack columns */
@media (max-width: 990px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set,
  #customer_details.col2-set,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr !important;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  #customer_details .col-1,
  #customer_details .col-2 {
    padding: 20px !important;
  }
}

/* ==========================================================================
   ABSOLUTE FINAL CHECKOUT FIX — overrides everything
   ========================================================================== */
.woocommerce-checkout #customer_details.col2-set {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 32px !important;
}
.woocommerce-checkout #customer_details.col2-set > .col-1,
.woocommerce-checkout #customer_details.col2-set > .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.woocommerce-checkout #customer_details.col2-set > .col-1 {
  order: 1;
}
.woocommerce-checkout #customer_details.col2-set > .col-2 {
  order: 2;
}

@media (max-width: 990px) {
  .woocommerce-checkout #customer_details.col2-set {
    grid-template-columns: 1fr !important;
  }
}

/* Product tile links */
.tile-visual-link {
  display: block;
  text-decoration: none;
}
.tile-body h3 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.tile-body h3 a:hover {
  color: var(--ice-blue);
}

/* FAQ Hero Center */
.faq-hero-center {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 0;
}
.faq-hero-center .eyebrow {
  text-align: center !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #00A2D0 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 16px !important;
}
.faq-hero-center .ab-about-h1 {
  text-align: center !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: clamp(32px, 5vw, 52px) !important;
  font-weight: 800 !important;
  color: #071724 !important;
  letter-spacing: -1.5px !important;
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
}
.faq-hero-center .ab-about-lead {
  text-align: center !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 17px !important;
  color: #546E82 !important;
  line-height: 1.8 !important;
  margin: 0 auto !important;
  max-width: 550px !important;
}
/* ==========================================================================
   PREMIUM GLASSMORPHISM UPGRADE LAYER
   (Same color tokens as above — visual depth, glass, glow & motion only)
   ========================================================================== */
:root {
  --glass-fill: rgba(255, 255, 255, 0.55);
  --glass-fill-strong: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.6);
  --glass-blur: blur(18px);
  --edge-glow: rgba(0, 229, 255, 0.35);
  --shadow-glass: 0 8px 32px rgba(11, 46, 79, 0.10), 0 1.5px 0 rgba(255,255,255,0.7) inset, 0 0 0 1px rgba(213,228,236,0.5);
  --shadow-glass-hover: 0 22px 55px rgba(0, 162, 208, 0.18), 0 1.5px 0 rgba(255,255,255,0.8) inset, 0 0 0 1px rgba(0,162,208,0.35);
  --radius-xl: 26px;
}

/* Ambient background depth — same base color, added light glows */
body {
  background-image:
    radial-gradient(900px 500px at 8% -5%, rgba(0, 229, 255, 0.07), transparent 60%),
    radial-gradient(700px 500px at 100% 10%, rgba(0, 162, 208, 0.06), transparent 55%),
    radial-gradient(800px 600px at 50% 100%, rgba(22, 64, 98, 0.05), transparent 60%);
  background-attachment: fixed;
  background-color: var(--bg-main);
}

/* Section title gets a subtle premium gradient treatment */
.section-title, .page-hero-title, .woo-hero-title {
  background: linear-gradient(100deg, var(--navy-deep) 30%, var(--navy-medium) 55%, var(--ice-blue) 80%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--navy-deep);
}
.eyebrow, .benefit-eyebrow {
  padding: 4px 12px; border-radius: 99px; background: rgba(0,162,208,0.08); border: 1px solid rgba(0,162,208,0.18);
}

/* ---------------- Header: glass bar ---------------- */
.site-header {
  background: var(--glass-fill-strong);
  backdrop-filter: var(--glass-blur) saturate(160%);
  -webkit-backdrop-filter: var(--glass-blur) saturate(160%);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 30px rgba(11, 46, 79, 0.06);
}
.logo .logo-mark {
  filter: drop-shadow(0 4px 10px rgba(0,162,208,0.2));
}
.nav-menu a { position: relative; padding-bottom: 4px; }
.nav-menu a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: linear-gradient(90deg, var(--ice-blue), var(--cyan-glow)); border-radius: 2px;
  transition: right 0.3s var(--ease);
}
.nav-menu a:hover::after { right: 0; }
.nav-actions .btn-ghost, .nav-cart-btn {
  background: rgba(255,255,255,0.6); border: 1px solid rgba(213,228,236,0.8);
  box-shadow: var(--shadow-sm); backdrop-filter: blur(8px);
}
.nav-shop-btn.btn-primary, .btn-primary {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep); box-shadow: 0 8px 22px rgba(0,229,255,0.28);
}

/* ---------------- Buttons: sheen + depth ---------------- */
.btn { position: relative; overflow: hidden; border-radius: 99px; letter-spacing: 0.2px; }
.btn::before {
  content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg); transition: left 0.6s ease;
}
.btn:hover::before { left: 140%; }
.btn-primary-cool, .nav-shop-btn { border: 1px solid rgba(255,255,255,0.5); }
.btn-ghost-cool { background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); }

/* ---------------- Hero polish ---------------- */
.hero-premium { position: relative; }
.hero-premium::before, .hero-premium::after {
  content: ''; position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(0,229,255,0.12), transparent 70%);
}
.hero-premium::before { width: 420px; height: 420px; top: -120px; left: -100px; }
.hero-premium::after  { width: 320px; height: 320px; bottom: -80px; right: -60px; background: radial-gradient(circle, rgba(0,162,208,0.10), transparent 70%); }
.hero-badge {
  background: var(--glass-fill-strong); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.7);
}
.fan-mockup-wrapper::before {
  content: ''; position: absolute; inset: -18px; border-radius: 32px;
  background: var(--glass-fill); backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border); box-shadow: var(--shadow-glass); z-index: -1;
}

/* ---------------- Universal glass-card treatment ---------------- */
.spec-card, .usage-card, .product-tile, .trust-card-item, .page-sidebar-card,
.woo-content-card, .review-card, .countdown-card, .lifestyle-card,
.comparison-table-wrapper, .sidebar-product-showcase, .sidebar-fan-single,
.faq-list, .cart-collaterals .cart_totals, #order_review {
  background: var(--glass-fill-strong) !important;
  backdrop-filter: var(--glass-blur) saturate(150%);
  -webkit-backdrop-filter: var(--glass-blur) saturate(150%);
  border: 1px solid var(--glass-border) !important;
  box-shadow: var(--shadow-glass) !important;
  border-radius: var(--radius-xl) !important;
  position: relative;
}
.spec-card::before, .usage-card::before, .product-tile::before, .trust-card-item::before {
  content: ''; position: absolute; top: 0; left: 14px; right: 14px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--ice-blue), var(--cyan-glow), transparent);
  opacity: 0; transition: opacity 0.3s ease;
}
.spec-card:hover, .usage-card:hover, .product-tile:hover, .trust-card-item:hover,
.page-sidebar-card:hover, .sidebar-fan-single:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--shadow-glass-hover) !important;
  border-color: rgba(0,162,208,0.4) !important;
}
.spec-card:hover::before, .usage-card:hover::before, .product-tile:hover::before, .trust-card-item:hover::before { opacity: 1; }

.spec-icon-box, .usage-icon-box, .trust-icon, .page-hero-icon-wrap, .sidebar-help-icon {
  box-shadow: 0 6px 16px rgba(0,162,208,0.18), inset 0 0 0 1px rgba(255,255,255,0.6);
}

/* Countdown / urgency stays on its own dark navy background — add inner glass */
.urgency-premium { box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,0.06); }
.countdown-card { background: rgba(255,255,255,0.06) !important; border: 1px solid rgba(255,255,255,0.14) !important; box-shadow: none !important; backdrop-filter: blur(12px); }
.time-block { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 10px 0; border: 1px solid rgba(255,255,255,0.08); }

/* Review card accent edge */
.review-card { box-shadow: 0 20px 50px rgba(0,162,208,0.14), inset 0 1px 0 rgba(255,255,255,0.8) !important; }

/* ---------------- Page hero banners ---------------- */
.page-hero-banner, .woo-page-hero {
  background:
    radial-gradient(700px 400px at 15% 0%, rgba(0,229,255,0.10), transparent 60%),
    radial-gradient(600px 400px at 90% 20%, rgba(0,162,208,0.08), transparent 60%),
    var(--glass-fill) !important;
  backdrop-filter: var(--glass-blur);
}
.page-breadcrumb { backdrop-filter: blur(8px); box-shadow: var(--shadow-sm); }

/* ---------------- Sidebar dark help card ---------------- */
.page-sidebar-help {
  box-shadow: 0 20px 45px rgba(7,23,36,0.35), inset 0 1px 0 rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}

/* ---------------- Forms / inputs (checkout, coupon, newsletter) ---------------- */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-cart-form .actions .coupon input#coupon_code,
.woocommerce-cart-form .product-quantity input.qty {
  background: rgba(255,255,255,0.7) !important;
  backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 3px rgba(11,46,79,0.05);
  border-radius: 12px !important;
}
.woocommerce-checkout #payment div.payment_box {
  background: #F7FCFE !important;
  border-radius: 14px !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
  background: var(--glass-fill) !important; backdrop-filter: blur(10px);
  border-radius: 14px !important;
}

/* ---------------- Tables ---------------- */
.comparison-table th { backdrop-filter: blur(6px); }
.woocommerce-cart-form table.shop_table,
.woocommerce-checkout-review-order-table {
  border-radius: var(--radius-md); overflow: hidden;
}

/* ---------------- Footer: glass depth on dark navy ---------------- */
.site-footer {
  position: relative;
  background:
    radial-gradient(600px 300px at 10% 0%, rgba(0,229,255,0.06), transparent 60%),
    radial-gradient(500px 300px at 90% 10%, rgba(0,162,208,0.06), transparent 60%),
    var(--navy-deep);
}
.site-footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ice-blue), var(--cyan-glow), transparent);
  opacity: 0.5;
}
.footer-social-link, .footer-contact-link {
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(8px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: var(--transition);
}
.footer-social-link:hover { background: rgba(0,229,255,0.15); border-color: rgba(0,229,255,0.4); transform: translateY(-3px); }
.newsletter-form { backdrop-filter: blur(10px); box-shadow: inset 0 1px 3px rgba(0,0,0,0.2); }

/* ---------------- Micro-interactions ---------------- */
.btn, .spec-card, .usage-card, .product-tile, .trust-card-item, .page-sidebar-card,
.sidebar-fan-single, .review-nav, .vt-nav, .footer-social-link {
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease), background 0.35s var(--ease);
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .btn::before, .nav-menu a::after { transition: none; }
}

/* ==========================================================================
   MOTION & ANIMATED BACKGROUND LAYER
   (cool/light aurora + particle drift, scroll reveals, entrance motion)
   ========================================================================== */

/* ---------------- Hero: animated cool-light aurora + particle field ---------------- */
.hero-premium { overflow: hidden; }
.hero-bg-glow {
  position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
}
.hero-bg-glow::before {
  content: ''; position: absolute; width: 150%; height: 150%; left: -25%; top: -25%;
  background:
    radial-gradient(32% 32% at 22% 28%, rgba(0, 229, 255, 0.20), transparent 70%),
    radial-gradient(28% 28% at 80% 18%, rgba(0, 162, 208, 0.16), transparent 70%),
    radial-gradient(40% 40% at 55% 88%, rgba(213, 228, 236, 0.40), transparent 70%);
  filter: blur(10px);
  animation: auroraFloat 18s ease-in-out infinite alternate;
}
.hero-bg-glow::after {
  content: ''; position: absolute; inset: -60px;
  background-image:
    radial-gradient(circle, rgba(0, 229, 255, 0.55) 1.5px, transparent 1.7px),
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 1.1px, transparent 1.3px),
    radial-gradient(circle, rgba(0, 162, 208, 0.45) 1.3px, transparent 1.5px);
  background-size: 150px 150px, 95px 95px, 190px 190px;
  background-position: 0 0, 30px 60px, 90px 20px;
  opacity: 0.85;
  animation: particleDrift 26s linear infinite;
}
@keyframes auroraFloat {
  0%   { transform: translate(0, 0) rotate(0deg) scale(1); }
  50%  { transform: translate(3%, -4%) rotate(6deg) scale(1.08); }
  100% { transform: translate(-4%, 3%) rotate(-5deg) scale(1.04); }
}
@keyframes particleDrift {
  from { background-position: 0 0, 30px 60px, 90px 20px; }
  to   { background-position: -150px -150px, -95px 35px, 90px 210px; }
}
.hero-premium .container { position: relative; z-index: 2; }

/* Same cool particle treatment, subtler, for other light sections */
.page-hero-banner::after, .woo-page-hero::after, .lifestyle-banner::before, .trust-guarantees::before {
  content: ''; position: absolute; inset: -40px; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, rgba(0, 162, 208, 0.30) 1.2px, transparent 1.4px);
  background-size: 170px 170px;
  opacity: 0.5;
  animation: particleDriftSlow 34s linear infinite;
}
@keyframes particleDriftSlow {
  from { background-position: 0 0; }
  to   { background-position: -170px 170px; }
}
.lifestyle-banner, .trust-guarantees { position: relative; overflow: hidden; }

/* Dark urgency section gets its own cyan drift */
.urgency-premium { overflow: hidden; }
.urgency-premium::before {
  content: ''; position: absolute; inset: -50px; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, rgba(0, 229, 255, 0.35) 1.4px, transparent 1.6px);
  background-size: 160px 160px;
  animation: particleDriftSlow 30s linear infinite;
  opacity: 0.55;
}
.urgency-container { position: relative; z-index: 2; }

/* ---------------- Hero entrance (on load, no JS needed) ---------------- */
.hero-content > * { opacity: 0; transform: translateY(22px); animation: heroRise 0.8s var(--ease) forwards; }
.hero-content .hero-badge   { animation-delay: 0.05s; }
.hero-content .hero-title   { animation-delay: 0.15s; }
.hero-content .hero-descr   { animation-delay: 0.25s; }
.hero-content .hero-specs-row { animation-delay: 0.35s; }
.hero-content .hero-actions { animation-delay: 0.45s; }
.hero-product-image { opacity: 0; transform: translateY(18px) scale(0.96); animation: heroRise 0.9s var(--ease) 0.3s forwards; }
@keyframes heroRise { to { opacity: 1; transform: translateY(0) scale(1); } }

/* ---------------- Scroll-reveal system (JS toggles .in-view) ---------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

/* Staggered card grids */
.specs-eight-grid .spec-card,
.usage-grid .usage-card,
.shop-grid .product-tile,
.trust-grid .trust-card-item {
  transition-delay: 0s;
}
.specs-eight-grid .spec-card:nth-child(1), .usage-grid .usage-card:nth-child(1), .shop-grid .product-tile:nth-child(1), .trust-grid .trust-card-item:nth-child(1) { transition-delay: 0s; }
.specs-eight-grid .spec-card:nth-child(2), .usage-grid .usage-card:nth-child(2), .shop-grid .product-tile:nth-child(2), .trust-grid .trust-card-item:nth-child(2) { transition-delay: 0.08s; }
.specs-eight-grid .spec-card:nth-child(3), .usage-grid .usage-card:nth-child(3), .shop-grid .product-tile:nth-child(3), .trust-grid .trust-card-item:nth-child(3) { transition-delay: 0.16s; }
.specs-eight-grid .spec-card:nth-child(4), .usage-grid .usage-card:nth-child(4) { transition-delay: 0.24s; }
.specs-eight-grid .spec-card:nth-child(5) { transition-delay: 0.32s; }
.specs-eight-grid .spec-card:nth-child(6) { transition-delay: 0.40s; }
.specs-eight-grid .spec-card:nth-child(7) { transition-delay: 0.48s; }
.specs-eight-grid .spec-card:nth-child(8) { transition-delay: 0.56s; }

/* ---------------- Content pages: wrap the article body in a glass panel ---------------- */
.page-entry-content, .page-article {
  background: var(--glass-fill-strong);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-glass);
  border-radius: var(--radius-xl);
  padding: 36px 40px;
}
.page-article { padding: 0; background: none; backdrop-filter: none; border: none; box-shadow: none; }

/* ---------------- Small delightful touches ---------------- */
.fan-spotlight-img, .fan-img-display { animation: floatSlow 6s ease-in-out infinite; }
@keyframes floatSlow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.spec-icon-box, .usage-icon-box, .trust-icon { transition: transform 0.4s var(--ease); }
.spec-card:hover .spec-icon-box, .usage-card:hover .usage-icon-box, .trust-card-item:hover .trust-icon { transform: scale(1.12) rotate(-4deg); }

.section-title { background-size: 200% auto; animation: titleShimmer 6s ease-in-out infinite alternate; }
@keyframes titleShimmer { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

@media (max-width: 600px) {
  .page-entry-content { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content > *, .hero-product-image { animation: none !important; opacity: 1 !important; transform: none !important; }
  .hero-bg-glow::before, .hero-bg-glow::after, .page-hero-banner::after, .woo-page-hero::after,
  .lifestyle-banner::before, .trust-guarantees::before, .urgency-premium::before,
  .fan-spotlight-img, .fan-img-display, .section-title { animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ==========================================================================
   FIX: CART ICON — bigger, visible badge (client feedback)
   ========================================================================== */
.nav-cart-btn { gap: 10px; }
.cart-icon-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; }
.cart-icon-wrap svg { width: 24px; height: 24px; }
.cart-count {
  position: absolute; top: -9px; right: -10px;
  min-width: 19px; height: 19px; padding: 0 4px;
  display: flex; align-items: center; justify-content: center;
  background: var(--coral-accent); color: var(--pure-white);
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  border-radius: 99px; border: 2px solid var(--bg-main);
  box-shadow: 0 3px 8px rgba(255, 90, 95, 0.4);
  line-height: 1;
}
.nav-cart-btn.has-items .cart-count { animation: cartPop 0.4s var(--ease); }
.nav-cart-btn.has-items .cart-icon-wrap svg { color: var(--coral-accent); }
@keyframes cartPop {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.25); opacity: 1; }
  100% { transform: scale(1); }
}
@media (max-width: 600px) {
  .nav-cart-btn .cart-text { display: none; }
}

/* ==========================================================================
   FIX: ABOUT US / FAQ PAGES — bring up to premium glass + animation level
   ========================================================================== */
.ab-about-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(700px 400px at 15% 0%, rgba(0,229,255,0.10), transparent 60%),
    radial-gradient(600px 400px at 90% 20%, rgba(0,162,208,0.08), transparent 60%),
    var(--glass-fill) !important;
  backdrop-filter: var(--glass-blur);
}
.ab-about-hero::after {
  content: ''; position: absolute; inset: -40px; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, rgba(0, 162, 208, 0.30) 1.2px, transparent 1.4px);
  background-size: 170px 170px;
  opacity: 0.5;
  animation: particleDriftSlow 34s linear infinite;
}
.ab-about-hero-glow {
  animation: auroraFloat 18s ease-in-out infinite alternate;
}
.ab-about-hero-wrap, .faq-hero-center { position: relative; z-index: 2; }
.ab-about-h1, .faq-hero-center .ab-about-h1 {
  background: linear-gradient(100deg, var(--navy-deep) 30%, var(--navy-medium) 55%, var(--ice-blue) 80%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--navy-deep);
  background-size: 200% auto; animation: titleShimmer 6s ease-in-out infinite alternate;
}
.ab-about-hero-img-wrap {
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-glass-hover);
}

/* Dark stats bar + CTA strip — match urgency-premium treatment */
.ab-stats-bar, .ab-cta-strip {
  position: relative; overflow: hidden;
}
.ab-stats-bar::before, .ab-cta-strip::before {
  content: ''; position: absolute; inset: -50px; pointer-events: none; z-index: 0;
  background-image: radial-gradient(circle, rgba(0, 229, 255, 0.30) 1.3px, transparent 1.5px);
  background-size: 160px 160px;
  animation: particleDriftSlow 30s linear infinite;
  opacity: 0.5;
}
.ab-stats-grid, .ab-cta-inner { position: relative; z-index: 2; }
.ab-stat-n { text-shadow: 0 0 18px rgba(0, 229, 255, 0.5); }

/* Glass cards: why-grid, values, mission icon */
.ab-why-card, .ab-value {
  background: var(--glass-fill-strong) !important;
  backdrop-filter: var(--glass-blur) saturate(150%);
  -webkit-backdrop-filter: var(--glass-blur) saturate(150%);
  border: 1px solid var(--glass-border) !important;
  box-shadow: var(--shadow-glass) !important;
  border-radius: var(--radius-xl) !important;
  position: relative;
}
.ab-why-card::before {
  content: ''; position: absolute; top: 0; left: 14px; right: 14px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--ice-blue), var(--cyan-glow), transparent);
  opacity: 0; transition: opacity 0.3s ease;
}
.ab-why-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: var(--shadow-glass-hover) !important;
  border-color: rgba(0,162,208,0.4) !important;
}
.ab-why-card:hover::before { opacity: 1; }
.ab-why-ico, .ab-mission-icon-box {
  box-shadow: 0 6px 16px rgba(0,162,208,0.18), inset 0 0 0 1px rgba(255,255,255,0.6);
  transition: transform 0.4s var(--ease);
}
.ab-why-card:hover .ab-why-ico { transform: scale(1.12) rotate(-4deg); }

@media (prefers-reduced-motion: reduce) {
  .ab-about-hero-glow, .ab-about-hero::after, .ab-stats-bar::before, .ab-cta-strip::before,
  .ab-about-h1, .nav-cart-btn.has-items .cart-count { animation: none !important; }
}

/* ==========================================================================
   FIX: HERO IMAGE BOX — remove empty space, match image aspect ratio
   ========================================================================== */
.fan-mockup-wrapper {
  width: min(460px, 85vw) !important;
  height: auto !important;
  aspect-ratio: 3 / 2;
}
.hero-fan-img {
  width: 100% !important; height: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 990px) {
  .fan-mockup-wrapper { width: min(420px, 82vw) !important; }
}
@media (max-width: 600px) {
  .fan-mockup-wrapper { width: min(340px, 80vw) !important; }
}

/* ==========================================================================
   FIX: LIFESTYLE BANNER IMAGE — smaller, better balanced with text
   ========================================================================== */
.lifestyle-card {
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  padding: 36px !important;
}
.lifestyle-image-placeholder { max-width: 380px; margin: 0 auto; width: 100%; }
.lifestyle-img-display {
  max-height: 300px !important;
  width: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 990px) {
  .lifestyle-card { grid-template-columns: 1fr !important; }
  .lifestyle-image-placeholder { max-width: 320px; }
}

/* ==========================================================================
   FIX: POLICY PAGES (Privacy / Refund / Shipping / Terms — page.php)
   Genuine premium & classic elevation, not just glass tint
   ========================================================================== */

/* Article shell — richer layered depth, refined corner ribbon */
.page-article {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  border-radius: var(--radius-xl) !important;
}
.page-article .page-entry-content { padding: clamp(32px, 5vw, 64px); border-radius: 0 !important; border-top: none !important; }

.doc-meta-strip {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding: 18px clamp(24px, 5vw, 56px);
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-medium));
  color: var(--pure-white);
}
.doc-meta-left { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; }
.doc-meta-left svg { width: 16px; height: 16px; color: var(--cyan-glow); flex-shrink: 0; }
.doc-meta-right { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,0.55); }

/* Typography — classic, editorial refinement */
.page-entry-content { font-size: 15.5px; }
.page-entry-content h1 { letter-spacing: -0.3px; }
.page-entry-content h2 {
  display: flex; align-items: center; gap: 10px;
  background: linear-gradient(90deg, rgba(0,162,208,0.08), transparent) !important;
  border-left: 3px solid var(--ice-blue) !important;
  letter-spacing: 0.2px;
}
.page-entry-content h2::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ice-blue); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(0,162,208,0.15);
}
.page-entry-content h3 { position: relative; padding-left: 16px; }
.page-entry-content h3::before {
  content: ''; position: absolute; left: 0; top: 6px; bottom: 6px; width: 2px;
  background: var(--glacier-silver);
}
.page-entry-content p { max-width: 68ch; }
.page-entry-content ul li::before {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  box-shadow: 0 0 0 3px rgba(0,162,208,0.12);
}
.page-entry-content ol {
  counter-reset: ab-ol; list-style: none; padding-left: 0;
}
.page-entry-content ol li {
  counter-increment: ab-ol; position: relative; padding-left: 34px; margin-bottom: 14px;
}
.page-entry-content ol li::before {
  content: counter(ab-ol);
  position: absolute; left: 0; top: -1px;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(0,162,208,0.08); border: 1px solid rgba(0,162,208,0.25);
  color: var(--navy-medium); font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.page-entry-content hr {
  background: linear-gradient(90deg, transparent, var(--glacier-silver), transparent);
  border-top: none; height: 1px;
}
.page-entry-content blockquote {
  margin: 24px 0; padding: 20px 24px; border-left: 3px solid var(--ice-blue);
  background: rgba(0,162,208,0.05); border-radius: 0 12px 12px 0;
  font-style: italic; color: var(--navy-medium);
}

/* Sidebar — refined active/hover state, quieter icon accents */
.page-sidebar-card ul li a { position: relative; padding-left: 20px; }
.page-sidebar-card ul li a::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 5px; height: 5px; border-radius: 50%; background: var(--glacier-silver);
  transition: var(--transition);
}
.page-sidebar-card ul li a:hover::before { background: var(--ice-blue); box-shadow: 0 0 0 3px rgba(0,162,208,0.18); }

/* Hero banner — one refined accent divider under the title */
.page-hero-title { position: relative; padding-bottom: 18px; }
.page-hero-title::after {
  content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 56px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--ice-blue), var(--cyan-glow));
}

@media (max-width: 600px) {
  .doc-meta-strip { padding: 14px 20px; }
}

/* ==========================================================================
   FIX: FAQ PAGE — remove dead whitespace, make list genuinely premium
   ========================================================================== */

/* Pull the FAQ card up so it overlaps the hero bottom — floating card feel */
#faq.section { padding-top: 0 !important; margin-top: -64px; position: relative; z-index: 3; }
@media (max-width: 600px) { #faq.section { margin-top: -36px; } }

.faq-list {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 12px clamp(20px, 4vw, 36px) !important;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 162, 208, 0.16), 0 4px 0 rgba(255,255,255,0.9) inset, 0 0 0 1px rgba(0,162,208,0.12) !important;
}
.faq-list::before {
  content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--ice-blue), var(--cyan-glow), var(--ice-blue));
  background-size: 200% auto; animation: titleShimmer 5s ease-in-out infinite alternate;
}

.faq-item {
  border-bottom: 1px solid rgba(213,228,236,0.6);
  border-radius: 14px;
  transition: var(--transition);
  margin: 4px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item:hover { background: rgba(0,162,208,0.045); }

.faq-q {
  padding: 22px 16px;
  gap: 16px;
}
.faq-toggle-icon {
  flex-shrink: 0;
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,162,208,0.08); border: 1px solid rgba(0,162,208,0.18);
  font-size: 17px;
}
.faq-item.open .faq-q { color: var(--ice-blue); }
.faq-item.open .faq-toggle-icon {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--pure-white); border-color: transparent;
}
.faq-a { max-height: 0; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 16px 22px 62px; }

/* Give the hero a touch more depth so the overlap reads intentional */
.ab-about-hero { padding-bottom: 90px !important; }

/* "Still have questions" CTA — tighten the dead air above it */
#faq.section + .section,
section.section[style*="text-align:center"] { padding-top: 50px !important; }

/* ==========================================================================
   FIX: POLICY PAGES (Privacy / Refund / Shipping / Terms) — real premium pass
   ========================================================================== */

/* Pull main content up so it overlaps the hero — same floating-card language as FAQ */
.page-hero-banner { padding: 70px 0 100px !important; }
.page-main.section { padding-top: 0 !important; margin-top: -64px; position: relative; z-index: 3; }
@media (max-width: 600px) { .page-main.section { margin-top: -36px; } .page-hero-banner { padding-bottom: 70px !important; } }

/* Hero icon: bigger, glowing, premium ring */
.page-hero-icon-wrap {
  width: 68px; height: 68px;
  background: linear-gradient(135deg, rgba(0,162,208,0.14), rgba(0,229,255,0.08));
  box-shadow: 0 10px 26px rgba(0,162,208,0.22), inset 0 0 0 1px rgba(255,255,255,0.6);
  margin-bottom: 22px;
}
.page-hero-icon-wrap svg { width: 30px; height: 30px; }

/* Article: real floating premium document */
.page-article {
  box-shadow: 0 30px 70px rgba(0, 162, 208, 0.14), 0 4px 0 rgba(255,255,255,0.9) inset, 0 0 0 1px rgba(0,162,208,0.10) !important;
}
.doc-meta-strip {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-medium) 60%, #0f3a5c 100%);
  position: relative; overflow: hidden;
}
.doc-meta-strip::after {
  content: ''; position: absolute; inset: -30px; pointer-events: none;
  background-image: radial-gradient(circle, rgba(0,229,255,0.35) 1.2px, transparent 1.4px);
  background-size: 120px 120px;
  animation: particleDriftSlow 26s linear infinite;
  opacity: 0.45;
}

/* Sidebar quick-links: active state + icon dots per item */
.page-sidebar-card ul li a.is-active {
  background: rgba(0,162,208,0.09); color: var(--ice-blue); font-weight: 700; padding-left: 20px;
}
.page-sidebar-card ul li a.is-active::before { background: var(--ice-blue); box-shadow: 0 0 0 3px rgba(0,162,208,0.2); }

/* Sidebar card top accent bar (matches other premium cards on the site) */
.page-sidebar-card, .sidebar-product-showcase, .page-sidebar-help {
  position: relative;
}
.page-sidebar-card::before, .sidebar-product-showcase::before {
  content: ''; position: absolute; top: 0; left: 14px; right: 14px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--ice-blue), var(--cyan-glow), transparent);
}

@media (prefers-reduced-motion: reduce) {
  .doc-meta-strip::after { animation: none !important; }
}

/* ==========================================================================
   FIX: REVIEWS — realistic avatars, dates, honest rating variation
   ========================================================================== */
.review-avatar-svg { width: 30px; height: 30px; }
.review-info { display: flex; flex-direction: column; }
.review-verified { color: var(--ice-blue); font-weight: 600; }
.review-date {
  font-size: 11.5px; color: var(--cool-grey); opacity: 0.75;
  margin-top: 2px; font-family: var(--font-mono); letter-spacing: 0.2px;
}
/* Slightly mute the "empty" stars so a 4-star review doesn't read as an error */
.review-stars { letter-spacing: 2px; }

/* Real customer photo avatars — sit alongside the illustrated ones */
.review-avatar-photo {
  background: none !important;
  padding: 0;
  overflow: hidden;
}
.review-avatar-photo img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block;
}

/* ===== Variations table layout (holds the "Color" label + swatches) ===== */
table.variations,
table.variations tbody {
  display: block;
  width: 100%;
}
table.variations tr {
  display: flex;
  align-items: center;
  gap: 16px;
}
table.variations th.label {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: var(--text-primary, #10222E);
  white-space: nowrap;
  vertical-align: middle;
}
table.variations th.label label {
  margin: 0;
}
table.variations td.value {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.reset_variations {
  font-size: 13px;
  color: var(--text-muted, #7c8a99);
  text-decoration: underline;
  white-space: nowrap;
}

/* ===== Color swatches (replaces default WooCommerce dropdown for Color attribute) ===== */
.ab-visually-hidden-select {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ab-color-swatches {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 6px;
}
.ab-swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  background-color: var(--swatch-color, #ccc);
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.ab-swatch:hover {
  transform: scale(1.08);
}
.ab-swatch:focus-visible {
  outline: 2px solid var(--cool-blue, #2563eb);
  outline-offset: 2px;
}
.ab-swatch.is-active {
  border-color: #0f172a;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--swatch-color, #ccc);
}

/* ===== Long-form product page sections (symptom, why-fail, stats, compare, FAQ) ===== */
.ab-salespage-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 120px;
}
.ab-salespage-sections section {
  margin-top: 120px; /* Spacious margins */
  margin-bottom: 120px;
}
.ab-salespage-sections .section-title.center,
.ab-salespage-sections .section-sub.center,
.ab-salespage-sections .eyebrow.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ab-salespage-sections .section-title {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  color: var(--navy-deep);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.ab-salespage-sections .section-sub {
  color: var(--cool-grey);
  max-width: 600px;
  margin-bottom: 60px; /* Spacious bottom margins */
  font-size: 16px;
  line-height: 1.7;
}

/* Symptom grid */
.ab-symptom-grid,
.ab-why-fail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px; /* Spacious gaps */
  margin-top: 50px;
}
.ab-symptom-card,
.ab-why-fail-card {
  background: #fafcfd;
  border: 1px solid var(--glacier-silver);
  border-radius: 20px;
  padding: 32px 24px; /* Spacious padding */
  position: relative;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.ab-symptom-card:hover,
.ab-why-fail-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(0, 162, 208, 0.3);
}
.ab-symptom-card h4,
.ab-why-fail-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 12px;
}
.ab-symptom-card p,
.ab-why-fail-card p {
  font-size: 14.5px;
  color: var(--cool-grey);
  line-height: 1.7;
}
.ab-why-fail-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00A2D0, #00E5FF);
  color: #071724;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 16px;
}

/* Stats */
.ab-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px; /* Spacious gaps */
  background: linear-gradient(135deg, rgba(0,162,208,0.06), rgba(0,229,255,0.04));
  border-radius: 24px;
  padding: 60px 40px; /* Spacious padding */
  border: 1px solid rgba(0, 162, 208, 0.1);
}
.ab-stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ab-stat-num {
  font-family: var(--font-mono);
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  color: var(--navy-deep);
}
.ab-stat-label {
  font-size: 14px;
  color: var(--cool-grey);
  font-weight: 500;
}

/* Comparison table */
.ab-compare-table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--glacier-silver);
}
.ab-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
}
.ab-compare-table th,
.ab-compare-table td {
  padding: 18px 24px;
  text-align: center;
  border-bottom: 1px solid var(--glacier-silver);
}
.ab-compare-th-feature {
  width: 30%;
  background: #f8fafb;
}
.ab-compare-th-product {
  width: 35%;
  padding: 0 !important;
  vertical-align: top;
}
.ab-compare-th-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  gap: 10px;
}
.ab-compare-product-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 12px;
  background: #f4fafc;
  padding: 8px;
  border: 1px solid rgba(0,162,208,0.12);
}
.ab-compare-product-img-grey {
  filter: grayscale(60%) opacity(0.75);
  background: #f4f4f4;
  border-color: rgba(0,0,0,0.08);
}
.ab-compare-product-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--navy-deep);
  text-align: center;
}
.ab-compare-product-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 99px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.ab-compare-feature-label {
  text-align: left !important;
  font-weight: 600;
  color: var(--navy-deep);
  font-size: 14.5px;
  background: #f8fafb;
}
.ab-compare-table th:first-child,
.ab-compare-table td:first-child {
  text-align: left;
}
.ab-compare-highlight {
  background: rgba(0,162,208,0.04);
  font-weight: 700;
  color: var(--navy-deep);
}
/* Inline SVG icon wrappers for comparison check / cross */
.ab-cmp-yes,
.ab-cmp-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  flex-shrink: 0;
}
.ab-cmp-yes {
  background: rgba(22, 163, 74, 0.1);
}
.ab-cmp-no {
  background: rgba(220, 38, 38, 0.1);
}
.ab-cmp-yes svg,
.ab-cmp-no svg {
  width: 13px;
  height: 13px;
  display: block;
}

/* Real Results Video Reviews */
.ab-video-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px; /* Spacious grid gaps */
  margin-top: 50px;
}
.ab-video-card {
  background: #fff;
  border: 1px solid var(--glacier-silver);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.ab-video-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(0, 162, 208, 0.25);
}
.ab-video-wrapper {
  position: relative;
  padding-top: 133%; /* 3:4 portrait aspect ratio */
  background: #000;
}
.ab-video-wrapper video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.ab-video-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 54px; height: 54px;
  border-radius: 50%;
  background: rgba(0, 162, 208, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  pointer-events: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}
.ab-video-play-btn svg {
  transform: translateX(2px);
}
.ab-video-card:hover .ab-video-play-btn {
  background: var(--cyan-glow);
  color: var(--navy-deep);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.4);
}
.ab-video-card.is-playing .ab-video-play-btn {
  opacity: 0;
  visibility: hidden;
}
.ab-video-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.ab-video-rating {
  margin-bottom: 8px;
}
.ab-stars {
  font-size: 14px;
  letter-spacing: 1px;
}
.ab-video-author {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 2px;
}
.ab-video-role {
  font-size: 12px;
  font-weight: 700;
  color: var(--ice-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: block;
}
.ab-video-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* FAQ accordion — smooth JS animated */
.ab-faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ab-faq-item {
  border: 1px solid var(--glacier-silver);
  border-radius: 16px;
  background: #fafcfd;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.ab-faq-item.is-open {
  border-color: var(--ice-blue);
  box-shadow: 0 4px 20px rgba(0, 162, 208, 0.1);
  background: #fff;
}
.ab-faq-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy-deep);
  text-align: left;
  outline: none;
}
.ab-faq-summary:hover {
  color: var(--ice-blue);
}
.ab-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--ice-blue);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}
.ab-faq-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ab-faq-item.is-open .ab-faq-icon {
  transform: rotate(180deg);
}
.ab-faq-body {
  /* height is controlled by JS */
}
.ab-faq-body-inner {
  padding: 0 24px 22px;
}
.ab-faq-body-inner p {
  color: var(--cool-grey);
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 1100px) {
  .ab-video-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .ab-symptom-grid,
  .ab-why-fail-grid,
  .ab-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .ab-video-reviews-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ab-symptom-grid,
  .ab-why-fail-grid,
  .ab-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ab-stats-grid {
    padding: 40px 24px;
  }
}

/* ==========================================================================
   WOOCOMMERCE REVIEW FORM & SUBMIT BUTTON STYLING
   ========================================================================== */
#reviews #review_form_wrapper,
.woocommerce-Tabs-panel--reviews #review_form_wrapper {
  margin-top: 32px;
}

#reviews #respond,
.woocommerce-Tabs-panel--reviews #respond {
  background: #fafcfd;
  border: 1px solid var(--glacier-silver);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

#reviews #respond:focus-within,
.woocommerce-Tabs-panel--reviews #respond:focus-within {
  border-color: rgba(0, 162, 208, 0.4);
  box-shadow: var(--shadow-md);
}

#reviews #respond .comment-reply-title,
.woocommerce-Tabs-panel--reviews #respond .comment-reply-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 20px;
  display: block;
}

#reviews #respond label,
.woocommerce-Tabs-panel--reviews #respond label {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--navy-deep);
  font-size: 14.5px;
  margin-bottom: 8px;
  display: block;
}

#reviews #respond input[type="text"],
#reviews #respond input[type="email"],
#reviews #respond textarea,
.woocommerce-Tabs-panel--reviews #respond input[type="text"],
.woocommerce-Tabs-panel--reviews #respond input[type="email"],
.woocommerce-Tabs-panel--reviews #respond textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--glacier-silver);
  border-radius: 14px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--navy-deep);
  background: #ffffff;
  transition: var(--transition);
  outline: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

#reviews #respond input[type="text"]:focus,
#reviews #respond input[type="email"]:focus,
#reviews #respond textarea:focus,
.woocommerce-Tabs-panel--reviews #respond input[type="text"]:focus,
.woocommerce-Tabs-panel--reviews #respond input[type="email"]:focus,
.woocommerce-Tabs-panel--reviews #respond textarea:focus {
  border-color: var(--ice-blue);
  box-shadow: 0 0 0 4px rgba(0, 162, 208, 0.15), inset 0 2px 4px rgba(0, 0, 0, 0.01);
  background: #fff;
}

#reviews #respond p.form-submit,
.woocommerce-Tabs-panel--reviews #respond p.form-submit {
  margin-top: 24px;
  margin-bottom: 0;
}

/* Submit Button styling */
#reviews #respond input#submit,
#reviews #respond input[type="submit"],
.woocommerce-Tabs-panel--reviews #respond input#submit,
.woocommerce-Tabs-panel--reviews #respond input[type="submit"],
#review_form #submit,
.comment-form #submit {
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow)) !important;
  color: var(--navy-deep) !important;
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 14px 36px !important;
  border-radius: 99px !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.28) !important;
  transition: var(--transition) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 0.3px !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}

#reviews #respond input#submit:hover,
#reviews #respond input[type="submit"]:hover,
.woocommerce-Tabs-panel--reviews #respond input#submit:hover,
.woocommerce-Tabs-panel--reviews #respond input[type="submit"]:hover,
#review_form #submit:hover,
.comment-form #submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(0, 229, 255, 0.42) !important;
  filter: brightness(1.06) !important;
}


/* ===== Mobile Navbar Fix (max-width: 600px) ===== */
@media (max-width: 600px) {
  .nav-wrap {
    padding: 12px 14px;
    flex-wrap: nowrap;
  }
  .logo {
    gap: 8px;
    min-width: 0;
  }
  .logo .logo-mark {
    height: 40px;
    width: auto;
  }
  .nav-menu {
    display: none;
  }
  .nav-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }
  .nav-shop-btn {
    display: none;
  }
  .nav-cart-btn .cart-text {
    display: none;
  }
  .nav-cart-btn .cart-count {
    display: inline;
  }
  .nav-cart-btn {
    padding: 8px;
    border-radius: 50%;
  }
  .nav-toggle {
    display: block;
    flex-shrink: 0;
    margin-left: 4px;
  }
}

/* ===== Extra-narrow screens (max-width: 400px) ===== */
@media (max-width: 400px) {
  .nav-wrap {
    padding: 10px 12px;
  }
  .logo .logo-mark {
    height: 34px;
    width: auto;
  }
}

/* ==========================================================================
   PRODUCT DESCRIPTION — Feature Grid & Stat Highlight
   Use these classes inside the WooCommerce "Description" tab content
   (Products → [product] → Description field) to match the site's
   existing spec-card / dark-gradient visual language.
   ========================================================================== */

.woocommerce-Tabs-panel--description,
.woocommerce-Tabs-panel-description {
  font-family: var(--font-body);
  color: var(--text-primary);
}

.pd-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 28px 0;
}
.pd-feature-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid rgba(213, 228, 236, 0.6);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.pd-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--ice-blue);
}
.pd-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 162, 208, 0.08);
  color: var(--ice-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.pd-feature-icon svg { width: 22px; height: 22px; }
.pd-feature-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy-deep);
  margin: 0 0 8px;
}
.pd-feature-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Bold statistic / claim highlight block */
.pd-stat-highlight {
  display: flex;
  align-items: center;
  gap: 28px;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy-medium));
  border-radius: var(--radius-md);
  padding: 32px 30px;
  margin: 28px 0;
  color: var(--pure-white);
}
.pd-stat-number {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 800;
  color: var(--cyan-glow);
  line-height: 1;
  flex-shrink: 0;
}
.pd-stat-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.pd-stat-text strong { color: var(--pure-white); }
.pd-stat-cta {
  display: inline-block;
  margin-top: 14px;
  background: linear-gradient(135deg, var(--ice-blue), var(--cyan-glow));
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 99px;
  text-decoration: none;
}

@media (max-width: 640px) {
  .pd-feature-grid { grid-template-columns: 1fr; }
  .pd-stat-highlight { flex-direction: column; text-align: center; gap: 12px; }
}