/* ================================
   COLOR TOKENS
   Single source of truth for all colors
   Components reference these, never define colors
   ================================ */

:root {
  /* Brand Colors - Raw Values */
  --color-teal-primary: #1dd1a1;
  --color-teal-dark: #10ac84;
  --color-teal-hover: #10ac84;
  --color-charcoal: #14171a;
  --color-off-white: #e6f4ef;
  --color-deep-teal: #036666;
  --color-black-bg: #0d140f;
  --color-primary-green: #80EF80;
  --color-lime-base: #10ac84;
  --color-dark-green: #131a13;
  --color-light-grey: #6B7280;
  --color-white: #F5F5F5;

  /* Semantic Color Tokens - Components reference these */
  --bg-page: var(--color-black-bg);
  --bg-surface: var(--color-charcoal);
  --bg-surface-elevated: rgba(20, 23, 26, 0.95);

  /* Section Background Colors (Solid, alternating) */
  --bg-section-black: #0a120c;
  --bg-section-charcoal: #0f1512;
  --bg-section-green-dark: #0d1814;

  --text-primary: var(--color-off-white);
  --text-secondary: rgba(230, 244, 239, 0.85);
  --text-tertiary: rgba(230, 244, 239, 0.7);
  --text-heading: var(--color-deep-teal);
  --text-dark: #14171a;
  --text-light: var(--color-white);

  --accent-primary: var(--color-teal-primary);
  --accent-secondary: var(--color-primary-green);
  --accent-hover: var(--color-teal-dark);

  --border-subtle: rgba(29, 209, 161, 0.1);
  --border-medium: rgba(29, 209, 161, 0.2);
  --border-strong: rgba(29, 209, 161, 0.3);

  /* Gradients */
  --gradient-teal: linear-gradient(135deg, var(--color-teal-primary), var(--color-teal-dark));
  --gradient-green: linear-gradient(135deg, var(--color-primary-green), #66CC66);

  /* Component-Specific Color Mappings */
  --button-primary-bg: var(--gradient-teal);
  --button-primary-text: #0b1a14;
  --button-secondary-bg: rgba(29, 209, 161, 0.15);
  --button-secondary-text: var(--color-primary-green);
  --button-secondary-border: rgba(29, 209, 161, 0.5);

  --nav-bg: transparent;
  --nav-menu-bg: var(--color-charcoal);
  --nav-text: var(--color-off-white);
  --nav-accent: #10ac8500;

  --card-bg: #0f151287;
  --card-bg-glass: rgba(15, 26, 18, 0.247);
  --card-border: rgba(120, 220, 160, 0.1);
  --card-glow: rgba(120, 220, 160, 0.12);

  /* Glass Morphism Effects */
  --glass-bg: rgba(20, 23, 26, 0.7);
  --glass-bg-hover: rgba(20, 40, 35, 0.24);
  --glass-border: rgba(120, 220, 160, 0.12);
  --glass-border-hover: rgba(120, 220, 160, 0.18);

  /* Overlay Colors */
  --overlay-dark: rgba(10, 12, 13, 0.95);
  --overlay-medium: rgba(0, 0, 0, 0.7);
  --overlay-light: rgba(0, 0, 0, 0.4);

  /* State Colors */
  --color-error: #ff4d4d;
  --color-info: #3498db;
  --color-info-dark: #2980b9;

  /* Glass Effect Colors (for card shine and hover effects) */
  --glass-teal-light: rgba(120, 220, 140, 0.16);
  --glass-teal-lighter: rgba(120, 220, 140, 0.05);
  --glass-teal-border: rgba(120, 220, 160, 0.08);
  --glass-teal-hover-subtle: rgba(29, 209, 161, 0.05);
  --glass-teal-hover: rgba(29, 209, 161, 0.25);

  /* Shine Effect Colors (for card animations) */
  --shine-teal: #1dd1a1;
  --shine-gradient-start: rgba(120, 220, 140, 0);
  --shine-gradient-mid: rgba(52, 211, 153, 0.18);

  /* Error/Alert Colors */
  --error-bg: rgba(220, 38, 38, 0.2);
  --error-text: #fca5a5;
  --error-border: rgba(220, 38, 38, 0.3);

  /* Nav/Overlay Colors */
  --nav-overlay-bg: rgba(20, 23, 26, 0.08);
  --glass-etch-stroke: rgba(180, 255, 210, 0.35);
  --launch-offer-bg: rgba(29, 209, 161, 0.08);
  --badge-shadow: rgba(29, 209, 161, 0.3);
}
/* ================================
   TYPOGRAPHY TOKENS
   Font definitions and text styling
   ================================ */

/* Font Face Declarations */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../../assets/fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../assets/fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../../assets/fonts/poppins-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../assets/fonts/poppins-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../assets/fonts/poppins-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../../assets/fonts/poppins-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../../assets/fonts/poppins-900-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Typography Tokens */
:root {
  /* Font Families */
  --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* Font Weights */
  --weight-normal: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
  --weight-black: 900;

  /* Line Heights */
  --line-height-tight: 1.1;
  --line-height-snug: 1.2;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.6;
  --line-height-loose: 1.8;

  /* Letter Spacing */
  --letter-spacing-tight: -0.02em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: 0.3px;
  --letter-spacing-wider: 0.5px;
  --letter-spacing-widest: 0.8px;

  /* Font Sizes - Fluid Typography */
  --text-xs: clamp(0.75rem, 0.7vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.9vw, 1rem);
  --text-base: clamp(1rem, 1.5vw, 1.2rem);
  --text-lg: clamp(1.1rem, 1.8vw, 1.3rem);
  --text-xl: clamp(1.25rem, 2vw, 1.5rem);
  --text-2xl: clamp(1.5rem, 3vw, 2rem);
  --text-3xl: clamp(1.8rem, 3.5vw, 2.5rem);
  --text-4xl: clamp(2rem, 4vw, 3rem);
  --text-5xl: clamp(2.5rem, 5vw, 4rem);
  --text-6xl: clamp(3rem, 6vw, 5rem);
}
/* ================================
   EFFECT TOKENS
   Shadows, borders, radii, transitions
   ================================ */

:root {
  /* Border Radius */
  --radius-sm: 8px;
  --radius-md: 10px;
  --radius-lg: 12px;
  --radius-xl: 14px;
  --radius-2xl: 18px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 8px 20px rgba(0, 0, 0, 0.35);
  --shadow-xl: 0 12px 30px rgba(0, 0, 0, 0.55);
  --shadow-2xl: 0 20px 60px rgba(0, 0, 0, 0.7), 0 8px 20px rgba(0, 0, 0, 0.5);

  /* Elevated Shadows */
  --shadow-elevated: 0 12px 28px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  --shadow-elevated-hover: 0 16px 40px rgba(0, 0, 0, 0.6), 0 4px 10px rgba(0, 0, 0, 0.35);

  /* Glass Effect Shadows */
  --shadow-glass: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  --shadow-glass-hover: inset 0 0 0 1px rgba(120, 220, 160, 0.2);

  /* Glow Effects */
  --glow-sm: 0 0 8px rgba(120, 220, 160, 0.2);
  --glow-md: 0 4px 12px rgba(29, 209, 161, 0.15);
  --glow-lg: 0 6px 20px rgba(29, 209, 161, 0.3);

  /* Blur Effects */
  --blur-sm: blur(8px);
  --blur-md: blur(10px);
  --blur-lg: blur(14px);
  --blur-xl: blur(20px);

  /* Backdrop Filter */
  --backdrop-glass: blur(14px) saturate(150%);
  --backdrop-glass-strong: blur(20px) saturate(150%);

  /* Transitions */
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  /* Transform Values */
  --lift-sm: translateY(-2px);
  --lift-md: translateY(-3px);
  --lift-lg: translateY(-4px);
  --scale-hover: scale(1.02);
  --scale-press: scale(0.98);

  /* Z-Index Layers */
  --z-base: 1;
  --z-dropdown: 10;
  --z-sticky: 100;
  --z-fixed: 500;
  --z-modal-backdrop: 900;
  --z-modal: 1000;
  --z-tooltip: 1100;
}
/* ================================
   THEME BASE
   Page-level backgrounds and contexts
   Rule: Backgrounds belong to page/theme, not sections
   ================================ */

/* Global Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base Page Styles */
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  line-height: var(--line-height-normal);
  color: var(--text-primary);
  background: var(--bg-page);
  min-height: 100vh;
  overflow-x: hidden;

}

