function FloatingWhatsApp() {
  return (
    <a
      href={window.WA_URL}
      target="_blank"
      rel="noopener noreferrer"
      className="wa-fab"
      aria-label="Conversemos por WhatsApp"
    >
      <svg viewBox="0 0 32 32" width="28" height="28" aria-hidden="true">
        <path fill="currentColor" d="M19.11 17.205c-.372 0-1.088 1.39-1.518 1.39a.63.63 0 0 1-.315-.1c-.802-.402-1.504-.817-2.163-1.447-.545-.516-1.124-1.21-1.453-1.881a.524.524 0 0 1-.07-.27c0-.434 1.304-.972 1.304-1.43 0-.143-.072-.286-.143-.415-.214-.486-.428-.972-.643-1.458-.214-.486-.357-1.244-.857-1.244-.072 0-.143-.014-.215-.014-.428 0-.928.1-1.214.42-.428.487-.928 1.05-.928 2.293 0 1.443.928 2.974 1.785 4.13.857 1.144 2.142 2.5 3.713 3.236.715.343 1.357.514 2.143.514.643 0 1.286-.072 1.785-.486.357-.286.643-.972.643-1.443 0-.115-.029-.215-.072-.301-.143-.287-1.857-1.087-2.215-1.087Z"/>
        <path fill="currentColor" d="M16 4C9.373 4 4 9.373 4 16c0 2.131.557 4.13 1.531 5.864L4 28l6.279-1.5A11.95 11.95 0 0 0 16 28c6.627 0 12-5.373 12-12S22.627 4 16 4Zm0 22a9.94 9.94 0 0 1-5.198-1.45l-.371-.222-3.731.891.957-3.624-.243-.388A9.94 9.94 0 0 1 6 16c0-5.514 4.486-10 10-10s10 4.486 10 10-4.486 10-10 10Z"/>
      </svg>
    </a>
  );
}

window.FloatingWhatsApp = FloatingWhatsApp;
