/* ========================================
   Landing Page - UnlockAndLook
   Premium Design System
   ======================================== */

html {
  scroll-behavior: smooth;
}

/* ========================================
   Keyframes
   ======================================== */
@keyframes orb-drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(40px, -50px) scale(1.05); }
  50% { transform: translate(-20px, -80px) scale(0.98); }
  75% { transform: translate(50px, -20px) scale(1.02); }
}

@keyframes orb-drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(-50px, 30px) scale(0.97); }
  50% { transform: translate(30px, -40px) scale(1.04); }
  75% { transform: translate(-30px, -60px) scale(1); }
}

@keyframes orb-drift-3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, 40px) scale(1.03); }
  66% { transform: translate(-40px, -20px) scale(0.96); }
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

@keyframes shimmer-sweep {
  0% { left: -100%; }
  100% { left: 200%; }
}

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

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@keyframes nav-glow-flow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes logo-pulse-ring {
  0% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1); opacity: 0; }
}

@keyframes nav-cta-shine {
  0% { transform: translateX(-100%) skewX(-15deg); }
  100% { transform: translateX(250%) skewX(-15deg); }
}

@keyframes mobile-link-enter {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes mobile-drawer-in {
  from { transform: translateX(-100%); }
  to { transform: translateX(0); }
}

@keyframes mobile-overlay-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ta-step-enter {
  from { opacity: 0; transform: translateX(-16px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes ta-step-enter-right {
  from { opacity: 0; transform: translateX(16px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes ta-dropout-fill {
  from { width: 0; }
}

@keyframes ta-progress-fill-bad {
  from { width: 0; }
  to { width: 30%; }
}

@keyframes ta-progress-fill-good {
  from { width: 0; }
  to { width: 95%; }
}

@keyframes ta-strikethrough {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes ta-result-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(139, 92, 246, 0.1); }
  50% { box-shadow: 0 0 40px rgba(139, 92, 246, 0.25); }
}

@keyframes ta-badge-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 20px rgba(139, 92, 246, 0.2); }
  50% { transform: scale(1.05); box-shadow: 0 0 32px rgba(139, 92, 246, 0.4); }
}

@keyframes grain-shift {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-5%, -10%); }
  30% { transform: translate(3%, -15%); }
  50% { transform: translate(12%, 9%); }
  70% { transform: translate(9%, 4%); }
  90% { transform: translate(-1%, 7%); }
}

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

@keyframes icon-glow-pulse {
  0%, 100% { box-shadow: 0 0 16px rgba(139, 92, 246, 0.1); }
  50% { box-shadow: 0 0 28px rgba(139, 92, 246, 0.25); }
}

@keyframes comparison-item-enter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes icon-pop {
  0% { transform: scale(0); opacity: 0; }
  60% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes victory-shimmer {
  0% { left: -100%; opacity: 0; }
  50% { opacity: 1; }
  100% { left: 200%; opacity: 0; }
}

@keyframes step-number-glow {
  0% { box-shadow: 0 0 0px rgba(139, 92, 246, 0); }
  50% { box-shadow: 0 0 24px rgba(139, 92, 246, 0.3), 0 0 48px rgba(139, 92, 246, 0.1); }
  100% { box-shadow: 0 0 16px rgba(139, 92, 246, 0.15); }
}

@keyframes cta-pulse-glow {
  0%, 100% { box-shadow: 0 0 24px rgba(139, 92, 246, 0.25), 0 4px 16px rgba(0, 0, 0, 0.3); }
  50% { box-shadow: 0 0 48px rgba(139, 92, 246, 0.4), 0 0 80px rgba(139, 92, 246, 0.15), 0 4px 16px rgba(0, 0, 0, 0.3); }
}

@keyframes particle-float {
  0% { transform: translate(0, 0) scale(1); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { transform: translate(var(--dx), var(--dy)) scale(0); opacity: 0; }
}

@keyframes final-orb-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(var(--drift-x, 30px), var(--drift-y, -40px)) scale(1.1); }
}

/* ========================================
   Background Grain Texture
   ======================================== */
body::before {
  content: '';
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
  animation: grain-shift 8s steps(10) infinite;
}

/* ========================================
   Mouse Cursor Glow
   ======================================== */
.cursor-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, rgba(139, 92, 246, 0.02) 40%, transparent 70%);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: left, top;
}

.cursor-glow.active {
  opacity: 1;
}

