/* ==========================================================================
   PODSHORTS BRIDGE LANDING PAGE - STYLE SYSTEM
   Built with 100% CSS Custom Properties (Zero Hardcoded Values in Classes)
   Theme: High-End Minimalist SaaS (Border-Free, Clean Surfaces & Shadows)
   Brand Color: #551BC8 (Deep Violet / Purple)
   Hero Theme: Premium Dark Slate (#0e091d / #120b24)
   ========================================================================== */

/* 
   BREAKPOINTS REFERENCE (Used in @media queries):
   - Mobile: < 640px
   - Tablet: 640px - 1023px
   - Desktop: >= 1024px
   - Wide: >= 1280px
*/

:root {
  /* --- Brand & Primary Colors (#551BC8) --- */
  --color-primary: #551bc8;
  --color-primary-hover: #4313a5;
  --color-primary-active: #340c85;
  --color-primary-light: #f5f0ff;
  --color-primary-tint: #ebe4fc;
  --color-primary-glow: rgba(85, 27, 200, 0.15);
  --color-primary-shadow: rgba(85, 27, 200, 0.12);

  /* --- Secondary & CTA Accent (High Contrast Electric Solid Orange) --- */
  --color-accent-cta: #ff4d00;
  --color-accent-cta-hover: #e03f00;
  --color-accent-cta-active: #c43500;
  --shadow-timer-brand: 0px 8px 24px rgba(85, 27, 200, 0.32);

  /* --- Highlight & Accent Tokens --- */
  --color-accent-gold: #fbbf24;
  --color-accent-gold-light: #fef3c7;
  --color-accent-gold-dark: #b45309;
  --color-accent-purple-bright: #c084fc;
  --color-accent-purple-light: #f5f3ff;
  --color-accent-emerald: #10b981;
  --color-accent-emerald-light: #ecfdf5;

  /* --- Shimmer Highlight Tokens (Vibrant Deep Brand Purple) --- */
  --gradient-text-shimmer: linear-gradient(
    110deg,
    #a855f7 0%,
    #c084fc 28%,
    #ffffff 50%,
    #c084fc 72%,
    #a855f7 100%
  );
  --gradient-text-shimmer-size: 250% 100%;
  --animation-shimmer-duration: 3.2s;
  --filter-text-shimmer-glow: drop-shadow(0 0 16px rgba(168, 85, 247, 0.75)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));

  /* --- Background Surfaces --- */
  --color-bg-white: #ffffff;
  --color-bg-slate-50: #f8fafc;
  --color-bg-slate-100: #f1f5f9;
  --color-bg-slate-200: #e2e8f0;
  --color-bg-primary-tint: #f6f2fe;
  --color-bg-dark-hero: #0c0819;
  --color-bg-dark-navy: #080512;
  --color-bg-dark-slate: #120b24;
  --color-bg-dark-surface: #18102e;
  --color-bg-dark-surface-hover: #221640;
  --color-bg-glass-hero-card: rgba(255, 255, 255, 0.04);
  --color-bg-glass-hero-card-hover: rgba(255, 255, 255, 0.07);
  --color-bg-glass-dark: rgba(255, 255, 255, 0.04);
  --color-bg-glass-dark-hover: rgba(255, 255, 255, 0.07);

  /* --- Background Patterns, Soft Gradients & Mesh Overlays --- */
  --bg-pattern-dot-dark: radial-gradient(rgba(255, 255, 255, 0.055) 1.2px, transparent 1.2px);
  --bg-pattern-dot-light: radial-gradient(rgba(85, 27, 200, 0.055) 1.2px, transparent 1.2px);
  --bg-pattern-grid-dark: linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
                          linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  --bg-pattern-grid-light: linear-gradient(to right, rgba(85, 27, 200, 0.035) 1px, transparent 1px),
                           linear-gradient(to bottom, rgba(85, 27, 200, 0.035) 1px, transparent 1px);

  --bg-mesh-hero: radial-gradient(circle at 50% -15%, rgba(85, 27, 200, 0.65) 0%, transparent 60%),
                  radial-gradient(circle at 85% 75%, rgba(255, 77, 0, 0.08) 0%, transparent 45%),
                  radial-gradient(circle at 15% 65%, rgba(192, 132, 252, 0.1) 0%, transparent 45%),
                  radial-gradient(circle at 50% 100%, rgba(85, 27, 200, 0.28) 0%, transparent 60%),
                  radial-gradient(rgba(255, 255, 255, 0.055) 1.2px, transparent 1.2px);
  --bg-mesh-hero-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 32px 32px;

  --bg-mesh-benefits: radial-gradient(ellipse at 50% 0%, rgba(85, 27, 200, 0.07) 0%, transparent 55%),
                      radial-gradient(circle at 0% 100%, rgba(16, 185, 129, 0.04) 0%, transparent 45%),
                      radial-gradient(circle at 100% 85%, rgba(192, 132, 252, 0.08) 0%, transparent 50%),
                      radial-gradient(rgba(85, 27, 200, 0.055) 1.2px, transparent 1.2px);
  --bg-mesh-benefits-size: 100% 100%, 100% 100%, 100% 100%, 28px 28px;

  --bg-mesh-review: radial-gradient(ellipse at 50% -10%, rgba(85, 27, 200, 0.45) 0%, transparent 65%),
                    radial-gradient(circle at 10% 50%, rgba(251, 191, 36, 0.07) 0%, transparent 45%),
                    radial-gradient(circle at 90% 85%, rgba(255, 77, 0, 0.08) 0%, transparent 50%),
                    radial-gradient(circle at 50% 100%, rgba(85, 27, 200, 0.2) 0%, transparent 55%),
                    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
                    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  --bg-mesh-review-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px;

  --bg-mesh-offer: radial-gradient(ellipse at 20% 15%, rgba(85, 27, 200, 0.12) 0%, transparent 55%),
                   radial-gradient(ellipse at 85% 25%, rgba(251, 191, 36, 0.12) 0%, transparent 50%),
                   radial-gradient(circle at 50% 100%, rgba(85, 27, 200, 0.09) 0%, transparent 60%),
                   linear-gradient(to right, rgba(85, 27, 200, 0.035) 1px, transparent 1px),
                   linear-gradient(to bottom, rgba(85, 27, 200, 0.035) 1px, transparent 1px);
  --bg-mesh-offer-size: 100% 100%, 100% 100%, 100% 100%, 48px 48px, 48px 48px;

  /* --- Faint Background Graphics & Subtle Geometric Pattern Tokens --- */
  --bg-graphic-rings-dark: radial-gradient(circle at center, transparent 0%, transparent 28%, rgba(255, 255, 255, 0.03) 28.5%, transparent 29%, transparent 48%, rgba(255, 255, 255, 0.025) 48.5%, transparent 49%, transparent 68%, rgba(255, 255, 255, 0.02) 68.5%, transparent 69%, transparent 88%, rgba(255, 255, 255, 0.015) 88.5%, transparent 89%);
  --bg-graphic-rings-size-hero: 820px 820px;

  --bg-graphic-soundwaves-dark: repeating-linear-gradient(90deg, rgba(192, 132, 252, 0.022) 0px, rgba(192, 132, 252, 0.022) 1px, transparent 1px, transparent 36px);

  --bg-pattern-plus-light: radial-gradient(circle at center, rgba(85, 27, 200, 0.04) 1.2px, transparent 1.2px);
  --bg-pattern-plus-light-size: 32px 32px;

  --bg-pattern-circuit-dark: linear-gradient(45deg, rgba(255, 255, 255, 0.015) 25%, transparent 25%),
                             linear-gradient(-45deg, rgba(255, 255, 255, 0.015) 25%, transparent 25%),
                             linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.015) 75%),
                             linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.015) 75%);
  --bg-pattern-circuit-dark-size: 36px 36px;

  --bg-pattern-stripes-light: repeating-linear-gradient(135deg, rgba(85, 27, 200, 0.018) 0px, rgba(85, 27, 200, 0.018) 1px, transparent 1px, transparent 24px);

  --mask-vignette-wide: radial-gradient(ellipse at 50% 50%, #000000 45%, transparent 85%);

  /* --- Minimalist Badge Backgrounds & Text (No Tacky Borders) --- */
  --color-badge-dark-bg: rgba(255, 255, 255, 0.08);
  --color-badge-dark-text: #e2e8f0;
  --color-badge-light-bg: rgba(85, 27, 200, 0.07);
  --color-badge-light-text: #551bc8;
  --color-badge-gold-bg: rgba(251, 191, 36, 0.12);
  --color-badge-gold-text: #fbbf24;

  /* --- Typography Colors --- */
  --color-text-heading-light: #0f0a1d;
  --color-text-heading-dark: #ffffff;
  --color-text-body: #1e1730;
  --color-text-body-dark: #cbd5e1;
  --color-text-subtle: #4e4560;
  --color-text-muted: #64748b;
  --color-text-muted-dark: #94a3b8;
  --color-text-white: #ffffff;

  /* --- Borders (Minimal / Disabled) --- */
  --border-width-0: 0px;
  --border-width-1: 1px;
  --color-border-subtle-dark: rgba(255, 255, 255, 0.06);
  --color-border-subtle-light: rgba(85, 27, 200, 0.06);

  /* --- Typography Scales & Weights --- */
  --font-family-base: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  
  --font-size-h1-desktop: 50px;
  --font-size-h1-tablet: 40px;
  --font-size-h1-mobile: 34px;
  --font-weight-h1: 800;
  --line-height-h1: 1.18;
  --letter-spacing-h1: -0.025em;

  --font-size-h2-desktop: 36px;
  --font-size-h2-tablet: 30px;
  --font-size-h2-mobile: 28px;
  --font-weight-h2: 800;
  --line-height-h2: 1.25;
  --letter-spacing-h2: -0.025em;

  --font-size-h3-desktop: 21px;
  --font-size-h3-tablet: 19px;
  --font-size-h3-mobile: 18px;
  --font-weight-h3: 700;
  --line-height-h3: 1.35;
  --letter-spacing-h3: -0.02em;

  --font-size-h4-desktop: 17px;
  --font-size-h4-tablet: 16px;
  --font-size-h4-mobile: 16px;
  --font-weight-h4: 600;
  --line-height-h4: 1.4;
  --letter-spacing-h4: -0.02em;

  --font-size-subtitle-desktop: 18px;
  --font-size-subtitle-tablet: 17px;
  --font-size-subtitle-mobile: 16px;
  --line-height-subtitle: 1.65;

  --font-size-body-desktop: 16px;
  --font-size-body-tablet: 16px;
  --font-size-body-mobile: 16px;
  --line-height-body: 1.625;

  --font-size-small-desktop: 13px;
  --font-size-small-mobile: 13px;
  --line-height-small: 1.5;

  --font-size-badge: 12px;
  --font-weight-badge: 600;
  --letter-spacing-badge: 0.02em;

  --font-size-price-hero: 44px;
  --font-size-price-sub: 20px;
  --font-size-timer-digit: 24px;
  --font-size-timer-digit-mobile: 20px;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;

  /* --- Spacing Scale (4px Base Unit) --- */
  --space-0: 0px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 28px;
  --space-8: 32px;
  --space-9: 36px;
  --space-10: 40px;
  --space-12: 48px;
  --space-14: 56px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-28: 112px;
  --space-32: 128px;

  /* --- Layout & Container Constraints --- */
  --container-max-width: 1240px;
  --container-narrow-max-width: 960px;
  --container-hero-max-width: 1080px;
  --container-padding-desktop: 32px;
  --container-padding-tablet: 24px;
  --container-padding-mobile: 16px;
  --section-padding-desktop: 80px;
  --section-padding-tablet: 64px;
  --section-padding-mobile: 48px;

  /* --- Component Padding --- */
  --padding-btn-primary-desktop: 17px 38px;
  --padding-btn-primary-mobile: 15px 28px;
  --padding-btn-secondary-desktop: 15px 34px;
  --padding-btn-secondary-mobile: 14px 26px;
  --padding-btn-sm: 9px 22px;
  --padding-badge: 6px 14px;
  --padding-hero-deal-pill: 7px 18px;
  --padding-hero-brand-card: 14px 32px;
  --padding-card-lg-desktop: 36px;
  --padding-card-lg-tablet: 28px;
  --padding-card-lg-mobile: 20px;
  --padding-card-sm-desktop: 26px;
  --padding-card-sm-mobile: 20px;

  /* --- Border Radius --- */
  --radius-none: 0px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-button: 10px;
  --radius-input: 10px;
  --radius-card-sm: 14px;
  --radius-card-md: 18px;
  --radius-card-lg: 22px;
  --radius-badge: 9999px;
  --radius-badge-pill: 9999px;
  --radius-image-sm: 12px;
  --radius-image-md: 16px;
  --radius-image-lg: 20px;
  --radius-full: 9999px;

  /* --- Modern Subtle Elevation Shadows (Clean - NO Harsh Borders) --- */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.04);
  --shadow-card-subtle: 0px 4px 16px rgba(15, 10, 29, 0.04);
  --shadow-card-default: 0px 8px 24px rgba(15, 10, 29, 0.06);
  --shadow-card-deep: 0px 14px 36px rgba(15, 10, 29, 0.09);
  --shadow-card-deeper: 0px 20px 44px rgba(0, 0, 0, 0.35);
  --shadow-hero-image: 0px 20px 50px rgba(0, 0, 0, 0.45);
  --shadow-hero-brand-card: 0px 8px 24px rgba(0, 0, 0, 0.3);
  --shadow-btn-cta: 0 4px 14px rgba(255, 77, 0, 0.35);
  --shadow-btn-cta-hover: 0 6px 18px rgba(255, 77, 0, 0.48);
  --shadow-btn-primary: 0 4px 14px rgba(85, 27, 200, 0.3);
  --shadow-btn-primary-hover: 0 6px 18px rgba(85, 27, 200, 0.45);
  --shadow-dark-card: 0 8px 24px rgba(0, 0, 0, 0.3);
  --shadow-card-lift: 0 12px 28px rgba(85, 27, 200, 0.1);

  /* --- Transitions & Animations --- */
  --transition-fast: 0.15s ease;
  --transition-base: 0.25s ease;
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-reveal: 0.7s cubic-bezier(0.16, 1, 0.3, 1);

  /* --- Reveal Offsets & Stagger Delays --- */
  --reveal-translate-y: 26px;
  --reveal-translate-y-sm: 16px;
  --stagger-delay-1: 0.06s;
  --stagger-delay-2: 0.12s;
  --stagger-delay-3: 0.18s;
  --stagger-delay-4: 0.24s;
  --stagger-delay-5: 0.30s;
  --stagger-delay-6: 0.36s;
  --stagger-delay-7: 0.42s;

  /* --- Z-Index Layering --- */
  --z-index-negative: -1;
  --z-index-base: 1;
  --z-index-content: 2;
  --z-index-badge: 10;
  --z-index-sticky: 1000;

  /* --- Dimensions & Branding --- */
  --logo-hero-height: 52px;
  --logo-hero-max-width: 260px;
  --payment-badges-max-width: 420px;
  --payment-badges-max-width-mobile: 340px;
  --guarantee-badge-size: 88px;
  --guarantee-badge-size-mobile: 72px;
  --sticky-arrow-width: 32px;
  --sticky-arrow-height: 24px;
  --sticky-arrow-width-mobile: 24px;
  --sticky-arrow-height-mobile: 18px;
  --avatar-size: 64px;

  /* --- Icon Sizes --- */
  --icon-size-sm: 15px;
  --icon-size-md: 18px;
  --icon-size-lg: 22px;
  --icon-size-xl: 30px;

  /* --- Hero Redesign Design Tokens --- */
  --color-hero-orbit-ring-1: rgba(168, 85, 247, 0.22);
  --color-hero-orbit-ring-2: rgba(139, 92, 246, 0.14);
  --color-hero-orbit-ring-3: rgba(139, 92, 246, 0.07);
  --color-hero-card-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  --color-hero-card-border: rgba(168, 85, 247, 0.24);
  --color-hero-card-border-hover: rgba(192, 132, 252, 0.48);
  --color-hero-icon-box-bg: linear-gradient(135deg, rgba(124, 58, 237, 0.38) 0%, rgba(79, 70, 229, 0.2) 100%);
  --color-hero-icon-box-border: rgba(192, 132, 252, 0.38);
  --color-hero-cta-bar-bg: rgba(255, 255, 255, 0.035);
  --color-hero-cta-bar-border: rgba(168, 85, 247, 0.28);
  --color-hero-cta-bar-border-hover: rgba(192, 132, 252, 0.5);
  --color-hero-cta-discount-bg: linear-gradient(135deg, rgba(124, 58, 237, 0.25) 0%, rgba(85, 27, 200, 0.12) 100%);
  --color-hero-cta-discount-border: rgba(192, 132, 252, 0.25);
  --color-hero-cta-btn-gradient: linear-gradient(135deg, #7c3aed 0%, #551bc8 60%, #4313a5 100%);
  --color-hero-cta-btn-gradient-hover: linear-gradient(135deg, #8b5cf6 0%, #6320e6 60%, #4c16be 100%);
  --color-hero-arrow-circle-bg: rgba(255, 255, 255, 0.18);
  --shadow-hero-card: 0 16px 36px -8px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --shadow-hero-card-hover: 0 20px 42px -6px rgba(124, 58, 237, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  --shadow-hero-icon-box: 0 0 20px rgba(124, 58, 237, 0.3);
  --shadow-hero-cta-bar: 0 12px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --shadow-hero-cta-btn: 0 0 28px rgba(124, 58, 237, 0.5), 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-hero-cta-btn-hover: 0 0 36px rgba(168, 85, 247, 0.7), 0 12px 28px rgba(0, 0, 0, 0.5);
  --size-hero-icon-box: 56px;
  --size-hero-icon: 26px;
  --size-hero-arrow-circle: 28px;
  --size-hero-orbit-ring-1: 580px;
  --size-hero-orbit-ring-2: 920px;
  --size-hero-orbit-ring-3: 1300px;
  --size-hero-orbit-glow: 700px;
}

/* ==========================================================================
   BASE & RESET
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: var(--space-0);
  padding: var(--space-0);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-body-desktop);
  line-height: var(--line-height-body);
  color: var(--color-text-body);
  background-color: var(--color-bg-white);
  overflow-x: hidden;
}

img, svg, picture, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

/* ==========================================================================
   SCROLL REVEAL & SMOOTH ANIMATIONS
   ========================================================================== */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(var(--reveal-translate-y));
  transition: opacity var(--transition-reveal), transform var(--transition-reveal);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(var(--space-0));
}

.reveal-on-scroll--scale {
  opacity: 0;
  transform: scale(0.97) translateY(var(--reveal-translate-y-sm));
  transition: opacity var(--transition-reveal), transform var(--transition-reveal);
  will-change: opacity, transform;
}

.reveal-on-scroll--scale.is-revealed {
  opacity: 1;
  transform: scale(1) translateY(var(--space-0));
}

/* Stagger Delays for Grid Elements */
.delay-1 { transition-delay: var(--stagger-delay-1); }
.delay-2 { transition-delay: var(--stagger-delay-2); }
.delay-3 { transition-delay: var(--stagger-delay-3); }
.delay-4 { transition-delay: var(--stagger-delay-4); }
.delay-5 { transition-delay: var(--stagger-delay-5); }
.delay-6 { transition-delay: var(--stagger-delay-6); }
.delay-7 { transition-delay: var(--stagger-delay-7); }

/* ==========================================================================
   LAYOUT CONTAINERS
   ========================================================================== */

.page-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding-desktop);
  padding-right: var(--container-padding-desktop);
  position: relative;
  z-index: var(--z-index-content);
}

