/* Equipo Gráfico — overrides del sitio (sin tocar el bundle Vite) */

/* Separar Clara AI y WhatsApp (antes ocupaban el mismo rincón) */
.ai-assistant-btn {
  right: 24px !important;
  bottom: 24px !important;
  z-index: 1002 !important;
}

.whatsapp-float {
  right: 100px !important;
  bottom: 24px !important;
  z-index: 1001 !important;
}

@media (max-width: 480px) {
  .whatsapp-float {
    right: 24px !important;
    bottom: 100px !important;
  }
  .ai-assistant-btn {
    right: 24px !important;
    bottom: 24px !important;
  }
}

/* CTA inferior → cotizador de servicios */
.egi-cotizar-servicios-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px 24px;
  background: linear-gradient(180deg, #0f172a 0%, #0a0e1a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.egi-cotizar-servicios-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 12px;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #ff4d00 0%, #ff6b2b 100%);
  box-shadow: 0 8px 24px rgba(255, 77, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.egi-cotizar-servicios-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 77, 0, 0.45);
}