/* ========================================
   Scroll Reveal System
   ======================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }
.reveal-delay-7 { transition-delay: 0.7s; }
.reveal-delay-8 { transition-delay: 0.8s; }

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

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

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

/* ========================================
   Scroll Progress Bar
   ======================================== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa, #c084fc);
  z-index: 200;
  width: 0%;
  pointer-events: none;
}

/* ========================================
   Navigation
   ======================================== */
.landing-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 2rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(9, 9, 11, 0.4);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.landing-nav.scrolled {
  background: rgba(9, 9, 11, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4),
              0 0 60px rgba(139, 92, 246, 0.03);
}

/* Animated gradient bottom border */
.nav-glow-border {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(139, 92, 246, 0) 15%,
    rgba(139, 92, 246, 0.5) 30%,
    rgba(167, 139, 250, 0.8) 50%,
    rgba(139, 92, 246, 0.5) 70%,
    rgba(139, 92, 246, 0) 85%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: nav-glow-flow 4s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.landing-nav.scrolled .nav-glow-border {
  opacity: 1;
}

.brand-font {
  font-family: 'Space Grotesk', sans-serif;
}

/* Logo with pulse ring */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.nav-logo-icon-wrap {
  position: relative;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo-img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-logo:hover .nav-logo-img {
  transform: scale(1.08) rotate(-3deg);
}

.nav-logo-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid rgba(139, 92, 246, 0.3);
  animation: logo-pulse-ring 3s ease-in-out infinite;
  pointer-events: none;
}

.nav-logo-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fafafa 0%, #a1a1aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.nav-logo:hover .nav-logo-text {
  background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Floating pill nav */
.nav-pill {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 4px;
  border-radius: 12px;
  z-index: 1;
}

.nav-pill-bg {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s ease;
}

.landing-nav.scrolled .nav-pill-bg {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

/* Sliding indicator behind active/hovered link */
.nav-pill-indicator {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: 0;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 8px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  opacity: 0;
}

.nav-pill-indicator.active {
  opacity: 1;
}

.nav-link {
  position: relative;
  z-index: 1;
  color: #71717a;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.4375rem 0.875rem;
  border-radius: 8px;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: #e4e4e7;
}

.nav-link.active {
  color: #c4b5fd;
}

/* Glowing dot under active link */
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8b5cf6;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 6px rgba(139, 92, 246, 0.5);
}

.nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

/* Nav right side */
.nav-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 2;
}

/* CTA button with shine effect */
.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.375rem;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(139, 92, 246, 0.08) 100%);
  border: 1px solid rgba(139, 92, 246, 0.25);
  color: #c4b5fd;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: -0.01em;
}

.nav-cta:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25) 0%, rgba(139, 92, 246, 0.15) 100%);
  border-color: rgba(139, 92, 246, 0.4);
  color: #e9e1ff;
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.2),
              0 0 8px rgba(139, 92, 246, 0.1);
  transform: translateY(-1px);
}

.nav-cta-text {
  position: relative;
  z-index: 1;
}

.nav-cta-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: skewX(-15deg);
  pointer-events: none;
  transition: none;
}

.nav-cta:hover .nav-cta-shine {
  animation: nav-cta-shine 0.6s ease forwards;
}

/* Hamburger button */
.nav-hamburger {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.nav-hamburger:hover {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.2);
}

.hamburger-line {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #a1a1aa;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.nav-hamburger:hover .hamburger-line {
  background: #c4b5fd;
}

.nav-hamburger.open .hamburger-line-1 {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-hamburger.open .hamburger-line-2 {
  opacity: 0;
  transform: scaleX(0);
}

.nav-hamburger.open .hamburger-line-3 {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile overlay */
.nav-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 150;
  opacity: 0;
}

.nav-mobile-overlay.active {
  display: block;
  animation: mobile-overlay-in 0.3s ease forwards;
}

/* Mobile drawer */
.nav-mobile-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  max-width: 85vw;
  background: rgba(14, 14, 16, 0.97);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 200;
  flex-direction: column;
  padding: 1.5rem;
  transform: translateX(-100%);
}

.nav-mobile-drawer.active {
  display: flex;
  animation: mobile-drawer-in 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.nav-mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 1.5rem;
}

.nav-mobile-drawer-header .nav-logo-img {
  width: 34px;
  height: 34px;
}