.section-padding {
  padding-top: var(--section-padding-desktop);
  padding-bottom: var(--section-padding-desktop);
  position: relative;
}

/* ==========================================================================
   STICKY BAR (TOP URGENCY NOTIFICATION)
   ========================================================================== */

.sticky-bar {
  position: sticky;
  top: var(--space-0);
  z-index: var(--z-index-sticky);
  background-color: var(--color-bg-dark-navy);
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.sticky-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.sticky-bar__left-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.sticky-bar__flash-icon {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  color: var(--color-accent-gold);
  fill: var(--color-accent-gold);
  flex-shrink: 0;
  animation: flash-pulse 2s ease-in-out infinite;
}

@keyframes flash-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
    filter: drop-shadow(0 0 6px var(--color-accent-gold));
  }
}

.sticky-bar__text {
  font-size: var(--font-size-body-desktop);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-body-dark);
}

.sticky-bar__action-wrap {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
}

.sticky-bar__pointer-arrow {
  width: var(--sticky-arrow-width);
  height: var(--sticky-arrow-height);
  color: var(--color-accent-gold);
  fill: var(--color-accent-gold);
  flex-shrink: 0;
  animation: arrow-point-nudge 1.6s ease-in-out infinite;
  filter: drop-shadow(0 2px 6px rgba(251, 191, 36, 0.45));
}

