<a href="https://wa.me/972503333668" class="whatsapp-static" target="_blank" aria-label="שלח הודעה בוואטסאפ"> <img src="https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" alt="וואטסאפ" /> <span>ליצירת קשר מהירה</span> </a> <style> .whatsapp-static { display: inline-flex; align-items: center; gap: 10px; background-color: #25d366; color: white; padding: 10px 16px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 16px; animation: flash 1.5s infinite; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); justify-content: center; } .whatsapp-static img { width: 24px; height: 24px; filter: brightness(0) invert(1); } @keyframes flash { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } } @media (max-width: 480px) { .whatsapp-static { font-size: 14px; padding: 8px 12px; } .whatsapp-static img { width: 20px; height: 20px; } } </style>