/* ===== DEEPTELVE PREMIUM DESIGN SYSTEM ===== */

:root {
  /* === PREMIUM DARK THEME COLOR PALETTE === */
  
  /* Primary Colors */
  --primary-deep: #1a0f0a;
  --primary-dark: #2d1b12;
  --primary-medium: #3d2b1c;
  --primary-light: #4d3b2c;
  
  /* Gold Accents */
  --gold-primary: #d4af37;
  --gold-light: #e6c55a;
  --gold-dark: #b8941f;
  --gold-glow: rgba(212, 175, 55, 0.3);
  
  /* Copper Accents */
  --copper-primary: #b87333;
  --copper-light: #d4944d;
  --copper-dark: #9c5d1f;
  
  /* Mystical Purple */
  --mystical-deep: #4a148c;
  --mystical-medium: #7b1fa2;
  --mystical-light: #9c27b0;
  --mystical-glow: rgba(74, 20, 140, 0.4);
  
  /* Neutral Colors */
  --neutral-white: #ffffff;
  --neutral-cream: #faf8f3;
  --neutral-light: #f5f3f0;
  --neutral-medium: #e8e4e0;
  --neutral-dark: #c2beb8;
  --neutral-darker: #8a8680;
  
  /* Text Colors */
  --text-primary: #faf8f3;
  --text-secondary: #e8e4e0;
  --text-muted: #c2beb8;
  --text-dark: #2d1b12;
  --text-gold: #d4af37;
  
  /* Background Colors */
  --bg-primary: #1a0f0a;
  --bg-secondary: #2d1b12;
  --bg-tertiary: #3d2b1c;
  --bg-overlay: rgba(26, 15, 10, 0.9);
  --bg-glass: rgba(255, 255, 255, 0.1);
  --bg-glass-dark: rgba(0, 0, 0, 0.3);
  
  /* Gradient Definitions */
  --gradient-primary: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary-dark) 100%);
  --gradient-hero: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary-medium) 50%, var(--primary-dark) 100%);
  --gradient-gold: linear-gradient(135deg, var(--gold-primary) 0%, var(--gold-light) 100%);
  --gradient-mystical: linear-gradient(45deg, var(--mystical-deep) 0%, var(--mystical-medium) 50%, var(--gold-primary) 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  --gradient-overlay: linear-gradient(180deg, rgba(26, 15, 10, 0) 0%, rgba(26, 15, 10, 0.8) 100%);
  
  /* Shadow System */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.2);
  --shadow-xl: 0 12px 24px rgba(0, 0, 0, 0.25);
  --shadow-2xl: 0 20px 40px rgba(0, 0, 0, 0.3);
  
  /* Gold Glow Shadows */
  --shadow-gold-sm: 0 2px 8px var(--gold-glow);
  --shadow-gold-md: 0 4px 16px var(--gold-glow);
  --shadow-gold-lg: 0 8px 24px var(--gold-glow);
  
  /* Mystical Glow Shadows */
  --shadow-mystical-sm: 0 2px 8px var(--mystical-glow);
  --shadow-mystical-md: 0 4px 16px var(--mystical-glow);
  --shadow-mystical-lg: 0 8px 24px var(--mystical-glow);
  
  /* Glass Morphism */
  --glass-backdrop: blur(20px);
  --glass-border: 1px solid rgba(255, 255, 255, 0.1);
  --glass-highlight: rgba(255, 255, 255, 0.1);
  
  /* Border Radius System */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 32px;
  --radius-full: 9999px;
  
  /* Spacing System */
  --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-8: 2rem;       /* 32px */
  --space-10: 2.5rem;    /* 40px */
  --space-12: 3rem;      /* 48px */
  --space-16: 4rem;      /* 64px */
  --space-20: 5rem;      /* 80px */
  --space-24: 6rem;      /* 96px */
  --space-32: 8rem;      /* 128px */
  --space-40: 10rem;     /* 160px */
  --space-48: 12rem;     /* 192px */
  --space-56: 14rem;     /* 224px */
  --space-64: 16rem;     /* 256px */
  
  /* Typography System */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Cinzel', Georgia, 'Times New Roman', serif;
  --font-mono: 'JetBrains Mono', 'Courier New', monospace;
  
  /* Font Sizes */
  --text-xs: 0.75rem;     /* 12px */
  --text-sm: 0.875rem;    /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-lg: 1.125rem;    /* 18px */
  --text-xl: 1.25rem;     /* 20px */
  --text-2xl: 1.5rem;     /* 24px */
  --text-3xl: 1.875rem;   /* 30px */
  --text-4xl: 2.25rem;    /* 36px */
  --text-5xl: 3rem;       /* 48px */
  --text-6xl: 3.75rem;    /* 60px */
  --text-7xl: 4.5rem;     /* 72px */
  --text-8xl: 6rem;       /* 96px */
  --text-9xl: 8rem;       /* 128px */
  
  /* Font Weights */
  --weight-thin: 100;
  --weight-light: 300;
  --weight-normal: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;
  --weight-black: 900;
  
  /* Line Heights */
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  
  /* Z-Index System */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal-backdrop: 1040;
  --z-modal: 1050;
  --z-popover: 1060;
  --z-tooltip: 1070;
  --z-toast: 1080;
  
  /* Breakpoints */
  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-2xl: 1536px;
  
  /* Transition System */
  --transition-fast: 0.15s ease-out;
  --transition-base: 0.3s ease-out;
  --transition-slow: 0.5s ease-out;
  --transition-spring: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Animation Durations */
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 500ms;
  --duration-slower: 750ms;
  --duration-slowest: 1000ms;
  
  /* Animation Easing */
  --ease-linear: linear;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ===== ANIMATION KEYFRAMES ===== */

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.05); }
}

