/* ==========================================
   SUUNTA.AI DESIGN SYSTEM - "Northern Lights"
   Based on variables.css design tokens
   ========================================== */

:root {
  /* ==========================================
     BRAND COLORS - "Northern Sky"
     Syvä yötaivas violetilla vivahteella
     ========================================== */
  
  --brand-blue-100: rgba(82, 88, 102, 1);     /* #525866 - Lightest */
  --brand-blue-200: rgba(62, 68, 82, 1);      /* #3e4452 */
  --brand-blue-300: rgba(48, 53, 66, 1);      /* #303542 */
  --brand-blue-400: rgba(38, 42, 54, 1);      /* #262a36 */
  --brand-blue-500: rgba(28, 32, 42, 1);      /* #1c202a - Primary BG */
  --brand-blue-600: rgba(24, 27, 36, 1);      /* #181b24 - Secondary BG */
  --brand-blue-700: rgba(18, 20, 28, 1);      /* #12141c - Deepest */
  --brand-blue-700-transparent: rgba(18, 20, 28, 0.85);

  /* ==========================================
     NEUTRAL COLORS
     ========================================== */
  
  --white: rgba(255, 255, 255, 1);
  --grey-300: rgba(249, 250, 251, 1);
  --grey-400: rgba(241, 245, 249, 1);
  --grey-500: rgba(226, 232, 240, 1);
  --grey-600: rgba(209, 213, 219, 1);
  --grey-700: rgba(184, 189, 198, 1);

  /* ==========================================
     PRIMARY ACCENT - "Aurora Emerald"
     ========================================== */
  
  --emerald-300: rgba(110, 231, 183, 1);      /* #6ee7b7 */
  --emerald-400: rgba(52, 211, 153, 1);       /* #34d399 */
  --emerald-500: rgba(16, 185, 129, 1);       /* #10b981 - Pääaksentti */
  --emerald-600: rgba(5, 150, 105, 1);        /* #059669 */
  --emerald-600-transparent: rgba(16, 185, 129, 0.3);

  /* ==========================================
     SECONDARY ACCENT - "Arctic Gold"
     ========================================== */
  
  --gold-300: rgba(252, 211, 77, 1);          /* #fcd34d */
  --gold-400: rgba(251, 191, 36, 1);          /* #fbbf24 */
  --gold-500: rgba(245, 158, 11, 1);          /* #f59e0b */
  --gold-600: rgba(217, 119, 6, 1);           /* #d97706 */
  --gold-600-transparent: rgba(245, 158, 11, 0.25);

  /* ==========================================
     FUNCTIONAL COLORS
     ========================================== */

  /* Teals (Focus, measurement) */
  --teal-300: rgba(94, 234, 212, 1);
  --teal-400: rgba(45, 212, 191, 1);
  --teal-500: rgba(20, 184, 166, 1);
  --teal-600: rgba(13, 148, 136, 1);
  --teal-600-transparent: rgba(20, 184, 166, 0.2);

  /* Blues (Information) */
  --blue-300: rgba(147, 197, 253, 1);
  --blue-400: rgba(96, 165, 250, 1);
  --blue-500: rgba(59, 130, 246, 1);
  --blue-600: rgba(37, 99, 235, 1);
  --blue-600-transparent: rgba(59, 130, 246, 0.2);

  /* Purples (Knowledge, intelligence) */
  --purple-400: rgba(167, 139, 250, 1);
  --purple-500: rgba(139, 92, 246, 1);
  --purple-600: rgba(124, 58, 237, 1);
  --purple-600-transparent: rgba(139, 92, 246, 0.2);

  /* Indigos (Vision, strategy) */
  --indigo-400: rgba(129, 140, 248, 1);
  --indigo-500: rgba(99, 102, 241, 1);
  --indigo-600: rgba(79, 70, 229, 1);
  --indigo-600-transparent: rgba(99, 102, 241, 0.2);

  /* Cyans (Communication, clarity) */
  --cyan-400: rgba(34, 211, 238, 1);
  --cyan-500: rgba(6, 182, 212, 1);
  --cyan-600: rgba(8, 145, 178, 1);
  --cyan-600-transparent: rgba(6, 182, 212, 0.2);

  /* Roses (People, community) */
  --rose-300: rgba(253, 164, 175, 1);
  --rose-400: rgba(251, 113, 133, 1);
  --rose-500: rgba(244, 63, 94, 1);
  --rose-600: rgba(225, 29, 72, 1);
  --rose-600-transparent: rgba(244, 63, 94, 0.2);

  /* Reds (Errors) */
  --red-300: rgba(254, 202, 202, 1);
  --red-400: rgba(252, 165, 165, 1);
  --red-500: rgba(239, 68, 68, 1);
  --red-600: rgba(185, 28, 28, 1);
  --red-600-transparent: rgba(239, 68, 68, 0.2);

  /* Oranges (Energy, metrics) */
  --orange-400: rgba(251, 146, 60, 1);
  --orange-500: rgba(249, 115, 22, 1);
  --orange-600: rgba(234, 88, 12, 1);
  --orange-600-transparent: rgba(249, 115, 22, 0.2);

  /* ==========================================
     HERO COLOR THEMES - Module-specific
     ========================================== */

  /* Chat - Cyan (Communication) */
  --hero-chat-primary: #06b6d4;
  --hero-chat-secondary: #22d3ee;
  --hero-chat-bg: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(34, 211, 238, 0.03) 100%);
  --hero-chat-border: rgba(6, 182, 212, 0.25);

  /* Strategy - Indigo (Vision) */
  --hero-strategy-primary: #6366f1;
  --hero-strategy-secondary: #818cf8;
  --hero-strategy-bg: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(129, 140, 248, 0.03) 100%);
  --hero-strategy-border: rgba(99, 102, 241, 0.25);

  /* Sources - Purple (Knowledge) */
  --hero-sources-primary: #8b5cf6;
  --hero-sources-secondary: #a78bfa;
  --hero-sources-bg: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(167, 139, 250, 0.03) 100%);
  --hero-sources-border: rgba(139, 92, 246, 0.25);

  /* OKRs - Teal (Focus) */
  --hero-okrs-primary: #14b8a6;
  --hero-okrs-secondary: #2dd4bf;
  --hero-okrs-bg: linear-gradient(135deg, rgba(20, 184, 166, 0.1) 0%, rgba(45, 212, 191, 0.03) 100%);
  --hero-okrs-border: rgba(20, 184, 166, 0.25);

  /* KPIs - Gold (Energy) */
  --hero-kpis-primary: #f59e0b;
  --hero-kpis-secondary: #fbbf24;
  --hero-kpis-bg: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.03) 100%);
  --hero-kpis-border: rgba(245, 158, 11, 0.25);

  /* Projects - Blue (Building) */
  --hero-projects-primary: #3b82f6;
  --hero-projects-secondary: #60a5fa;
  --hero-projects-bg: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(96, 165, 250, 0.03) 100%);
  --hero-projects-border: rgba(59, 130, 246, 0.25);

  /* Tasks - Emerald (Action) */
  --hero-tasks-primary: #10b981;
  --hero-tasks-secondary: #34d399;
  --hero-tasks-bg: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(52, 211, 153, 0.03) 100%);
  --hero-tasks-border: rgba(16, 185, 129, 0.25);

  /* ==========================================
     SEMANTIC COLORS
     ========================================== */
  
  --color-bg-primary: var(--brand-blue-500);
  --color-bg-secondary: var(--brand-blue-600);
  --color-bg-tertiary: var(--brand-blue-700);
  --color-bg-card: var(--brand-blue-600);
  --color-bg-input: var(--brand-blue-700);
  --color-bg-hover: var(--brand-blue-400);

  --color-text-primary: rgba(255, 255, 255, 0.95);
  --color-text-secondary: rgba(226, 232, 240, 0.85);
  --color-text-muted: rgba(148, 163, 184, 0.8);
  --color-text-placeholder: var(--brand-blue-100);

  --color-accent: var(--emerald-500);
  --color-accent-hover: var(--emerald-600);
  --color-accent-muted: var(--emerald-600-transparent);
  --color-accent-light: var(--emerald-400);

  --color-gold: var(--gold-500);
  --color-gold-hover: var(--gold-600);
  --color-gold-muted: var(--gold-600-transparent);

  --color-success: var(--emerald-500);
  --color-warning: var(--gold-500);
  --color-error: var(--red-500);
  --color-info: var(--blue-500);

  --color-border: var(--brand-blue-300);
  --color-border-focus: var(--emerald-500);

  /* ==========================================
     LIQUID GLASS EFFECTS - Aurora Style
     ========================================== */
  
  --glass-bg: rgba(24, 27, 36, 0.65);
  --glass-bg-light: rgba(28, 32, 42, 0.45);
  --glass-bg-hover: rgba(38, 42, 54, 0.55);
  --glass-bg-solid: rgba(24, 27, 36, 0.95);
  --glass-bg-card: rgba(24, 27, 36, 0.75);
  
  --glass-border: rgba(255, 255, 255, 0.06);
  --glass-border-hover: rgba(255, 255, 255, 0.1);
  --glass-border-active: rgba(255, 255, 255, 0.14);
  --glass-border-accent: rgba(16, 185, 129, 0.35);
  
  --glass-blur: 20px;
  --glass-blur-strong: 40px;
  --glass-blur-subtle: 12px;

  /* ==========================================
     GLOW EFFECTS - Aurora Style
     ========================================== */
  
  --glow-accent: 0 0 40px rgba(16, 185, 129, 0.18);
  --glow-accent-strong: 0 0 60px rgba(16, 185, 129, 0.28);
  --glow-accent-subtle: 0 0 24px rgba(16, 185, 129, 0.12);
  
  --glow-gold: 0 0 35px rgba(245, 158, 11, 0.18);
  --glow-gold-strong: 0 0 50px rgba(245, 158, 11, 0.28);
  
  --glow-error: 0 0 30px rgba(239, 68, 68, 0.18);
  --glow-info: 0 0 30px rgba(59, 130, 246, 0.18);
  --glow-purple: 0 0 30px rgba(139, 92, 246, 0.18);
  --glow-teal: 0 0 30px rgba(20, 184, 166, 0.18);
  --glow-cyan: 0 0 30px rgba(6, 182, 212, 0.18);
  --glow-indigo: 0 0 30px rgba(99, 102, 241, 0.18);

  /* ==========================================
     TYPOGRAPHY
     ========================================== */
  
  --font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-mono: 'JetBrains Mono', 'Fira Code', monospace;

  --font-size-xs: 0.75rem;     /* 12px */
  --font-size-sm: 0.875rem;    /* 14px */
  --font-size-base: 1rem;      /* 16px */
  --font-size-lg: 1.125rem;    /* 18px */
  --font-size-xl: 1.25rem;     /* 20px */
  --font-size-2xl: 1.5rem;     /* 24px */
  --font-size-3xl: 1.875rem;   /* 30px */
  --font-size-4xl: 2.25rem;    /* 36px */
  --font-size-5xl: 3rem;       /* 48px */

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

  --line-height-tight: 1.1;
  --line-height-snug: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.7;

  --letter-spacing-tight: -0.02em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: 0.05em;

  /* ==========================================
     SPACING
     ========================================== */
  
  --space-0: 0;
  --space-1: 0.25rem;   /* 4px */
  --space-2: 0.5rem;    /* 8px */
  --space-3: 0.75rem;   /* 12px */
  --space-4: 1rem;      /* 16px */
  --space-5: 1.25rem;   /* 20px */
  --space-6: 1.5rem;    /* 24px */
  --space-7: 1.75rem;   /* 28px */
  --space-8: 2rem;      /* 32px */
  --space-10: 2.5rem;   /* 40px */
  --space-12: 3rem;     /* 48px */
  --space-16: 4rem;     /* 64px */
  --space-20: 5rem;     /* 80px */
  --space-24: 6rem;     /* 96px */

  /* ==========================================
     BORDER RADIUS
     ========================================== */
  
  --radius-sm: 0.375rem;  /* 6px */
  --radius-md: 0.625rem;  /* 10px */
  --radius-lg: 0.875rem;  /* 14px */
  --radius-xl: 1.125rem;  /* 18px */
  --radius-2xl: 1.5rem;   /* 24px */
  --radius-3xl: 2rem;     /* 32px */
  --radius-full: 9999px;

  /* ==========================================
     SHADOWS
     ========================================== */
  
  --shadow-sm: 
    0 1px 2px rgba(0, 0, 0, 0.2),
    0 1px 3px rgba(0, 0, 0, 0.1);
  
  --shadow-md: 
    0 4px 6px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.1);
  
  --shadow-lg: 
    0 10px 25px rgba(0, 0, 0, 0.25),
    0 4px 10px rgba(0, 0, 0, 0.1);
  
  --shadow-xl: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 8px 16px rgba(0, 0, 0, 0.15);

  --shadow-2xl:
    0 25px 50px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  
  --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  
  --shadow-glow: 0 0 20px var(--emerald-600-transparent);
  --shadow-glow-gold: 0 0 20px var(--gold-600-transparent);

  /* ==========================================
     TRANSITIONS
     ========================================== */
  
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in-out-soft: cubic-bezier(0.45, 0, 0.55, 1);
  
  --duration-instant: 100ms;
  --duration-fast: 200ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
  --duration-slower: 800ms;

  --transition-fast: var(--duration-fast) var(--ease-smooth);
  --transition-base: var(--duration-normal) var(--ease-smooth);
  --transition-slow: var(--duration-slow) var(--ease-smooth);
  --transition-bounce: var(--duration-normal) var(--ease-bounce);

  /* ==========================================
     Z-INDEX SCALE
     ========================================== */
  
  --z-below: -1;
  --z-base: 0;
  --z-above: 1;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-overlay: 300;
  --z-modal: 400;
  --z-tooltip: 500;
  --z-toast: 600;

  /* ==========================================
     LAYOUT
     ========================================== */
  
  --container-sm: 640px;
  --container-md: 768px;
  --container-lg: 1024px;
  --container-xl: 1200px;
  --container-2xl: 1440px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--brand-blue-700);
  color: var(--color-text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

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

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(16, 185, 129, 0.15); }
  50% { box-shadow: 0 0 40px rgba(16, 185, 129, 0.25); }
}