.nav-mobile-drawer-header .nav-logo-text {
  font-size: 0.9375rem;
}

.nav-mobile-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.nav-mobile-close:hover {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.2);
}

.close-line {
  position: absolute;
  width: 16px;
  height: 1.5px;
  background: #a1a1aa;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.close-line-1 { transform: rotate(45deg); }
.close-line-2 { transform: rotate(-45deg); }

.nav-mobile-close:hover .close-line {
  background: #ef4444;
}

/* Mobile nav links */
.nav-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
}

.nav-mobile-link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.875rem 1rem;
  color: #a1a1aa;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.25s ease;
  opacity: 0;
  transform: translateX(-20px);
}

.nav-mobile-drawer.active .nav-mobile-link {
  animation: mobile-link-enter 0.4s cubic-bezier(0.16, 1, 0.3, 1) calc(0.15s + var(--i) * 0.08s) forwards;
}

.nav-mobile-link:hover,
.nav-mobile-link:active {
  background: rgba(139, 92, 246, 0.06);
  color: #e4e4e7;
}

.nav-mobile-link-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 10px;
  color: #8b5cf6;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.nav-mobile-link:hover .nav-mobile-link-icon {
  background: rgba(139, 92, 246, 0.14);
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.15);
}

/* Mobile footer CTA */
.nav-mobile-footer {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.2);
}

.nav-mobile-cta:hover {
  box-shadow: 0 0 32px rgba(139, 92, 246, 0.35);
  transform: translateY(-1px);
}

/* ========================================
   Hero Section
   ======================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 1.5rem 100px;
  position: relative;
  overflow: hidden;
  background: #09090b;
}

/* Animated gradient orbs */
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  will-change: transform;
}

.hero-orb-1 {
  width: 700px;
  height: 700px;
  background: rgba(139, 92, 246, 0.12);
  top: -250px;
  left: -150px;
  animation: orb-drift-1 20s ease-in-out infinite;
}

.hero-orb-2 {
  width: 550px;
  height: 550px;
  background: rgba(59, 130, 246, 0.07);
  top: -100px;
  right: -200px;
  animation: orb-drift-2 25s ease-in-out infinite;
}

.hero-orb-3 {
  width: 450px;
  height: 450px;
  background: rgba(236, 72, 153, 0.05);
  bottom: -100px;
  left: 40%;
  animation: orb-drift-3 18s ease-in-out infinite;
}

/* Dot grid pattern */
.hero-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 65%);
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 65%);
}

.hero-content {
  max-width: 840px;
  position: relative;
  z-index: 1;
  animation: hero-enter 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1.125rem;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.12);
  border-radius: 100px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #a78bfa;
  margin-bottom: 2rem;
  backdrop-filter: blur(8px);
  animation: float-badge 4s ease-in-out infinite;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: #8b5cf6;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.6);
}

.hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #fafafa;
  margin-bottom: 1.75rem;
}

/* Animated gradient text */
.gradient-text {
  background: linear-gradient(135deg, #8b5cf6, #a78bfa, #c084fc, #818cf8, #8b5cf6);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-flow 6s ease infinite;
}

.hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #a1a1aa;
  max-width: 620px;
  margin: 0 auto 1.5rem;
}

.hero-use-cases {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.75rem;
}

.use-case-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.75rem;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #a78bfa;
  letter-spacing: 0.01em;
}

.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
}

/* Primary CTA with glow + shimmer */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2.25rem;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.25),
              0 4px 16px rgba(0, 0, 0, 0.3);
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(139, 92, 246, 0.4),
              0 8px 32px rgba(0, 0, 0, 0.3);
}

.cta-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  animation: shimmer-sweep 4s ease-in-out infinite;
}

.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a1a1aa;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fafafa;
  transform: translateY(-2px);
}

/* Hero stats with dividers */
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stat {
  text-align: center;
  padding: 0 2.75rem;
  position: relative;
}

.hero-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.08), transparent);
}

.hero-stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fafafa;
  letter-spacing: -0.03em;
}

.hero-stat-label {
  font-size: 0.8125rem;
  color: #52525b;
  margin-top: 0.25rem;
}

/* ========================================
   Section Base
   ======================================== */
.section {
  padding: 120px 1.5rem;
  position: relative;
}

.section-dark {
  background: #09090b;
}

.section-alt {
  background: #0a0a0c;
}

/* Gradient divider line between sections */
.section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 500px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
  pointer-events: none;
}