@keyframes arrow-point-nudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}

/* Sticky CTA: Solid Orange - Borderless, Crisp */
.sticky-bar__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--padding-btn-sm);
  background-color: var(--color-accent-cta);
  color: var(--color-text-white);
  font-size: var(--font-size-body-desktop);
  font-weight: var(--font-weight-bold);
  border-radius: var(--radius-button);
  border: none;
  box-shadow: var(--shadow-btn-cta);
  transition: transform var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);
}

.sticky-bar__cta:hover {
  background-color: var(--color-accent-cta-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-cta-hover);
}

.sticky-bar__cta-icon {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  transition: transform var(--transition-fast);
}

.sticky-bar__cta:hover .sticky-bar__cta-icon {
  transform: rotate(15deg) scale(1.15);
}

/* ==========================================================================
   MINIMALIST SAAS BADGES (BORDER-FREE, SLEEK CAPSULES)
   ========================================================================== */

.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--padding-badge);
  font-size: var(--font-size-badge);
  font-weight: var(--font-weight-badge);
  letter-spacing: var(--letter-spacing-badge);
  border-radius: var(--radius-badge);
  border: none;
  width: fit-content;
}

/* Light Surface Badge (Clean Lavender Tint) */
.badge--primary {
  background-color: var(--color-badge-light-bg);
  color: var(--color-badge-light-text);
}