@keyframes glow {
  0%, 100% { box-shadow: 0 0 20px var(--gold-glow); }
  50% { box-shadow: 0 0 40px var(--gold-glow), 0 0 60px var(--gold-glow); }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes slideInUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes slideInDown {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes slideInLeft {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInRight {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% { transform: translateY(0); }
  40%, 43% { transform: translateY(-30px); }
  70% { transform: translateY(-15px); }
  90% { transform: translateY(-4px); }
}

@keyframes twinkle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.2); }
}

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ===== GLOBAL RESET & BASE STYLES ===== */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--weight-normal);
  line-height: var(--leading-normal);
  color: var(--text-primary);
  background: var(--bg-primary);
  overflow-x: hidden;
}

/* ===== UTILITY CLASSES ===== */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.container-sm {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 var(--space-4);
}

.glass {
  background: var(--bg-glass);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
  border-radius: var(--radius-lg);
}

.glass-dark {
  background: var(--bg-glass-dark);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
  border-radius: var(--radius-lg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  border: none;
  border-radius: var(--radius-lg);
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
  user-select: none;
}

.btn-primary {
  background: var(--gradient-gold);
  color: var(--primary-deep);
  box-shadow: var(--shadow-gold-sm);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-md);
}

.btn-secondary {
  background: var(--glass);
  color: var(--text-primary);
  border: var(--glass-border);
  box-shadow: var(--shadow-md);
}

.btn-secondary:hover {
  background: var(--bg-glass-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-lg);
  border-radius: var(--radius-xl);
}

.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-sm);
  border-radius: var(--radius-md);
}

.text-gradient {
  background: var(--gradient-mystical);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 3s ease infinite;
}

.text-gold {
  color: var(--gold-primary);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.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;
}

/* ===== RESPONSIVE UTILITIES ===== */

@media (max-width: 640px) {
  .container {
    padding: 0 var(--space-4);
  }
  
  .btn {
    padding: var(--space-3) var(--space-4);
    font-size: var(--text-sm);
  }
}

@media (min-width: 768px) {
  .container {
    padding: 0 var(--space-6);
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 var(--space-8);
  }
}

/* ===== ACCESSIBILITY ===== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus styles */
:focus {
  outline: 2px solid var(--gold-primary);
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* ===== NAVIGATION STYLES ===== */

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-fixed);
  background: var(--bg-glass);
  backdrop-filter: var(--glass-backdrop);
  border-bottom: var(--glass-border);
  transition: all var(--transition-base);
}

.navigation.scrolled {
  background: var(--bg-glass-dark);
  box-shadow: var(--shadow-lg);
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) 0;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.nav-logo {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
}

.nav-brand-text {
  display: flex;
  flex-direction: column;
}

.nav-brand-name {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}

.nav-brand-tagline {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-8);
  list-style: none;
}

