@keyframes twinkle{0%{opacity:0;transform:scale(.5)}50%{opacity:.8;transform:scale(1.2)}to{opacity:0;transform:scale(.5)}}.animate-twinkle{animation-name:twinkle;animation-timing-function:linear;animation-iteration-count:infinite}html{scroll-behavior:smooth}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn 1s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp 1s ease-out forwards}@keyframes bounceSlow{0%,to{transform:translateY(-10%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce-slow{animation:bounceSlow 3s infinite}@keyframes pulseSlow{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse-slow{animation:pulseSlow 4s cubic-bezier(.4,0,.6,1) infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}.bg-grid{background-image:radial-gradient(circle at 2px 2px,rgba(255,255,255,.05) 1px,transparent 0);background-size:40px 40px}.gradient-text{background:linear-gradient(90deg,#38b6ff,#e5157a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn-glow-blue{box-shadow:0 0 20px #38b6ff66}.btn-glow-pink{box-shadow:0 0 20px #e5157a66}.btn-glow-yellow{box-shadow:0 0 20px #fff20066}.perspective-1000{perspective:1000px}@keyframes brightPulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}.animate-pulse-bright{animation:brightPulse 8s ease-in-out infinite}@keyframes whatsappPulse{0%,to{box-shadow:0 0 15px #25d36680;transform:scale(1)}50%{box-shadow:0 0 35px #25d366cc;transform:scale(1.05)}}.animate-whatsapp-pulse{animation:whatsappPulse 3s ease-in-out infinite}
