/* Infinity Salud - Estilos personalizados */

body {
  font-family: 'Poppins', sans-serif;
  background-color: #F5F6F8;
  /* Geometric angular/diamond pattern */
  background-image:
    linear-gradient(135deg, rgba(154, 52, 108, 0.022) 25%, transparent 25%),
    linear-gradient(225deg, rgba(154, 52, 108, 0.022) 25%, transparent 25%),
    linear-gradient(45deg, rgba(154, 52, 108, 0.016) 25%, transparent 25%),
    linear-gradient(315deg, rgba(154, 52, 108, 0.016) 25%, transparent 25%),
    linear-gradient(135deg, rgba(178, 58, 140, 0.014) 40%, transparent 40%),
    linear-gradient(315deg, rgba(178, 58, 140, 0.014) 40%, transparent 40%);
  background-size: 120px 120px, 120px 120px, 200px 200px, 200px 200px, 300px 300px, 300px 300px;
  background-position: 0 0, 60px 60px, 0 0, 100px 100px, 0 0, 150px 150px;
  position: relative;
}

/* Soft magenta glow — top right */
body::before {
  content: '';
  position: fixed;
  top: -10%;
  right: -8%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(178, 58, 140, 0.10) 0%, rgba(178, 58, 140, 0.04) 40%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Soft magenta glow — bottom left */
body::after {
  content: '';
  position: fixed;
  bottom: -8%;
  left: -6%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(154, 52, 108, 0.07) 0%, rgba(154, 52, 108, 0.025) 45%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Ensure all main content sits above the glows */
body>* {
  position: relative;
  z-index: 1;
}

/* ==================== NAVBAR ==================== */
.nav-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: inherit;
}

.nav-logo-img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}

.nav-logo-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4b5563;
  letter-spacing: 0.04em;
}

.nav-logo-infinity {
  color: #1a1a2e;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  padding: 0.25rem 0;
  transition: color 0.2s ease;
  position: relative;
}

.nav-link:hover {
  color: #111827;
}

.nav-link-active {
  color: #111827;
  font-weight: 600;
}

.nav-link-active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #111827;
  border-radius: 1px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #00867a;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.55rem 1.25rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 134, 122, 0.25);
}

.nav-wa-btn:hover {
  background: #006b61;
  box-shadow: 0 4px 14px rgba(0, 134, 122, 0.35);
  transform: translateY(-1px);
}

.nav-ig-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #d1d5db;
  background: #fff;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.25s ease;
}

.nav-ig-btn:hover {
  border-color: #9A346C;
  color: #9A346C;
  background: #fdf2f8;
}

/* Hamburger */
.nav-hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #374151;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile menu */
.nav-mobile-menu {
  padding: 1rem 2rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-mobile-link {
  display: block;
  padding: 0.75rem 0;
  color: #374151;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 1px solid #f3f4f6;
}

.nav-mobile-link:last-of-type {
  border-bottom: none;
}

.nav-mobile-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

/* ==================== HERO ==================== */
.hero-background {
  position: relative;
  background-image: url('./imagen_fondo_bien.png');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
}

.hero-background::before {
  content: '';
  position: absolute;
  inset: 0;
  /* Refined gradient: solid white on the left fading gently */
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.88) 25%,
      rgba(255, 255, 255, 0.65) 45%,
      rgba(255, 255, 255, 0.25) 60%,
      rgba(255, 255, 255, 0.05) 75%,
      transparent 100%);
  z-index: 1;
}

.hero-background>* {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding: 4rem 2rem 3rem 4rem;
  display: flex;
  align-items: center;
  flex: 1;
}

.hero-text-container {
  max-width: 540px;
}

.hero-breadcrumb {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.hero-breadcrumb em {
  font-style: italic;
  color: #9A346C;
  font-weight: 500;
}

.hero-heading {
  font-size: 2.75rem;
  line-height: 1.15;
  color: #1a1a2e;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.hero-heading strong {
  font-weight: 900;
  display: inline;
}

.hero-heading em {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  color: #9A346C;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-weight: 400;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  background: linear-gradient(135deg, #c25a8e 0%, #9A346C 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(154, 52, 108, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
}

.hero-btn-primary:hover {
  background: linear-gradient(135deg, #d06a9e 0%, #a83d78 100%);
  box-shadow: 0 6px 24px rgba(154, 52, 108, 0.4);
  transform: translateY(-2px);
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  background: #fff;
  color: #374151;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 50px;
  border: 1.5px solid #d1d5db;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
  border-color: #9A346C;
  color: #9A346C;
  background: #fdf2f8;
  transform: translateY(-2px);
}

/* Checkmarks */
.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
}

.hero-check-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: #4b5563;
  font-weight: 400;
}

.hero-check-icon {
  width: 18px;
  height: 18px;
  color: #00A884;
  flex-shrink: 0;
}

/* Container personalizado */
.container-7xl {
  max-width: 80rem;
  /* 1280px */
}