/* Dark Surface Badge (Refined Translucent Capsule) */
.badge--dark-subtle {
  background-color: var(--color-badge-dark-bg);
  color: var(--color-badge-dark-text);
}

.badge--dark-gold {
  background-color: var(--color-badge-gold-bg);
  color: var(--color-badge-gold-text);
}

.badge--gold {
  background-color: var(--color-badge-gold-bg);
  color: var(--color-accent-gold-dark);
}

.badge__icon {
  width: var(--icon-size-sm);
  height: var(--icon-size-sm);
  flex-shrink: 0;
  opacity: 0.85;
}

/* --- Hero Early Bird Capsule (Clean Minimalist Glass Pill) --- */
.hero-deal-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--padding-hero-deal-pill);
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-badge-pill);
  border: none;
  transition: transform var(--transition-smooth), background-color var(--transition-smooth);
}

.hero-deal-pill:hover {
  transform: translateY(-2px);
  background-color: rgba(255, 255, 255, 0.12);
}

.hero-deal-pill__dot {
  width: 7px;
  height: 7px;
  border-radius: var(--radius-full);
  background-color: var(--color-accent-gold);
  box-shadow: 0 0 8px var(--color-accent-gold);
  flex-shrink: 0;
}

.hero-deal-pill__text {
  font-size: var(--font-size-small-desktop);
  font-weight: var(--font-weight-medium);
  color: #f1f5f9;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.hero-deal-pill__divider {
  color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   BUTTONS (BORDER-FREE, SOLID, CRISP ELEVATION)
   ========================================================================== */

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--padding-btn-primary-desktop);
  font-size: var(--font-size-h4-desktop);
  font-weight: var(--font-weight-bold);
  border-radius: var(--radius-button);
  border: none;
  transition: transform var(--transition-fast), background-color var(--transition-fast), box-shadow var(--transition-fast);
  text-align: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.01em;
}

/* Primary Orange Solid CTA */
.cta-button--primary {
  background-color: var(--color-accent-cta);
  color: var(--color-text-white);
  box-shadow: var(--shadow-btn-cta);
}

.cta-button--primary:hover {
  background-color: var(--color-accent-cta-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-cta-hover);
}

.cta-button--primary:active {
  background-color: var(--color-accent-cta-active);
  transform: translateY(0);
}

/* Solid Brand Purple CTA (Used in Hero & Secondary CTA - Border-Free) */
.cta-button--purple,
.cta-button--secondary {
  background-color: var(--color-primary);
  color: var(--color-text-white);
  box-shadow: var(--shadow-btn-primary);
}

.cta-button--purple:hover,
.cta-button--secondary:hover {
  background-color: var(--color-primary-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-primary-hover);
}

.cta-button--purple:active,
.cta-button--secondary:active {
  background-color: var(--color-primary-active);
  transform: translateY(0);
}

.cta-button__icon {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  transition: transform var(--transition-fast);
}

.cta-button:hover .cta-button__icon {
  transform: translateX(var(--space-1));
}

.section-header {
  margin-bottom: var(--space-12);
}

.section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-narrow-max-width);
}

.section-header__badge {
  margin-bottom: var(--space-4);
}

.section-header__title {
  font-size: var(--font-size-h2-desktop);
  font-weight: var(--font-weight-h2);
  line-height: var(--line-height-h2);
  letter-spacing: var(--letter-spacing-h2);
  color: var(--color-text-heading-light);
  margin-bottom: var(--space-4);
}