/* Heading Defaults */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-heading);
  line-height: var(--line-height-tight);
  font-weight: var(--weight-bold);
}

/* Lime Layer Background */
.lime-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(135deg, rgba(160, 255, 90, 0.15), rgba(160, 255, 90, 0.15) 1px, transparent 1px, transparent 8px),
    linear-gradient(to bottom, rgba(120, 200, 120, 0.12), rgba(24, 24, 24, 0.2)),
    rgba(44, 55, 46, 0.786);
}

.lime-layer::after {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.65) 100%);
}

.lime-layer::before {
content: "";
position: absolute;
inset: -50%;
background: linear-gradient(120deg, transparent 45%, rgba(180,255,120,0.08) 50%, transparent 55%);
animation: limeSheen 18s linear infinite;
}

@keyframes limeSheen {
  from {
    transform: translateX(-30%) translateY(-30%);
  }
  to {
    transform: translateX(30%) translateY(30%);
  }
}

/* Page-Specific Backgrounds */
body.page-home {
  /* Homepage uses lime layer + parallax sections */
  
}

body.page-standard {
  /* Standard pages with simple dark background */
  padding-top: 80px;
}

body.page-form {
  /* Form pages (get-started, no nav) */
  padding-top: 0;
  background: var(--bg-page);
}

