@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes wave-path{0%{d:path("M0,0 C150,100 350,0 600,50 C850,100 1050,0 1200,50 L1200,120 L0,120 Z")}50%{d:path("M0,50 C150,0 350,100 600,50 C850,0 1050,100 1200,50 L1200,120 L0,120 Z")}to{d:path("M0,0 C150,100 350,0 600,50 C850,100 1050,0 1200,50 L1200,120 L0,120 Z")}}.thta-hero-section .animate-float{animation:float 6s ease-in-out infinite}.thta-hero-section .animate-fade-in-up{animation:fade-in-up .8s ease-out forwards}.thta-hero-section .animate-wave-path{animation:wave-path 8s ease-in-out infinite}.thta-hero-section .thta-hero-subtitle{animation-delay:.2s}