.section-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 4.5rem;
}

.section-label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8b5cf6;
  margin-bottom: 1.25rem;
  padding: 0.3rem 1rem;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 100px;
}

.section-header h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fafafa;
  margin-bottom: 1.25rem;
  line-height: 1.1;
}

.section-header p {
  font-size: 1.125rem;
  color: #71717a;
  line-height: 1.7;
  margin-bottom: 0;
}

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

/* ========================================
   Telegram Advantage — Animated Comparison
   ======================================== */

/* Strikethrough animation on platform names */
.ta-strike-name {
  position: relative;
  color: #a1a1aa;
}

.ta-strike-name::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 0;
  background: #ef4444;
  transition: none;
}

.ta-strike-name.struck {
  color: #52525b;
}

.ta-strike-name.struck::after {
  animation: ta-strikethrough 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Stat row — "7+ steps" vs "2 steps" badges */
.ta-stat-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.ta-stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.5rem;
  border-radius: 100px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ta-stat-badge-bad {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.ta-stat-badge-good {
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.2);
  color: #a78bfa;
  animation: ta-badge-pulse 3s ease-in-out infinite;
}

.ta-stat-vs {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #3f3f46;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Two-column lanes */
.ta-lanes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.ta-lane {
  padding: 2.25rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ta-lane:hover {
  transform: translateY(-4px);
}

/* Gradient border overlay */
.ta-lane::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.ta-lane:hover::before {
  opacity: 1;
}

.ta-lane-old {
  background: rgba(239, 68, 68, 0.03);
  border: 1px solid rgba(239, 68, 68, 0.08);
}

.ta-lane-old::before {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.3), rgba(239, 68, 68, 0.05));
}

.ta-lane-old:hover {
  border-color: rgba(239, 68, 68, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 40px rgba(239, 68, 68, 0.04);
}

.ta-lane-new {
  background: rgba(139, 92, 246, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.12);
}

.ta-lane-new::before {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.08));
}

.ta-lane-new:hover {
  border-color: rgba(139, 92, 246, 0.25);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2), 0 0 40px rgba(139, 92, 246, 0.06);
}

/* Lane headers */
.ta-lane-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.ta-lane-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.ta-lane-old .ta-lane-header h3 { color: #ef4444; }
.ta-lane-new .ta-lane-header h3 { color: #8b5cf6; }

.ta-lane-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.ta-lane-icon-bad {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}

.ta-lane-icon-good {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.1);
}

.ta-lane-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ta-badge-bad {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}

.ta-badge-good {
  background: rgba(139, 92, 246, 0.1);
  color: #a78bfa;
}

/* Steps list */
.ta-steps-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

/* Individual step — hidden until animated */
.ta-step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: #a1a1aa;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.015);
  opacity: 0;
  transform: translateX(-16px);
  position: relative;
}

.ta-lane-new .ta-step {
  background: rgba(139, 92, 246, 0.06);
  color: #e4e4e7;
  transform: translateX(16px);
}

/* When lane gets .animated class, steps appear staggered */
.ta-lane.animated .ta-step {
  animation: ta-step-enter 0.4s cubic-bezier(0.16, 1, 0.3, 1) calc(var(--i) * 0.15s) forwards;
}

.ta-lane-new.animated .ta-step {
  animation-name: ta-step-enter-right;
  animation-delay: calc(var(--i) * 0.12s);
}

.ta-step-num {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ta-lane-old .ta-step-num {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}

.ta-lane-new .ta-step-num {
  background: rgba(139, 92, 246, 0.15);
  color: #a78bfa;
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.15);
}

.ta-step-text {
  flex: 1;
}

/* Dropout bar — shows % of buyers lost */
.ta-dropout {
  height: 4px;
  border-radius: 2px;
  background: rgba(239, 68, 68, 0.35);
  flex-shrink: 0;
  width: 0;
}

.ta-lane.animated .ta-dropout {
  animation: ta-dropout-fill 0.6s cubic-bezier(0.4, 0, 0.2, 1) calc(0.3s + var(--i) * 0.15s) forwards;
}

