/* ============================================
   OTTIE AI - WARM ORGANIC LUXURY
   A $1T Website Experience
   ============================================ */

/* ============================================
   FONTS - Distinctive & Warm
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;1,9..144,400;1,9..144,500&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ============================================
   DESIGN SYSTEM - Premium Variables
   ============================================ */
:root {
  /* ===== COLOR PALETTE - Warm & Grounded ===== */

  /* Primary - Deep Forest (Trust, Grounding) */
  --forest: #1E3A2F;
  --forest-light: #2D4F40;
  --forest-soft: #3D6B56;

  /* Secondary - Terracotta (Warmth, Action) */
  --terracotta: #C4704D;
  --terracotta-light: #D4896A;
  --terracotta-dark: #A85D3E;

  /* Accent - Sage (Calm, Balance) */
  --sage: #8BA888;
  --sage-light: #A8C4A5;
  --sage-soft: rgba(139, 168, 136, 0.15);

  /* Accent - Blush (Tenderness, Connection) */
  --blush: #E2B5AD;
  --blush-light: #F0D4CF;
  --blush-soft: rgba(226, 181, 173, 0.2);

  /* Accent - Honey (Premium, Hope) */
  --honey: #D4A853;
  --honey-light: #E5C47A;
  --honey-soft: rgba(212, 168, 83, 0.15);

  /* Neutrals - Warm Spectrum */
  --cream: #FAF7F2;
  --cream-dark: #F5F0E8;
  --sand: #EDE6DB;
  --stone: #D4C9BB;
  --driftwood: #A69A8A;
  --charcoal: #2C2926;
  --charcoal-soft: #4A4541;

  /* Semantic */
  --text-primary: var(--charcoal);
  --text-secondary: var(--driftwood);
  --text-inverse: var(--cream);
  --surface: #FFFFFF;
  --background: var(--cream);
  --border: rgba(166, 154, 138, 0.25);

  /* ===== TYPOGRAPHY ===== */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Outfit', -apple-system, sans-serif;

  /* Type Scale - Fluid */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.6vw, 1.375rem);
  --text-xl: clamp(1.25rem, 1.1rem + 0.75vw, 1.625rem);
  --text-2xl: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem);
  --text-3xl: clamp(2rem, 1.5rem + 2.5vw, 3.25rem);
  --text-4xl: clamp(2.5rem, 1.8rem + 3.5vw, 4.5rem);
  --text-5xl: clamp(3rem, 2rem + 5vw, 6rem);

  /* ===== SPACING ===== */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;

  /* ===== BORDERS & RADIUS ===== */
  --radius-sm: 0.5rem;
  --radius-md: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --radius-2xl: 2.5rem;
  --radius-3xl: 3.5rem;
  --radius-full: 9999px;

  /* ===== SHADOWS - Soft & Organic ===== */
  --shadow-sm: 0 2px 8px -2px rgba(44, 41, 38, 0.08);
  --shadow-md: 0 8px 24px -8px rgba(44, 41, 38, 0.12);
  --shadow-lg: 0 16px 48px -12px rgba(44, 41, 38, 0.15);
  --shadow-xl: 0 24px 64px -16px rgba(44, 41, 38, 0.2);
  --shadow-glow: 0 0 60px -15px var(--terracotta);
  --shadow-inner: inset 0 2px 4px rgba(44, 41, 38, 0.06);

  /* ===== TRANSITIONS ===== */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --duration-fast: 150ms;
  --duration-normal: 300ms;
  --duration-slow: 500ms;
  --duration-slower: 800ms;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-primary);
  background: var(--background);
  overflow-x: hidden;
}

/* Grain Texture Overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
  z-index: 10000;
}

::selection {
  background: var(--blush);
  color: var(--forest);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-out);
}

ul, ol {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

.hide-desktop {
  display: block;
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

/* ============================================
   LAYOUT
   ============================================ */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

@media (min-width: 768px) {
  .container {
    padding: 0 var(--space-10);
  }
}

@media (min-width: 1200px) {
  .container {
    padding: 0 var(--space-16);
  }
}