.nav-link {
  font-size: var(--text-base);
  font-weight: var(--weight-medium);
  color: var(--text-secondary);
  text-decoration: none;
  transition: all var(--transition-base);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-gold);
  transition: width var(--transition-base);
}

.nav-link:hover,
.nav-link.active {
  color: var(--text-primary);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.lang-btn {
  padding: var(--space-2);
  border: none;
  background: transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-base);
  font-size: var(--text-base);
}

.lang-btn:hover,
.lang-btn.active {
  background: var(--bg-glass);
  transform: scale(1.1);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-2);
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle-line {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: all var(--transition-base);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bg-primary);
  border-top: var(--glass-border);
  box-shadow: var(--shadow-xl);
}

.nav-mobile-content {
  display: flex;
  flex-direction: column;
  padding: var(--space-4);
}

.nav-mobile-link {
  padding: var(--space-3);
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
}

.nav-mobile-link:hover {
  background: var(--bg-glass);
  color: var(--text-primary);
}

/* ===== HERO SECTION STYLES ===== */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-hero);
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--gold-primary);
  border-radius: 50%;
  animation: twinkle 3s ease-in-out infinite;
}

.particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 1s;
}

.particle:nth-child(3) {
  top: 40%;
  left: 70%;
  animation-delay: 2s;
}

.particle:nth-child(4) {
  top: 80%;
  left: 20%;
  animation-delay: 0.5s;
}

.particle:nth-child(5) {
  top: 30%;
  left: 90%;
  animation-delay: 1.5s;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  padding: var(--space-20) 0;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-coffee-cup {
  position: relative;
  width: 200px;
  height: 200px;
  margin-right: var(--space-8);
}

.cup-outer {
  position: relative;
  width: 120px;
  height: 120px;
  background: var(--gradient-gold);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  box-shadow: var(--shadow-gold-lg);
  animation: rotate 20s linear infinite;
}

.cup-inner {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: var(--primary-deep);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.cup-handle {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 30px;
  height: 30px;
  border: 4px solid var(--gold-primary);
  border-radius: 50%;
  border-left: transparent;
}

.mystical-effects {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mystical-particle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--mystical-medium);
  border-radius: 50%;
  animation: float 4s ease-in-out infinite;
}

.mystical-particle:nth-child(1) {
  top: 20px;
  left: 60px;
  animation-delay: 0s;
}

.mystical-particle:nth-child(2) {
  top: 80px;
  left: 20px;
  animation-delay: 1s;
}

.mystical-particle:nth-child(3) {
  top: 60px;
  left: 100px;
  animation-delay: 2s;
}

.hero-phone {
  position: relative;
  transform: perspective(1000px) rotateY(-15deg);
}

.phone-frame {
  width: 280px;
  height: 560px;
  background: var(--bg-glass);
  border-radius: var(--radius-2xl);
  padding: var(--space-4);
  box-shadow: var(--shadow-2xl);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.phone-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.hero-title {
  font-family: var(--font-heading);
  font-size: var(--text-6xl);
  font-weight: var(--weight-bold);
  line-height: var(--leading-tight);
  color: var(--text-primary);
}

.title-line-1 {
  display: block;
  margin-bottom: var(--space-2);
}

.title-line-2 {
  display: block;
}

.hero-description {
  font-size: var(--text-xl);
  line-height: var(--leading-relaxed);
  color: var(--text-secondary);
}

.hero-features {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.feature-icon {
  font-size: var(--text-2xl);
}

.hero-actions {
  display: flex;
  gap: var(--space-4);
}

.hero-cta-primary,
.hero-cta-secondary {
  min-width: 200px;
}

/* ===== FEATURES SECTION STYLES ===== */

.features {
  padding: var(--space-32) 0;
  background: var(--bg-secondary);
}

.section-header {
  text-align: center;
  margin-bottom: var(--space-16);
}

.section-title {
  font-family: var(--font-heading);
  font-size: var(--text-5xl);
  font-weight: var(--weight-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.section-description {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-8);
}

.feature-card {
  background: var(--glass);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
  border-radius: var(--radius-xl);
  padding: var(--space-8);
  text-align: center;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left var(--transition-slow);
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-gold-lg);
}

.feature-card .feature-icon {
  font-size: var(--text-5xl);
  margin-bottom: var(--space-4);
}

.feature-title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.feature-description {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

/* ===== HOW IT WORKS SECTION STYLES ===== */

.how-it-works {
  padding: var(--space-32) 0;
  background: var(--bg-primary);
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.timeline-item {
  display: grid;
  grid-template-columns: 60px 1fr 300px;
  gap: var(--space-8);
  align-items: center;
}

.timeline-item:nth-child(even) {
  grid-template-columns: 60px 300px 1fr;
}

.timeline-item:nth-child(even) .timeline-content {
  grid-column: 3;
}

.timeline-item:nth-child(even) .timeline-visual {
  grid-column: 2;
}

.timeline-number {
  width: 60px;
  height: 60px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--primary-deep);
  box-shadow: var(--shadow-gold-md);
}

.timeline-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.timeline-icon {
  font-size: var(--text-4xl);
  margin-bottom: var(--space-2);
}

.timeline-title {
  font-family: var(--font-heading);
  font-size: var(--text-3xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}

.timeline-description {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

.timeline-visual {
  display: flex;
  justify-content: center;
}

.phone-mockup {
  width: 200px;
  height: 400px;
  background: var(--bg-glass);
  border-radius: var(--radius-xl);
  padding: var(--space-3);
  box-shadow: var(--shadow-xl);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
}

.mockup-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
}

/* ===== FORTUNE TELLERS SECTION STYLES ===== */

.fortune-tellers {
  padding: var(--space-32) 0;
  background: var(--bg-secondary);
}

.tellers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-8);
}

.teller-card {
  background: var(--glass);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.teller-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-mystical-lg);
}

.teller-avatar {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto var(--space-4);
}

.teller-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--gold-primary);
}