/* Mobile Optimizations */
@media (max-width: 768px) {
  .lime-layer {
    background:
      repeating-linear-gradient(135deg, rgba(160, 255, 90, 0.15), rgba(160, 255, 90, 0.15) 1px, transparent 1px, transparent 8px),
      linear-gradient(to bottom, rgba(120, 200, 120, 0.12), rgba(24, 24, 24, 0.2)),
      var(--bg-surface);
  }

  .lime-layer::before {
    background: linear-gradient(120deg, transparent 45%, rgba(180, 255, 120, 0.16) 50%, transparent 55%);
  }
}
/* ================================
   LAYOUT STRUCTURE
   Spacing, positioning, display - NO VISUAL STYLES
   Rule: Structure and skin must be separate
   ================================ */

/* Container System */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Spacing Utilities */
.section {
  padding: 80px 20px;
}

.section-lg {
  padding: 120px 20px;
}

.section-xl {
  padding: 200px 20px;
}

/* Flexbox Utilities */
.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gap-sm {
  gap: 12px;
}

.gap-md {
  gap: 20px;
}

.gap-lg {
  gap: 40px;
}

.gap-xl {
  gap: 80px;
}

/* Grid System */
.grid {
  display: grid;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

/* Positioning */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
  top: 0;
}

/* Alignment */
.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

/* Display */
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hidden {
  display: none;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Mobile Layout Adjustments */
@media (max-width: 768px) {
  .container,
  .container-narrow,
  .container-wide {
    padding: 0 5px;
  }

  .section {
    padding: 60px 20px;
  }

  .section-lg {
    padding: 80px 20px;
  }

  .section-xl {
    padding: 100px 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .gap-lg {
    gap: 20px;
  }

  .gap-xl {
    gap: 40px;
  }
}
/* ================================
   NAVIGATION COMPONENT
   Header navigation styles using token colors
   Rule: Components reference variables, never define colors
   ================================ */

/* Navigation Bar */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--nav-bg);
  box-shadow: var(--shadow-md);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
  z-index: 1001;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 1002;
}

.logo-img {
  height: 40px;
  width: auto;
}

/* Home Icon Link */
.home-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--border-medium);
  border-radius: var(--radius-sm);
  color: white;
  text-decoration: none;
  transition: all var(--transition-base);
  margin-right: 6px;
}

.home-icon:hover {
  border-color: var(--border-strong);
  background: var(--glass-teal-hover-subtle);
  box-shadow: var(--glow-md);
  transform: var(--lift-sm);
}

.home-icon svg {
  width: 22px;
  height: 22px;
  fill: white;
}

/* Hide mobile home icon on desktop (desktop uses the one in menu-dropdown) */
.nav-content > .home-icon {
  display: none;
}

/* Navigation Links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1002;
}

/* Hide mobile-only nav links on desktop */
.mobile-nav-link {
  display: none;
}