/* Progress bar */
.ta-progress {
  height: 6px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.ta-progress-fill {
  height: 100%;
  border-radius: 3px;
  width: 0;
}

.ta-progress-bad {
  background: linear-gradient(90deg, #ef4444, #dc2626);
}

.ta-progress-good {
  background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  position: relative;
  overflow: hidden;
}

.ta-progress-good::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer-sweep 3s ease-in-out infinite;
}

.ta-lane-old.animated .ta-progress-bad {
  animation: ta-progress-fill-bad 2s cubic-bezier(0.4, 0, 0.2, 1) 0.8s forwards;
}

.ta-lane-new.animated .ta-progress-good {
  animation: ta-progress-fill-good 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}

/* Result row */
.ta-result {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.125rem;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ta-lane.animated .ta-result {
  opacity: 1;
  transition-delay: 1.5s;
}

.ta-lane-new.animated .ta-result {
  transition-delay: 0.6s;
}

.ta-result-bad {
  background: rgba(239, 68, 68, 0.06);
  color: #ef4444;
}

.ta-result-good {
  background: rgba(139, 92, 246, 0.08);
  color: #a78bfa;
  animation: ta-result-glow 3s ease-in-out infinite;
  animation-play-state: paused;
}

.ta-lane-new.animated .ta-result-good {
  animation-play-state: running;
}

/* Bonus text */
.ta-bonus {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(139, 92, 246, 0.08);
  opacity: 0;
  transition: opacity 0.5s ease 0.8s;
}

.ta-lane-new.animated .ta-bonus {
  opacity: 1;
}

.ta-bonus p {
  font-size: 0.8125rem;
  color: #52525b;
  line-height: 1.7;
  margin: 0;
}

/* ========================================
   3D Card Tilt
   ======================================== */
.tilt-card {
  transform-style: preserve-3d;
}

.tilt-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(139, 92, 246, 0.06) 0%,
    transparent 60%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.tilt-card:hover .tilt-shine {
  opacity: 1;
}

/* ========================================
   Pain Points Section
   ======================================== */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pain-card {
  padding: 2rem;
  background: rgba(239, 68, 68, 0.02);
  border: 1px solid rgba(239, 68, 68, 0.06);
  border-radius: 16px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pain-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.3), rgba(239, 68, 68, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.pain-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), 0 0 40px rgba(239, 68, 68, 0.03);
}

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

.pain-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.07);
  border-radius: 12px;
  margin-bottom: 1.125rem;
  color: #ef4444;
}

.pain-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fafafa;
  margin-bottom: 0.625rem;
}

.pain-card p {
  font-size: 0.875rem;
  color: #52525b;
  line-height: 1.65;
  margin: 0;
}

/* ========================================
   Solution / Comparison
   ======================================== */
.comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.comparison-col {
  padding: 2.75rem;
  border-radius: 20px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.comparison-old {
  background: rgba(239, 68, 68, 0.03);
  border: 1px solid rgba(239, 68, 68, 0.06);
}

.comparison-old:hover {
  border-color: rgba(239, 68, 68, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.comparison-new {
  background: rgba(139, 92, 246, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.12);
}

/* Gradient border glow on new column */
.comparison-new::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.35), rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.comparison-new:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 0 60px rgba(139, 92, 246, 0.06);
}

.comparison-new:hover::before {
  opacity: 1;
}

.comparison-col h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

.comparison-old h3 {
  color: #ef4444;
}

.comparison-new h3 {
  color: #8b5cf6;
}

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

.comparison-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 50%;
  color: #8b5cf6;
  transition: all 0.3s ease;
}

.comparison-arrow:hover {
  background: rgba(139, 92, 246, 0.15);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.15);
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(12px);
}

.comparison-old .comparison-list li {
  color: #71717a;
}

.comparison-new .comparison-list li {
  color: #d4d4d8;
}

.comparison-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
  transform: scale(0);
  opacity: 0;
}

/* Staggered comparison list animations */
.comparison-col.visible .comparison-list li,
.comparison-col.reveal-left.visible .comparison-list li,
.comparison-col.reveal-right.visible .comparison-list li {
  animation: comparison-item-enter 0.5s cubic-bezier(0.16, 1, 0.3, 1) calc(0.2s + var(--i, 0) * 0.1s) forwards;
}

.comparison-col.visible .comparison-list li svg,
.comparison-col.reveal-left.visible .comparison-list li svg,
.comparison-col.reveal-right.visible .comparison-list li svg {
  animation: icon-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) calc(0.3s + var(--i, 0) * 0.1s) forwards;
}

