@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.4)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.scroll-hint{animation:bounce 2s infinite}.floating-whatsapp{animation:pulse 2.8s infinite}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.service-card:nth-child(2),.why-grid article:nth-child(2),.review-card:nth-child(2){transition-delay:.08s}.service-card:nth-child(3),.why-grid article:nth-child(3),.review-card:nth-child(3){transition-delay:.16s}.service-card:nth-child(4),.why-grid article:nth-child(4){transition-delay:.24s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