@keyframes borderGlow {
  0%, 100% { border-color: rgba(16, 185, 129, 0.2); }
  50% { border-color: rgba(16, 185, 129, 0.4); }
}

@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

@keyframes dividerShimmer {
  0% { opacity: 0.3; }
  50% { opacity: 0.6; }
  100% { opacity: 0.3; }
}

/* ==========================================
   ENHANCED REVEAL ANIMATIONS
   ========================================== */

/* Base reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Reveal from left */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Reveal from right */
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Reveal with scale */
.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Staggered delays for grid items */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* ==========================================
   AURORA BACKGROUND EFFECTS
   ========================================== */

@keyframes auroraFloat {
  0%, 100% { 
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 0.5;
  }
  33% { 
    transform: translate(-50%, -50%) rotate(120deg) scale(1.1);
    opacity: 0.7;
  }
  66% { 
    transform: translate(-50%, -50%) rotate(240deg) scale(0.9);
    opacity: 0.5;
  }
}

@keyframes auroraShift {
  0%, 100% { 
    background-position: 0% 50%;
  }
  50% { 
    background-position: 100% 50%;
  }
}

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) translateX(0); }
  25% { transform: translateY(-20px) translateX(10px); }
  50% { transform: translateY(-10px) translateX(-15px); }
  75% { transform: translateY(-25px) translateX(5px); }
}

/* Aurora orb - reusable floating gradient */
.aurora-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  animation: orbFloat 20s ease-in-out infinite;
}

.aurora-orb-emerald {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
}

.aurora-orb-teal {
  background: radial-gradient(circle, rgba(20, 184, 166, 0.12) 0%, transparent 70%);
}

.aurora-orb-indigo {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
}

.aurora-orb-cyan {
  background: radial-gradient(circle, rgba(6, 182, 212, 0.1) 0%, transparent 70%);
}

/* ==========================================
   SECTION DIVIDERS - Minimal & Elegant
   ========================================== */

/* Main divider - subtle gradient line */
.section-divider {
  position: relative;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, 
    transparent 0%,
    var(--glass-border) 20%,
    rgba(16, 185, 129, 0.3) 50%,
    var(--glass-border) 80%,
    transparent 100%);
}

/* Subtle divider - just a faint line */
.section-divider-subtle {
  position: relative;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, 
    transparent 0%,
    var(--glass-border) 25%,
    var(--glass-border) 75%,
    transparent 100%);
}

/* Dot divider - minimal breathing dot */
.section-divider-dot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%,
    var(--glass-border) 30%,
    transparent 50%,
    var(--glass-border) 70%,
    transparent 100%);
  position: relative;
}

.section-divider-dot::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--emerald-500);
  opacity: 0.5;
  animation: dividerShimmer 3s ease-in-out infinite;
}

/* Section glow - very subtle */
.section-glow-top {
  position: relative;
}

.section-glow-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 100px;
  background: radial-gradient(ellipse at top,
    rgba(16, 185, 129, 0.03) 0%,
    transparent 70%);
  pointer-events: none;
}

@keyframes nodeFloat1 {
  0%, 100% { transform: translateY(0) translateX(0); }
  25% { transform: translateY(-6px) translateX(3px); }
  50% { transform: translateY(0) translateX(6px); }
  75% { transform: translateY(6px) translateX(3px); }
}

@keyframes nodeFloat2 {
  0%, 100% { transform: translateY(0) translateX(0); }
  25% { transform: translateY(5px) translateX(-4px); }
  50% { transform: translateY(0) translateX(-6px); }
  75% { transform: translateY(-5px) translateX(-4px); }
}

@keyframes lineFlow {
  0% { stroke-dashoffset: 100; opacity: 0.3; }
  50% { stroke-dashoffset: 0; opacity: 0.8; }
  100% { stroke-dashoffset: -100; opacity: 0.3; }
}

@keyframes scaleIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.fade-in-up {
  animation: fadeInUp 0.8s var(--ease-smooth) forwards;
  opacity: 0;
}

.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s var(--ease-smooth);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================
   NAVIGATION
   ========================================== */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 2rem;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.35s ease,
              backdrop-filter 0.35s ease;
}

/* Hidden state - scrolling down */
.nav.nav-hidden {
  transform: translateY(-100%);
}

/* Scrolled state - has background when not at top */
.nav.nav-scrolled {
  background: rgba(18, 20, 28, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-logo {
  height: 22px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.nav-logo-link:hover .nav-logo {
  opacity: 1;
}

/* Center links */
.nav-links {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}

.nav-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.875rem;
  border-radius: 6px;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--color-text-primary);
}

/* Right section with CTAs */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-shrink: 0;
}

.nav-link-login {
  display: none;
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

@media (min-width: 640px) {
  .nav-link-login {
    display: block;
  }
}

.nav-link-login:hover {
  color: var(--color-text-primary);
}

.btn-nav {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  border-radius: 6px;
}

@media (max-width: 639px) {
  .btn-nav {
    display: none;
  }
}

/* Mobile toggle button */
.nav-mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all 0.2s;
}

