@keyframes heroGradient{0%{opacity:0}to{opacity:1}}.hero-gradient{animation:heroGradient 1s ease-out forwards}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.floating-shape{animation:float 6s ease-in-out infinite}.floating-shape-1{animation-delay:0s;animation-duration:8s}.floating-shape-2{animation-delay:1s;animation-duration:10s}.button-hover{transition:all .3s ease}.button-hover:hover{transform:scale(1.05)}
