body{font-family:Poppins,sans-serif}.fade-in{animation:fadeInUp 1s ease-out}.floating-animation{animation:float 3s ease-in-out infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.service-card{transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.smooth-scroll{scroll-behavior:smooth}.whatsapp-float{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 4px 20px #16a34a80}50%{box-shadow:0 4px 30px #16a34acc}to{box-shadow:0 4px 20px #16a34a80}}@keyframes shine{to{background-position:200% center}}.animate-shine{background-size:200% auto;animation:shine 1.5s linear infinite}.animate-blink{animation:blink 1s linear infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.service-card:hover{transform:none}button,a{min-height:48px;min-width:48px}}button,a{display:inline-flex;align-items:center;justify-content:center}