.nav-mobile-toggle:hover {
  background: var(--color-bg-tertiary);
  color: var(--color-text-primary);
  border-color: var(--color-border-hover);
}

.nav-mobile-toggle i {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .nav-mobile-toggle {
    display: none;
  }
}

/* Mobile navigation menu */
.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 1rem 2rem 1.5rem;
  background: rgba(18, 20, 28, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--color-border);
}

.nav-mobile.open {
  display: flex;
}

.nav-mobile-link {
  color: var(--color-text-secondary);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.875rem 0;
  transition: color 0.2s;
}

.nav-mobile-link:hover {
  color: var(--color-text-primary);
}

.nav-mobile-divider {
  height: 1px;
  background: var(--color-border);
  margin: 0.5rem 0;
}

.nav-mobile-cta {
  margin-top: 0.5rem;
}

/* ==========================================
   BUTTONS - CORRECT STYLING
   ========================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500; /* NOT bold! */
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 0.2s var(--ease-smooth);
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: var(--emerald-500);
  color: var(--brand-blue-700); /* DARK text! */
}

.btn-primary:hover {
  background: var(--emerald-600); /* DARKER on hover! */
  transform: translateY(-1px);
  box-shadow: var(--glow-accent);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-primary i {
  color: var(--brand-blue-700); /* Icon also dark! */
}

.btn-secondary {
  background: transparent;
  color: var(--color-text-secondary);
  border: 1px solid var(--glass-border);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--glass-border-hover);
}

.btn-large {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  border-radius: var(--radius-md);
}

/* ==========================================
   HERO SECTION - ANIMATED
   ========================================== */

.hero {
  min-height: 100vh;
  padding: 7rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* Aurora Background Container */
.aurora-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Aurora Orbs - Northern Lights style */
.aurora-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  animation: auroraFloat 20s ease-in-out infinite;
}

.aurora-orb-1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%);
  top: -25%;
  left: -15%;
  animation-delay: 0s;
}

.aurora-orb-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
  top: 30%;
  right: -20%;
  animation-delay: -7s;
  animation-duration: 25s;
}

.aurora-orb-3 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.15) 0%, transparent 70%);
  bottom: -15%;
  left: 25%;
  animation-delay: -14s;
  animation-duration: 22s;
}

@keyframes auroraFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(40px, -30px) scale(1.1);
  }
  50% {
    transform: translate(-30px, 40px) scale(0.9);
  }
  75% {
    transform: translate(30px, 30px) scale(1.05);
  }
}

/* Hero badge pulse */
.hero-badge-dot {
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}

/* Primary button glow pulse */
.hero-cta .btn-primary {
  position: relative;
  overflow: hidden;
}

.hero-cta .btn-primary::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.4), rgba(6, 182, 212, 0.2), rgba(16, 185, 129, 0.4));
  z-index: -1;
  opacity: 0;
  filter: blur(12px);
  transition: opacity 0.3s ease;
}

.hero-cta .btn-primary:hover::after {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
  }
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--emerald-400);
  margin-bottom: 1.5rem;
  animation: borderGlow 3s ease-in-out infinite;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--emerald-400);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 1.25rem;
}

.text-emerald {
  color: var(--emerald-400);
}

.hero-title-line {
  display: block;
  overflow: hidden;
}

/* Staattisten tekstien animaatio */
.hero-title-line span:not(.rotating-text):not(.rotating-cursor) {
  display: inline-block;
  animation: fadeInUp 0.8s var(--ease-smooth) forwards;
  opacity: 0;
}

.hero-title-line:nth-child(1) span { animation-delay: 0.1s; }
.hero-title-line:nth-child(2) span { animation-delay: 0.2s; }
.hero-title-line:nth-child(4) span { animation-delay: 0.4s; }

/* Vaihtuvan tekstin rivi - EI KOSKAAN RIVITTY */
.hero-rotating-line {
  white-space: nowrap;
}

/* Vaihtuva teksti - VIHREÄ */
.rotating-text {
  color: var(--emerald-400);
  font-weight: 700;
}

/* Kursori - VIHREÄ */
.rotating-cursor {
  color: var(--emerald-400);
  font-weight: 400;
  margin-left: 2px;
  animation: cursorBlink 1s ease-in-out infinite;
}

@keyframes cursorBlink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--color-text-tertiary);
  margin-bottom: 1.75rem;
  line-height: 1.6;
  max-width: 380px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.75rem;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-full);
  color: var(--color-text-muted);
}

.hero-trust i {
  color: var(--emerald-500);
  font-size: 0.625rem;
}

/* ==========================================
   STRATEGY WIDGET - PREMIUM ELEGANCE
   ========================================== */

.widget-wrapper {
  position: relative;
  perspective: 1200px;
}

/* Ambient glow */
.widget-glow {
  position: absolute;
  inset: -20%;
  background: 
    radial-gradient(ellipse at 50% 50%, rgba(16, 185, 129, 0.08) 0%, transparent 60%);
  filter: blur(60px);
  opacity: 0.8;
  animation: ambientPulse 15s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes ambientPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.02); }
}

/* Main Widget Container */
.strategy-widget {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, 
    var(--brand-blue-400) 0%, 
    var(--brand-blue-500) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 
    0 0 0 1px rgba(16, 185, 129, 0.05) inset,
    0 24px 48px -12px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(0, 0, 0, 0.1);
  animation: widgetEnter 1s var(--ease-smooth) 0.3s forwards;
  opacity: 0;
  transform: translateY(30px) rotateX(4deg);
}

@keyframes widgetEnter {
  to { 
    opacity: 1; 
    transform: translateY(0) rotateX(0); 
  }
}

.strategy-widget:hover {
  border-color: rgba(16, 185, 129, 0.15);
  box-shadow: 
    0 0 0 1px rgba(16, 185, 129, 0.1) inset,
    0 32px 64px -12px rgba(0, 0, 0, 0.5),
    0 0 60px -20px rgba(16, 185, 129, 0.2);
}

/* Browser Chrome */
.widget-chrome {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: var(--brand-blue-500);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.chrome-dots {
  display: flex;
  gap: 6px;
}

.chrome-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
}

.chrome-dots span::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, transparent 60%);
}

.chrome-dots span:nth-child(1) { 
  background: linear-gradient(180deg, #ff6058 0%, #ff5048 100%);
}
.chrome-dots span:nth-child(2) { 
  background: linear-gradient(180deg, #ffbd2e 0%, #f5a623 100%);
}
.chrome-dots span:nth-child(3) { 
  background: linear-gradient(180deg, #27ca40 0%, #1db934 100%);
}

.chrome-url {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 40px;
  padding: 8px 14px;
  background: var(--brand-blue-600);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-size: 13px;
  color: var(--color-text-secondary);
}

.chrome-url i {
  font-size: 10px;
  color: var(--emerald-500);
}

/* Progress Steps - Improved */
.widget-progress {
  padding: 12px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
}

.progress-track {
  position: absolute;
  left: 60px;
  right: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  top: 24px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--emerald-500), var(--emerald-400));
  border-radius: 2px;
  transition: width 0.6s var(--ease-smooth);
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.5);
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: default;
  padding: 0;
  transition: all 0.3s ease;
}

.step-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brand-blue-600);
  border: 2px solid var(--brand-blue-400);
  transition: all 0.4s var(--ease-smooth);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 0;
}

.step-num {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-muted);
  transition: all 0.3s ease;
}

.progress-step.active .step-dot {
  background: var(--emerald-500);
  border-color: var(--emerald-400);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2), 0 0 16px rgba(16, 185, 129, 0.4);
  transform: scale(1.1);
}

.progress-step.active .step-num {
  color: var(--brand-blue-700);
  font-weight: 700;
}

.progress-step.completed .step-dot {
  background: var(--emerald-500);
  border-color: var(--emerald-400);
}

.progress-step.completed .step-num {
  display: none;
}

.progress-step.completed .step-dot::after {
  content: '✓';
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-blue-700);
}

.step-text {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.progress-step.active .step-text {
  color: var(--emerald-400);
}

.progress-step.completed .step-text {
  color: var(--color-text-secondary);
}

/* Widget Content Area */
/* Widget Content Area */
.widget-content {
  padding: 20px 28px;
  min-height: 260px;
}

.widget-step {
  display: none;
  animation: stepFadeIn 0.5s var(--ease-smooth);
}

.widget-step.active {
  display: block;
}

@keyframes stepFadeIn {
  from { 
    opacity: 0; 
    transform: translateX(20px); 
  }
  to { 
    opacity: 1; 
    transform: translateX(0); 
  }
}

/* Step Header */
.step-header {
  margin-bottom: 16px;
}

.step-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.step-header p {
  font-size: 14px;
  color: var(--color-text-secondary);
}

/* Step Body */
.step-body {
  margin-bottom: 16px;
}

/* Stage Cards - Step 1 */
.stage-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stage-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: var(--brand-blue-600);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.stage-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--brand-blue-500);
  transform: translateX(4px);
}

.stage-card.selected {
  border-color: var(--emerald-500);
  background: rgba(16, 185, 129, 0.1);
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2) inset;
}

.stage-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-text-muted);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.stage-card.selected .stage-icon {
  background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
  color: var(--brand-blue-700);
}

.stage-content {
  flex: 1;
}

.stage-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 2px;
  transition: color 0.2s ease;
}

.stage-card.selected .stage-title {
  color: var(--emerald-400);
}

