.social-icons a:hover { background: var(--mc-primary); color: #fff; transform: translateY(-2px); } .whatsapp-link { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 25px; background: #25D366; color: #fff; border-radius: 10px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .whatsapp-link:hover { background: #1DA851; color: #fff; transform: translateY(-2px); }