/* Hero Section Premium Image Effect */
.hero-img-animated-border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82%;
  height: 82%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  background: conic-gradient(
    #00e6a0 0deg 60deg,
    #00c3ff 60deg 120deg,
    #a259ff 120deg 180deg,
    #ff6bcb 180deg 240deg,
    #ffd600 240deg 300deg,
    #00e6a0 300deg 360deg
  );
  filter: blur(4px) brightness(1.2);
  animation: hero-border-rotate 4s linear infinite;
  box-shadow: 0 0 32px 8px rgba(0, 227, 150, 0.15), 0 0 0 8px rgba(255,255,255,0.05);
}

@keyframes hero-border-rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.hero-img-effect {
  box-shadow: 0 8px 32px 0 rgba(0, 227, 150, 0.25), 0 1.5px 16px 0 rgba(162, 89, 255, 0.10);
  transition: transform 0.5s cubic-bezier(.23,1.12,.32,1), box-shadow 0.5s;
  filter: drop-shadow(0 0 16px #00e6a0aa) brightness(1.08);
  animation: hero-float 3.5s ease-in-out infinite;
}

@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px) scale(1.03); }
}
/* ======= BOTÓN FLOTANTE WHATSAPP ======= */
.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1050;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  box-shadow: 0 4px 24px 0 rgba(37,211,102,0.25), 0 1.5px 8px 0 rgba(0,0,0,0.10);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: pointer;
}
.whatsapp-float:hover {
  background: #1ebe5d;
  color: #fff;
  transform: scale(1.08) translateY(-4px);
  box-shadow: 0 8px 32px 0 rgba(37,211,102,0.35), 0 3px 16px 0 rgba(0,0,0,0.18);
}
/* ======= MODALES PREMIUM ======= */
.modal-content {
  background: #181a1b;
  color: #fff;
  border-radius: 1.2rem;
  border: none;
  box-shadow: 0 8px 48px 0 rgba(0,0,0,0.45), 0 3px 16px 0 rgba(0,0,0,0.18);
  padding: 0.5rem 0;
}
.modal-header {
  background: linear-gradient(90deg, #1e2327 60%, #222c22 100%);
  border-bottom: 1px solid #222c22;
  color: #fff;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.modal-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.modal-footer {
  background: #181a1b;
  border-top: 1px solid #222c22;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}
.modal-body label,
.modal-body .form-label {
  color: #bfc9d1;
}
.modal-body input,
.modal-body textarea {
  background: #23272b;
  color: #fff;
  border: 1px solid #2e353b;
  border-radius: 0.7rem;
}
.modal-body input:focus,
.modal-body textarea:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25,135,84,.15);
  background: #23272b;
  color: #fff;
}
.modal-content .btn-close {
  filter: invert(1) grayscale(1);
}
.modal-content .btn-success {
  border-radius: 2rem;
  font-weight: 600;
  box-shadow: 0 2px 8px 0 rgba(25,135,84,0.10);
}
.modal-content .btn-success:active {
  background: #146c43;
}
.modal-content .alert-success {
  background: #1e2b1e;
  color: #6ee7b7;
  border: none;
}
.modal-content .alert-danger {
  background: #2b1e1e;
  color: #f87171;
  border: none;
}
.modal-content .progress {
  background: #23272b;
  border-radius: 1rem;
}
.modal-content .progress-bar {
  border-radius: 1rem;
}
/* Efecto premium para la imagen de la sección AI Benefits */
.ai-benefits-img-effect {
  transition: transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.4s cubic-bezier(.4,2,.6,1);
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.22), 0 1.5px 8px 0 rgba(0,0,0,0.09);
}
.ai-benefits-img-effect:hover {
  transform: scale(1.07) rotate(2deg);
  box-shadow: 0 8px 48px 0 rgba(0,0,0,0.32), 0 3px 16px 0 rgba(0,0,0,0.16);
  filter: brightness(1.08) saturate(1.1);
}
/* Efecto premium para la imagen de la sección Nosotros */
.nosotros-img-effect {
    transition: transform 0.4s cubic-bezier(.4, 2, .6, 1), box-shadow 0.4s cubic-bezier(.4, 2, .6, 1);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.25), 0 1.5px 8px 0 rgba(0, 0, 0, 0.10);
}

.nosotros-img-effect:hover {
    transform: scale(1.07) rotate(-2deg);
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.35), 0 3px 16px 0 rgba(0, 0, 0, 0.18);
    filter: brightness(1.08) saturate(1.1);
}

/* Fondo negro premium para cards de servicios */
.bg-premium-dark {
    background: #181c1f !important;
    /* Negro premium, consistente con el sitio */
    color: #fff !important;
}

.plan-card:hover {
    box-shadow: 0 8px 40px rgba(0, 255, 128, 0.18), 0 2px 24px rgba(0, 0, 0, 0.18);
    border: 2px solid #1ed760;
    opacity: 1;
    transform: scale(1.04);
    z-index: 3;
    transition: box-shadow 0.3s, border 0.3s, transform 0.3s, opacity 0.3s;
}

/* Slider premium de planes */
.plan-slider-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 2rem 0;
}

.plan-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
}

.plan-card {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
    opacity: 0.5;
    transform: scale(0.97);
    position: relative;
    background: #222;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 2rem;
}

.plan-card.active {
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.25);
    border: 2px solid #fff;
    opacity: 1;
    transform: scale(1.03);
    z-index: 2;
}

.plan-header {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.75rem 1rem 0.75rem 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    width: 100%;
    z-index: 2;
}

.plan-footer {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1rem 1rem 1rem 1rem;
    text-align: left;
    width: 100%;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.plan-price {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    margin-bottom: 0.25rem;
}

.plan-period {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 0.5rem;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #172929;
    background: linear-gradient(242deg, rgba(23, 41, 41, 1) 33%, rgba(5, 105, 48, 1) 80%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav,
.btn {
    font-family: 'Poppins', sans-serif;
}