.stage-desc {
  display: block;
  font-size: 14px;
  color: var(--color-text-secondary);
}

/* Phase Cards - New Venture Step 2 */
.phase-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.phase-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 14px;
  background: var(--brand-blue-600);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.phase-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--brand-blue-500);
  transform: translateY(-2px);
}

.phase-card.selected {
  border-color: var(--emerald-500);
  background: rgba(16, 185, 129, 0.1);
}

.phase-card i {
  font-size: 24px;
  color: var(--color-text-muted);
  transition: color 0.3s ease;
}

.phase-card.selected i {
  color: var(--emerald-400);
}

.phase-card span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-secondary);
  transition: color 0.2s ease;
}

.phase-card.selected span {
  color: var(--emerald-400);
}

/* Challenge Cards - Step 3 all paths */
.challenge-cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.challenge-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(24, 27, 36, 0.6);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.challenge-card:hover {
  border-color: var(--glass-border-hover);
  background: rgba(28, 32, 42, 0.8);
  transform: translateX(4px);
}

.challenge-card.selected {
  border-color: var(--emerald-500);
  background: rgba(16, 185, 129, 0.1);
}

.challenge-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--color-text-muted);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.challenge-card.selected .challenge-icon {
  background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
  color: var(--brand-blue-700);
}

.challenge-content {
  flex: 1;
}

.challenge-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin-bottom: 1px;
  transition: color 0.2s ease;
}

.challenge-card.selected .challenge-title {
  color: var(--emerald-400);
}

.challenge-desc {
  display: block;
  font-size: 11px;
  color: var(--color-text-muted);
}

/* Team Size Row - Step 2 */
.team-size-row {
  margin-top: 16px;
}

.team-size-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 10px;
}

.team-size-pills {
  display: flex;
  gap: 8px;
}

.team-pill {
  flex: 1;
  padding: 10px 8px;
  background: rgba(24, 27, 36, 0.6);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.team-pill:hover {
  border-color: var(--glass-border-hover);
  background: rgba(28, 32, 42, 0.8);
}

.team-pill.selected {
  border-color: var(--emerald-500);
  background: rgba(16, 185, 129, 0.15);
  color: var(--emerald-400);
}

/* Input Group */
.input-group {
  position: relative;
  margin-bottom: 0;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-text-muted);
  font-size: 16px;
  transition: color 0.3s ease;
  z-index: 1;
}

.input-group input {
  width: 100%;
  padding: 14px 16px 14px 48px;
  background: var(--brand-blue-600);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  font-size: 15px;
  color: var(--color-text-primary);
  font-family: inherit;
  transition: all 0.2s ease;
}

.input-group input:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.input-group input:focus {
  outline: none;
  border-color: var(--emerald-500);
  background: var(--brand-blue-500);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.input-group input:focus ~ .input-icon {
  color: var(--emerald-400);
}

.input-group input::placeholder {
  color: var(--color-text-muted);
}

/* Input cursor for demo */
.input-cursor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 22px;
  background: var(--emerald-400);
  opacity: 0;
  pointer-events: none;
  animation: cursorBlink 1s ease-in-out infinite;
  left: 52px;
}

.input-cursor.visible {
  opacity: 1;
}

/* Company Card */
.company-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, 
    rgba(16, 185, 129, 0.08) 0%, 
    rgba(6, 182, 212, 0.04) 100%);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 14px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s var(--ease-smooth);
  pointer-events: none;
}

.company-card.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.company-card-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--brand-blue-700);
  flex-shrink: 0;
}

.company-card-info {
  flex: 1;
  min-width: 0;
}

.company-card-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 2px;
}

.company-card-meta {
  font-size: 13px;
  color: var(--color-text-muted);
}

.company-card-verified {
  color: var(--emerald-400);
  font-size: 20px;
}

.company-card-verified i {
  animation: verifyPop 0.4s var(--ease-smooth) 0.2s both;
}

@keyframes verifyPop {
  from { transform: scale(0) rotate(-180deg); opacity: 0; }
  to { transform: scale(1) rotate(0); opacity: 1; }
}

/* Size Options */
.size-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.size-option {
  padding: 20px 12px;
  background: rgba(24, 27, 36, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s var(--ease-smooth);
}

.size-option:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(28, 32, 42, 0.8);
  transform: translateY(-2px);
}

.size-option.selected {
  border-color: var(--emerald-500);
  background: rgba(16, 185, 129, 0.1);
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2) inset;
}

.size-number {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.size-option.selected .size-number {
  color: var(--emerald-400);
}

.size-label {
  display: block;
  font-size: 11px;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Focus Pills */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.focus-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 10px;
  background: rgba(24, 27, 36, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s var(--ease-smooth);
}

.focus-pill:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.focus-pill.selected {
  border-color: var(--emerald-500);
  background: rgba(16, 185, 129, 0.1);
}

.focus-pill i {
  font-size: 18px;
  color: var(--color-text-muted);
  transition: color 0.3s ease;
}

.focus-pill.selected i {
  color: var(--emerald-400);
}

.focus-pill span {
  font-size: 11px;
  font-weight: 500;
  color: var(--color-text-secondary);
  transition: color 0.3s ease;
}

.focus-pill.selected span {
  color: var(--emerald-400);
}

/* Step Footer */
.step-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.step-footer-single {
  justify-content: center;
}

.step-footer-column {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: none;
}

.step-footer.hidden,
.step-footer-column.hidden {
  display: none !important;
}

.step-footer.visible,
.step-footer-column.visible {
  display: flex !important;
  animation: footerReveal 0.5s var(--ease-smooth);
}

@keyframes footerReveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Restart Button */
.btn-restart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-restart:hover {
  color: var(--color-text-secondary);
}

.btn-restart i {
  font-size: 11px;
}

/* Buttons */
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-back:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

.btn-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--emerald-500);
  border: none;
  border-radius: var(--radius-md);
  font-size: 15px;
  font-weight: 600;
  color: var(--brand-blue-700);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-next:hover:not(:disabled) {
  background: var(--emerald-600);
  transform: translateY(-1px);
  box-shadow: var(--glow-accent);
}

.btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.btn-next i {
  font-size: 13px;
}

/* CTA Button */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--emerald-500);
  border: none;
  border-radius: var(--radius-md);
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-blue-700);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-cta:hover {
  background: var(--emerald-600);
  transform: translateY(-1px);
  box-shadow: var(--glow-accent);
}

/* Preview Loading */
.preview-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  gap: 16px;
}

.preview-loading.hidden {
  display: none;
}

.loading-orb {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-orb i {
  font-size: 20px;
  color: var(--emerald-400);
  z-index: 1;
}

.orb-ring {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-top-color: var(--emerald-400);
  border-radius: 50%;
  animation: orbSpin 1s linear infinite;
}

@keyframes orbSpin {
  to { transform: rotate(360deg); }
}

.loading-text {
  font-size: 13px;
  color: var(--color-text-muted);
}

/* Preview Results */
.preview-results {
  display: none;
  animation: resultsReveal 0.6s var(--ease-smooth);
}

.preview-results.visible {
  display: block;
}

@keyframes resultsReveal {
  from { 
    opacity: 0; 
    transform: translateY(15px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

/* Insight Card */
.insight-card {
  display: flex;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(135deg, 
    rgba(16, 185, 129, 0.08) 0%, 
    rgba(6, 182, 212, 0.04) 100%);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 10px;
  margin-bottom: 14px;
}

.insight-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-blue-700);
  font-size: 14px;
  flex-shrink: 0;
}

.insight-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-text-secondary);
}

.insight-text strong {
  color: var(--emerald-400);
  font-weight: 600;
}

/* OKR Preview */
.okr-preview {
  margin-top: 14px;
}

.okr-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.okr-card {
  background: rgba(24, 27, 36, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 12px;
}

.okr-objective {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.okr-objective i {
  color: var(--emerald-400);
  font-size: 14px;
}

.okr-objective span {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-primary);
}

.okr-keyresults {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.okr-kr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--color-text-secondary);
}

.kr-marker {
  width: 5px;
  height: 5px;
  background: var(--emerald-500);
  border-radius: 50%;
  flex-shrink: 0;
}

/* Widget Responsive */
@media (max-width: 768px) {
  .widget-wrapper {
    margin-top: 2rem;
  }
  
  .widget-glow {
    display: none;
  }
  
  .strategy-widget {
    border-radius: 16px;
  }
  
  .widget-chrome {
    padding: 10px 14px;
  }
  
  .chrome-url {
    margin: 0 20px;
    font-size: 11px;
    padding: 6px 12px;
  }
  
  .widget-progress {
    padding: 16px 20px;
  }
  
  .widget-content {
    padding: 24px;
    min-height: 300px;
  }
  
  .step-header h3 {
    font-size: 18px;
  }
  
  .size-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .size-option {
    padding: 16px 10px;
  }
  
  .focus-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .focus-pill {
    padding: 14px 10px;
  }
  
  .btn-cta {
    padding: 14px 24px;
    font-size: 14px;
  }
}


/* ==========================================
   LOGOS / TRUSTED BY SECTION
   ========================================== */

.logos-section {
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--glass-border);
  background: var(--color-bg-primary);
  overflow: hidden;
}