/* ============================================
   SECTION STYLING
   ============================================ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--sage-soft);
  color: var(--forest);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: var(--radius-full);
  margin-bottom: var(--space-6);
}

.section-label::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
}

.section-headline {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: var(--space-6);
  max-width: 18ch;
}

.section-headline em {
  font-style: italic;
  color: var(--terracotta);
}

.section-subhead {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 600px;
}

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

.section-header.centered {
  text-align: center;
}

.section-header.centered .section-headline {
  margin-left: auto;
  margin-right: auto;
}

.section-header.centered .section-subhead {
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: var(--space-4) 0;
  transition: all var(--duration-normal) var(--ease-out);
}

.nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(250, 247, 242, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-out);
}

.nav.scrolled::before {
  opacity: 1;
}

.nav.scrolled {
  padding: var(--space-3) 0;
  box-shadow: 0 1px 0 var(--border);
}

.nav-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

@media (min-width: 768px) {
  .nav-container {
    padding: 0 var(--space-10);
  }
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  z-index: 1;
}

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

.logo-icon-box {
  width: 44px;
  height: 44px;
  background: var(--forest);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration-normal) var(--ease-spring);
}

.nav-logo:hover .logo-icon-box {
  transform: scale(1.05) rotate(-3deg);
}

.logo-svg {
  width: 24px;
  height: 24px;
  color: var(--cream);
}

.logo-text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--text-xl);
  letter-spacing: -0.02em;
  color: var(--forest);
}

.nav-links {
  display: none;
  align-items: center;
  gap: var(--space-8);
}

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

.nav-links a {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--text-secondary);
  transition: color var(--duration-fast) var(--ease-out);
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--terracotta);
  border-radius: 1px;
  transition: width var(--duration-normal) var(--ease-out);
}

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

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: var(--space-3) var(--space-6);
  background: var(--terracotta);
  color: var(--cream) !important;
  border-radius: var(--radius-full);
  font-weight: 600;
  box-shadow: var(--shadow-md), 0 0 0 0 var(--terracotta);
  transition: all var(--duration-normal) var(--ease-out);
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  background: var(--terracotta-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), 0 0 30px -5px var(--terracotta);
}

/* Mobile Nav Toggle */
.nav-mobile-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: var(--space-2);
  z-index: 1;
}

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

.nav-mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--forest);
  border-radius: 2px;
  transition: all var(--duration-normal) var(--ease-out);
  transform-origin: center;
}

.nav-mobile-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-mobile-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cream);
  padding: var(--space-32) var(--space-8);
  flex-direction: column;
  gap: var(--space-6);
  z-index: 999;
}

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

.mobile-nav a {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 500;
  color: var(--forest);
  transition: color var(--duration-fast) var(--ease-out);
}

.mobile-nav a:hover {
  color: var(--terracotta);
}

.mobile-nav-cta {
  display: inline-block;
  margin-top: var(--space-4);
  padding: var(--space-4) var(--space-8);
  background: var(--terracotta);
  color: var(--cream) !important;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 600;
  text-align: center;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-8);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  border-radius: var(--radius-full);
  transition: all var(--duration-normal) var(--ease-out);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--duration-fast) var(--ease-out);
}

.btn:hover::before {
  opacity: 1;
}

.btn-primary {
  background: var(--terracotta);
  color: var(--cream);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  background: var(--terracotta-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg), var(--shadow-glow);
}

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

.btn-secondary {
  background: var(--surface);
  color: var(--forest);
  border: 2px solid var(--border);
}

.btn-secondary:hover {
  background: var(--cream-dark);
  border-color: var(--stone);
  transform: translateY(-2px);
}

.btn-white {
  background: var(--surface);
  color: var(--terracotta);
  box-shadow: var(--shadow-md);
}

.btn-white:hover {
  background: var(--cream);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn-large {
  padding: var(--space-5) var(--space-10);
  font-size: var(--text-lg);
}

@media (min-width: 768px) {
  .btn-large {
    padding: var(--space-6) var(--space-12);
  }
}

.btn svg {
  transition: transform var(--duration-normal) var(--ease-out);
}

.btn:hover svg {
  transform: translateX(4px);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  position: relative;
  min-height: 100vh;
  padding: var(--space-32) 0 var(--space-20);
  overflow: hidden;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .hero {
    padding: var(--space-40) 0 var(--space-24);
  }
}

/* Organic Background Shapes */
.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70vw;
  height: 70vw;
  max-width: 900px;
  max-height: 900px;
  background: radial-gradient(ellipse at center, var(--blush-soft) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  animation: float-slow 20s ease-in-out infinite;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -15%;
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  background: radial-gradient(ellipse at center, var(--sage-soft) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
  animation: float-slow 25s ease-in-out infinite reverse;
}

@keyframes float-slow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 30px) scale(0.95); }
}