/* Menu Dropdown */
.menu-dropdown {
  position: relative;
  z-index: 1003;
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu-btn {
  background: transparent;
  border: 2px solid var(--border-medium);
  color: var(--nav-text);
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: var(--weight-semibold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: var(--letter-spacing-wide);
  cursor: pointer;
  transition: all var(--transition-base);
  font-family: var(--font-heading);
  text-transform: uppercase;
  position: relative;
  z-index: 1003;
}

.menu-btn::after {
  content: '▾';
  font-size: 0.8rem;
  transition: transform var(--transition-base);
}

.menu-btn.active::after {
  transform: rotate(180deg);
}

.menu-btn:hover {
  transform: var(--lift-sm);
  border-color: var(--border-strong);
  background: var(--glass-teal-hover-subtle);
  box-shadow: var(--glow-md);
}

/* Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 200px;
  background: var(--nav-menu-bg);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-elevated);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all var(--transition-base);
  overflow: hidden;
  z-index: 1004;
}

.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 14px 20px;
  color: var(--nav-text);
  text-decoration: none;
  transition: all var(--transition-base);
  border-bottom: 1px solid var(--border-subtle);
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background: var(--glass-teal-hover-subtle);
  color: var(--accent-primary);
  padding-left: 24px;
}

/* CTA Button in Nav */
.cta-btn-nav {
  padding: 10px 24px;
  font-size: var(--text-base);
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  text-decoration: none;
  border-radius: var(--radius-sm);
  font-weight: var(--weight-semibold);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-wider);
  box-shadow: var(--shadow-lg), var(--shadow-glass);
  transition: all var(--transition-base);
  display: inline-block;
  font-family: var(--font-heading);
  position: relative;
  z-index: 1003;
}

.cta-btn-nav:hover {
  transform: var(--lift-sm);
  box-shadow: var(--shadow-elevated);
}

/* Hamburger Menu (Mobile) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: var(--accent-primary);
  border-radius: 2px;
  transition: all var(--transition-base);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* Mobile Navigation */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  /* Show home icon next to hamburger on mobile */
  .nav-content > .home-icon {
    display: flex;
  }

  /* Hide desktop menu button and show all items in mobile panel */
  .menu-dropdown {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 72px; /* Below nav bar */
    left: 0;
    right: 0;
    height: 50vh; /* Half screen height */
    flex-direction: column;
    background: var(--nav-menu-bg);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-medium);
    padding: 30px 20px;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9998;
    overflow-y: auto;
  }

  .nav-links.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  /* Show and style mobile menu items */
  .mobile-nav-link {
    display: block;
    padding: 18px 20px;
    color: var(--nav-text);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: var(--weight-semibold);
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing-wide);
    border-bottom: 1px solid var(--border-subtle);
    transition: all var(--transition-base);
  }

  .mobile-nav-link:hover {
    background: var(--glass-teal-hover-subtle);
    color: var(--accent-primary);
    padding-left: 30px;
  }

  .cta-btn-nav {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 16px 24px;
    font-size: 1.1rem;
  }
}
/* ================================
   CARD COMPONENTS
   Glass morphism cards with hover effects
   ================================ */

/* Base Card */
.card {
  position: relative;
  background: var(--card-bg);
  border-radius: var(--radius-2xl);
  padding: 3rem;
  overflow: hidden;
  box-shadow: var(--shadow-xl), var(--shadow-glass);
  transition: all var(--transition-base);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: var(--backdrop-glass);
  -webkit-backdrop-filter: var(--backdrop-glass);
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 12px var(--glass-teal-border);
}

.card:hover {
  box-shadow:
    0px 5px 10px rgba(0, 0, 0, 0.04),
    0px 15px 25px rgba(0, 0, 0, 0.3),
    0 0 0 1px var(--card-glow);
}

/* Glass Card (More Transparent) */
.card--glass {
  background: var(--card-bg-glass);
  backdrop-filter: var(--backdrop-glass-strong);
  -webkit-backdrop-filter: var(--backdrop-glass-strong);
  border: 1px solid var(--card-border);
}

/* Card Content */
.card__content {
  position: relative;
  z-index: 1;
}

.card__title {
  font-size: var(--text-3xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin-bottom: 1rem;
  line-height: var(--line-height-snug);
}

.card__text {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
}

/* Card with Image */
.card--with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.card__image {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.card__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition-base);
}

.card__image img:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-elevated-hover);
}

/* Pricing Card */
.card--pricing {
  text-align: left;
  padding: 3.5rem 3rem;
}

.card--pricing.featured {
  padding-top: 4.5rem;
  border: 2px solid var(--accent-primary);
}

.card__badge {
  position: absolute;
  top: 0;
  left: 3rem;
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-widest);
  box-shadow: var(--glow-md);
}

.card__price {
  font-size: var(--text-6xl);
  font-weight: var(--weight-extrabold);
  color: var(--accent-secondary);
  margin-bottom: 2rem;
  line-height: 1;
}

.card__price-period {
  font-size: var(--text-xl);
  font-weight: var(--weight-medium);
  color: var(--text-primary);
  opacity: 0.75;
}

.card__features {
  list-style: none;
  margin-bottom: 2.5rem;
}

.card__feature {
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--glass-teal-border);
  font-size: var(--text-base);
  color: var(--text-secondary);
  position: relative;
}

.card__feature:last-child {
  border-bottom: none;
}

.card__feature::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-secondary);
  font-weight: var(--weight-bold);
  font-size: var(--text-lg);
}