.section-header__title--dark {
  color: var(--color-text-heading-dark);
}

.section-header__subtitle {
  font-size: var(--font-size-subtitle-desktop);
  line-height: var(--line-height-subtitle);
  color: var(--color-text-subtle);
}

/* Highlight Text Utilities */
.highlight-text--primary {
  color: var(--color-primary);
}

.highlight-text--bright-purple {
  color: var(--color-accent-purple-bright);
}

.highlight-text--shimmer {
  display: inline-block;
  background-image: var(--gradient-text-shimmer);
  background-size: var(--gradient-text-shimmer-size);
  background-position: 100% center;
  color: var(--color-accent-purple-bright);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--font-weight-black);
  filter: var(--filter-text-shimmer-glow);
  animation: shimmer-sweep var(--animation-shimmer-duration) cubic-bezier(0.4, 0, 0.2, 1) infinite;
  letter-spacing: -0.015em;
  position: relative;
}

@keyframes shimmer-sweep {
  0% {
    background-position: 200% center;
  }
  80%, 100% {
    background-position: -50% center;
  }
}

/* Card Hover Lift Utility (Elevation based, borderless) */
.card-hover-lift {
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.card-hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-lift);
}

/* ==========================================================================
   SECTION 1: HERO - HOOK + MAIN BENEFIT (DARK ORBIT THEME)
   Background: Deep Violet Orbit Mesh (#0c0819)
   ========================================================================== */

.hero-section {
  background-color: var(--color-bg-dark-hero);
  background-image: var(--bg-mesh-hero);
  background-size: var(--bg-mesh-hero-size);
  background-position: center top;
  padding-top: var(--space-14);
  padding-bottom: var(--space-20);
  overflow: hidden;
  color: var(--color-text-white);
  position: relative;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: var(--space-0);
  background-image: var(--bg-graphic-rings-dark), var(--bg-graphic-soundwaves-dark);
  background-position: center 30%, center center;
  background-size: var(--bg-graphic-rings-size-hero), 100% 100%;
  background-repeat: no-repeat, repeat;
  mask-image: var(--mask-vignette-wide);
  -webkit-mask-image: var(--mask-vignette-wide);
  pointer-events: none;
  z-index: var(--z-index-base);
}

/* Decorative Orbital Concentric Rings & Central Glow */
.hero-orbits {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: var(--z-index-base);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-orbits__glow {
  position: absolute;
  width: var(--size-hero-orbit-glow);
  height: var(--size-hero-orbit-glow);
  border-radius: var(--radius-full);
  background: var(--color-hero-orbit-glow);
  filter: blur(50px);
}

.hero-orbits__ring {
  position: absolute;
  border-radius: var(--radius-full);
  border: var(--border-width-1) solid;
  box-shadow: inset 0 0 20px rgba(124, 58, 237, 0.08);
}

.hero-orbits__ring--1 {
  width: var(--size-hero-orbit-ring-1);
  height: var(--size-hero-orbit-ring-1);
  border-color: var(--color-hero-orbit-ring-1);
}

.hero-orbits__ring--2 {
  width: var(--size-hero-orbit-ring-2);
  height: var(--size-hero-orbit-ring-2);
  border-color: var(--color-hero-orbit-ring-2);
}

.hero-orbits__ring--3 {
  width: var(--size-hero-orbit-ring-3);
  height: var(--size-hero-orbit-ring-3);
  border-color: var(--color-hero-orbit-ring-3);
}

.hero-centered-container {
  max-width: var(--container-hero-max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-5);
  position: relative;
  z-index: var(--z-index-content);
}

/* Hero Brand Logo (Elevated Glass Container) */
.hero-brand-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-card-md);
  padding: var(--padding-hero-brand-card);
  box-shadow: var(--shadow-hero-brand-card), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-1);
  border: var(--border-width-1) solid rgba(168, 85, 247, 0.3);
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.hero-brand-card:hover {
  transform: translateY(-2px);
  border-color: rgba(192, 132, 252, 0.55);
  box-shadow: 0 12px 30px rgba(124, 58, 237, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hero-brand-card__logo {
  height: var(--logo-hero-height);
  max-width: var(--logo-hero-max-width);
  object-fit: contain;
}

.hero-centered-container__title {
  font-size: var(--font-size-h1-desktop);
  font-weight: var(--font-weight-h1);
  line-height: var(--line-height-h1);
  letter-spacing: var(--letter-spacing-h1);
  color: var(--color-text-heading-dark);
  max-width: 980px;
}

.hero-centered-container__supporting {
  font-size: var(--font-size-subtitle-desktop);
  line-height: var(--line-height-subtitle);
  color: var(--color-text-muted-dark);
  font-weight: var(--font-weight-normal);
  max-width: 860px;
}

/* 2-Column Hero Feature Cards (Modern Glassmorphic Layout) */
.hero-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  width: 100%;
  max-width: 980px;
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.hero-feature-card {
  background: var(--color-hero-card-bg);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-card-lg);
  border: var(--border-width-1) solid var(--color-hero-card-border);
  padding: var(--space-6);
  box-shadow: var(--shadow-hero-card);
  display: flex;
  align-items: flex-start;
  gap: var(--space-5);
  text-align: left;
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.hero-feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-hero-card-border-hover);
  box-shadow: var(--shadow-hero-card-hover);
}

.hero-feature-card__icon-box {
  width: var(--size-hero-icon-box);
  height: var(--size-hero-icon-box);
  border-radius: var(--radius-card-sm);
  background: var(--color-hero-icon-box-bg);
  border: var(--border-width-1) solid var(--color-hero-icon-box-border);
  box-shadow: var(--shadow-hero-icon-box);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-feature-card__icon {
  width: var(--size-hero-icon);
  height: var(--size-hero-icon);
  color: var(--color-accent-purple-bright);
}

.hero-feature-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.hero-feature-card__title {
  font-size: var(--font-size-h4-desktop);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-white);
  letter-spacing: var(--letter-spacing-h4);
}

.hero-feature-card__desc {
  font-size: var(--font-size-body-desktop);
  line-height: var(--line-height-body);
  color: var(--color-text-body-dark);
}

.hero-text-highlight {
  color: var(--color-accent-purple-bright);
  font-weight: var(--font-weight-bold);
}

/* Hero CTA Button & Payment Badges */
.hero-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-3);
  width: 100%;
}

