@keyframes float{0%,to{transform:translateY(0) translateX(0) rotate(0deg)}33%{transform:translateY(-30px) translateX(20px) rotate(120deg)}66%{transform:translateY(20px) translateX(-20px) rotate(240deg)}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes wave{0%,to{transform:translateX(0) translateY(0)}50%{transform:translateX(-25px) translateY(-10px)}}@keyframes rotate-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes dots-move{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.hero-bg-animation{position:relative;overflow:hidden;width:100%;background:linear-gradient(135deg,#f0f9ff,#e0f2fe 50%,#f0f9ff)}.hero-bg-animation:before{top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.15) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(147,51,234,.15) 0,transparent 50%),radial-gradient(circle at 40% 20%,rgba(59,130,246,.1) 0,transparent 50%);animation:rotate-slow 20s linear infinite}.hero-bg-animation:after,.hero-bg-animation:before{content:"";position:absolute;z-index:0;pointer-events:none}.hero-bg-animation:after{top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 2px 2px,rgba(59,130,246,.15) 1px,transparent 0);background-size:40px 40px;animation:dots-move 20s linear infinite}.hero-bg-animation>*{position:relative;z-index:1}.features-bg-animation{position:relative;overflow:hidden;width:100%;background:linear-gradient(180deg,#ffffff,#f8fafc)}.features-bg-animation:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,transparent 30%,rgba(59,130,246,.03) 50%,transparent 70%),linear-gradient(-45deg,transparent 30%,rgba(147,51,234,.03) 50%,transparent 70%);background-size:60px 60px;animation:wave 15s ease-in-out infinite;z-index:0;pointer-events:none}.features-bg-animation:after{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.08) 0,transparent 70%);border-radius:50%;animation:pulse-glow 8s ease-in-out infinite;z-index:0;pointer-events:none}.features-bg-animation>*{position:relative;z-index:1}.floating-shape{position:absolute;border-radius:50%;opacity:.6;filter:blur(40px);animation:float 15s ease-in-out infinite;z-index:0;pointer-events:none}.floating-shape-1{width:300px;height:300px;background:radial-gradient(circle,rgba(59,130,246,.4),transparent);top:10%;left:5%;animation-delay:0s}.floating-shape-2{width:250px;height:250px;background:radial-gradient(circle,rgba(147,51,234,.4),transparent);top:50%;right:10%;animation-delay:5s}.floating-shape-3{width:200px;height:200px;background:radial-gradient(circle,rgba(59,130,246,.3),transparent);bottom:15%;left:15%;animation-delay:10s}