/* =========================
   BOTÓN WHATSAPP FLOTANTE
   ========================= */
.btn-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-decoration: none;
}
.btn-whatsapp-float i {
  font-size: 1.8rem;
}
.btn-whatsapp-float:hover {
  background: #1ebe57;
  color: #ffffff;
}

/* =========================
   TOP BAR ESTILO NURO
   ========================= */
.topbar-nuro {
  background: #1552ff;
  padding: 0.45rem 0;
  font-size: 0.82rem;
}
.topbar-text {
  font-size: 0.82rem;
  white-space: nowrap;
}

/* Redes en la barra azul (más parecido al demo) */
.topbar-socials .topbar-social-pill {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f6598f;     /* rosa NURO */
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.topbar-socials .topbar-social-pill:hover {
  background: #ff6ea2;
  transform: translateY(-1px);
}

/* En móvil ocultamos redes y centramos texto */
@media (max-width: 767.98px) {
  .topbar-text {
    text-align: center;
    white-space: normal;
  }
}

/* =========================
   NAVBAR BLANCO ESTILO NURO
   ========================= */
.header-nuro .navbar {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.header-nuro .navbar-brand img {
  max-height: 50px;
}

/* Links de menú (espaciado y peso) */
.header-nuro .nav-link {
  font-weight: 500;
  font-size: 0.98rem;
  color: #111827;
  position: relative;
  padding: 0.25rem 0;
  margin: 0 0.55rem;
}
.header-nuro .nav-link:hover,
.header-nuro .nav-link:focus {
  color: #1552ff;
}
.header-nuro .nav-link.active {
  color: #1552ff;
}

.header-nuro .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, #1552ff, #f97393);
  border-radius: 10px;
}


/* Botón negro "Pedir cita" tipo Get Quotes */
.btn-header-cta {
  background: #111827;
  border-radius: 999px;
  padding: 0.55rem 1.9rem;
  color: #ffffff;
  font-weight: 600;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  font-size: 0.95rem;
}
.btn-header-cta:hover,
.btn-header-cta:focus {
  background: #000000;
  color: #ffffff;
}

/* Botón de login (header) con look pillado y brillo suave */
.btn-login-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.4rem;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  color: #e8f1ff;
  background: linear-gradient(135deg, #0f172a 0%, #111827 45%, #0b1b36 100%);
  background-size: 180% 180%;
  box-shadow:
    0 14px 32px rgba(15, 23, 42, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 -1px 0 rgba(255, 255, 255, 0.08) inset;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: 0.95rem; /* igual que el CTA principal */
  white-space: nowrap;
  width: auto;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-position 0.28s ease, color 0.18s ease;
}
.btn-login-cta:hover,
.btn-login-cta:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  background-position: 100% 0;
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 18px 46px rgba(15, 23, 42, 0.32),
    0 0 0 4px rgba(21, 82, 255, 0.14),
    0 0 18px rgba(246, 89, 143, 0.16);
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .btn-header-cta {
    width: 100%;
    justify-content: center;
  }
}

/* =========================
   HERO ESTILO NURO
   ========================= */
.hero-section {
  /*min-height: calc(100vh - 150px);*/
  display: flex;
  align-items: center;
}
.hero-main-row {
  padding-top: 0;
  padding-bottom: 0;
}

/* Textos hero */
.hero-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: #f1f5ff;
}
.hero-heading {
  font-size: clamp(2.6rem, 3.9vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 1.1rem;
}
.hero-highlight {
  color: #ffe27a;
}
.hero-divider {
  width: 140px;
  height: 2px;
  background: #ffffff;
  opacity: 0.8;
  margin-bottom: 1.5rem;
}
.hero-body-text {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 480px;
}

/* Botones hero */
.hero-btn-primary {
  background: #1552ff;
  border-radius: 999px;
  padding: 0.85rem 1.9rem;
  border: none;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(0, 57, 190, 0.5);
  font-size: 0.96rem;
}
.hero-btn-primary i {
  font-size: 1rem;
}
.hero-btn-primary:hover {
  background: #0f3fcb;
  color: #fff;
}
.hero-btn-secondary {
  border-radius: 999px;
  padding: 0.85rem 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  font-weight: 500;
  background: rgba(6, 18, 70, 0.18);
  font-size: 0.95rem;
}
.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-image-wrapper {
  max-width: 500px;           /* más grande, como en el demo */
  margin: 0 auto;
  position: relative;
}

/* La persona SIEMPRE arriba de todo */
.hero-image {
  display: block;
  position: relative;
  z-index: 2;
}

/* Card de llamada – detrás de la cabeza */
.hero-call-card {
  position: absolute;
  top: 0%;                   /* ajusta más fino si quieres */
  right: -15%;
  background: #1552ff;
  border-radius: 32px;
  padding: 0.9rem 1.7rem;
  display: flex;
  align-items: center;
  color: #fff;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45);
  min-width: 350px;
  z-index: 1;                 /* por detrás de la foto */
}

.hero-call-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #ffffff;
  color: #1552ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.hero-call-label {
  font-size: 0.8rem;
  opacity: 0.95;
}
.hero-call-phone {
  font-size: 1.1rem;
  font-weight: 700;
}