.hero-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 768px) {
  .hero-container {
    padding: 0 var(--space-10);
  }
}

@media (min-width: 1024px) {
  .hero-container {
    grid-template-columns: 1.1fr 1fr;
    gap: var(--space-16);
  }
}

/* Otter Mascot */
.otter-mascot {
  display: none;
}

@media (min-width: 1024px) {
  .otter-mascot {
    display: block;
    position: absolute;
    top: -80px;
    left: -60px;
    width: 180px;
    height: 180px;
    opacity: 0.9;
    animation: float 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
  }
}

.mascot-svg {
  width: 100%;
  height: 100%;
}

.float-heart {
  animation: float-heart 4s ease-in-out infinite;
}

.float-heart-delayed {
  animation: float-heart 4s ease-in-out 2s infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(3deg); }
}

@keyframes float-heart {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.6; }
  50% { transform: translateY(-8px) scale(1.1); opacity: 1; }
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: var(--honey-soft);
  border: 1px solid rgba(212, 168, 83, 0.3);
  border-radius: var(--radius-full);
  margin-bottom: var(--space-8);
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) forwards;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: var(--honey);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.badge-text {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--terracotta-dark);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-8);
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 0.15s forwards;
}

@media (min-width: 768px) {
  .hero-headline {
    font-size: var(--text-5xl);
  }
}

.hero-headline .highlight {
  position: relative;
  color: var(--terracotta);
  font-style: italic;
}

.hero-headline .highlight::after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: -0.05em;
  right: -0.05em;
  height: 0.35em;
  background: var(--blush-soft);
  border-radius: 4px;
  z-index: -1;
}

.hero-subhead {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: var(--space-10);
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 0.3s forwards;
}

@media (min-width: 768px) {
  .hero-subhead {
    font-size: var(--text-xl);
  }
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-10);
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 0.45s forwards;
}

@media (min-width: 480px) {
  .hero-buttons {
    flex-direction: row;
    gap: var(--space-4);
  }
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-6);
  opacity: 0;
  animation: fade-up 0.8s var(--ease-out) 0.6s forwards;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--text-secondary);
}

.trust-item svg {
  width: 18px;
  height: 18px;
  color: var(--sage);
}

.trust-dot {
  display: none;
  width: 4px;
  height: 4px;
  background: var(--stone);
  border-radius: 50%;
}

@media (min-width: 768px) {
  .trust-dot {
    display: block;
  }
}

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

/* Hero Phone Mockup */
.hero-phone {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  animation: fade-up 1s var(--ease-out) 0.5s forwards;
}

@media (min-width: 1024px) {
  .hero-phone {
    justify-content: flex-end;
  }
}

.phone-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(ellipse at center, var(--terracotta) 0%, transparent 60%);
  opacity: 0.15;
  filter: blur(60px);
  pointer-events: none;
  animation: glow-pulse 4s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.15; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.25; transform: translate(-50%, -50%) scale(1.1); }
}

.phone-frame {
  position: relative;
  width: 280px;
  height: 580px;
  background: var(--charcoal);
  border-radius: 44px;
  padding: 12px;
  box-shadow:
    var(--shadow-xl),
    inset 0 0 0 1px rgba(255,255,255,0.1),
    0 0 0 1px rgba(0,0,0,0.3);
  animation: float 8s ease-in-out infinite;
}

@media (min-width: 768px) {
  .phone-frame {
    width: 320px;
    height: 660px;
  }
}

/* Phone Hardware Details */
.phone-button {
  position: absolute;
  background: var(--charcoal-soft);
  border-radius: 2px;
}

.phone-button.left-1 {
  width: 3px;
  height: 28px;
  left: -3px;
  top: 100px;
}

.phone-button.left-2 {
  width: 3px;
  height: 48px;
  left: -3px;
  top: 145px;
}

.phone-button.right {
  width: 3px;
  height: 80px;
  right: -3px;
  top: 160px;
}

