@keyframes floatGentle{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes meshMove{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}to{transform:translate(0) scale(1)}}@keyframes glowPulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes particleFloat{0%{transform:translate(0) scale(1);opacity:.3}50%{transform:translate(20px,-30px) scale(1.2);opacity:.7}to{transform:translateY(-60px) scale(.8);opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeInUp .8s ease-out forwards}.animate-slide-left{animation:slideInLeft .8s ease-out forwards}.animate-slide-right{animation:slideInRight .8s ease-out forwards}.animate-scale-in{animation:scaleIn .6s ease-out forwards}.hero-orb-1{width:384px;height:384px;opacity:.3;background:linear-gradient(135deg,rgba(99,102,241,.4),rgba(168,85,247,.2));left:5%;top:15%}.hero-orb-1,.hero-orb-2{position:absolute;border-radius:50%;filter:blur(48px);animation:floatGentle 8s ease-in-out infinite,glowPulse 3s ease-in-out infinite}.hero-orb-2{width:256px;height:256px;opacity:.25;background:linear-gradient(135deg,rgba(168,85,247,.3),rgba(59,130,246,.2));right:10%;top:25%;animation-delay:3s}.hero-orb-3{position:absolute;width:192px;height:192px;border-radius:50%;filter:blur(48px);opacity:.4;background:linear-gradient(135deg,rgba(79,70,229,.4),rgba(99,102,241,.3));left:55%;bottom:15%;animation:floatGentle 8s ease-in-out infinite,glowPulse 3s ease-in-out infinite;animation-delay:6s}.hero-gradient-mesh{position:absolute;inset:0;opacity:.3;background:radial-gradient(circle at 20% 20%,rgba(79,70,229,.3) 0,transparent 60%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.3) 0,transparent 60%),radial-gradient(circle at 40% 60%,rgba(59,130,246,.2) 0,transparent 60%);animation:meshMove 20s ease-in-out infinite}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-600{animation-delay:.6s}.delay-800{animation-delay:.8s}.delay-1000{animation-delay:1s}.delay-1200{animation-delay:1.2s}.delay-1400{animation-delay:1.4s}.delay-1600{animation-delay:1.6s}.particle-1{left:10%;top:20%;animation:particleFloat 4s ease-out infinite;animation-delay:0s}.particle-2{left:85%;top:15%;animation:particleFloat 5s ease-out infinite;animation-delay:1s}.particle-3{left:15%;top:70%;animation:particleFloat 6s ease-out infinite;animation-delay:2s}.particle-4{left:80%;top:60%;animation:particleFloat 4s ease-out infinite;animation-delay:3s}