/* Gradientes de marca */
.brand-grad {
  background-image: linear-gradient(135deg, #9A346C, #B23A8C, #C94BA3);
}

.brand-grad-r {
  background-image: linear-gradient(90deg, #9A346C, #B23A8C, #C94BA3);
}

/* Animaciones sutiles */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Mejoras de accesibilidad */
.focus-visible:focus {
  outline: 2px solid #B23A8C;
  outline-offset: 2px;
}

/* CTA flotante con animación */
.floating-cta {
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Transiciones suaves para cards */
.card-hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Modal mejorado */
.modal-backdrop {
  backdrop-filter: blur(4px);
}

/* Estilos para el acordeón de FAQ */
details summary::-webkit-details-marker {
  display: none;
}

/* Estilos específicos para landing page de conversión */
.landing-form {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.landing-form input,
.landing-form select {
  transition: all 0.3s ease;
  border: 2px solid #e5e7eb;
}

.landing-form input:focus,
.landing-form select:focus {
  border-color: #B23A8C;
  box-shadow: 0 0 0 3px rgba(178, 58, 140, 0.1);
  transform: translateY(-1px);
}

.landing-form button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.landing-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(154, 52, 108, 0.3);
}

.landing-form button:active {
  transform: translateY(0);
}

/* Animación de pulso para el botón principal */
@keyframes pulse-glow {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(154, 52, 108, 0.4);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(154, 52, 108, 0);
  }
}

.landing-form button.animate-pulse-glow {
  animation: pulse-glow 2s infinite;
}

/* Responsive improvements */
@media (max-width: 1024px) {
  .hero-background {
    min-height: 65vh;
  }

  .hero-content {
    padding: 3rem 2rem 2rem 3rem;
  }

  .hero-heading {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .hero-background {
    background-attachment: scroll;
    min-height: 70vh;
    background-position: right center;
  }

  .hero-background::before {
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.92) 30%,
        rgba(255, 255, 255, 0.65) 55%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 100%);
  }

  .hero-content {
    padding: 2.5rem 1.5rem 2rem;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-checks {
    gap: 0.4rem 1.25rem;
  }

  .nav-container {
    padding: 0.75rem 1rem;
  }

  .landing-form {
    margin-top: 2rem;
  }
}

@media (max-width: 640px) {
  .container-7xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .floating-cta {
    bottom: 1rem;
    right: 1rem;
  }

  .hero-background {
    min-height: 60vh;
  }

  .hero-content {
    padding: 2rem 1rem 1.5rem;
  }

  .hero-heading {
    font-size: 1.75rem;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    padding: 0.75rem 1.5rem;
    font-size: 0.85rem;
  }

  .hero-checks {
    flex-direction: column;
    gap: 0.35rem;
  }

  .landing-form {
    padding: 1.5rem;
    margin-top: 1rem;
  }

  .landing-form h2 {
    font-size: 1.5rem;
  }

  .landing-form input,
  .landing-form select {
    padding: 0.75rem;
    font-size: 16px;
    /* Evita zoom en iOS */
  }
}

/* Carrusel de logos automático */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

/* Asegurar que no haya desbordamiento horizontal en móviles */
@media (max-width: 768px) {
  .carousel-container {
    margin: 0 -1rem;
    /* Compensar el padding del contenedor padre */
    width: calc(100% + 2rem);
  }
}

.carousel-track {
  display: flex;
  width: 200%;
  /* Doble ancho para crear el efecto de bucle */
  animation: scroll 30s linear infinite;
}

/* Ajustar ancho del track en móviles para evitar superposición */
@media (max-width: 768px) {
  .carousel-track {
    width: 250%;
    /* Aumentar ancho en móviles para más espacio */
  }
}

@media (max-width: 480px) {
  .carousel-track {
    width: 300%;
    /* Aumentar aún más en pantallas pequeñas */
  }
}

.carousel-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 50%;
  /* Cada slide ocupa la mitad del track */
  flex-shrink: 0;
  gap: 4rem;
  /* Aumentado de 3rem a 4rem */
  padding: 0 3rem;
  /* Aumentado de 2rem a 3rem */
}

.carousel-logo {
  height: 5.5rem;
  /* Aumentado de 4rem a 5.5rem */
  width: auto;
  max-width: 200px;
  /* Aumentado de 150px a 200px */
  object-fit: contain;
  filter: none;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.carousel-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* Mueve exactamente la mitad para crear el bucle perfecto */
  }
}

/* Mantener animación continua - sin pausa en hover */

/* Responsive para el carrusel */
@media (max-width: 768px) {
  .carousel-slide {
    gap: 1.5rem;
    /* Reducido aún más para evitar superposición */
    padding: 0 1rem;
    justify-content: space-between;
    /* Distribución más uniforme */
    min-width: 100%;
    /* Asegurar que ocupe todo el ancho */
  }

  .carousel-logo {
    height: 3rem;
    /* Reducido para evitar superposición */
    max-width: 100px;
    /* Reducido significativamente */
    flex-shrink: 0;
    /* Evita que se compriman */
    margin: 0 0.25rem;
    /* Margen adicional entre logos */
  }

  .carousel-track {
    animation-duration: 25s;
    /* Más rápido en mobile */
  }
}