.dynamic-island {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 28px;
  background: #000;
  border-radius: 20px;
  z-index: 30;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: var(--cream);
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.screen-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(ellipse at top right, var(--sage-soft) 0%, transparent 70%);
  pointer-events: none;
}

/* App Header in Phone */
.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-12) var(--space-5) var(--space-4);
}

.header-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.status-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-dot {
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

.status-text {
  font-size: 10px;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.session-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--forest);
}

.user-avatar {
  width: 36px;
  height: 36px;
  background: var(--blush);
  color: var(--forest);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 0 2px var(--cream);
}

/* Chat Messages */
.chat-area {
  flex: 1;
  padding: 0 var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  overflow: hidden;
}

.message {
  display: flex;
  flex-direction: column;
  max-width: 90%;
}

.message.ottie {
  align-items: flex-start;
}

.message.user {
  align-items: flex-end;
  align-self: flex-end;
}

.message-bubble {
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-lg);
}

.message.ottie .message-bubble {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top-left-radius: var(--space-1);
  box-shadow: var(--shadow-sm);
}

.message.user .message-bubble {
  background: var(--forest);
  color: var(--cream);
  border-bottom-right-radius: var(--space-1);
  box-shadow: var(--shadow-md);
}

.message-bubble p {
  font-size: 13px;
  line-height: 1.5;
}

.message-meta {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-top: 4px;
  margin-left: 4px;
  opacity: 0.7;
}

.message.animate-1 {
  opacity: 0;
  animation: message-in 0.6s var(--ease-out) 1s forwards;
}

.message.animate-2 {
  opacity: 0;
  animation: message-in 0.6s var(--ease-out) 2.5s forwards;
}

@keyframes message-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Insight Card */
.insight-card {
  position: absolute;
  bottom: 80px;
  left: var(--space-3);
  right: var(--space-3);
  background: var(--surface);
  border: 1px solid var(--honey-soft);
  border-left: 3px solid var(--honey);
  padding: var(--space-3);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  opacity: 0;
  animation: insight-in 0.8s var(--ease-spring) 4s forwards;
}

@keyframes insight-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.insight-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.insight-card .insight-icon {
  width: 18px;
  height: 18px;
  background: var(--honey-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--honey);
}

.insight-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.insight-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--forest);
  line-height: 1.5;
}

/* Input Area */
.input-area {
  padding: var(--space-3) var(--space-4) var(--space-4);
  margin-top: auto;
}

.input-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-2) var(--space-2) var(--space-2) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
}

.input-placeholder {
  font-size: 13px;
  color: var(--text-secondary);
  opacity: 0.6;
}

.send-button {
  width: 32px;
  height: 32px;
  background: var(--terracotta);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  box-shadow: var(--shadow-sm);
}

.home-indicator {
  width: 36%;
  height: 4px;
  background: var(--stone);
  border-radius: 2px;
  margin: var(--space-2) auto var(--space-2);
  opacity: 0.5;
}

/* ============================================
   PROBLEM SECTION
   ============================================ */
.problem-section {
  position: relative;
  padding: var(--space-24) 0;
  background: var(--surface);
  overflow: hidden;
}

.problem-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.problem-section .section-label {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto var(--space-6);
}

.problem-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-16);
}

.problem-header .section-headline {
  max-width: none;
}

.underline-accent {
  position: relative;
  color: var(--terracotta);
  font-style: italic;
}

.underline-accent::after {
  content: '';
  position: absolute;
  bottom: 0.1em;
  left: 0;
  right: 0;
  height: 0.15em;
  background: var(--blush);
  border-radius: 2px;
  z-index: -1;
}

.problem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  max-width: 1100px;
  margin: 0 auto var(--space-16);
}

@media (min-width: 768px) {
  .problem-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
  }
}

.problem-card {
  position: relative;
  background: var(--cream);
  padding: var(--space-8);
  border-radius: var(--radius-2xl);
  border: 1px solid transparent;
  transition: all var(--duration-normal) var(--ease-out);
  overflow: hidden;
}

.problem-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blush), var(--terracotta-light));
  opacity: 0;
  transition: opacity var(--duration-normal) var(--ease-out);
}