.hero-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--padding-btn-primary-desktop);
  background: var(--color-hero-cta-btn-gradient);
  color: var(--color-text-white);
  font-size: var(--font-size-h4-desktop);
  font-weight: var(--font-weight-bold);
  border-radius: var(--radius-badge-pill);
  border: none;
  box-shadow: var(--shadow-hero-cta-btn);
  transition: transform var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
  cursor: pointer;
  text-decoration: none;
}

.hero-cta-button:hover {
  background: var(--color-hero-cta-btn-gradient-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hero-cta-btn-hover);
}

.hero-cta-button__text {
  letter-spacing: 0.01em;
}

.hero-cta-button__arrow {
  width: var(--size-hero-arrow-circle);
  height: var(--size-hero-arrow-circle);
  border-radius: var(--radius-full);
  background-color: var(--color-hero-arrow-circle-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

.hero-cta-button:hover .hero-cta-button__arrow {
  transform: translateX(var(--space-1));
}

.hero-cta-button__arrow-icon {
  width: var(--icon-size-sm);
  height: var(--icon-size-sm);
  color: var(--color-text-white);
}

.hero-payment-methods {
  width: 100%;
  max-width: var(--payment-badges-max-width);
  height: auto;
  object-fit: contain;
  margin-top: var(--space-1);
  opacity: 0.95;
  transition: opacity var(--transition-base), transform var(--transition-base);
}

.hero-payment-methods:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* ==========================================================================
   SECTION 2: KEY BENEFITS & PRODUCT HIGHLIGHTS (7-AGENT BENTO GRID)
   Background: Solid Slate-50 - Clean Borderless Cards
   ========================================================================== */

.benefits-section {
  background-color: var(--color-bg-slate-50);
  background-image: var(--bg-mesh-benefits);
  background-size: var(--bg-mesh-benefits-size);
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.benefits-section::before {
  content: '';
  position: absolute;
  inset: var(--space-0);
  background-image: var(--bg-pattern-plus-light);
  background-size: var(--bg-pattern-plus-light-size);
  background-position: center center;
  background-repeat: repeat;
  mask-image: var(--mask-vignette-wide);
  -webkit-mask-image: var(--mask-vignette-wide);
  pointer-events: none;
  z-index: var(--z-index-base);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-6);
}

.bento-card {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-card-md);
  border: none;
  padding: var(--padding-card-sm-desktop);
  box-shadow: var(--shadow-card-subtle);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-default);
}

.bento-card--featured {
  grid-column: span 6;
}

.bento-card--regular {
  grid-column: span 4;
}

.bento-card--wide {
  grid-column: span 6;
}

.bento-card__badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-4);
}

.bento-card__icon-wrap {
  width: var(--space-10);
  height: var(--space-10);
  border-radius: var(--radius-card-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bento-card__icon-wrap--primary {
  background-color: var(--color-primary-light);
  color: var(--color-primary);
}

.bento-card__icon-wrap--orange {
  background-color: #fff7ed;
  color: var(--color-accent-cta);
}

.bento-card__icon-wrap--emerald {
  background-color: var(--color-accent-emerald-light);
  color: var(--color-accent-emerald);
}

.bento-card__icon-wrap--purple {
  background-color: var(--color-accent-purple-light);
  color: var(--color-accent-purple-bright);
}

.bento-card__icon {
  width: var(--icon-size-lg);
  height: var(--icon-size-lg);
}

.bento-card__agent-num {
  font-size: var(--font-size-badge);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-muted);
  background-color: var(--color-bg-slate-100);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
}

.bento-card__title {
  font-size: var(--font-size-h3-desktop);
  font-weight: var(--font-weight-h3);
  line-height: var(--line-height-h3);
  color: var(--color-text-heading-light);
  margin-bottom: var(--space-3);
}

.bento-card__text {
  font-size: var(--font-size-body-desktop);
  line-height: var(--line-height-body);
  color: var(--color-text-subtle);
  flex: 1;
}

/* ==========================================================================
   SECTION 3: QUICK REVIEW / BUYER INSIGHT (BORDER-FREE DARK GLASS)
   Background: Dark Navy Radial Gradient Mesh (#080512)
   ========================================================================== */

.review-section {
  background-color: var(--color-bg-dark-navy);
  background-image: var(--bg-mesh-review);
  background-size: var(--bg-mesh-review-size);
  background-position: center top;
  color: var(--color-text-white);
  position: relative;
  overflow: hidden;
}

.review-section::before {
  content: '';
  position: absolute;
  inset: var(--space-0);
  background-image: var(--bg-pattern-circuit-dark), var(--bg-graphic-rings-dark);
  background-position: center center, center 45%;
  background-size: var(--bg-pattern-circuit-dark-size), var(--bg-graphic-rings-size-hero);
  background-repeat: repeat, no-repeat;
  mask-image: var(--mask-vignette-wide);
  -webkit-mask-image: var(--mask-vignette-wide);
  pointer-events: none;
  z-index: var(--z-index-base);
}

.review-layout-redesign {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

/* Top Row: 3 Pillar Cards */
.review-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
}

.review-card {
  background-color: var(--color-bg-glass-dark);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-card-md);
  border: none;
  padding: var(--padding-card-sm-desktop);
  box-shadow: var(--shadow-dark-card);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  transition: transform var(--transition-base), background-color var(--transition-base);
}

.review-card:hover {
  background-color: var(--color-bg-glass-dark-hover);
  transform: translateY(-3px);
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.review-card__icon-wrap {
  width: var(--space-10);
  height: var(--space-10);
  border-radius: var(--radius-card-sm);
  background-color: rgba(85, 27, 200, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-card__icon {
  width: var(--icon-size-lg);
  height: var(--icon-size-lg);
  color: var(--color-primary-tint);
}

.review-card__title {
  font-size: var(--font-size-h4-desktop);
  font-weight: var(--font-weight-h4);
  color: var(--color-text-heading-dark);
  line-height: var(--line-height-h4);
}

.review-card__text {
  font-size: var(--font-size-body-desktop);
  line-height: var(--line-height-body);
  color: var(--color-text-muted-dark);
  flex: 1;
}

/* Bottom Row: Real PodShorts Users – Real Results Showcase Card */
.results-showcase-card {
  background-color: var(--color-bg-glass-dark);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-card-lg);
  border: none;
  padding: var(--padding-card-lg-desktop);
  box-shadow: var(--shadow-dark-card);
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.results-showcase-card__grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "header media"
    "suitability media";
  column-gap: var(--space-8);
  row-gap: var(--space-5);
  align-items: center;
}

.results-showcase-card__header-group {
  grid-area: header;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.rating-header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.rating-header__stars {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  color: var(--color-accent-gold);
}

.rating-star-icon {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  color: var(--color-accent-gold);
  filter: drop-shadow(0 0 4px rgba(251, 191, 36, 0.4));
}

.rating-header__tag {
  font-size: var(--font-size-badge);
  font-weight: var(--font-weight-bold);
  color: var(--color-accent-gold);
  background-color: var(--color-badge-gold-bg);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-badge);
  letter-spacing: 0.02em;
}

.results-showcase-card__title {
  font-size: var(--font-size-h3-desktop);
  font-weight: var(--font-weight-h3);
  line-height: var(--line-height-h3);
  color: var(--color-text-heading-dark);
}

.results-showcase-card__media {
  grid-area: media;
  display: flex;
  align-items: center;
  justify-content: center;
}

.results-showcase-card__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-card-md);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
  transition: transform var(--transition-smooth);
}