@media (max-width: 480px) {
  .carousel-slide {
    gap: 1rem;
    /* Reducido aún más */
    padding: 0 0.5rem;
    justify-content: space-around;
    /* Mejor distribución en pantallas muy pequeñas */
    min-width: 100%;
    /* Asegurar que ocupe todo el ancho */
  }

  .carousel-logo {
    height: 2.5rem;
    /* Reducido para pantallas muy pequeñas */
    max-width: 80px;
    /* Reducido significativamente */
    flex-shrink: 0;
    /* Evita que se compriman */
    margin: 0 0.125rem;
    /* Margen mínimo entre logos */
  }

  .carousel-track {
    animation-duration: 20s;
    /* Aún más rápido en pantallas pequeñas */
  }
}

/* Ajuste adicional para pantallas muy pequeñas */
@media (max-width: 360px) {
  .carousel-slide {
    gap: 0.75rem;
    padding: 0 0.25rem;
    justify-content: space-evenly;
    /* Distribución uniforme */
  }

  .carousel-logo {
    height: 2rem;
    max-width: 60px;
    margin: 0 0.1rem;
  }
}

/* Ajuste específico para pantallas extra pequeñas */
@media (max-width: 320px) {
  .carousel-slide {
    gap: 0.5rem;
    padding: 0 0.125rem;
  }

  .carousel-logo {
    height: 1.75rem;
    max-width: 50px;
    margin: 0;
  }
}

/* Estilos para el formulario */
#form-status {
  transition: all 0.3s ease-in-out;
}

#google-sheets-submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* Animación de carga para el botón */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  animation: spin 1s linear infinite;
}

/* Mejoras visuales para el formulario */
.form-input:focus {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(154, 52, 108, 0.15);
}


/* Estilos para flip cards de coberturas */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 280px;
  perspective: 1000px;
  position: relative;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.flip-card-front {
  background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
  border: 2px solid #e5f7f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  gap: 1rem;
}

.flip-card-back {
  background: linear-gradient(135deg, #9A346C 0%, #B23A8C 50%, #C94BA3 100%);
  color: white;
  transform: rotateY(180deg);
  padding: 1.5rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.flip-card-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.flip-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #9A346C;
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.flip-card-quote {
  font-size: 0.875rem;
  color: #6b7280;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.flip-card-back h3 {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  text-align: center;
}

.flip-card-plans {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.flip-card-plan {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 0.75rem;
  font-size: 0.8rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.flip-card-action {
  margin-top: 1rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.flip-card-action:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: white;
}

.flip-card-see-plans {
  background: linear-gradient(135deg, #9A346C, #B23A8C);
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(154, 52, 108, 0.3);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.flip-card-see-plans:hover {
  background: linear-gradient(135deg, #B23A8C, #C94BA3);
  transform: translateY(-2px);
  box-shadow: 0 6px 8px -1px rgba(154, 52, 108, 0.4);
}

.flip-card-back-btn {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

.flip-card-back-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

/* Responsive para flip cards */
@media (max-width: 768px) {
  .flip-card {
    height: 320px;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 1.25rem;
  }

  .flip-card-logo {
    width: 65px;
    height: 65px;
  }

  .flip-card-title {
    font-size: 1.125rem;
  }

  .flip-card-quote {
    font-size: 0.8rem;
  }

  .flip-card-plan {
    font-size: 0.75rem;
    padding: 0.625rem;
  }
}

@media (max-width: 480px) {
  .flip-card {
    height: 300px;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 1rem;
  }

  .flip-card-logo {
    width: 55px;
    height: 55px;
  }

  .flip-card-title {
    font-size: 1rem;
  }

  .flip-card-quote {
    font-size: 0.75rem;
  }
}

/* Estilos para cards de requisitos */
.requisitos-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.requisitos-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.requisitos-icon {
  transition: transform 0.3s ease;
}

.requisitos-card:hover .requisitos-icon {
  transform: scale(1.1);
}

/* Animación para los checkmarks */
.requisitos-check {
  transition: all 0.2s ease;
}

.requisitos-card:hover .requisitos-check {
  background-color: #10b981;
  transform: scale(1.1);
}

.requisitos-card:hover .requisitos-check svg {
  color: white;
}

/* Estilos para frases inspiracionales */
#inspirational-quote {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInQuote 1s ease-out;
}

@keyframes fadeInQuote {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Efecto de hover sutil para la frase */
#inspirational-quote:hover {
  transform: translateY(-2px);
  color: #9A346C;
}

/* Footer oscuro según referencia */
footer {
  background: #2C2F33 !important;
  color: #E5E7EB;
  border-top: none;
}

footer a {
  color: #D1D5DB;
}

footer a:hover {
  color: #FFFFFF;
}

/* Print styles */
@media print {

  .floating-cta,
  .no-print,
  .carousel-container {
    display: none !important;
  }
}