@keyframes goalShot{0%{transform:translate(0) translateY(0) rotate(0) scale(.25);opacity:0}15%{opacity:.8}to{transform:translate(78vw) translateY(-72vh) rotate(800deg) scale(1.6);opacity:.15}}@keyframes floatBall{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(180deg)}}.soccer-ball-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.soccer-ball{position:absolute;width:150px;height:150px;bottom:-25%;left:6%;opacity:0;animation:goalShot 2.2s cubic-bezier(.25,.46,.45,.94) forwards;filter:drop-shadow(6px 12px 18px rgba(0,0,0,.6))}@media (max-width: 600px){.soccer-ball-container{display:none}}@keyframes particleFloat1{0%,to{transform:translateY(0) scale(1);opacity:.4}50%{transform:translateY(-18px) scale(1.2);opacity:.7}}@keyframes particleFloat2{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-24px) scale(.8);opacity:.6}}.hero-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.hero-particles .dot{position:absolute;border-radius:50%}.hero-particles .dot:nth-child(1){width:6px;height:6px;background:#f59e0b80;top:22%;right:18%;animation:particleFloat1 4s ease-in-out infinite}.hero-particles .dot:nth-child(2){width:4px;height:4px;background:#ffffff59;top:35%;right:8%;animation:particleFloat2 5.5s ease-in-out infinite .8s}.hero-particles .dot:nth-child(3){width:5px;height:5px;background:#f59e0b66;bottom:30%;left:12%;animation:particleFloat1 6s ease-in-out infinite 1.5s}.hero-particles .dot:nth-child(4){width:3px;height:3px;background:#ffffff40;top:60%;right:30%;animation:particleFloat2 4.5s ease-in-out infinite 2s}.hero-particles .dot:nth-child(5){width:5px;height:5px;background:#f59e0b59;top:15%;left:40%;animation:particleFloat1 5s ease-in-out infinite .5s}