/* Hover Effects with Shine */
.card__shine {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity var(--transition-slow);
  pointer-events: none;
}

.card__shine::before {
  content: '';
  width: 150%;
  padding-bottom: 150%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 55%;
  filter: blur(35px);
  opacity: 0.1;
  transform: translateX(-50%);
  background-image: conic-gradient(
    from 205deg at 50% 50%,
    var(--shine-gradient-start) 0deg,
    var(--shine-teal) 25deg,
    var(--shine-gradient-mid) 295deg,
    var(--shine-gradient-start) 360deg
  );
}

.card:hover .card__shine {
  opacity: 1;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .card {
    padding: 2rem;
  }

  .card--with-image {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .card--pricing {
    padding: 2.5rem 2rem;
  }

  .card--pricing.featured {
    padding-top: 3.5rem;
  }

  .card__title {
    font-size: var(--text-2xl);
  }
}
/* ================================
   BUTTON COMPONENTS
   All button variants using token colors
   Rule: Components reference variables, never define colors
   ================================ */

/* Base Button Structure */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-wider);
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
}

/* Primary Button (Teal Gradient) */
.btn-primary {
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow: var(--shadow-lg), var(--shadow-glass);
}

.btn-primary:hover {
  transform: var(--lift-md);
  box-shadow: var(--shadow-elevated);
}

/* Secondary Button (Transparent with Border) */
.btn-secondary {
  background: var(--button-secondary-bg);
  color: var(--button-secondary-text);
  border: 2px solid var(--button-secondary-border);
  backdrop-filter: var(--blur-sm);
}

.btn-secondary:hover {
  background: var(--glass-teal-hover);
  border-color: var(--accent-secondary);
  transform: var(--lift-md);
  box-shadow: var(--glow-lg);
}

/* Navigation CTA Button */
.btn-nav {
  padding: 10px 24px;
  font-size: 1rem;
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow: var(--shadow-lg), var(--shadow-glass);
}

.btn-nav:hover {
  transform: var(--lift-sm);
  box-shadow: var(--shadow-elevated);
}