.logos-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.logos-label {
  font-size: 0.875rem;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.logos-carousel-wrapper {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logos-carousel {
  display: flex;
  align-items: center;
  gap: 4rem;
  animation: scroll-logos 30s linear infinite;
  width: max-content;
}

.logos-carousel:hover {
  animation-play-state: paused;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 140px;
  height: 48px;
  transition: opacity 0.3s ease;
}

.logo-item:hover {
  opacity: 1;
}

.logo-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-tertiary);
  opacity: 0.5;
  white-space: nowrap;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.logo-item:hover .logo-text {
  opacity: 0.8;
  color: var(--color-text-secondary);
}

/* When you add actual logo images, use this: */
.logo-item img {
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  opacity: 0.55;
  filter: grayscale(100%) brightness(1.8) contrast(0.9);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.logo-item:hover img {
  opacity: 0.75;
  filter: grayscale(100%) brightness(2) contrast(1);
}

/* Size modifiers for individual logos */
.logo-item-sm img {
  height: 22px;
}

.logo-item-md img {
  height: 32px;
}

.logo-item-lg img {
  height: 38px;
}

.logo-item-xl img {
  height: 64px;
  max-width: 200px;
}

/* White logos - show as white/gray (no extra processing) */
.logo-item-white img {
  filter: grayscale(100%) brightness(1) contrast(1);
  opacity: 0.55;
}

.logo-item-white:hover img {
  filter: grayscale(100%) brightness(1.2) contrast(1);
  opacity: 0.75;
}

/* Dark/black logos - invert to white/gray */
.logo-item-dark img {
  filter: grayscale(100%) brightness(1) contrast(1) invert(1);
  opacity: 0.55;
}

.logo-item-dark:hover img {
  filter: grayscale(100%) brightness(1.2) contrast(1) invert(1);
  opacity: 0.75;
}

/* ==========================================
   STATS SECTION
   ========================================== */

.stats-section {
  padding: 4rem 1.5rem;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.stats-container {
  max-width: 1000px;
  margin: 0 auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  /* Widget responsive */
  .widget-wrapper {
    margin-top: 2rem;
  }
  
  .widget-glow {
    display: none;
  }
  
  .onboarding-widget {
    border-radius: 12px;
  }
  
  .widget-header {
    padding: 10px 12px;
  }
  
  .widget-traffic-lights {
    gap: 6px;
  }
  
  .traffic-light {
    width: 10px;
    height: 10px;
  }
  
  .widget-url-bar {
    padding: 6px 10px;
    font-size: 11px;
  }
  
  .widget-header-spacer {
    width: 32px;
  }
  
  .widget-body {
    padding: 16px;
  }
  
  .onboarding-steps {
    margin-bottom: 16px;
  }
  
  .step-circle {
    width: 28px;
    height: 28px;
  }
  
  .step-number {
    font-size: 12px;
  }
  
  .step-label {
    font-size: 10px;
  }
  
  .onboarding-content {
    min-height: 240px;
  }
  
  .panel-title {
    font-size: 16px;
  }
  
  .panel-subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }
  
  .focus-options {
    gap: 8px;
  }
  
  .focus-option {
    padding: 14px 8px;
  }
  
  .focus-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .focus-option span {
    font-size: 11px;
  }
  
  .ai-metrics {
    gap: 8px;
  }
  
  .ai-metric {
    padding: 10px 6px;
  }
  
  .ai-metric-value {
    font-size: 18px;
  }
  
  .ai-metric-label {
    font-size: 9px;
  }
  
  .panel-nav {
    margin-top: 16px;
    padding-top: 16px;
  }
  
  .panel-nav .btn {
    min-width: 100px;
    padding: 10px 14px;
    font-size: 13px;
  }
}

.stat-card {
  padding: 2rem 1.5rem;
  background: var(--brand-blue-600);
  border: 1px solid var(--glass-border);
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--emerald-500), var(--emerald-400));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.stat-card:hover {
  border-color: var(--emerald-500);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.stat-card:hover::before {
  opacity: 1;
}

.stat-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 12px;
  color: var(--emerald-400);
  font-size: 1.25rem;
  transition: transform 0.3s ease, background 0.3s ease;
}

.stat-card:hover .stat-icon {
  transform: scale(1.1);
  background: rgba(16, 185, 129, 0.15);
}

.stat-value {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--emerald-400);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  color: var(--color-text-primary);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.stat-detail {
  color: var(--color-text-tertiary);
  font-size: 0.8125rem;
  line-height: 1.4;
}

/* ==========================================
   SYSTEM SECTION
   ========================================== */

.system-section {
  padding: 6rem 1.5rem;
  background: var(--brand-blue-700);
}

.system-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: var(--radius-full);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--emerald-400);
  margin-bottom: 1.25rem;
}

.section-label i {
  font-size: 0.75rem;
  opacity: 0.8;
}

.section-title {
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  color: var(--color-text-secondary);
  max-width: 580px;
  margin: 0 auto 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.6;
}

/* System Visual */
.system-visual {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 2.5rem;
  background: var(--brand-blue-600);
  border: 1px solid var(--glass-border);
  border-radius: 1.5rem;
}

.system-level {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.system-node {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: var(--brand-blue-500);
  border: 1px solid var(--glass-border);
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  cursor: default;
}

.system-node:hover {
  border-color: var(--emerald-500);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.node-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 10px;
  color: var(--emerald-400);
  font-size: 1.125rem;
  flex-shrink: 0;
}

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

.node-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 0.125rem;
}

.node-desc {
  font-size: 0.75rem;
  color: var(--color-text-tertiary);
}

/* Strategy node - special styling */
.node-strategy {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.25);
}

.node-strategy .node-icon {
  background: rgba(16, 185, 129, 0.2);
}

/* Connector lines */
.system-connector-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 0;
}

.system-connector-line::before {
  content: '';
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, var(--emerald-500) 0%, var(--emerald-500) 50%, transparent 100%);
}

.connector-arrow {
  color: var(--emerald-500);
  font-size: 0.75rem;
  margin-top: -4px;
}

/* Feedback loop */
.system-feedback-loop {
  margin-top: 1.5rem;
  position: relative;
  display: flex;
  justify-content: center;
}

.feedback-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.25);
  border-radius: 2rem;
  font-size: 0.8125rem;
  color: var(--gold-400);
}

.feedback-badge i {
  font-size: 0.875rem;
}

/* Mobile adjustments */
@media (max-width: 640px) {
  .system-visual {
    padding: 1.5rem;
  }
  
  .system-level {
    flex-direction: column;
    align-items: center;
  }
  
  .system-node {
    width: 100%;
    max-width: 240px;
  }
  
  .feedback-badge {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
  }
  
  .feedback-badge span {
    display: none;
  }
  
  .feedback-badge::after {
    content: 'Insights loop back';
  }
}

/* ==========================================
   FEATURES SECTION - Color-coded & Dynamic
   ========================================== */

.features-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, 
    var(--brand-blue-600) 0%, 
    rgba(18, 20, 28, 1) 40%,
    rgba(18, 20, 28, 1) 60%,
    var(--brand-blue-600) 100%);
  position: relative;
  overflow: hidden;
}

/* Multi-color aurora orbs */
.features-section::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
  filter: blur(80px);
  animation: orbFloat 30s ease-in-out infinite;
  pointer-events: none;
}

.features-section::after {
  content: '';
  position: absolute;
  bottom: 15%;
  right: -10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.08) 0%, transparent 70%);
  filter: blur(80px);
  animation: orbFloat 25s ease-in-out infinite reverse;
  pointer-events: none;
}

.features-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.features-header {
  text-align: center;
  margin-bottom: 5rem;
}