/* Glow border on new column when visible */
.comparison-new.visible::before,
.comparison-new.reveal-right.visible::before {
  opacity: 1;
}

/* Victory shimmer on new column */
.comparison-new::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.06), transparent);
  pointer-events: none;
  border-radius: 20px;
}

.comparison-new.visible::after,
.comparison-new.reveal-right.visible::after {
  animation: victory-shimmer 2s ease-in-out 1.2s forwards;
}

/* ========================================
   Features Section - Glassmorphism Cards
   ======================================== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.feature-card {
  padding: 2.25rem;
  background: rgba(17, 17, 19, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Gradient border overlay */
.feature-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* Floating animation when visible */
.feature-card.visible {
  animation: card-float 6s ease-in-out calc(var(--i, 0) * 0.4s) infinite;
}

.feature-card:hover {
  border-color: rgba(139, 92, 246, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3),
              0 0 80px rgba(139, 92, 246, 0.08);
}

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

.feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.08);
  border-radius: 14px;
  margin-bottom: 1.25rem;
  color: #8b5cf6;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  background: rgba(139, 92, 246, 0.12);
  animation: icon-glow-pulse 2s ease-in-out infinite;
  border-color: rgba(139, 92, 246, 0.2);
}

.feature-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fafafa;
  margin-bottom: 0.625rem;
}

.feature-card p {
  font-size: 0.875rem;
  color: #52525b;
  line-height: 1.65;
  margin: 0;
}

/* ========================================
   How It Works
   ======================================== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}

/* Old connecting line — hidden, replaced by JS-driven element */
.steps::before {
  display: none;
}

/* Animated connecting line */
.steps-line {
  position: absolute;
  top: 32px;
  left: calc(12.5% + 24px);
  right: calc(12.5% + 24px);
  height: 1px;
  background: rgba(255, 255, 255, 0.03);
  z-index: 0;
  overflow: hidden;
}

.steps-line-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #8b5cf6, #a78bfa, #c084fc, #a78bfa, #8b5cf6);
  background-size: 200% 100%;
  animation: gradient-flow 4s ease infinite paused;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.steps-line-fill.drawn {
  width: 100%;
  animation-play-state: running;
}

.step {
  text-align: center;
  position: relative;
  padding: 0 0.5rem;
}

.step-number {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 50%;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #8b5cf6;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.step:hover .step-number {
  background: rgba(139, 92, 246, 0.15);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 0 24px rgba(139, 92, 246, 0.2);
  transform: scale(1.05);
}

/* Step number glow on scroll reveal */
.step.visible .step-number {
  animation: step-number-glow 1s ease calc(var(--i, 0) * 0.2s) forwards;
}

/* Enhanced step entrance */
.step.reveal {
  transform: translateY(28px) scale(0.95);
}
.step.reveal.visible {
  transform: translateY(0) scale(1);
}

.step h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fafafa;
  margin-bottom: 0.5rem;
}

.step p {
  font-size: 0.8125rem;
  color: #52525b;
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   Revenue / Pricing Section
   ======================================== */
.revenue-highlight {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 3.5rem;
  background: rgba(139, 92, 246, 0.03);
  border: 1px solid rgba(139, 92, 246, 0.08);
  border-radius: 24px;
  position: relative;
  transition: all 0.4s ease;
}

.revenue-highlight::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25), rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.revenue-split {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.revenue-bar {
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 52px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.revenue-yours {
  width: 0%;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: white;
  position: relative;
  overflow: hidden;
  transition: width 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.revenue-yours.filled {
  width: 80%;
}

.revenue-yours-text {
  opacity: 0;
  transition: opacity 0.5s ease 1.5s;
}

.revenue-yours.filled .revenue-yours-text {
  opacity: 1;
}

.revenue-yours::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: none;
}

.revenue-yours.filled::after {
  animation: shimmer-sweep 5s ease-in-out 2s infinite;
}

.revenue-platform {
  width: 20%;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #52525b;
}

.revenue-detail {
  font-size: 1rem;
  color: #71717a;
  line-height: 1.8;
}

.revenue-detail strong {
  color: #e4e4e7;
}

/* ========================================
   Payment Methods
   ======================================== */
.payments-showcase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.payment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a1a1aa;
  transition: all 0.3s ease;
}

.payment-badge:hover {
  border-color: rgba(139, 92, 246, 0.2);
  background: rgba(139, 92, 246, 0.04);
}

.payment-badge svg,
.payment-badge span.payment-icon {
  flex-shrink: 0;
}

/* ========================================
   Final CTA
   ======================================== */
.final-cta {
  text-align: center;
  padding: 120px 1.5rem;
  position: relative;
  overflow: hidden;
  background: #09090b;
}

/* Ambient gradient glow behind CTA */
.final-cta::before {
  content: '';
  position: absolute;
  bottom: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.07) 0%, rgba(59, 130, 246, 0.03) 40%, transparent 70%);
  pointer-events: none;
}