.problem-card:hover {
  background: var(--surface);
  border-color: var(--border);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

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

.problem-emoji {
  font-size: 56px;
  margin-bottom: var(--space-6);
  transition: transform var(--duration-normal) var(--ease-spring);
}

.problem-card:hover .problem-emoji {
  transform: scale(1.15) rotate(-5deg);
}

.problem-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  margin-bottom: var(--space-3);
  color: var(--forest);
}

.problem-desc {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.6;
}

.problem-real {
  margin-top: var(--space-3);
  font-weight: 600;
  color: var(--terracotta);
  font-style: italic;
}

/* Statement Card */
.statement-card {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: var(--space-10) var(--space-8);
  background: var(--forest);
  border-radius: var(--radius-2xl);
  text-align: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .statement-card {
    padding: var(--space-12) var(--space-16);
  }
}

.statement-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 150%;
  background: radial-gradient(ellipse at center, rgba(139, 168, 136, 0.2) 0%, transparent 70%);
  pointer-events: none;
}

.statement-card p {
  position: relative;
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.6;
}

@media (min-width: 768px) {
  .statement-card p {
    font-size: var(--text-2xl);
  }
}

.statement-card strong {
  font-weight: 600;
  color: var(--blush-light);
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */
.how-it-works {
  position: relative;
  padding: var(--space-24) 0;
  background: var(--cream);
  overflow: hidden;
}

.how-it-works::before {
  content: '';
  position: absolute;
  top: 20%;
  right: -15%;
  width: 40vw;
  height: 40vw;
  max-width: 500px;
  max-height: 500px;
  background: radial-gradient(ellipse at center, var(--blush-soft) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.7;
}

/* ============================================
   STEPS V2 - Clean Card Layout
   ============================================ */
.steps-v2 {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  max-width: 1000px;
  margin: 0 auto;
}

.step-card {
  position: relative;
}

.step-card-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  background: var(--surface);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.step-card:hover .step-card-inner {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .step-card-inner {
    grid-template-columns: auto 1fr auto;
    gap: var(--space-8);
    padding: var(--space-10);
    align-items: start;
  }
}

/* Step Marker - Left column */
.step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.step-marker-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--forest), var(--forest-light));
  color: var(--cream);
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  border-radius: var(--radius-lg);
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .step-marker-num {
    width: 64px;
    height: 64px;
    font-size: var(--text-xl);
  }
}

.step-marker-line {
  display: none;
}

@media (min-width: 768px) {
  .step-marker-line {
    display: block;
    width: 2px;
    height: 100%;
    min-height: 80px;
    background: linear-gradient(180deg, var(--sage) 0%, transparent 100%);
    border-radius: 2px;
    opacity: 0.4;
  }
}

/* Step Body - Center column */
.step-body {
  flex: 1;
  min-width: 0;
}

.step-card-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  color: var(--forest);
  margin-bottom: var(--space-4);
  line-height: 1.3;
}

@media (min-width: 768px) {
  .step-card-title {
    font-size: var(--text-2xl);
  }
}

.step-card-desc {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-4);
}

/* Questions list */
.step-questions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin: var(--space-5) 0;
  padding-left: 0;
  list-style: none;
}

.step-questions li {
  position: relative;
  padding-left: var(--space-8);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
}

.step-questions li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: var(--blush-soft);
  border-radius: 50%;
}

.step-questions li::after {
  content: '?';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 700;
}

/* Insights list */
.step-insights {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin: var(--space-5) 0;
  padding-left: 0;
  list-style: none;
}

.step-insights li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
}

.insight-bullet {
  flex-shrink: 0;
  font-size: 16px;
}

/* Callout boxes */
.step-callout {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--forest);
  padding: var(--space-4);
  background: var(--sage-soft);
  border-radius: var(--radius-md);
  margin-top: var(--space-4);
  border-left: 3px solid var(--sage);
}

.step-callout .callout-icon {
  flex-shrink: 0;
  color: var(--sage);
}

.step-callout--warm {
  background: var(--honey-soft);
  border-left-color: var(--honey);
  color: var(--charcoal);
}

/* Step Visual - Right column */
.step-visual-v2 {
  display: none;
}

@media (min-width: 768px) {
  .step-visual-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    flex-shrink: 0;
  }
}