/* Emerald gradient text */
.text-gradient {
  background: linear-gradient(135deg, var(--emerald-400) 0%, var(--teal-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Multi-color gradient text */
.text-gradient-multi {
  background: linear-gradient(135deg, 
    var(--cyan-400) 0%, 
    var(--emerald-400) 50%, 
    var(--indigo-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Feature Row */
.feature-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 6rem;
  position: relative;
}

.feature-row:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .feature-row {
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
  }
  
  .feature-row.reverse {
    grid-template-columns: 1.3fr 1fr;
  }
  
  .feature-row.reverse .feature-content {
    order: 2;
  }
  
  .feature-row.reverse .feature-visual {
    order: 1;
  }
}

/* Feature Header Row */
.feature-header-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

/* Minimalist Feature Label - Linear style */
.feature-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.feature-label i {
  font-size: 1.125rem;
}

.label-cyan {
  color: var(--cyan-400);
}

.label-indigo {
  color: var(--indigo-400);
}

.label-emerald {
  color: var(--emerald-400);
}

/* Feature Title - Larger & bolder */
.feature-title {
  font-size: clamp(1.75rem, 4vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

/* Highlight words with color */
.highlight-cyan {
  color: var(--cyan-400);
  position: relative;
}

.highlight-indigo {
  color: var(--indigo-400);
  position: relative;
}

.highlight-emerald {
  color: var(--emerald-400);
  position: relative;
}

/* Feature Description */
.feature-description {
  color: var(--color-text-secondary);
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 1rem;
}

.feature-description strong {
  color: var(--color-text-primary);
  font-weight: 500;
}

/* Feature Checklist - Color variants */
.feature-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-checklist li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-text-secondary);
  font-size: 1rem;
  font-weight: 500;
}

.feature-checklist li i {
  font-size: 0.75rem;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Color-coded checkmarks */
.checklist-cyan li i {
  color: var(--cyan-400);
  background: rgba(6, 182, 212, 0.1);
}

.checklist-indigo li i {
  color: var(--indigo-400);
  background: rgba(99, 102, 241, 0.1);
}

.checklist-emerald li i {
  color: var(--emerald-400);
  background: rgba(16, 185, 129, 0.1);
}

/* Feature Visual */
.feature-visual {
  position: relative;
}

.feature-image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

/* Color-coded glows */
.feature-image-wrapper::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 1rem;
  padding: 2px;
  background: linear-gradient(135deg, transparent 40%, var(--emerald-500) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.glow-cyan::before {
  background: linear-gradient(135deg, transparent 30%, var(--cyan-400) 100%);
}

.glow-indigo::before {
  background: linear-gradient(135deg, transparent 30%, var(--indigo-400) 100%);
}

.glow-emerald::before {
  background: linear-gradient(135deg, transparent 30%, var(--emerald-400) 100%);
}

.feature-image-wrapper:hover::before {
  opacity: 0.6;
}

/* Screenshot with glow shadow */
.feature-screenshot {
  width: 100%;
  display: block;
  border-radius: 1rem;
  border: 1px solid var(--glass-border);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.5s ease;
}

.glow-cyan:hover .feature-screenshot {
  box-shadow: 
    0 24px 48px rgba(0, 0, 0, 0.3),
    0 0 60px rgba(6, 182, 212, 0.15);
}

.glow-indigo:hover .feature-screenshot {
  box-shadow: 
    0 24px 48px rgba(0, 0, 0, 0.3),
    0 0 60px rgba(99, 102, 241, 0.15);
}

.glow-emerald:hover .feature-screenshot {
  box-shadow: 
    0 24px 48px rgba(0, 0, 0, 0.3),
    0 0 60px rgba(16, 185, 129, 0.15);
}

.feature-image-wrapper:hover .feature-screenshot {
  transform: scale(1.02) translateY(-4px);
}

/* Mobile adjustments */
@media (max-width: 1023px) {
  .feature-number {
    font-size: 2.5rem;
  }
  
  .feature-title {
    font-size: 1.5rem;
  }
  
  .feature-row {
    margin-bottom: 4rem;
  }
  
  .features-header {
    margin-bottom: 3rem;
  }
}

/* ==========================================
   PRODUCT SHOWCASE SECTION
   ========================================== */

.showcase-section {
  padding: 6rem 1.5rem;
  background: linear-gradient(180deg, 
    var(--brand-blue-700) 0%, 
    rgba(18, 20, 28, 1) 30%,
    rgba(24, 27, 36, 1) 70%,
    var(--brand-blue-600) 100%);
  overflow: hidden;
  position: relative;
}

/* Cyan/teal aurora for showcase */
.showcase-section::before {
  content: '';
  position: absolute;
  top: 30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.06) 0%, transparent 70%);
  filter: blur(80px);
  animation: orbFloat 30s ease-in-out infinite;
  pointer-events: none;
}

.showcase-container {
  max-width: 1200px;
  margin: 0 auto;
}

.showcase-header {
  text-align: center;
  margin-bottom: 3rem;
}

/* Tab Navigation - Elegant unified style */
.showcase-tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.showcase-tab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--brand-blue-600);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.showcase-tab:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: var(--brand-blue-500);
}

.showcase-tab-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-muted);
  transition: all 0.2s ease;
}

.showcase-tab-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-muted);
  transition: color 0.2s ease;
}

/* Active state - subtle elegant */
.showcase-tab.active {
  border-color: rgba(255, 255, 255, 0.15);
  background: var(--brand-blue-500);
}

.showcase-tab.active .showcase-tab-num {
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-text-primary);
}

.showcase-tab.active .showcase-tab-label {
  color: var(--color-text-primary);
}

/* Main Display Area - Side by Side */
.showcase-display {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}

.showcase-screen {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--brand-blue-500);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  transition: all 0.3s ease;
}

.showcase-screen:hover {
  border-color: rgba(16, 185, 129, 0.2);
  box-shadow: 
    0 30px 60px -12px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 60px rgba(16, 185, 129, 0.1);
  transform: translateY(-4px);
}

/* Browser-style header */
.showcase-browser-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  background: var(--brand-blue-600);
  border-bottom: 1px solid var(--glass-border);
}

.browser-dots {
  display: flex;
  gap: 0.5rem;
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand-blue-300);
}

.browser-dot.red { background: #ff5f57; }
.browser-dot.yellow { background: #febc2e; }
.browser-dot.green { background: #28c840; }

.browser-url {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--brand-blue-700);
  border-radius: var(--radius-md);
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

.browser-url i {
  color: var(--emerald-500);
}

/* Screenshot Container */
.showcase-slides {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.showcase-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.02) translateY(10px);
  transition: all 0.6s var(--ease-smooth);
  pointer-events: none;
}

.showcase-slide.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

.showcase-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

/* Feature Info Panel */
.showcase-info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2rem;
  background: linear-gradient(135deg, var(--brand-blue-600) 0%, rgba(24, 27, 36, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.showcase-info:hover {
  border-color: rgba(16, 185, 129, 0.15);
}

.showcase-step-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.375rem 0.875rem;
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 100px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--emerald-400);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.showcase-info-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0;
}

.showcase-info-description {
  color: var(--color-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
}

.showcase-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  background: linear-gradient(135deg, var(--emerald-500) 0%, var(--emerald-600) 100%);
  color: var(--brand-blue-700);
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: 0.5rem;
  align-self: flex-start;
}

.showcase-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.showcase-cta i {
  font-size: 0.8125rem;
  transition: transform 0.2s ease;
}

.showcase-cta:hover i {
  transform: translateX(4px);
}

/* Responsive - Showcase */
@media (max-width: 900px) {
  .showcase-display {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .showcase-info {
    order: -1;
    text-align: center;
    align-items: center;
  }
  
  .showcase-step-badge {
    align-self: center;
  }
  
  .showcase-cta {
    align-self: center;
  }
}

@media (max-width: 640px) {
  .showcase-tabs {
    gap: 0.375rem;
  }
  
  .showcase-tab {
    padding: 0.625rem 1rem;
  }
  
  .showcase-tab-label {
    display: none;
  }
  
  .showcase-info {
    padding: 1.5rem;
  }
  
  .showcase-info-title {
    font-size: 1.25rem;
  }
}

/* ==========================================
   COMPARISON SECTION
   ========================================== */

.comparison-section {
  padding: 6rem 1.5rem;
  background: var(--brand-blue-600);
}

.comparison-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin-top: 3rem;
}

.comparison-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background: var(--brand-blue-700);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid var(--glass-border);
}

.comparison-table th {
  background: var(--brand-blue-500);
  font-weight: 600;
  font-size: 0.875rem;
}

.comparison-table th:first-child {
  text-align: left;
}

.comparison-table td:first-child {
  text-align: left;
  color: var(--color-text-secondary);
}

.comparison-table th.highlight {
  color: var(--emerald-400);
  background: rgba(16, 185, 129, 0.1);
}

.comparison-table td.highlight {
  background: rgba(16, 185, 129, 0.05);
}

.comparison-table tr:last-child td {
  border-bottom: none;
}

.check {
  color: var(--emerald-400);
}

.x-mark {
  color: var(--brand-blue-200);
}

.partial {
  color: var(--gold-500);
}

/* ==========================================
   EASY START SECTION
   ========================================== */

.easystart-section {
  padding: 5rem 1.5rem;
  background: var(--color-bg-secondary);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.easystart-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.easystart-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse at center,
    rgba(16, 185, 129, 0.06) 0%,
    rgba(99, 102, 241, 0.03) 50%,
    transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}

.easystart-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.easystart-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: var(--color-text-primary);
}

.easystart-subtitle {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: 3rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

/* Steps */
.easystart-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2.5rem;
}

.easystart-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  transition: all 0.3s ease;
  min-width: 140px;
}

.easystart-step:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--glass-border-hover);
  transform: translateY(-2px);
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--emerald-500) 0%, var(--teal-500) 100%);
  color: var(--brand-blue-700);
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.3);
}

.step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.step-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-text-primary);
}

.step-time {
  font-size: 0.8125rem;
  color: var(--emerald-400);
  font-weight: 500;
}

.step-connector {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg,
    rgba(16, 185, 129, 0.3) 0%,
    rgba(16, 185, 129, 0.5) 50%,
    rgba(16, 185, 129, 0.3) 100%);
  flex-shrink: 0;
}