.final-cta::after {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.final-cta-content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
}

.final-cta h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #fafafa;
  margin-bottom: 1.25rem;
  line-height: 1.1;
}

.final-cta p {
  font-size: 1.125rem;
  color: #71717a;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

/* Breathing pulse on final CTA button */
.cta-pulse {
  animation: cta-pulse-glow 3s ease-in-out infinite;
}

/* Floating particles */
.final-cta-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(139, 92, 246, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(139, 92, 246, 0.3);
  animation: particle-float var(--dur, 8s) ease-in-out var(--delay, 0s) infinite;
}

/* Extra ambient orbs */
.final-cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.final-cta-orb-1 {
  width: 500px;
  height: 500px;
  background: rgba(139, 92, 246, 0.06);
  bottom: -200px;
  right: -100px;
  --drift-x: -40px;
  --drift-y: 30px;
  animation: final-orb-drift 15s ease-in-out infinite;
}

.final-cta-orb-2 {
  width: 400px;
  height: 400px;
  background: rgba(59, 130, 246, 0.04);
  top: -150px;
  left: -100px;
  --drift-x: 50px;
  --drift-y: -30px;
  animation: final-orb-drift 20s ease-in-out infinite;
}

/* Pop effect for $0 stat */
.hero-stat-value[data-count-pop] {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-stat-value[data-count-pop].counted {
  transform: scale(1.15);
}

/* ========================================
   Footer
   ======================================== */
.landing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding: 3.5rem 1.5rem;
  background: #09090b;
  position: relative;
  z-index: 1;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

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

.footer-brand-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fafafa;
  margin-bottom: 0.75rem;
}

.footer-brand-name svg {
  color: #8b5cf6;
}

.footer-brand p {
  font-size: 0.8125rem;
  color: #3f3f46;
  line-height: 1.7;
  margin: 0;
}

.footer-columns {
  display: flex;
  gap: 4rem;
}

.footer-col h4 {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #52525b;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col a {
  font-size: 0.8125rem;
  color: #3f3f46;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #a1a1aa;
}

.footer-socials {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.footer-social {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  color: #3f3f46;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-social:hover {
  background: rgba(139, 92, 246, 0.08);
  border-color: rgba(139, 92, 246, 0.15);
  color: #a78bfa;
}

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

.footer-copyright {
  font-size: 0.75rem;
  color: #27272a;
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
}

.footer-legal a {
  font-size: 0.75rem;
  color: #27272a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #52525b;
}

/* ========================================
   Hero Phone Demo Animation
   ======================================== */
.hero-split {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-split .hero-content {
  flex: 1;
  text-align: center;
  animation: hero-enter 1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.hero-split .hero-subtitle {
  margin: 0 auto 1.5rem;
}

.hero-split .hero-use-cases {
  justify-content: center;
}

.hero-split .hero-stats {
  justify-content: center;
}

.hero-phone-demo {
  flex-shrink: 0;
  animation: hero-enter 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

.phone-frame {
  width: 280px;
  height: 560px;
  background: #18181b;
  border-radius: 40px;
  border: 3px solid #27272a;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.05),
    0 25px 60px -12px rgba(0,0,0,0.5),
    0 0 40px rgba(139, 92, 246, 0.08);
}

.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 28px;
  background: #18181b;
  border-radius: 0 0 20px 20px;
  z-index: 10;
}

.phone-screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 37px;
}

.phone-content-img {
  width: 100%;
  height: 100%;
}

.phone-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.phone-blur-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(9, 9, 11, 0.3);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.phone-blur-overlay.revealed {
  opacity: 0;
  pointer-events: none;
}

.phone-lock-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #fafafa;
  font-size: 0.875rem;
  font-weight: 500;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.phone-lock-badge svg {
  opacity: 0.9;
}

.phone-lock-badge .lock-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a78bfa;
}

.phone-lock-badge.hidden {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  pointer-events: none;
}

.phone-unlock-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  padding: 0.625rem 1.25rem;
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3);
}