/* Visual: Join */
.visual-join {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-6);
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.phone-mini {
  width: 56px;
  height: 88px;
  background: var(--charcoal);
  border-radius: 10px;
  padding: 3px;
  box-shadow: var(--shadow-sm);
}

.phone-mini-screen {
  width: 100%;
  height: 100%;
  background: var(--cream);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'SF Mono', 'Menlo', monospace;
  font-size: 8px;
  font-weight: 700;
  color: var(--forest);
  letter-spacing: 0.5px;
}

.connection-visual {
  display: flex;
  align-items: center;
  gap: 4px;
}

.conn-dot {
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
}

.conn-line {
  width: 20px;
  height: 2px;
  background: var(--sage);
  opacity: 0.5;
}

/* Visual: Separate */
.visual-separate {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-5);
  background: var(--cream);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
}

.partner-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3);
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  min-width: 70px;
}

.partner-label {
  font-size: 9px;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.typing-dots {
  display: flex;
  gap: 3px;
}

.typing-dots span {
  width: 5px;
  height: 5px;
  background: var(--terracotta);
  border-radius: 50%;
  animation: typing-bounce 1.4s ease-in-out infinite;
}

.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typing-bounce {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-6px); }
}

.privacy-divider {
  color: var(--driftwood);
  opacity: 0.6;
}

/* Visual: Together */
.visual-together {
  width: 100%;
}

.insights-card-mini {
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.insights-card-header {
  background: linear-gradient(135deg, var(--forest), var(--forest-light));
  color: var(--cream);
  padding: var(--space-3) var(--space-4);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.insights-card-body {
  padding: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.skeleton-line {
  height: 8px;
  background: var(--sand);
  border-radius: 4px;
}

.skeleton-line.short {
  width: 65%;
}

.insights-card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3);
  border-top: 1px solid var(--border);
  background: var(--cream);
}

.presence-dot {
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
  animation: presence-pulse 2s ease-in-out infinite;
}

.presence-dot:nth-child(2) {
  animation-delay: 0.3s;
}

@keyframes presence-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.9); }
}

.presence-text {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-secondary);
}

/* ============================================
   PERFECT FOR SECTION
   ============================================ */
.perfect-for {
  position: relative;
  padding: var(--space-24) 0;
  background: var(--forest);
  overflow: hidden;
}

.perfect-for::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at top right, rgba(139, 168, 136, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.perfect-for::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 60%;
  background: radial-gradient(ellipse at bottom left, rgba(226, 181, 173, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.perfect-for .section-label {
  background: rgba(139, 168, 136, 0.2);
  color: var(--sage-light);
}

.perfect-for .section-label::before {
  background: var(--sage-light);
}

.perfect-for .section-headline {
  color: var(--cream);
  max-width: none;
}

.for-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
}

@media (min-width: 640px) {
  .for-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .for-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-5);
  }
}

.for-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  transition: all var(--duration-normal) var(--ease-out);
}

.for-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-6px);
}

.for-icon {
  font-size: 32px;
  margin-bottom: var(--space-4);
  filter: saturate(1.2);
}

.for-card p {
  color: var(--cream);
  font-size: var(--text-sm);
  line-height: 1.6;
  font-weight: 500;
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials {
  position: relative;
  padding: var(--space-24) 0;
  background: var(--cream);
  overflow: hidden;
}

.testimonials::before {
  content: '"';
  position: absolute;
  top: var(--space-16);
  left: 10%;
  font-family: var(--font-display);
  font-size: 300px;
  font-weight: 800;
  color: var(--sand);
  line-height: 1;
  pointer-events: none;
  opacity: 0.5;
}

.testimonial-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
}

@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonial {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  transition: all var(--duration-normal) var(--ease-out);
}

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

.testimonial.featured {
  background: linear-gradient(135deg, var(--blush-soft) 0%, var(--honey-soft) 100%);
  border-color: transparent;
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  color: var(--honey);
  margin-bottom: var(--space-4);
}

.testimonial blockquote {
  margin: 0 0 var(--space-6) 0;
}

.testimonial blockquote p {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--forest);
}

@media (min-width: 768px) {
  .testimonial blockquote p {
    font-size: var(--text-2xl);
  }
}

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

