@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0}.animate-delay-50{animation-delay:50ms}.animate-delay-100{animation-delay:.1s}.animate-delay-150{animation-delay:.15s}.animate-delay-200{animation-delay:.2s}.animate-delay-250{animation-delay:.25s}.animate-delay-300{animation-delay:.3s}.animate-delay-350{animation-delay:.35s}.animate-delay-400{animation-delay:.4s}.animate-delay-450{animation-delay:.45s}.animate-delay-500{animation-delay:.5s}.animate-delay-550{animation-delay:.55s}.animate-delay-600{animation-delay:.6s}.animate-delay-650{animation-delay:.65s}.animate-delay-700{animation-delay:.7s}.animate-delay-750{animation-delay:.75s}.animate-delay-800{animation-delay:.8s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s ease-out forwards;opacity:0}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:scale-in .4s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0}:root{--landing-accent:#0066FF;--landing-accent-hover:#0052CC;--landing-text-primary:#19191D;--landing-text-secondary:#31343E;--landing-text-muted:#7D8390;--landing-border:rgba(201,208,228,0.50);--landing-bg-soft:#DDE2EE;--landing-bg-card:#F8F9FC;--landing-brand-purple:#5925DC}.landing-gradient-text{background:linear-gradient(90deg,#19191D,#31343E);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes hero-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.animate-hero-glow{animation:hero-glow 8s ease-in-out infinite}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes float-medium{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float-fast{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-float-slow{animation:float-slow 6s ease-in-out infinite}.animate-float-medium{animation:float-medium 4.5s ease-in-out infinite}.animate-float-fast{animation:float-fast 3.5s ease-in-out infinite}@keyframes orbit-cw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes orbit-ccw{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.animate-orbit-cw-slow{animation:orbit-cw 55s linear infinite}.animate-orbit-ccw-slow{animation:orbit-ccw 55s linear infinite}.animate-orbit-cw-med{animation:orbit-cw 42s linear infinite}.animate-orbit-ccw-med{animation:orbit-ccw 42s linear infinite}@keyframes model-scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes model-scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-model-scroll-left{animation:model-scroll-left 20s linear infinite}.animate-model-scroll-right{animation:model-scroll-right 20s linear infinite}.landing-section-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}.landing-section-reveal.visible{opacity:1;transform:translateY(0)}