/* Rating pill – por delante, como en el demo */
.hero-rating-pill {
  position: absolute;
  bottom: 12%;
  left: 8%;
  background: #f97393;
  color: #fff;
  border-radius: 999px;
  padding: 0.7rem 1.6rem;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  box-shadow: 0 16px 36px rgba(249, 115, 147, 0.55);
  z-index: 2;                 /* arriba de todo */
}

.hero-rating-score {
  font-weight: 700;
  font-size: 0.96rem;
}
.hero-rating-text {
  font-size: 0.76rem;
}

/* Responsive hero */
@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding-top: 2.5rem;
  }
  .hero-main-row {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .hero-call-card {
    top: -5%;
    right: 0;
    min-width: 290px;
  }
  .hero-rating-pill {
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* =========================
   CARDS HOVER
   ========================= */
.enlace-tema-card,
.test-card,
.curso-card,
.servicio-card {
  border-radius: 0.75rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.enlace-tema-card:hover,
.test-card:hover,
.curso-card:hover,
.servicio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

/* =========================
   SERVICIOS – CARDS ESTILO NURO
   ========================= */

.service-card-nuro {
  background: #fff7fb;
  border-radius: 1.75rem;
  padding: 1.2rem 1.2rem 1.6rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-card-nuro:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.service-card-img-wrapper {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fdf2ff;
}

.service-card-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* Icono circular que se monta sobre la tarjeta (como en NURO) */
.service-card-icon {
  position: absolute;
  left: 1.9rem;
  bottom: 1rem;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #1552ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  border: 4px solid #fff7fb;
  box-shadow: 0 18px 40px rgba(21, 82, 255, 0.65);
}

/* Botón negro tipo "Read more" */
.service-card-cta {
  position: absolute;
  right: 1.5rem;
  bottom: 1.2rem;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1.1rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.service-card-cta:hover {
  background: #000000;
}

/* Cuerpo del contenido debajo de la imagen */
.service-card-body {
  margin-top: 2.4rem; /* deja espacio para el icono circular */
}

.service-card-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #111827;
  margin-bottom: 0.5rem;
}

.service-card-text {
  font-size: 0.92rem;
  color: #4b5563;
  margin-bottom: 0.9rem;
}

/* Línea decorativa inferior */
.service-card-divider {
  width: 70px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1552ff, #ff6ea2);
  opacity: 0.9;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .service-card-img {
    height: 210px;
  }
}

@media (max-width: 575.98px) {
  .service-card-img {
    height: 190px;
  }
  .service-card-body {
    margin-top: 2.1rem;
  }
}

/* =========================
   TESTS – NUEVO DISEÑO
   ========================= */

.bg-tests {
  background: radial-gradient(circle at top left, #eef2ff 0, #fdfbff 45%, #f3f4ff 100%);
}

.tests-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: #1552ff;
}

/* Grid */
.tests-grid .test-card {
  background: transparent;
  box-shadow: none;
}

.test-card-inner {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem 1.3rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.test-card-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.09), transparent 55%);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.test-card-header h5 {
  font-size: 1.1rem;
}

/* Icono circular */
.test-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1552ff, #f97393);
  color: #ffffff;
  font-size: 1.3rem;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.45);
}

/* Badge GRATIS */
.bg-tests-free {
  background: rgba(37, 99, 235, 0.08);
  color: #1552ff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.25rem 0.9rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* Botón dentro de la card */
.btn-test-primary {
  background: #1552ff;
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.45);
  text-decoration: none;
}

.btn-test-primary:hover,
.btn-test-primary:focus {
  background: #0f3fcb;
  color: #ffffff;
}

/* Hover general de la card (se integra con tu .test-card:hover) */
.test-card:hover .test-card-inner {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(15, 23, 42, 0.09);
  border-color: rgba(37, 99, 235, 0.25);
}

.test-card:hover .test-card-inner::before {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .test-card-inner {
    padding: 1.25rem 1.2rem 1.1rem;
  }

  .test-card-header {
    gap: 0.75rem;
  }

  .test-card-header h5 {
    font-size: 1rem;
  }
}

/* =========================
   ENLACES DE INTERÉS – CARDS
   ========================= */

.interest-grid {
  /* separación vertical un poquito mayor en desktop */
}

/* Card base */
.interest-card {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* Top border sutil tipo NURO */
.interest-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #1552ff, #f97393);
}

/* Imagen */
.interest-card__image-wrapper {
  position: relative;
  overflow: hidden;
}

.interest-card__image {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

/* Icono redondo que flota sobre la imagen */
.interest-card__icon-pill {
  position: absolute;
  left: 1.5rem;
  bottom: -1.4rem;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #1552ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  box-shadow: 0 18px 35px rgba(21, 82, 255, 0.45);
  z-index: 2;
}

/* Cuerpo */
.interest-card__body {
  padding: 2.4rem 1.7rem 1.7rem;
}

.interest-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.75rem;
  border-radius: 999px;
  background: rgba(21, 82, 255, 0.08);
  color: #1552ff;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.65rem;
}

.interest-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.3rem;
}