.teller-glow {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: var(--gradient-mystical);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity var(--transition-base);
}

.teller-card:hover .teller-glow {
  opacity: 0.3;
}

.teller-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.teller-name {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}

.teller-description {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

.teller-tags {
  display: flex;
  justify-content: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.tag {
  padding: var(--space-1) var(--space-3);
  background: var(--bg-glass);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  color: var(--text-gold);
  border: 1px solid var(--gold-primary);
}

/* ===== DOWNLOAD SECTION STYLES ===== */

.download {
  padding: var(--space-32) 0;
  background: var(--bg-primary);
}

.download-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.download-visual {
  display: flex;
  justify-content: center;
}

.phones-showcase {
  display: flex;
  gap: var(--space-8);
  position: relative;
}

.phone-showcase {
  position: relative;
  transition: transform var(--transition-base);
}

.phone-showcase:hover {
  transform: translateY(-10px);
}

.phone-showcase .phone-frame {
  width: 200px;
  height: 400px;
  background: var(--bg-glass);
  border-radius: var(--radius-xl);
  padding: var(--space-3);
  box-shadow: var(--shadow-xl);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
}

.phone-showcase .phone-screen {
  width: 100%;
  height: 100%;
  background: var(--bg-primary);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.phone-showcase .phone-screenshot {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-label {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: var(--text-sm);
  color: var(--text-muted);
  font-weight: var(--weight-medium);
}

.download-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.download-title {
  font-family: var(--font-heading);
  font-size: var(--text-5xl);
  font-weight: var(--weight-bold);
  color: var(--text-primary);
  line-height: var(--leading-tight);
}

.download-description {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

.download-features {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.download-feature {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.download-buttons {
  display: flex;
  gap: var(--space-4);
}

.download-btn {
  transition: transform var(--transition-base);
}

.download-btn:hover {
  transform: translateY(-2px);
}

.store-badge {
  height: 60px;
  width: auto;
}

.early-access {
  background: var(--glass);
  backdrop-filter: var(--glass-backdrop);
  border: var(--glass-border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
}

.early-access-title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.early-access-description {
  font-size: var(--text-base);
  color: var(--text-secondary);
  margin-bottom: var(--space-4);
}

.early-access-form {
  display: flex;
  gap: var(--space-3);
}

.email-input {
  flex: 1;
  padding: var(--space-3);
  border: var(--glass-border);
  border-radius: var(--radius-md);
  background: var(--bg-glass);
  color: var(--text-primary);
  font-size: var(--text-base);
  backdrop-filter: var(--glass-backdrop);
}

.email-input::placeholder {
  color: var(--text-muted);
}

.email-input:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-gold-sm);
}

/* ===== FOOTER STYLES ===== */

.footer {
  background: var(--bg-primary);
  border-top: var(--glass-border);
  padding: var(--space-20) 0 var(--space-8);
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.footer-logo {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-md);
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.footer-brand-name {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}

.footer-brand-tagline {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.footer-description {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: var(--leading-relaxed);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}

.footer-section-title {
  font-family: var(--font-heading);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.footer-section-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  list-style: none;
}

.footer-section-links a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition-base);
}

.footer-section-links a:hover {
  color: var(--text-gold);
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.social-links {
  display: flex;
  gap: var(--space-3);
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--bg-glass);
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  transition: all var(--transition-base);
}

.social-link:hover {
  background: var(--gold-primary);
  color: var(--primary-deep);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: var(--glass-border);
  padding-top: var(--space-8);
  text-align: center;
}

.footer-copyright {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

/* ===== LOADING OVERLAY STYLES ===== */

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity var(--transition-slow);
}

.loading-overlay.fade-out {
  opacity: 0;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}

.spinner-ring {
  width: 60px;
  height: 60px;
  border: 3px solid var(--bg-glass);
  border-top: 3px solid var(--gold-primary);
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}

.spinner-text {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  color: var(--text-primary);
}

/* ===== ANIMATION CLASSES ===== */

.animate-in {
  animation: fadeInUp var(--duration-slow) var(--ease-out) forwards;
}

.animate-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp var(--duration-slow) var(--ease-out) forwards;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all var(--duration-slow) var(--ease-out);
}

.animate-on-scroll.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* ===== MAGNETIC CURSOR ===== */

.magnetic-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  background: var(--gold-primary);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  opacity: 0.8;
  transition: transform 0.1s ease;
}

/* ===== LOADING STATES ===== */

.loading .navigation {
  opacity: 0;
  transform: translateY(-20px);
}

.loaded .navigation {
  opacity: 1;
  transform: translateY(0);
  transition: all var(--duration-slow) var(--ease-out);
}

.loading .hero {
  opacity: 0;
}

.loaded .hero {
  opacity: 1;
  transition: opacity var(--duration-slow) var(--ease-out);
}

/* ===== NOTIFICATION STYLES ===== */

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 16px 24px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.notification-error {
  background: #ef4444;
}

.notification-success {
  background: #10b981;
}

.notification-info {
  background: #3b82f6;
}

/* ===== MOBILE NAVIGATION ENHANCEMENTS ===== */

.nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bg-primary);
  border-top: var(--glass-border);
  box-shadow: var(--shadow-xl);
  opacity: 0;
  transform: translateY(-10px);
  transition: all var(--transition-base);
}

.nav-mobile.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.nav-mobile-content {
  display: flex;
  flex-direction: column;
  padding: var(--space-4);
}

.nav-mobile-link {
  padding: var(--space-3);
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  transform: translateX(-20px);
  opacity: 0;
  animation: slideInLeft var(--duration-base) var(--ease-out) forwards;
}

.nav-mobile-link:nth-child(1) { animation-delay: 0.1s; }
.nav-mobile-link:nth-child(2) { animation-delay: 0.2s; }
.nav-mobile-link:nth-child(3) { animation-delay: 0.3s; }
.nav-mobile-link:nth-child(4) { animation-delay: 0.4s; }
.nav-mobile-link:nth-child(5) { animation-delay: 0.5s; }

.nav-mobile-link:hover {
  background: var(--bg-glass);
  color: var(--text-primary);
  transform: translateX(0);
}

/* ===== ENHANCED BUTTON STYLES ===== */

.btn {
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left var(--transition-slow);
}

.btn:hover::before {
  left: 100%;
}

.btn:active {
  transform: scale(0.98);
}

/* ===== SKIP LINK STYLES ===== */

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary-deep);
  color: var(--text-primary);
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.3s;
  z-index: 100000;
  font-weight: 500;
}

