.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1;pointer-events:none}.animated-background__shape{position:absolute;border-radius:50%;filter:blur(.5px);opacity:.08;will-change:transform}.animated-background__shape--1{width:600px;height:600px;background:#8b5cf6;top:-200px;right:-100px;animation:float1 90s ease-in-out infinite;animation-delay:-39s;z-index:1}.animated-background__shape--2{width:500px;height:500px;background:#3b82f6;bottom:-150px;left:-100px;animation:float2 85s ease-in-out infinite;animation-delay:-49s;z-index:2}.animated-background__shape--3{width:450px;height:450px;background:#ec4899;top:50%;left:10%;animation:float3 100s ease-in-out infinite;animation-delay:-59s;z-index:3}.animated-background__shape--4{width:550px;height:550px;background:#22c55e;top:20%;right:20%;animation:float4 95s ease-in-out infinite;animation-delay:-54s;z-index:4}.animated-background__shape--5{width:480px;height:480px;background:#fb923c;bottom:20%;right:10%;animation:float5 98s ease-in-out infinite;animation-delay:-64s;z-index:5}.animated-background__shape--6{width:400px;height:400px;background:#06b6d4;top:10%;left:50%;animation:float6 105s ease-in-out infinite;animation-delay:-44s;z-index:6}@keyframes float1{0%{transform:translate(0)}25%{transform:translate(-30vw,10vh)}50%{transform:translate(-50vw,-10vh)}75%{transform:translate(-20vw,-5vh)}to{transform:translate(0)}}@keyframes float2{0%{transform:translate(0)}25%{transform:translate(25vw,-15vh)}50%{transform:translate(40vw,5vh)}75%{transform:translate(15vw,10vh)}to{transform:translate(0)}}@keyframes float3{0%{transform:translate(0)}20%{transform:translate(20vw,20vh)}40%{transform:translate(30vw,-10vh)}60%{transform:translate(-10vw,-20vh)}80%{transform:translate(-20vw,10vh)}to{transform:translate(0)}}@keyframes float4{0%{transform:translate(0)}25%{transform:translate(-20vw,15vh)}50%{transform:translate(-35vw,-25vh)}75%{transform:translate(-10vw,-15vh)}to{transform:translate(0)}}@keyframes float5{0%{transform:translate(0)}20%{transform:translate(-15vw,-10vh)}40%{transform:translate(-30vw,5vh)}60%{transform:translate(-20vw,20vh)}80%{transform:translate(-5vw,10vh)}to{transform:translate(0)}}@keyframes float6{0%{transform:translate(0)}25%{transform:translate(-15vw,10vh)}50%{transform:translate(-25vw,-20vh)}75%{transform:translate(-10vw,-10vh)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.animated-background__shape{animation:none;transform:none}}@media (max-width:768px){.animated-background__shape{filter:blur(1px)}.animated-background__shape--1{width:400px;height:400px}.animated-background__shape--2{width:350px;height:350px}.animated-background__shape--3{width:300px;height:300px}.animated-background__shape--4{width:380px;height:380px}.animated-background__shape--5{width:320px;height:320px}.animated-background__shape--6{width:280px;height:280px}}body:has(.animated-background){background-color:#fff;position:relative;min-height:100vh;margin:0;padding:0}body:has(.animated-background) section{position:relative}body:has(.animated-background) :is(.hero,.features,.testimonials,.cta-footer){position:relative;background-color:transparent}