.interest-card__text {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.45;
}

/* Hover */
.interest-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
}

.interest-card:hover .interest-card__image {
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 767.98px) {
  .interest-card__image {
    height: 190px;
  }
  .interest-card__body {
    padding-inline: 1.25rem;
  }
}

/* =========================
   ENLACES DE INTERÉS – LISTA EDITORIAL
   ========================= */

.enlaces-benefits li {
  margin-bottom: 0.2rem;
}

/* Contenedor de cada tema */
.enlace-topic {
  padding: 0.9rem 1.1rem;
  border-radius: 0.9rem;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  position: relative;
  transition: background 0.18s ease, border-color 0.18s ease,
              box-shadow 0.18s ease, transform 0.18s ease;
}

/* Icono circular */
.enlace-topic__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 82, 255, 0.08);
  color: #1552ff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Títulos y texto */
.enlace-topic__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #111827;
}

.enlace-topic__tag {
  font-size: 0.8rem;
  color: #6b7280;
}

/* Flecha */
.enlace-topic__arrow {
  font-size: 1rem;
  color: #9ca3af;
  margin-top: 0.15rem;
  transition: transform 0.18s ease, color 0.18s ease;
}

/* Hover */
.enlace-topic:hover {
  background: radial-gradient(circle at top left,
              rgba(21, 82, 255, 0.08), #ffffff 55%);
  border-color: rgba(21, 82, 255, 0.35);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  transform: translateY(-3px);
}

.enlace-topic:hover .enlace-topic__icon {
  background: #1552ff;
  color: #ffffff;
}

.enlace-topic:hover .enlace-topic__arrow {
  transform: translateX(4px);
  color: #1552ff;
}

/* Responsive */
@media (max-width: 767.98px) {
  .enlace-topic {
    padding: 0.85rem 0.95rem;
  }
}

/* =========================
   ENLACES DETALLE
   ========================= */

.enlace-hero {
  padding-top: 3.5rem;
  padding-bottom: 2.5rem;
}

.enlace-hero-badge {
  background: rgba(15, 63, 203, 0.1);
  color: #1552ff;
  font-weight: 600;
}

.enlace-hero-quote {
  font-size: 0.95rem;
  color: rgba(15, 23, 42, 0.75);
  border-left: 3px solid #1552ff;
  padding-left: 0.75rem;
}

.enlace-hero-image-wrapper {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}

.enlace-hero-image {
  width: 100%;
  object-fit: cover;
}

.enlace-hero-pill {
  position: absolute;
  bottom: 8%;
  left: 8%;
  background: #1552ff;
  color: #fff;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
}

/* Contenido */

.enlace-section-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.enlace-section-card + .enlace-section-card {
  margin-top: 1rem;
}

.enlace-section-card ul {
  padding-left: 1.1rem;
}

/* Aside */

.enlace-aside {
  position: sticky;
  top: 6rem;
}

.enlace-aside-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.25rem 1.4rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

/* CTA final */

.enlace-cta-final {
  background: linear-gradient(135deg, #1552ff, #f97393);
  color: #ffffff;
}
.enlace-cta-final p {
  color: rgba(255, 255, 255, 0.9);
}

/* =========================
   ETAPAS DE VIDA – NUEVO ESTILO
   ========================= */
.etapas-vida {
  background: linear-gradient(135deg, #f6f8ff 0%, #fff0f6 100%);
}

.etapa-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.etapa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.etapa-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.65;               /* ANTES 0.15 – ahora se ve MUCHO más */
  transition: opacity 0.3s ease;
}

.etapa-card:hover .etapa-bg {
  opacity: 0.75;               /* ANTES 0.25 – al hover casi se ve completa */
}


.etapa-content {
  position: relative;
  padding: 1.75rem 1.5rem;
  text-align: center;
  z-index: 2;
}

.etapa-title {
  font-weight: 800;
  color: #111;
}

.etapa-desc {
  color: #333;
}



.etapa-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  background: linear-gradient(135deg, #1552ff, #f6598f);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.etapa-card:hover .etapa-icon {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(21, 82, 255, 0.4);
}

/* FONDO OSCURECIDO SOBRE LA FOTO */
.etapa-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem; /* por si acaso */
}

/* Capa oscura encima de la imagen para que se lea el texto */
.etapa-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.10),
    rgba(0, 0, 0, 0.50)
  );
  z-index: 1;
  transition: background 0.3s ease;
}