.skip-link:focus {
  top: 6px;
}

/* ===== ENHANCED CARD ANIMATIONS ===== */

.feature-card,
.teller-card {
  position: relative;
}

.feature-card::after,
.teller-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-mystical);
  opacity: 0;
  border-radius: inherit;
  transition: opacity var(--transition-base);
  pointer-events: none;
  z-index: -1;
}

.feature-card:hover::after,
.teller-card:hover::after {
  opacity: 0.1;
}

/* ===== SCROLL PROGRESS BAR ===== */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-gold);
  width: 0%;
  z-index: 10001;
  transition: width 0.1s ease-out;
}

/* ===== ENHANCED TIMELINE ANIMATIONS ===== */

.timeline-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all var(--duration-slow) var(--ease-out);
}

.timeline-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item:nth-child(1) { transition-delay: 0.1s; }
.timeline-item:nth-child(2) { transition-delay: 0.2s; }
.timeline-item:nth-child(3) { transition-delay: 0.3s; }

/* ===== ENHANCED FORM STYLES ===== */

.email-input {
  position: relative;
}

.email-input:focus {
  outline: none;
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-gold-sm);
}

.email-input:focus + .input-highlight {
  width: 100%;
}

.input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-gold);
  transition: width var(--transition-base);
}

/* ===== ENHANCED HERO ANIMATIONS ===== */