.results-showcase-card__img:hover {
  transform: scale(1.02);
}

.results-showcase-card__suitability {
  grid-area: suitability;
  background-color: rgba(85, 27, 200, 0.22);
  border-radius: var(--radius-card-sm);
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.results-showcase-card__suitability-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--font-size-h4-desktop);
  font-weight: var(--font-weight-bold);
  color: var(--color-accent-purple-bright);
}

.results-showcase-card__suitability-icon {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  color: var(--color-accent-purple-bright);
}

.results-showcase-card__suitability-text {
  font-size: var(--font-size-body-desktop);
  line-height: var(--line-height-body);
  color: var(--color-text-body-dark);
}

/* Centered CTA Section Container */
.review-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--space-4);
}

/* ==========================================================================
   SECTION 4: CURRENT OFFER & PURCHASE BENEFITS
   Background: Lavender Soft Tint - Border-Free Layout
   ========================================================================== */

.offer-section {
  background-color: var(--color-bg-primary-tint);
  background-image: var(--bg-mesh-offer);
  background-size: var(--bg-mesh-offer-size);
  background-position: center top;
  position: relative;
  overflow: hidden;
}

.offer-section::before {
  content: '';
  position: absolute;
  inset: var(--space-0);
  background-image: var(--bg-pattern-stripes-light);
  background-position: center center;
  background-repeat: repeat;
  mask-image: var(--mask-vignette-wide);
  -webkit-mask-image: var(--mask-vignette-wide);
  pointer-events: none;
  z-index: var(--z-index-base);
}

.offer-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--space-10);
  align-items: start;
}

.offer-column--pricing {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-card-lg);
  border: none;
  padding: var(--padding-card-lg-desktop);
  box-shadow: var(--shadow-card-deep);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  position: relative;
}

.pricing-header__tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--font-size-badge);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  background-color: var(--color-primary-light);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-badge);
  margin-bottom: var(--space-2);
}

.pricing-header__price-row {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
}

.pricing-header__price {
  font-size: var(--font-size-price-hero);
  font-weight: var(--font-weight-black);
  color: var(--color-text-heading-light);
  line-height: 1;
}

.pricing-header__type {
  font-size: var(--font-size-price-sub);
  font-weight: var(--font-weight-semibold);
  color: var(--color-accent-cta);
}

.pricing-header__desc {
  font-size: var(--font-size-body-desktop);
  line-height: var(--line-height-body);
  color: var(--color-text-subtle);
}

.guarantee-box {
  background-color: var(--color-badge-gold-bg);
  border-radius: var(--radius-card-sm);
  border: none;
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.guarantee-box__header {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.guarantee-box__badge-img {
  width: var(--guarantee-badge-size);
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 10px rgba(180, 83, 9, 0.2));
}

.guarantee-box__title {
  font-size: var(--font-size-h4-desktop);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-heading-light);
  line-height: var(--line-height-h4);
}

.guarantee-box__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.guarantee-box__text {
  font-size: var(--font-size-body-desktop);
  line-height: var(--line-height-body);
  color: var(--color-text-subtle);
}

.guarantee-box__text strong {
  color: var(--color-text-heading-light);
  font-weight: var(--font-weight-bold);
}

.offer-column--pricing .cta-button {
  width: 100%;
}

.bonuses-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.bonuses-wrap__header {
  background-color: var(--color-bg-dark-slate);
  color: var(--color-text-white);
  padding: var(--space-4) var(--space-6);
  border-radius: var(--radius-card-md);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.bonuses-wrap__title {
  font-size: var(--font-size-h3-desktop);
  font-weight: var(--font-weight-h3);
  color: var(--color-text-heading-dark);
}

.bonuses-wrap__val-badge {
  background-color: var(--color-accent-gold);
  color: var(--color-bg-dark-navy);
  font-size: var(--font-size-badge);
  font-weight: var(--font-weight-bold);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-badge);
  white-space: nowrap;
}

.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}

.bonus-card {
  background-color: var(--color-bg-white);
  border-radius: var(--radius-card-sm);
  border: none;
  padding: var(--space-5);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.bonus-card__badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.bonus-card__tag {
  font-size: var(--font-size-badge);
  font-weight: var(--font-weight-bold);
  color: var(--color-accent-cta);
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
}

.bonus-card__val-tag {
  font-size: var(--font-size-badge);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  background-color: var(--color-primary-light);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
  white-space: nowrap;
}

.bonus-card__title {
  font-size: var(--font-size-h4-desktop);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-heading-light);
  line-height: var(--line-height-h4);
}

.bonus-card__desc {
  font-size: var(--font-size-body-desktop);
  color: var(--color-text-subtle);
  line-height: var(--line-height-body);
}

/* ==========================================================================
   SECTION 5: EXCLUSIVE GUARANTEE & FINAL OPPORTUNITY (FOMO SPOTLIGHT)
   Background: Radial Spotlight Dark Slate (#120B24)
   ========================================================================== */

.guarantee-final-section {
  background-color: var(--color-bg-dark-slate);
  color: var(--color-text-white);
  padding-top: var(--space-20);
  padding-bottom: var(--space-24);
  position: relative;
  overflow: hidden;
}

.final-notice-card {
  background-color: var(--color-bg-glass-dark);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-card-lg);
  border: none;
  padding: var(--padding-card-lg-desktop);
  box-shadow: var(--shadow-card-deeper);
  text-align: center;
  position: relative;
  max-width: var(--container-narrow-max-width);
  margin-left: auto;
  margin-right: auto;
}