.etapa-card:hover::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.65)
  );
}

/* CONTENIDO ENCIMA DEL OVERLAY */
.etapa-content {
  position: relative;
  z-index: 2;              /* por encima de la capa oscura */
  text-align: center;
  color: #ffffff;
}

/* Títulos mucho más marcados */
.etapa-title {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  text-shadow: 0 2px 6px rgb(20 20 20);
}

/* Descripción legible pero un poquito más suave */
.etapa-desc {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
  text-shadow: 0 2px 6px rgb(20 20 20);
}

/* Opcional: que el circulito del icono siempre se vea bien encima */
.etapa-icon-pill {
  position: relative;
  z-index: 2;
}


.login-section {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #eef2ff, #fdf2ff);
}


/* =========================
   AUTH / LOGIN PAGE
   ========================= */
.auth-body {
  min-height: 100vh;
  background: radial-gradient(circle at top left, #f9e3ff 0, #eef2ff 35%, #e0f2fe 70%, #fdf2ff 100%);
}

.auth-page {
  min-height: 100vh;
  padding: 2.5rem 1.5rem;
}

/* Tarjeta principal */
.auth-card {
  background: #ffffff;
  border-radius: 26px;
  max-width: 460px;
  width: 100%;
  padding: 2.5rem 2.25rem;
  border: 1px solid rgba(15, 23, 42, 0.04);
}

/* Encabezado */
.auth-card-header {
  position: relative;
}

.auth-logo-circle {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1552ff, #f6598f);
  box-shadow: 0 18px 40px rgba(21, 82, 255, 0.45);
  color: #fff;
  font-size: 1.8rem;
}

.auth-title {
  font-weight: 800;
  font-size: 1.4rem;
  color: #111827;
}

.auth-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
}

/* Formulario */
.auth-form .form-label {
  font-size: 0.88rem;
  font-weight: 500;
  color: #374151;
}

.auth-form .form-control {
  border-radius: 999px;
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
}

.auth-form .form-control:focus {
  box-shadow: 0 0 0 1px rgba(21, 82, 255, 0.3);
  border-color: #1552ff;
}

/* Botón */
.auth-btn-primary {
  background: linear-gradient(135deg, #1552ff, #3b82f6);
  border-radius: 999px;
  padding: 0.7rem 1.25rem;
  font-weight: 600;
  border: none;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(21, 82, 255, 0.45);
  font-size: 0.96rem;
}

.auth-btn-primary:hover,
.auth-btn-primary:focus {
  background: linear-gradient(135deg, #0f3fcb, #2563eb);
  color: #ffffff;
}