.hero-title {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp var(--duration-slow) var(--ease-out) forwards;
  animation-delay: 0.2s;
}

.hero-description {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp var(--duration-slow) var(--ease-out) forwards;
  animation-delay: 0.4s;
}

.hero-features {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp var(--duration-slow) var(--ease-out) forwards;
  animation-delay: 0.6s;
}

.hero-actions {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp var(--duration-slow) var(--ease-out) forwards;
  animation-delay: 0.8s;
}

.hero-visual {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight var(--duration-slow) var(--ease-out) forwards;
  animation-delay: 0.3s;
}

/* ===== ENHANCED COFFEE CUP ANIMATION ===== */

.hero-coffee-cup {
  animation: float 6s ease-in-out infinite;
}

.mystical-particle {
  animation: twinkle 3s ease-in-out infinite;
}

.mystical-particle:nth-child(1) { animation-delay: 0s; }
.mystical-particle:nth-child(2) { animation-delay: 1s; }
.mystical-particle:nth-child(3) { animation-delay: 2s; }

/* ===== ENHANCED PHONE MOCKUP ===== */

.hero-phone {
  animation: float 8s ease-in-out infinite;
  animation-delay: 1s;
}

.phone-showcase {
  animation: float 10s ease-in-out infinite;
}

.phone-showcase:nth-child(1) { animation-delay: 0s; }
.phone-showcase:nth-child(2) { animation-delay: 2s; }

/* ===== RESPONSIVE STYLES ===== */

@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: var(--space-12);
    text-align: center;
  }
  
  .hero-visual {
    order: 2;
  }
  
  .hero-text {
    order: 1;
  }
  
  .download-content {
    grid-template-columns: 1fr;
    gap: var(--space-12);
    text-align: center;
  }
  
  .timeline-item {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .timeline-item:nth-child(even) {
    grid-template-columns: 1fr;
  }
  
  .timeline-item:nth-child(even) .timeline-content {
    grid-column: 1;
  }
  
  .timeline-item:nth-child(even) .timeline-visual {
    grid-column: 1;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
    gap: var(--space-8);
    text-align: center;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  
  .nav-toggle {
    display: flex;
  }
  
  .nav-mobile.active {
    display: block;
  }
  
  .hero-title {
    font-size: var(--text-4xl);
  }
  
  .section-title {
    font-size: var(--text-3xl);
  }
  
  .download-title {
    font-size: var(--text-3xl);
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .tellers-grid {
    grid-template-columns: 1fr;
  }
  
  .phones-showcase {
    flex-direction: column;
    gap: var(--space-4);
  }
  
  .early-access-form {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
  }
  
  .hero-cta-primary,
  .hero-cta-secondary {
    min-width: auto;
    width: 100%;
  }
  
  .download-buttons {
    flex-direction: column;
  }
  
  .hero-features {
    gap: var(--space-4);
  }
  
  .hero-feature {
    justify-content: center;
  }
}

/* ===== PRINT STYLES ===== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  a,
  a:visited {
    text-decoration: underline;
  }
  
  .btn {
    border: 1px solid #000;
    background: transparent;
  }
  
  .navigation,
  .loading-overlay {
    display: none !important;
  }
}