.author-avatar {
  width: 40px;
  height: 40px;
  background: var(--sage-soft);
  color: var(--forest);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.testimonial cite {
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: 600;
  color: var(--text-secondary);
}

/* ============================================
   COMPARISON SECTION
   ============================================ */
.comparison {
  position: relative;
  padding: var(--space-24) 0;
  background: var(--surface);
  overflow: hidden;
}

.comparison::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
  margin-bottom: var(--space-10);
}

@media (min-width: 968px) {
  .comparison-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
    align-items: end;
  }
}

.comparison-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  text-align: center;
  transition: all var(--duration-normal) var(--ease-out);
}

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

.comparison-card.highlight {
  position: relative;
  background: var(--terracotta);
  border: none;
  border-radius: var(--radius-3xl);
  padding: var(--space-10);
  color: var(--cream);
  box-shadow: var(--shadow-xl), var(--shadow-glow);
  overflow: hidden;
}

@media (min-width: 968px) {
  .comparison-card.highlight {
    transform: translateY(-24px);
  }

  .comparison-card.highlight:hover {
    transform: translateY(-30px);
  }
}

.comparison-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.comparison-header {
  margin-bottom: var(--space-6);
}

.comparison-header h3 {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 600;
  margin-bottom: var(--space-1);
  color: var(--forest);
}

.comparison-card.highlight .comparison-header h3 {
  font-size: var(--text-2xl);
  color: var(--cream);
}

.comparison-subtitle {
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.comparison-card.highlight .comparison-subtitle {
  color: var(--blush-light);
}

.ottie-icon-small {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-4);
}

.ottie-icon-small svg {
  width: 28px;
  height: 28px;
  color: var(--cream);
}

.comparison-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  text-align: left;
}

.comparison-list li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  font-weight: 500;
}

.comparison-list li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.comparison-list li.neutral {
  color: var(--text-secondary);
}

.comparison-list li.neutral svg {
  color: var(--stone);
}

.comparison-list li.warning {
  color: var(--text-secondary);
}

.warning-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--honey-soft);
  color: var(--honey);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.comparison-card.highlight .comparison-list li {
  color: var(--cream);
}

.comparison-card.highlight .comparison-list li svg {
  color: var(--cream);
  background: rgba(255,255,255,0.2);
  padding: 2px;
  border-radius: 50%;
}

.comparison-footer {
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.comparison-footer p {
  font-size: var(--text-sm);
  font-weight: 600;
  opacity: 0.9;
}

.comparison-note {
  max-width: 700px;
  margin: 0 auto;
  padding: var(--space-5);
  background: var(--cream);
  border-radius: var(--radius-lg);
  text-align: center;
}

.comparison-note p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

/* ============================================
   PRIVACY SECTION
   ============================================ */
.privacy {
  position: relative;
  padding: var(--space-24) 0;
  background: var(--cream);
  overflow: hidden;
}

.privacy::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  background: radial-gradient(ellipse at center, var(--sage-soft) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

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

.privacy-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

@media (min-width: 768px) {
  .privacy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.privacy-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  transition: all var(--duration-normal) var(--ease-out);
}

.privacy-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.privacy-item.warning {
  border-color: var(--honey);
  background: linear-gradient(135deg, var(--surface) 0%, var(--honey-soft) 100%);
}

.privacy-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sage-soft);
  color: var(--forest);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-4);
}

.privacy-item.warning .privacy-icon {
  background: var(--honey-soft);
  color: var(--terracotta-dark);
}

.privacy-item h3 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--forest);
  margin-bottom: var(--space-2);
}

.privacy-item p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  position: relative;
  padding: var(--space-24) 0;
  background: linear-gradient(135deg, var(--terracotta) 0%, var(--terracotta-dark) 100%);
  overflow: hidden;
}

.cta-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.15) 0%, transparent 60%);
  pointer-events: none;
}

.cta-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at bottom left, rgba(30, 58, 47, 0.2) 0%, transparent 60%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  z-index: 1;
}

.cta-headline {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 500;
  color: var(--cream);
  margin-bottom: var(--space-6);
  line-height: 1.15;
}

@media (min-width: 768px) {
  .cta-headline {
    font-size: var(--text-4xl);
  }
}

.cta-body {
  font-size: var(--text-lg);
  color: var(--blush-light);
  font-weight: 400;
  margin-bottom: var(--space-10);
  line-height: 1.7;
}

.cta-buttons {
  margin-bottom: var(--space-6);
}