.final-notice-card__badge-wrap {
  margin-bottom: var(--space-4);
  display: flex;
  justify-content: center;
}

.final-notice-card__title {
  font-size: var(--font-size-h2-desktop);
  font-weight: var(--font-weight-h2);
  line-height: var(--line-height-h2);
  color: var(--color-text-heading-dark);
  margin-bottom: var(--space-5);
}

/* Urgency Countdown Timer Banner */
.countdown-timer-banner {
  background-color: var(--color-primary);
  border-radius: var(--radius-card-sm);
  padding: var(--space-4) var(--space-6);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-6);
  box-shadow: var(--shadow-timer-brand);
  max-width: 100%;
}

.countdown-timer__label {
  font-size: var(--font-size-subtitle-desktop);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-white);
  line-height: 1.3;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.countdown-timer__digits-wrap {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.countdown-timer__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
}

.countdown-timer__col-label {
  font-size: var(--font-size-body-desktop);
  font-weight: var(--font-weight-normal);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
}

.countdown-timer__digit-box {
  background-color: var(--color-bg-white);
  color: var(--color-text-heading-light);
  min-width: 52px;
  height: 46px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-timer-digit);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  box-shadow: var(--shadow-xs);
}

.final-notice-card__body {
  font-size: var(--font-size-subtitle-desktop);
  line-height: var(--line-height-subtitle);
  color: var(--color-text-muted-dark);
  margin-bottom: var(--space-6);
  text-align: left;
}

.final-notice-card__highlight-box {
  background-color: rgba(251, 191, 36, 0.08);
  border-radius: var(--radius-sm);
  border: none;
  padding: var(--space-4);
  margin-top: var(--space-4);
  text-align: left;
}

.final-notice-card__highlight-text {
  font-size: var(--font-size-body-desktop);
  color: var(--color-accent-gold);
  font-weight: var(--font-weight-medium);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.page-footer {
  background-color: var(--color-bg-dark-navy);
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
  text-align: center;
}

.page-footer__text {
  font-size: var(--font-size-small-desktop);
  color: var(--color-text-muted-dark);
}

/* ==========================================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================================== */

/* Tablet Breakpoint (max-width: 1023px) */
@media (max-width: 1023px) {
  :root {
    --font-size-h1-desktop: var(--font-size-h1-tablet);
    --font-size-h2-desktop: var(--font-size-h2-tablet);
    --font-size-h3-desktop: var(--font-size-h3-tablet);
    --font-size-h4-desktop: var(--font-size-h4-tablet);
    --font-size-subtitle-desktop: var(--font-size-subtitle-tablet);
    --font-size-body-desktop: var(--font-size-body-tablet);
    --section-padding-desktop: var(--section-padding-tablet);
    --container-padding-desktop: var(--container-padding-tablet);
    --padding-card-lg-desktop: var(--padding-card-lg-tablet);
    --logo-hero-height: 44px;
    --logo-hero-max-width: 220px;
    --padding-hero-brand-card: 12px 24px;
  }

  .bento-card--featured,
  .bento-card--regular,
  .bento-card--wide {
    grid-column: span 6;
  }

  .review-pillars-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }

  .results-showcase-card__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "header"
      "media"
      "suitability";
    gap: var(--space-6);
  }

  .offer-layout {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }

  .hero-features-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
}

/* Mobile Breakpoint (max-width: 639px) */
@media (max-width: 639px) {
  :root {
    --font-size-h1-desktop: var(--font-size-h1-mobile);
    --font-size-h2-desktop: var(--font-size-h2-mobile);
    --font-size-h3-desktop: var(--font-size-h3-mobile);
    --font-size-h4-desktop: var(--font-size-h4-mobile);
    --font-size-subtitle-desktop: var(--font-size-subtitle-mobile);
    --font-size-body-desktop: var(--font-size-body-mobile);
    --section-padding-desktop: var(--section-padding-mobile);
    --container-padding-desktop: var(--container-padding-mobile);
    --padding-card-lg-desktop: var(--padding-card-lg-mobile);
    --padding-card-sm-desktop: var(--padding-card-sm-mobile);
    --logo-hero-height: 36px;
    --logo-hero-max-width: 180px;
    --payment-badges-max-width: var(--payment-badges-max-width-mobile);
    --guarantee-badge-size: var(--guarantee-badge-size-mobile);
    --padding-hero-brand-card: 10px 18px;
  }

  .sticky-bar__inner {
    flex-direction: column;
    text-align: center;
    gap: var(--space-2);
  }

  .sticky-bar__left-wrap {
    gap: var(--space-2);
    justify-content: center;
  }

  .sticky-bar__action-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
  }

  .sticky-bar__pointer-arrow {
    width: var(--sticky-arrow-width-mobile);
    height: var(--sticky-arrow-height-mobile);
  }

  .sticky-bar__cta {
    width: 100%;
    justify-content: center;
  }

  .hero-section {
    padding-top: var(--space-8);
    padding-bottom: var(--space-12);
  }

  .hero-features-grid {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }

  .hero-feature-card {
    padding: var(--space-4);
    gap: var(--space-3);
  }

  .hero-feature-card__icon-box {
    width: 46px;
    height: 46px;
  }

  .hero-cta-wrap {
    width: 100%;
  }

  .hero-cta-button {
    width: 100%;
    padding: var(--padding-btn-primary-mobile);
    font-size: var(--font-size-body-desktop);
  }

  .bento-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .bento-card--featured,
  .bento-card--regular,
  .bento-card--wide {
    grid-column: span 1;
  }

  .review-pillars-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .results-showcase-card {
    padding: var(--space-4);
  }

  .results-showcase-card__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "header"
      "media"
      "suitability";
    gap: var(--space-4);
  }

  .review-cta-wrap .cta-button {
    width: 100%;
  }

  .bonuses-grid {
    grid-template-columns: 1fr;
  }

  .bonuses-wrap__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .countdown-timer-banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-3) var(--space-4);
    gap: var(--space-3);
    width: 100%;
  }

  .countdown-timer__label {
    text-align: left;
    font-size: var(--font-size-body-mobile);
    line-height: 1.25;
    white-space: normal;
    flex: 1;
  }

  .countdown-timer__digits-wrap {
    gap: var(--space-2);
    flex-shrink: 0;
  }

  .countdown-timer__col-label {
    font-size: var(--font-size-badge);
  }

  .countdown-timer__digit-box {
    min-width: 42px;
    height: 38px;
    font-size: var(--font-size-timer-digit-mobile);
    border-radius: var(--radius-xs);
  }
}