/* Not needed items */
.easystart-notneeded {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.notneeded-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

.notneeded-item i {
  color: var(--color-text-muted);
  font-size: 0.75rem;
  opacity: 0.7;
}

/* Mobile responsive */
@media (max-width: 640px) {
  .easystart-steps {
    flex-direction: column;
    gap: 0;
  }
  
  .step-connector {
    width: 2px;
    height: 24px;
    background: linear-gradient(180deg,
      rgba(16, 185, 129, 0.3) 0%,
      rgba(16, 185, 129, 0.5) 50%,
      rgba(16, 185, 129, 0.3) 100%);
  }
  
  .easystart-step {
    min-width: 200px;
    flex-direction: row;
    padding: 1rem 1.5rem;
    gap: 1rem;
  }
  
  .step-content {
    align-items: flex-start;
  }
  
  .easystart-notneeded {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* ==========================================
   FAQ SECTION - Clean & Minimal
   ========================================== */

.faq-section {
  padding: 5rem 1.5rem;
  background: var(--color-bg-secondary);
}

.faq-container {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.faq-grid {
  margin-top: 2.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid var(--glass-border);
  overflow: hidden;
}

.faq-item:first-child {
  border-top: 1px solid var(--glass-border);
}

.faq-item.open {
  background: rgba(16, 185, 129, 0.02);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 0.5rem;
  background: transparent;
  border: none;
  color: var(--color-text-primary);
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
  gap: 1rem;
}

.faq-question:hover {
  color: var(--emerald-400);
}

.faq-item.open .faq-question {
  color: var(--emerald-400);
}

.faq-question span {
  flex: 1;
}

.faq-icon {
  color: var(--color-text-muted);
  font-size: 0.75rem;
  transition: transform 0.3s var(--ease-smooth), color 0.2s ease;
  flex-shrink: 0;
  width: 1rem;
  text-align: center;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: var(--emerald-400);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease-smooth), padding 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 0.5rem 1.25rem 0.5rem;
  color: var(--color-text-tertiary);
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
}

/* ==========================================
   TESTIMONIALS + MEDIA - World-Class Design
   ========================================== */

.testimonials-section {
  padding: 5rem 1.5rem;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}

/* Emerald glow for testimonials */
.testimonials-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.03) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.testimonials-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonial-card {
  background: var(--brand-blue-500);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.testimonial-card:hover {
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.3);
}

/* Featured card */
.testimonial-card-featured {
  border-color: rgba(16, 185, 129, 0.25);
  background: linear-gradient(180deg, 
    var(--brand-blue-400) 0%, 
    var(--brand-blue-500) 100%);
  box-shadow: 
    0 0 0 1px rgba(16, 185, 129, 0.1) inset,
    0 12px 24px -8px rgba(0, 0, 0, 0.3);
}

.testimonial-card-featured:hover {
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 
    0 0 0 1px rgba(16, 185, 129, 0.2) inset,
    0 20px 40px -8px rgba(0, 0, 0, 0.4),
    0 0 40px -10px rgba(16, 185, 129, 0.15);
}

/* Header with quote mark and stars */
.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.testimonial-quote-mark {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--emerald-500);
  opacity: 0.3;
  font-family: Georgia, serif;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
}

.testimonial-stars i {
  font-size: 0.625rem;
  color: var(--emerald-400);
}

.testimonial-quote {
  color: var(--color-text-primary);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  font-weight: 400;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald-500), var(--teal-500));
  color: var(--brand-blue-700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.author-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text-primary);
}

.author-role {
  font-size: 0.6875rem;
  color: var(--color-text-muted);
}

/* Media Strip - Clean inline */
.media-strip {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.media-strip-label {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-tertiary);
}

.media-strip a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.media-strip a:hover {
  color: var(--emerald-400);
}

.media-strip-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--color-text-tertiary);
  opacity: 0.5;
}

@media (max-width: 640px) {
  .media-strip {
    gap: 0.625rem;
  }
  
  .media-strip a {
    font-size: 0.75rem;
  }
}

/* ==========================================
   SECURITY SECTION - Clean & Minimal
   ========================================== */

.security-section {
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg,
    var(--color-bg-primary) 0%,
    rgba(24, 27, 36, 1) 100%);
  position: relative;
  overflow: hidden;
}

/* Teal protective glow */
.security-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 300px;
  background: radial-gradient(ellipse at top, rgba(20, 184, 166, 0.05) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.security-container {
  max-width: 800px;
  margin: 0 auto;
}

/* Central Shield Hero */
.security-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.security-shield {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
}

.shield-glow {
  position: absolute;
  inset: -15px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, transparent 70%);
  filter: blur(20px);
  animation: shieldPulse 4s ease-in-out infinite;
}

@keyframes shieldPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.05); }
}

.shield-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.shield-icon i {
  font-size: 2.5rem;
  color: var(--emerald-400);
}

.shield-rings {
  position: absolute;
  inset: 0;
}

.shield-ring {
  position: absolute;
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 50%;
  animation: ringExpand 4s ease-out infinite;
}

.shield-ring-1 {
  inset: 5px;
  animation-delay: 0s;
}

.shield-ring-2 {
  inset: 0px;
  animation-delay: 1.3s;
}

.shield-ring-3 {
  inset: -5px;
  animation-delay: 2.6s;
}

@keyframes ringExpand {
  0% { opacity: 0.4; transform: scale(0.9); }
  100% { opacity: 0; transform: scale(1.3); }
}

.security-title-main {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--color-text-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.security-subtitle {
  font-size: 1rem;
  color: var(--color-text-muted);
}

/* Security Features - Horizontal Layout */
.security-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--glass-border);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.security-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.5rem;
  background: var(--color-bg-secondary);
  transition: background 0.2s ease;
}

.security-feature:hover {
  background: var(--glass-bg-card);
}

.feature-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-lg);
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-wrap i {
  font-size: 1rem;
  color: var(--emerald-400);
}

/* Trust Badges - Inline */
.security-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--color-text-muted);
  font-size: 0.8125rem;
  font-weight: 500;
}

.trust-badge i {
  font-size: 1rem;
  color: var(--emerald-500);
}

.trust-divider {
  width: 1px;
  height: 16px;
  background: var(--glass-border);
}

/* Responsive */
@media (max-width: 768px) {
  .security-features {
    grid-template-columns: 1fr;
  }
  
  .security-title-main {
    font-size: 1.5rem;
  }
  
  .trust-divider {
    display: none;
  }
  
  .security-trust {
    gap: 0.875rem;
  }
}

/* ==========================================
   PRICING SECTION - Premium Design
   ========================================== */

/* ==========================================
   PRICING SECTION - World Class
   ========================================== */
.pricing-section {
  padding: 5rem 1.5rem;
  background: var(--color-bg-primary);
  position: relative;
  overflow: hidden;
}

.pricing-section::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.06) 0%, transparent 60%);
  filter: blur(80px);
  pointer-events: none;
  animation: pricingSectionGlow1 8s ease-in-out infinite;
}

.pricing-section::after {
  content: '';
  position: absolute;
  top: 60%;
  right: 25%;
  transform: translate(50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(20, 184, 166, 0.05) 0%, transparent 60%);
  filter: blur(60px);
  pointer-events: none;
  animation: pricingSectionGlow2 10s ease-in-out infinite;
}

@keyframes pricingSectionGlow1 {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes pricingSectionGlow2 {
  0%, 100% { opacity: 0.5; transform: translate(50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(50%, -50%) scale(1.15); }
}

.pricing-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Billing Toggle */
.pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 2rem 0 2.5rem;
  padding: 0.375rem 0.875rem;
  background: var(--brand-blue-600);
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.toggle-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-muted);
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toggle-label.active {
  color: var(--color-text-primary);
}

.toggle-save {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--emerald-400);
  background: rgba(16, 185, 129, 0.15);
  padding: 0.15rem 0.4rem;
  border-radius: 100px;
}

.toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
  background: var(--brand-blue-400);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-switch[aria-pressed="true"] {
  background: var(--emerald-500);
}

.toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.68, -0.15, 0.265, 1.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch[aria-pressed="true"] .toggle-slider {
  transform: translateX(20px);
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Pricing Card Base */
.pricing-card {
  background: var(--brand-blue-500);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: left;
  position: relative;
  transition: all 0.2s ease;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.15) 30%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0.15) 70%,
    transparent);
  transition: width 0.2s ease;
}

.pricing-card:hover::before {
  width: 160px;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.4);
}

/* Featured Card Wrapper - Animated Border */
.pricing-card-wrapper {
  position: relative;
  border-radius: 1rem;
  padding: 2px;
  background: linear-gradient(135deg, 
    rgba(16, 185, 129, 0.6) 0%,
    rgba(20, 184, 166, 0.3) 25%,
    rgba(16, 185, 129, 0.2) 50%,
    rgba(20, 184, 166, 0.4) 75%,
    rgba(16, 185, 129, 0.6) 100%);
  background-size: 300% 300%;
  animation: pricingGradientBorder 6s ease infinite;
  transition: transform 0.2s ease;
}

@keyframes pricingGradientBorder {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.pricing-card-wrapper .pricing-card {
  border: none;
  border-radius: calc(1rem - 2px);
}

/* Featured Card */
.pricing-card-featured {
  background: linear-gradient(180deg, 
    rgba(30, 35, 50, 0.98) 0%, 
    rgba(24, 28, 38, 1) 100%);
  transition: box-shadow 0.2s ease;
}

.pricing-card-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(16, 185, 129, 0.6) 30%,
    rgba(16, 185, 129, 0.8) 50%,
    rgba(16, 185, 129, 0.6) 70%,
    transparent);
  transition: width 0.2s ease;
}

.pricing-card-wrapper:hover .pricing-card-featured::before {
  width: 200px;
}

.pricing-card-wrapper:hover {
  transform: translateY(-4px);
}

.pricing-card-wrapper:hover .pricing-card-featured {
  box-shadow: 
    0 0 60px -15px rgba(16, 185, 129, 0.25);
}

/* Background glow for featured */
.pricing-card-border {
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.15) 0%, transparent 70%);
  filter: blur(20px);
  opacity: 0.5;
  animation: pricingGlow 4s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes pricingGlow {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.05); }
}

/* Pricing Badge */
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--emerald-500) 0%, var(--teal-500) 100%);
  color: var(--brand-blue-700);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.375rem 1rem;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  z-index: 10;
}

/* Badge in wrapper needs different positioning */
.pricing-card-wrapper .pricing-badge {
  top: -10px;
}

.pricing-badge i {
  font-size: 0.5rem;
}

/* Pricing Icon */
.pricing-icon {
  width: 40px;
  height: 40px;
  background: var(--brand-blue-600);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  color: var(--color-text-secondary);
}

.pricing-icon-featured {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(16, 185, 129, 0.1) 100%);
  color: var(--emerald-400);
}

/* Pricing Header */
.pricing-header {
  margin-bottom: 1rem;
}

.pricing-plan {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

.pricing-audience {
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
  line-height: 1.4;
}

/* Pricing Price */
.pricing-price {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.125rem;
}

.price-currency {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-text-primary);
  align-self: flex-start;
  margin-top: 0.25rem;
}