.phone-unlock-btn.visible {
  opacity: 1;
  transform: translateY(0);
}

.phone-unlock-btn.pressed {
  transform: scale(0.92);
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.15s ease;
}

.phone-unlock-btn.success {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
  transform: scale(1);
}

.unlock-btn-ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.unlock-btn-ripple.active {
  animation: btn-ripple 0.6s ease-out forwards;
}

@keyframes btn-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

.phone-payment-toast {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.125rem;
  background: rgba(24, 24, 27, 0.95);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3), 0 0 12px rgba(34, 197, 94, 0.15);
}

.phone-payment-toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast-icon {
  width: 32px;
  height: 32px;
  background: rgba(34, 197, 94, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.toast-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.toast-title {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #22c55e;
}

.toast-amount {
  font-size: 0.6875rem;
  color: #71717a;
}

.phone-demo-label {
  text-align: center;
  font-size: 0.8125rem;
  color: #52525b;
  margin-top: 1rem;
  font-style: italic;
}

/* ========================================
   Responsive - Tablet
   ======================================== */
@media (max-width: 1024px) {
  .nav-pill {
    position: static;
    transform: none;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .pain-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .steps::before {
    display: none;
  }

  .steps-line {
    display: none;
  }

  .ta-lanes {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .comparison {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .comparison-divider {
    transform: rotate(90deg);
  }

  .section {
    padding: 100px 1.5rem;
  }

  .hero-phone-demo {
    display: none;
  }

  .hero-split {
    flex-direction: column;
    gap: 0;
  }

  .hero-split .hero-content {
    text-align: center;
  }

  .hero-split .hero-subtitle {
    margin: 0 auto 1.5rem;
  }

  .hero-split .hero-use-cases {
    justify-content: center;
  }

  .hero-split .hero-stats {
    justify-content: center;
  }
}

/* ========================================
   Responsive - Mobile
   ======================================== */
@media (max-width: 768px) {
  .landing-nav {
    padding: 0 1rem;
  }

  .nav-pill {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .nav-logo-text {
    font-size: 0.9375rem;
  }

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

  .nav-logo-icon-wrap {
    width: 34px;
    height: 34px;
  }

  .nav-logo-pulse {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 120px 1rem 60px;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .hero-subtitle {
    font-size: 1.0625rem;
  }

  .hero-ctas {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero-stats {
    gap: 0;
  }

  .hero-stat {
    padding: 0 1.5rem;
  }

  .hero-stat-value {
    font-size: 1.375rem;
  }

  .hero-orb-1 { width: 400px; height: 400px; }
  .hero-orb-2 { width: 300px; height: 300px; }
  .hero-orb-3 { width: 250px; height: 250px; }

  .section {
    padding: 80px 1rem;
  }

  .section-header {
    margin-bottom: 3rem;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

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

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

  .steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ta-lanes {
    grid-template-columns: 1fr;
  }

  .ta-lane {
    padding: 1.75rem;
  }

  .ta-stat-row {
    flex-direction: column;
    gap: 0.75rem;
  }

  .ta-dropout {
    display: none;
  }

  .comparison-col {
    padding: 2rem;
  }

  .revenue-highlight {
    padding: 2.5rem 1.5rem;
  }

  .revenue-split {
    flex-direction: column;
  }

  .final-cta {
    padding: 80px 1rem;
  }

  .final-cta h2 {
    font-size: 2.25rem;
  }

  .footer-top {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-columns {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .payments-showcase {
    gap: 0.75rem;
  }

  .payment-badge {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }

  .cursor-glow {
    display: none;
  }

  .particle:nth-child(n+4) {
    display: none;
  }

  .final-cta-orb-1 { width: 300px; height: 300px; }
  .final-cta-orb-2 { width: 250px; height: 250px; }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 2.125rem;
  }

  .hero-stats {
    flex-direction: column;
    gap: 1rem;
  }

  .hero-stat:not(:last-child)::after {
    display: none;
  }

  .hero-stat {
    padding: 0;
  }

  .section-header h2 {
    font-size: 1.75rem;
  }

  .final-cta h2 {
    font-size: 1.75rem;
  }

  .ta-lane {
    padding: 1.5rem;
  }

  .feature-card {
    padding: 1.75rem;
  }
}
