<?php
/**
 * _whatsapp.php — botón flotante de WhatsApp del sitio público.
 */
?>
<a class="whatsapp-float" href="<?php echo htmlspecialchars($WEB_SITE_CONTACT['whatsapp']); ?>" target="_blank" rel="noopener" aria-label="Chatear por WhatsApp">
  <svg viewBox="0 0 32 32" width="26" height="26" fill="currentColor" aria-hidden="true">
    <path d="M16 2.7C8.9 2.7 3.2 8.4 3.2 15.5c0 2.3.6 4.5 1.7 6.4L3.2 29.3l7.5-1.6c1.8 1 3.8 1.5 5.9 1.5 7.1 0 12.8-5.7 12.8-12.8S23.1 2.7 16 2.7zm0 23.2c-1.9 0-3.8-.5-5.4-1.5l-.4-.2-4.4.9.9-4.3-.3-.4c-1.1-1.7-1.7-3.7-1.7-5.8C4.7 9.2 9.7 4.2 16 4.2s11.3 5 11.3 11.2-5.1 10.5-11.3 10.5zm6.2-8.4c-.3-.2-2-1-2.3-1.1-.3-.1-.5-.2-.7.2-.2.3-.8 1.1-1 1.3-.2.2-.4.2-.7.1-.3-.2-1.4-.5-2.6-1.6-1-.9-1.6-1.9-1.8-2.2-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.4.3-.6.1-.2 0-.4 0-.6l-1-2.5c-.3-.7-.6-.6-.8-.6h-.7c-.2 0-.6.1-.9.4-.3.3-1.1 1.1-1.1 2.6s1.2 3.1 1.3 3.3c.2.2 2.3 3.6 5.7 5 .8.3 1.4.5 1.9.7.8.3 1.5.2 2.1.1.6-.1 2-.8 2.3-1.6.3-.8.3-1.5.2-1.6-.1-.1-.3-.2-.6-.4z"/>
  </svg>
  <span class="whatsapp-float__text">WhatsApp</span>
</a>
