.animate-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .55s,transform .55s}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll:nth-child(2){transition-delay:0.1s}.animate-on-scroll:nth-child(3){transition-delay:0.2s}.animate-on-scroll:nth-child(4){transition-delay:0.3s}.hero-eyebrow{animation:.6s .1s both fadeSlideUp}.hero h1{animation:.6s .25s both fadeSlideUp}.hero-sub{animation:.6s .4s both fadeSlideUp}.hero-actions{animation:.6s .55s both fadeSlideUp}@keyframes fadeSlideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-primary{animation:3s ease-in-out 1.5s infinite pulseGlow}.btn-primary:hover{animation:none}@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(79,195,247,0)}50%{box-shadow:0 0 0 8px rgba(79,195,247,.2)}}.hero-float{animation:6s ease-in-out infinite floatVertical}@keyframes floatVertical{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero--with-image .warning{opacity:0;transform:translateY(10px);animation:.6s forwards warningFadeIn}@keyframes warningFadeIn{to{opacity:1;transform:translateY(0)}}.floating-whatsapp{animation:2.5s ease-in-out infinite whatsappPulse}@keyframes whatsappPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}