/* Menu Button (Navigation Dropdown) */
.btn-menu {
  background: transparent;
  border: 2px solid var(--border-medium);
  color: var(--nav-text);
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: var(--weight-semibold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: var(--letter-spacing-wide);
}

.btn-menu::after {
  content: '▾';
  font-size: 0.8rem;
  transition: transform var(--transition-base);
}

.btn-menu.active::after {
  transform: rotate(180deg);
}

.btn-menu:hover {
  transform: var(--lift-sm);
  border-color: var(--border-strong);
  background: var(--glass-teal-hover-subtle);
  box-shadow: var(--glow-md);
}

/* Contact Buttons */
.btn-contact {
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  box-shadow: var(--shadow-lg), var(--shadow-glass);
  pointer-events: auto;
}

.btn-contact:hover {
  transform: var(--lift-md);
  box-shadow: var(--shadow-elevated);
}

/* Small Button Variant */
.btn-sm {
  padding: 0.5rem 1rem;
  font-size: var(--text-sm);
}

/* Large Button Variant */
.btn-lg {
  padding: 1rem 2rem;
  font-size: var(--text-xl);
}

/* Full Width Button */
.btn-block {
  width: 100%;
  display: block;
}

/* Disabled State */
.btn:disabled,
.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .btn {
    padding: 0.65rem 1.25rem;
    font-size: 1rem;
  }

  .btn-nav,
  .btn-menu {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
/* ================================
   INDEX PAGE STYLES
   Homepage parallax scrolling and sections
   ================================ */

/* ============================================
   NAVIGATION OVERRIDE FOR HOMEPAGE
   Make nav transparent/glass on index page only
   ============================================ */

body.page-home .nav {
  background: var(--nav-overlay-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ============================================
   PARALLAX STRUCTURE
   Critical dimensions - DO NOT CHANGE
   These values were difficult to tune
   ============================================ */

.scroll-container {
  position: relative;
}

/* Sticky Layers */
.sticky-layer {
  position: sticky;
  top: 0;
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  pointer-events: none;
}

.sticky-layer > * {
  pointer-events: auto;
}

/* Layer Z-Index */
.layer-1 {
  z-index: 1;
}

.layer-2 {
  z-index: 2;
}

.layer-3 {
  z-index: 3;
}

/* Content Width Constraints */
.layer-2 > *,
.layer-3 > * {
  max-width: 700px;
}

/* Scrolling Content (Foreground) */
.scroll-content {
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.scroll-content > * {
  pointer-events: auto;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hero-title {
  font-size: clamp(3.5rem, 6vw, 5rem);
  font-weight: var(--weight-black);
  margin-top: 120px; /* Critical - DO NOT CHANGE */
  margin-bottom: 24px;
  line-height: var(--line-height-tight);
  max-width: 900px;
  color: var(--color-deep-teal);
  text-shadow: var(--shadow-text);
}

.hero-tagline {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  opacity: 0.9;
  max-width: 700px;
  margin: 20px auto;
  padding: 0 5px;
  line-height: var(--line-height-relaxed);
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: var(--weight-medium);
  color: var(--text-secondary);
  opacity: 0.95;
  max-width: 650px;
  margin: 20px auto;
  padding: 0 5px;
  line-height: var(--line-height-relaxed);
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 100px;
}

/* ============================================
   CTA SECTIONS (Layers 2 & 3)
   ============================================ */

.cta-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: var(--weight-semibold);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: var(--line-height-snug);
  max-width: 700px;
  color: var(--accent-primary);
}

.cta-subtitle,
.contact-note,
.contact-subtext {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  margin-bottom: 48px;
  line-height: var(--line-height-relaxed);
  max-width: 600px;
  opacity: 0.95;
  color: var(--text-light);
}

.cta-bridge-intro,
.cta-bridge-closing {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  margin-bottom: 10px;
  max-width: 600px;
  color: var(--text-light);
  line-height: var(--line-height-normal);
}

.cta-bridge-closing {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin: 20px auto 20px;
}

/* Pain Points List */
.pain-points {
  list-style: none;
  margin: 0 auto 8px;
  max-width: 600px;
  text-align: left;
  padding: 0;
}

.pain-points li {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  padding: 12px 0 8px 30px;
  position: relative;
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
}

.pain-points li::before {
  content: "×";
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  color: var(--color-light);
  font-weight: var(--weight-bold);
}

.contact-note {
  margin-bottom: 50px;
}

.contact-options {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

/* ============================================
   WHY SECTION (Scrolling Card)
   ============================================ */

.why-section {
  padding: 120px 100px 200px;
  text-align: center;
  border-radius: var(--radius-2xl);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.why-section.card::before {
  z-index: 0;
}

.why-section > * {
  position: relative;
  z-index: 2;
}

/* Section Labels */
.section-label {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  color: var(--accent-secondary);
  font-weight: var(--weight-semibold);
  margin-bottom: 40px;
}

/* Section Intro - Who We Are */
.section-intro {
  padding: 100px 60px 80px;
  margin-bottom: 200px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--radius-xl);
}

.section-headline {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin-bottom: 24px;
  line-height: 1.1;
}

.section-tagline {
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  color: var(--text-primary);
  opacity: 0.85;
  line-height: var(--line-height-relaxed);
  max-width: 700px;
  margin: 0 auto 24px;
}

.section-tagline:last-child {
  margin-bottom: 0;
}

.section-signoff {
  font-weight: var(--weight-semibold);
  margin-top: 40px;
  opacity: 1;
}

/* Audience Section - Who We Service */
.audience-section {
  margin-bottom: 60px;
}

/* Audience Grid - Who We Service */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  margin-bottom: 300px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.audience-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.audience-item svg {
  width: 48px;
  height: 48px;
  stroke: var(--accent-secondary);
  opacity: 0.6;
}

.audience-item span {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--text-primary);
  font-weight: var(--weight-medium);
}

/* Why Content */
.why-content {
  margin-bottom: 200px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--radius-xl);
}

.why-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  color: var(--accent-secondary);
  font-weight: var(--weight-semibold);
  margin-bottom: 40px;
}

/* Why List */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.why-list li {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  padding: 18px 0;
  position: relative;
  padding-left: 40px;
  line-height: var(--line-height-relaxed);
  color: var(--text-primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.why-list li:last-child {
  border-bottom: none;
}

.why-list li::before {
  content: '✓';
  color: var(--accent-secondary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: var(--weight-bold);
  font-size: 1.5rem;
}

.why-list a {
  color: var(--accent-secondary);
  text-decoration: underline;
  transition: opacity var(--transition-base);
}

.why-list a:hover {
  opacity: 0.8;
}

/* Performance Proof */
.performance-proof {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.performance-proof h3 {
  font-size: clamp(1.8rem, 3.5vw, 2.2rem);
  margin: 0 0 16px;
  color: var(--accent-secondary);
  font-weight: var(--weight-semibold);
}

.performance-proof p {
  font-size: clamp(1rem, 1.8vw, 1.1rem);
  color: var(--text-primary);
  line-height: var(--line-height-relaxed);
  opacity: 0.85;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Screenshot Gallery - 3 images side by side */
.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  margin-bottom: 30px;
}

.screenshot-gallery img {
  max-width: 100%;
  width: 220px;
  height: auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-elevated);
}

.screenshot-link {
  color: var(--accent-primary);
  text-decoration: none;
  font-size: var(--text-sm);
  transition: opacity var(--transition-base);
  margin-top: 12px;
  display: block;
}

.screenshot-link:last-child {
  margin-bottom: 40px;
}

.screenshot-link:hover {
  opacity: 0.7;
}

/* Section CTA */
.section-cta {
  margin-top: 100px;
  text-align: center;
}

.cta-button {
  display: inline-block;
  padding: 18px 48px;
  background: var(--button-primary-bg);
  color: var(--button-primary-text);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  font-weight: var(--weight-semibold);
  text-decoration: none;
  border-radius: var(--radius-lg);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Glass Etch Overlay */
.glass-etch {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  font-weight: var(--weight-medium);
  letter-spacing: 0.18em;
  text-transform: lowercase;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px var(--glass-etch-stroke);
  opacity: 0.6;
}

/* ============================================
   PRICING SECTION (Scrolling Card)
   ============================================ */

.price-section {
  padding: 40px 120px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.price-section.card::before {
  z-index: 0;
}

.price-section > * {
  position: relative;
  z-index: 2;
}

/* Section Headers */
.section-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 100px;
  font-weight: var(--weight-sembold);
  color: var(--accent-secondary);
  line-height: var(--line-height-snug);
}

.section-subtitle {
  text-align: center;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  color: var(--text-primary);
  opacity: 0.85;
  margin-bottom: 80px;
  margin-top: -60px;
}

/* Launch Offer Notice */
.launch-offer-text {
  text-align: center;
  margin-top: -10px;
  color: var(--text-primary);
  font-size: clamp(1rem, 2vw, 1.2rem);
  padding: 16px 24px;
  background: var(--launch-offer-bg);
  border-radius: var(--radius-lg);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  border: 1px solid var(--border-medium);
}

/* Price Cards Grid */
.price-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.price-card {
  padding: 3.5rem 3rem;
  text-align: left;
  height: auto;
  min-height: 0;
}

.price-card.featured {
  padding-top: 4.5rem;
  align-self: start;
}

/* Fix nested card z-index + Add gradient temporarily for testing */
.price-card.card::before {
  z-index: 0;
  background: linear-gradient(135deg, var(--glass-teal-light), var(--glass-teal-lighter));
  opacity: 0.6;
}

.price-card > * {
  position: relative;
  z-index: 2;
}

/* Ensure cards don't stretch - explicit height reset */
.price-card,
.price-card.card,
.price-card.featured,
.price-card.featured.card {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  flex: none !important;
  align-self: start !important;
}

/* Badge */
.badge {
  position: absolute;
  top: 0rem;
  left: 3rem;
  background: var(--gradient-teal);
  color: var(--button-primary-text);
  padding: 8px 18px;
  border-radius: var(--radius-md);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 12px var(--badge-shadow);
}

/* Price Card Typography */
.price-card h3 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 24px;
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  line-height: var(--line-height-snug);
}

.price {
  font-size: clamp(3rem, 6vw, 4rem);
  font-weight: var(--weight-extrabold);
  margin-bottom: 32px;
  color: var(--accent-secondary);
  line-height: 1;
}

.price span {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: var(--weight-medium);
  color: var(--text-primary);
  opacity: 0.75;
}

.setup-fee-card {
  margin-bottom: 24px;
  font-size: var(--text-base);
  color: var(--text-primary);
  opacity: 0.8;
}

.strike-price {
  text-decoration: line-through;
  opacity: 0.5;
  margin-right: 8px;
}

/* Features List */
.features {
  list-style: none;
  margin-bottom: 40px;
  text-align: left;
  padding: 0;
}

.features li {
  padding: 14px 0 14px 28px;
  border-bottom: 1px solid var(--border-subtle);
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: var(--text-primary);
  opacity: 0.9;
  line-height: var(--line-height-relaxed);
  position: relative;
}

.features li:last-child {
  border-bottom: none;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-secondary);
  font-weight: var(--weight-bold);
  font-size: 1.1rem;
}

/* Coming Soon Section */
.coming-soon-label {
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  font-weight: var(--weight-semibold);
  color: var(--accent-primary);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-wide);
  margin-bottom: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}

.features.coming-soon {
  margin-bottom: 30px;
  opacity: 0.7;
}

.features.coming-soon li {
  font-size: clamp(0.85rem, 1.6vw, 0.95rem);
  padding: 10px 0 10px 28px;
}

.features.coming-soon li::before {
  content: "○";
  color: var(--text-secondary);
}

/* Coming Soon Card (Third Box Below Pricing) */
.coming-soon-card {
  max-width: 800px;
  margin: 80px auto 0;
  padding: 40px 50px;
  text-align: center;
  background: var(--card-bg-glass);
  border: 1px dashed var(--border-medium);
}

.coming-soon-card.card::before {
  z-index: 0;
}

.coming-soon-card > * {
  position: relative;
  z-index: 2;
}

.coming-soon-card h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--accent-primary);
  font-weight: var(--weight-semibold);
  margin-bottom: 16px;
}

.coming-soon-card .coming-soon-intro {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: var(--text-secondary);
  margin-bottom: 24px;
  line-height: var(--line-height-relaxed);
}

.coming-soon-card .features.coming-soon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

/* Price Card Button Full Width */
.price-card .btn {
  width: 100%;
}

/* Pricing Footer Notes */
.pricing-note {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
  color: var(--text-primary);
}

.pricing-details-link {
  color: var(--accent-secondary);
  text-decoration: none;
  font-weight: var(--weight-semibold);
  transition: opacity var(--transition-base);
}

.pricing-details-link:hover {
  opacity: 0.8;
}

.capacity-notice-text {
  text-wrap: balance;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 1px;
  padding-bottom: 1px;
  color: var(--text-primary);
}


/* ============================================
   MOBILE OPTIMIZATIONS
   ============================================ */

@media (max-width: 768px) {
  /* Hero Title - Mobile spacing */
  .hero-title {
    margin-top: 160px;
  }

  /* Hero Subtitle - Reduce spacing between H2 and H3 */
  .hero-subtitle {
    margin-top: 10px;
  }

  /* Hero Buttons - Reduce spacing between H3 and buttons */
  .hero-buttons {
    margin-top: 1rem;
  }

  /* Adjust glass etch position */
  .glass-etch {
    top: 10px;
  }


  /* CTA Section Spacing */
  .cta-title {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .cta-bridge-intro {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }

  .cta-bridge-closing {
    font-size: 1rem;
    margin-bottom: 50px;
    margin: 12px auto 10px;
  }

  /* Pain Points */
  .pain-points {
    margin-bottom: 12px;
    padding: 0 12px;
  }

  .pain-points li {
    font-size: 0.9rem;
    padding: 4px 0 4px 20px;
    line-height: var(--line-height-relaxed);
  }

  .pain-points li::before {
    font-size: 1.2rem;
  }

  /* Pricing Cards - Stack on Mobile */
  .price-cards {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .coming-soon-card {
    padding: 30px 24px;
    margin-top: 60px;
  }

  .coming-soon-card .features.coming-soon {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .price-section {
    padding: 40px 24px;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-subtitle {
    margin-bottom: 50px;
  }

  /* Why Section */
  .why-section {
    padding: 60px 24px 100px;
  }

  .section-intro {
    padding: 0 5px;
    margin-bottom: 200px;
  }

  .section-headline {
    font-size: 2rem;
  }

  .section-tagline {
    font-size: 1.1rem;
  }

  /* Audience Grid - 2 columns on mobile */
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-bottom: 200px;
  }

  .audience-item svg {
    width: 36px;
    height: 36px;
  }

  .audience-item span {
    font-size: 1rem;
  }

  .why-content {
    padding: 0 5px;
    margin-bottom: 200px;
  }

  .why-heading {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }

  .why-list li {
    font-size: 1rem;
    padding: 14px 0;
    padding-left: 32px;
  }

  .why-list li::before {
    font-size: 1.2rem;
  }

  .performance-proof {
    max-width: 100%;
  }

  .performance-proof p {
    margin-bottom: 30px;
  }

  /* Screenshot Gallery - 1 image on mobile */
  .screenshot-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .screenshot-gallery img {
    width: 200px;
  }

  .screenshot-gallery img:nth-child(2),
  .screenshot-gallery img:nth-child(3) {
    display: none;
  }
}

/* Small Mobile - iPhone SE (375px) and smaller */
@media (max-width: 375px) {
  .hero-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }
}

/* ============================================
   ANIMATIONS
   ============================================ */

/* Hero Fade-In Animation - Works in all browsers */
@keyframes hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.layer-1 {
  animation: hero-fade-in 3s ease-out forwards;
}

