.floating-orbs-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:linear-gradient(135deg,#3B82F6,#2563EB);top:-10%;left:-10%;animation-delay:0s;animation-duration:25s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#22D3EE,#3B82F6);top:50%;right:-10%;animation-delay:-5s;animation-duration:20s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#A855F7,#EC4899);bottom:-5%;left:30%;animation-delay:-10s;animation-duration:22s}.orb-4{width:300px;height:300px;background:linear-gradient(135deg,#2563EB,#22D3EE);top:20%;left:50%;animation-delay:-15s;animation-duration:28s;opacity:.3}.orb-5{width:250px;height:250px;background:linear-gradient(135deg,#8B5CF6,#A855F7);bottom:30%;right:20%;animation-delay:-8s;animation-duration:24s;opacity:.4}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.animated-text{display:inline-block}.animated-text .letter{display:inline-block;opacity:0;transform:translateY(30px) rotateX(-90deg);animation:letterReveal .6s cubic-bezier(.16,1,.3,1) forwards}.animated-text:not(.visible) .letter{animation:none;opacity:0}@keyframes letterReveal{0%{opacity:0;transform:translateY(30px) rotateX(-90deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}