/* Botón flotante WhatsApp — Energy 24 */

.e24-whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-decoration: none !important;
}

.e24-whatsapp-float:hover {
  background: #1da851;
  color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

.e24-whatsapp-float svg {
  width: 1.75rem;
  height: 1.75rem;
}

@media (min-width: 768px) {
  .e24-whatsapp-float {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}