.price-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--color-text-primary);
  letter-spacing: -0.03em;
  line-height: 1;
  transition: all 0.3s ease;
}

.price-period {
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  margin-left: 0.25rem;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

/* Pricing Features */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.375rem 0;
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
}

.pricing-features li i {
  width: 16px;
  height: 16px;
  background: rgba(16, 185, 129, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--emerald-400);
  flex-shrink: 0;
  font-size: 0.5rem;
  margin-top: 0.125rem;
}

.pricing-features li span {
  flex: 1;
}

/* Pricing CTA Buttons */
.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-cta-secondary {
  background: var(--brand-blue-400);
  color: var(--color-text-primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-cta-secondary:hover {
  background: var(--brand-blue-300);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.pricing-cta-primary {
  background: linear-gradient(135deg, var(--emerald-500) 0%, var(--emerald-600) 100%);
  color: var(--brand-blue-700);
  border: none;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.pricing-cta-primary:hover {
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
  transform: translateY(-2px);
}

.pricing-cta i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.pricing-cta:hover i {
  transform: translateX(3px);
}

/* Trust Elements */
.pricing-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
}

.trust-item i {
  color: var(--emerald-400);
  font-size: 0.875rem;
}

/* Pricing Note */
.pricing-note {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: var(--color-text-muted);
}

/* ==========================================
   CTA SECTION
   ========================================== */

/* ==========================================
   CTA SECTION - World Class
   ========================================== */
.cta-section {
  padding: 5rem 1.5rem;
  position: relative;
  background: var(--color-bg-primary);
  overflow: hidden;
}

/* Animated background glows */
.cta-bg-glow {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, transparent 60%);
  filter: blur(80px);
  pointer-events: none;
  animation: ctaGlow1 8s ease-in-out infinite;
}

.cta-bg-glow-2 {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.1) 0%, transparent 60%);
  filter: blur(60px);
  pointer-events: none;
  animation: ctaGlow2 10s ease-in-out infinite;
}

@keyframes ctaGlow1 {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

@keyframes ctaGlow2 {
  0%, 100% { transform: translate(50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(50%, -50%) scale(1.15); opacity: 0.9; }
}

.cta-container {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Card wrapper for animated border */
.cta-card-wrapper {
  position: relative;
  border-radius: 1.5rem;
  padding: 2px;
  background: linear-gradient(135deg, 
    rgba(16, 185, 129, 0.5) 0%,
    rgba(20, 184, 166, 0.3) 25%,
    rgba(16, 185, 129, 0.2) 50%,
    rgba(20, 184, 166, 0.3) 75%,
    rgba(16, 185, 129, 0.5) 100%);
  background-size: 300% 300%;
  animation: gradientBorder 6s ease infinite;
}

@keyframes gradientBorder {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.cta-card {
  position: relative;
  background: linear-gradient(180deg, 
    rgba(30, 35, 50, 0.95) 0%, 
    rgba(24, 28, 38, 0.98) 100%);
  border-radius: calc(1.5rem - 2px);
  padding: 3rem 2.5rem;
  text-align: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* Top highlight */
.cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(16, 185, 129, 0.8) 30%,
    rgba(16, 185, 129, 1) 50%,
    rgba(16, 185, 129, 0.8) 70%,
    transparent);
}

/* Badge */
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--emerald-400);
  margin-bottom: 1.5rem;
}

.cta-badge i {
  font-size: 0.75rem;
}

/* Title */
.cta-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  color: var(--color-text-primary);
  line-height: 1.3;
}

.cta-title-gradient {
  background: linear-gradient(135deg, var(--emerald-400) 0%, var(--teal-400) 50%, var(--emerald-300) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subtitle */
.cta-subtitle {
  color: var(--color-text-secondary);
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-subtitle strong {
  color: var(--color-text-primary);
  font-weight: 600;
}

/* Buttons */
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--emerald-500) 0%, var(--emerald-600) 100%);
  color: var(--brand-blue-700);
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 
    0 0 30px rgba(16, 185, 129, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.cta-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: btnShine 3s ease-in-out infinite;
}

@keyframes btnShine {
  0%, 100% { left: -100%; }
  50% { left: 100%; }
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 
    0 0 50px rgba(16, 185, 129, 0.5),
    0 8px 24px rgba(0, 0, 0, 0.3);
}

.cta-btn-primary i {
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

.cta-btn-primary:hover i {
  transform: translateX(4px);
}

.cta-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--color-text-primary);
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.cta-btn-secondary i {
  font-size: 0.8125rem;
  opacity: 0.7;
}

/* Trust items */
.cta-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cta-trust-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
}

.cta-trust-item i {
  color: var(--emerald-500);
  font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 640px) {
  .cta-card {
    padding: 2rem 1.5rem;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .cta-trust {
    gap: 1rem;
  }
}

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

.footer {
  padding: 4rem 1.5rem 2rem;
  border-top: 1px solid var(--glass-border);
  background: var(--color-bg-primary);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--glass-border);
}

@media (min-width: 768px) {
  .footer-main {
    grid-template-columns: 1.5fr 2fr;
    gap: 4rem;
  }
}

.footer-brand {
  max-width: 280px;
}

.footer-logo {
  height: 24px;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.footer-tagline {
  color: var(--color-text-tertiary);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--color-bg-tertiary);
  border: 1px solid var(--color-border);
  color: var(--color-text-tertiary);
  transition: all 0.2s;
}

.footer-social a:hover {
  background: var(--color-bg-secondary);
  border-color: var(--color-border-hover);
  color: var(--color-text-primary);
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 480px) {
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-column-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-secondary);
  margin-bottom: 0.5rem;
}

.footer-column a {
  color: var(--color-text-tertiary);
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.footer-column a:hover {
  color: var(--color-text-primary);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
}

.footer-copyright {
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}

.footer-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-text-muted);
  font-size: 0.8125rem;
}

.footer-location i {
  color: var(--emerald-500);
}


/* ==========================================
   UTILITIES / FIXES
   ========================================== */

/* Prevent <i> from rendering italic when used as icon container */
i { font-style: normal; }

/* Better keyboard focus */
:focus-visible {
  outline: 2px solid rgba(16, 185, 129, 0.6);
  outline-offset: 2px;
  border-radius: var(--radius-md);
}

/* Hero preview: make onboarding-widget able to show a full-bleed screenshot */
.widget-body--media { padding: 0; }
.widget-body--media img {
  width: 100%;
  height: auto;
  display: block;
}

/* Deduplicate: replace BOTH existing .showcase-screen:hover blocks with ONE */
.showcase-screen:hover {
  border-color: rgba(16, 185, 129, 0.2);
  box-shadow:
    0 30px 60px -12px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 100px rgba(16, 185, 129, 0.1),
    var(--glow-accent);
  transform: translateY(-4px);
}

/* ==========================================
   RESPONSIVE - MOBILE VARIABLES
   ========================================== */

@media (max-width: 768px) {
  :root {
    /* Typography scaling */
    --font-size-4xl: 1.875rem;
    --font-size-3xl: 1.5rem;
    --font-size-2xl: 1.25rem;
    
    /* Spacing adjustments */
    --space-8: 1.5rem;
    --space-10: 2rem;
  }
}

@media (max-width: 480px) {
  :root {
    --font-size-3xl: 1.375rem;
    --font-size-2xl: 1.125rem;
    --font-size-xl: 1.125rem;
    
    --space-6: 1.25rem;
    --space-8: 1.5rem;
  }
}

/* ==========================================
   ACCESSIBILITY - REDUCED MOTION
   ========================================== */

@media (prefers-reduced-motion: reduce) {
  :root {
    --duration-instant: 0ms;
    --duration-fast: 0ms;
    --duration-normal: 0ms;
    --duration-slow: 0ms;
    --duration-slower: 0ms;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  /* Keep essential visual feedback */
  .btn:hover,
  .btn:focus {
    transform: none;
  }
  
  /* Disable floating/pulsing animations */
  .hero-badge-dot,
  .ai-typing span,
  .step-item.active .step-circle {
    animation: none;
  }
  
  /* Keep typewriter functional but instant */
  .typewriter-cursor {
    animation: none;
    opacity: 1;
  }
  
  /* Disable aurora background animation */
  .hero::before {
    animation: none;
  }
  
  /* Disable showcase auto-advance visual */
  .showcase-progress-segment.active::after {
    animation: none;
    width: 100%;
  }
}

/* ==========================================
   ACCESSIBILITY - HIGH CONTRAST
   ========================================== */

@media (prefers-contrast: high) {
  :root {
    --glass-border: rgba(255, 255, 255, 0.2);
    --glass-border-hover: rgba(255, 255, 255, 0.3);
    --color-text-muted: rgba(180, 190, 200, 1);
  }
  
  .btn-primary {
    border: 2px solid var(--brand-blue-700);
  }
  
  .btn-secondary {
    border: 2px solid var(--color-text-secondary);
  }
}

/* ==========================================
   ACCESSIBILITY - FOCUS IMPROVEMENTS
   ========================================== */

/* Skip link for keyboard users */
.skip-link {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--emerald-500);
  color: var(--brand-blue-700);
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  z-index: 9999;
  transition: top var(--transition-fast);
}

.skip-link:focus {
  top: 1rem;
}

/* Enhanced focus for interactive elements */
.showcase-tab:focus-visible,
.focus-option:focus-visible,
.faq-question:focus-visible {
  outline: 2px solid var(--emerald-400);
  outline-offset: 2px;
}

/* Screen reader only text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