.cta-note {
  font-size: var(--text-sm);
  color: var(--blush-light);
  font-weight: 500;
  margin-bottom: var(--space-8);
  opacity: 0.8;
}

.cta-store {
  display: flex;
  justify-content: center;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-5);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--cream);
  transition: all var(--duration-normal) var(--ease-out);
}

.store-badge:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq {
  position: relative;
  padding: var(--space-24) 0;
  background: var(--surface);
  overflow: hidden;
}

.faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.faq-item {
  background: var(--cream);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--duration-normal) var(--ease-out);
}

.faq-item:hover {
  box-shadow: var(--shadow-md);
}

.faq-item[open] {
  background: var(--surface);
  border: 1px solid var(--border);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-6);
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: var(--text-lg);
  color: var(--forest);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-chevron {
  width: 36px;
  height: 36px;
  background: var(--sage-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--forest);
  transition: all var(--duration-normal) var(--ease-out);
  flex-shrink: 0;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
  background: var(--terracotta);
  color: var(--cream);
}

.faq-answer {
  padding: 0 var(--space-6) var(--space-6);
}

.faq-answer p {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--forest);
  padding: var(--space-16) 0 var(--space-8);
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: 2fr 1fr;
  }
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

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

.footer-logo .logo-icon-box {
  background: var(--sage);
}

.footer-logo .logo-svg {
  color: var(--forest);
}

.footer-logo .logo-text {
  color: var(--cream);
}

.footer-tagline {
  font-size: var(--text-base);
  color: var(--sage-light);
  max-width: 350px;
  line-height: 1.7;
  margin-bottom: var(--space-8);
}

.footer-mascot {
  opacity: 0.4;
  filter: grayscale(100%);
  transition: all var(--duration-slow) var(--ease-out);
}

.footer-mascot:hover {
  opacity: 0.8;
  filter: grayscale(0%);
}

.mascot-svg-small {
  width: 120px;
  height: 120px;
}

.footer-links {
  display: flex;
  gap: var(--space-12);
}

.footer-column h4 {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: var(--space-5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-column a {
  display: block;
  font-size: var(--text-sm);
  color: var(--sage-light);
  margin-bottom: var(--space-3);
  transition: all var(--duration-fast) var(--ease-out);
}

.footer-column a:hover {
  color: var(--cream);
  transform: translateX(4px);
}

.footer-bottom {
  padding-top: var(--space-8);
  border-top: 1px solid rgba(139, 168, 136, 0.2);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: center;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-bottom p {
  font-size: var(--text-sm);
  color: var(--sage);
}

.footer-secure {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--sage);
}

.footer-secure svg {
  width: 16px;
  height: 16px;
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity var(--duration-slower) var(--ease-out),
    transform var(--duration-slower) var(--ease-out);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children animations */
.animate-on-scroll.visible .problem-card,
.animate-on-scroll.visible .for-card,
.animate-on-scroll.visible .privacy-item {
  animation: stagger-in var(--duration-slower) var(--ease-out) backwards;
}

.animate-on-scroll.visible .problem-card:nth-child(1),
.animate-on-scroll.visible .for-card:nth-child(1),
.animate-on-scroll.visible .privacy-item:nth-child(1) { animation-delay: 0s; }

.animate-on-scroll.visible .problem-card:nth-child(2),
.animate-on-scroll.visible .for-card:nth-child(2),
.animate-on-scroll.visible .privacy-item:nth-child(2) { animation-delay: 0.1s; }

.animate-on-scroll.visible .problem-card:nth-child(3),
.animate-on-scroll.visible .for-card:nth-child(3),
.animate-on-scroll.visible .privacy-item:nth-child(3) { animation-delay: 0.2s; }

.animate-on-scroll.visible .for-card:nth-child(4),
.animate-on-scroll.visible .privacy-item:nth-child(4) { animation-delay: 0.3s; }

.animate-on-scroll.visible .for-card:nth-child(5) { animation-delay: 0.4s; }

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

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Focus states */
:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 2px;
}

/* ============================================
   CUSTOM SCROLLBAR
   ============================================ */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--cream);
}

::-webkit-scrollbar-thumb {
  background: var(--stone);
  border-radius: 5px;
  border: 2px solid var(--cream);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--driftwood);
}
