/**
 * miniprestamos.online — overrides por página
 *
 * Uso:
 * - Mantén los estilos globales en styles.css.
 * - Añade aquí solo reglas específicas de una URL o plantilla.
 * - Agrupa por comentarios de sección (una sección por ruta o tipo de página).
 * - Evita duplicar tokens: reutiliza variables de :root definidas en styles.css.
 */

/* -------------------------------------------------------------------------- */
/* Home (index.html raíz) — ajustes mínimos CRO / legibilidad                 */
/* -------------------------------------------------------------------------- */

/* Home hero title split: Consigue dinero 💸 / en minutos */
/* Home hero title fix — emoji aligned inside first line */
/* Home hero title fix — editorial underline on "en minutos" (verde CTA #2e7d32) */
/* Home hero responsive title control */
body.page-home .home-hero__text .home-hero__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 0.06em;
  column-gap: 0;
}

body.page-home .home-hero__text .home-hero__title .home-hero__title-row1 {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: clamp(0px, 0.04em, 4px);
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

body.page-home .home-hero__text .home-hero__title .home-hero__title-line1 {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

body.page-home .home-hero__text .home-hero__title .home-hero__title-emoji {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  font-size: 0.76em;
  line-height: 1;
  display: inline-block;
  transform: translateY(1px);
}

body.page-home .home-hero__text .home-hero__title .home-hero__title-line2 {
  display: inline-block;
  position: relative;
  flex: 0 0 100%;
  align-self: flex-start;
  width: fit-content;
  max-width: fit-content;
  white-space: nowrap;
  box-sizing: border-box;
  color: #2e7d32;
  padding-bottom: 0.22em;
}

/* Trazo corto tipo brocha: clip-path + gradiente, sin cápsula ni barra redondeada */
body.page-home .home-hero__text .home-hero__title .home-hero__title-line2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.04em;
  width: 110%;
  height: clamp(8px, 0.26em, 12px);
  border-radius: 0;
  background: linear-gradient(
    94deg,
    rgba(46, 125, 50, 0.18) 0%,
    rgba(46, 125, 50, 0.75) 14%,
    #2e7d32 38%,
    #2e7d32 58%,
    rgba(46, 125, 50, 0.65) 82%,
    rgba(46, 125, 50, 0.12) 100%
  );
  clip-path: polygon(
    0% 62%,
    10% 28%,
    32% 12%,
    58% 8%,
    82% 18%,
    100% 42%,
    96% 72%,
    78% 92%,
    48% 100%,
    22% 88%,
    4% 78%
  );
  transform: translateX(-50%) skewX(-3deg);
  transform-origin: center bottom;
  opacity: 0.96;
  pointer-events: none;
}

@media (min-width: 769px) {
  body.page-home .home-hero__text {
    max-width: 600px;
  }

  body.page-home .home-hero__text .home-hero__title {
    max-width: 19ch;
  }
}

@media (max-width: 768px) {
  body.page-home .home-hero__text .home-hero__title {
    max-width: none;
    width: 100%;
  }

  /* Ancho intrínseco del texto: sin flex-grow ni estirado del contenedor */
  body.page-home .home-hero__text .home-hero__title .home-hero__title-line2 {
    flex: 0 0 100%;
    flex-grow: 0;
    align-self: flex-start;
    width: fit-content;
    max-width: fit-content;
    min-width: 0;
  }

  body.page-home .home-hero__text .home-hero__title .home-hero__title-line2::after {
    width: 110%;
    height: clamp(7px, 0.22em, 10px);
    transform: translateX(-50%) skewX(-2deg);
    clip-path: polygon(
      0% 58%,
      12% 26%,
      36% 10%,
      62% 10%,
      86% 22%,
      100% 46%,
      94% 76%,
      72% 94%,
      44% 100%,
      18% 86%,
      2% 72%
    );
  }

  body.page-home .home-hero__text .hero-steps {
    column-gap: 0.45em;
    row-gap: 0.28em;
    font-size: 0.93rem;
    line-height: 1.42;
    letter-spacing: 0.01em;
    color: #455566;
  }

  body.page-home .home-hero__text .hero-steps li {
    column-gap: 0.3em;
  }

  body.page-home .home-hero__text .hero-steps li::after {
    opacity: 0.75;
    letter-spacing: 0.06em;
  }
}

/* Home hero — micro-secuencia bajo el CTA (solo home; no altera styles.css global) */
body.page-home .home-hero__text .hero-steps {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  column-gap: 0.5em;
  row-gap: 0.3em;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.012em;
  color: #4a5b6c;
  opacity: 1;
}

body.page-home .home-hero__text .hero-steps li {
  list-style: none;
  display: inline-flex;
  align-items: baseline;
  column-gap: 0.32em;
}

body.page-home .home-hero__text .hero-steps li::after {
  content: "→";
  margin: 0;
  padding: 0;
  opacity: 0.72;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #6b7c8d;
}

body.page-home .home-hero__text .hero-steps li:last-child::after {
  content: "";
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

.hero-final {
  position: relative;
  padding: 120px 20px;
  background: #f1f5f9;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("/assets/bg-city.png") center/cover no-repeat;
  opacity: 0.15;
}

.hero-content {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2;
}

.hero-content h1 {
  font-size: 52px;
  color: #0f172a;
}

.sub {
  margin: 20px 0;
  color: #475569;
  font-size: 18px;
}

.trust {
  margin-bottom: 30px;
  color: #16a34a;
  font-weight: 600;
}

.cta {
  padding: 18px 34px;
  background: #00c853;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.hero-img {
  position: absolute;
  bottom: 0;
  width: 260px;
  z-index: 1;
}

.hero-img.left {
  left: 60px;
}

.hero-img.right {
  right: 60px;
}

/* Bloque 2 — beneficios (home), nivel editorial / premium */
.benefits {
  padding: 52px 0 58px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.benefits .container {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  padding: clamp(20px, 2.8vw, 32px);
}

.benefits-intro {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.benefits-eyebrow {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e3a5f;
}

.benefits-intro h2 {
  margin: 0;
  font-size: clamp(2.4rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
  text-wrap: balance;
}

.benefits-lead {
  margin: 12px auto 0;
  max-width: 58ch;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.72);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 20px 16px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.benefit__media {
  width: 100%;
  min-height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.benefit__media img,
.benefit img {
  display: block;
  max-width: 246px;
  max-height: 178px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.benefit__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.benefit h3 {
  margin: 0 0 10px;
  font-size: 1.52rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #0f172a;
  text-wrap: balance;
}

.benefit p {
  margin: 0;
  max-width: 24ch;
  font-size: 0.98rem;
  line-height: 1.52;
  color: rgba(15, 23, 42, 0.72);
}

.benefits-cta {
  margin-top: 18px;
  text-align: center;
}

.benefits-cta .btn,
.benefits-cta .btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding-inline: 26px;
  font-weight: 800;
}

.benefits-cta__microcopy {
  margin: 8px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(15, 23, 42, 0.62);
}

@media (max-width: 980px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .benefit {
    max-width: 680px;
    margin: 0 auto;
  }

  .benefit__media {
    min-height: 170px;
  }
}

@media (max-width: 640px) {
  .benefits {
    padding: 40px 0 46px;
  }

  .benefits .container {
    border-radius: 18px;
    padding: 18px 14px;
  }

  .benefits-intro {
    margin-bottom: 18px;
  }

  .benefit {
    padding: 18px 14px 14px;
    border-radius: 16px;
  }

  .benefit__media {
    min-height: 138px;
    margin-bottom: 10px;
  }

  .benefit__media img,
  .benefit img {
    max-width: 190px;
    max-height: 136px;
  }

  .benefit h3 {
    font-size: 1.35rem;
  }

  .benefit p {
    font-size: 0.95rem;
    max-width: 28ch;
  }

  .benefits-cta {
    margin-top: 14px;
  }

  .benefits-cta__microcopy {
    font-size: 0.84rem;
  }
}

/* Home vertical rhythm: predecision -> comparador */
body.page-home section.benefits {
  margin-bottom: 23px;
  border-bottom: 1px solid transparent;
}

body.page-home section#comparador.section--compare-hybrid {
  margin-top: 24px;
  margin-bottom: 31px;
  border-bottom: 1px solid transparent;
}

/* Home vertical rhythm: comparador -> steps */
body.page-home section#comparador.section--compare-hybrid + section.section--tight {
  margin-top: 24px;
}

@media (max-width: 767px) {
  body.page-home section.benefits {
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
  }

  body.page-home section#comparador.section--compare-hybrid {
    margin-top: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
    margin-left: 16px;
    margin-right: 16px;
  }

  body.page-home section#comparador.section--compare-hybrid + section.section--tight {
    margin-top: 16px;
  }
}

body.page-home .hero__microcopy {
  margin-top: var(--space-4);
  max-width: 36rem;
}

body.page-home .section__table-note {
  margin-top: var(--space-4);
  max-width: 48rem;
}

/* Comparador home (reconstrucción limpia y autocontenida) */
.section--compare-hybrid .container {
  max-width: 1120px;
}

.compare-home {
  max-width: 1120px;
  margin: 0 auto;
}

.compare-home__intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 28px;
}

.compare-home__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef3f8;
  color: #163e79;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.compare-home__intro h2 {
  margin: 12px 0 10px;
  font-size: clamp(2rem, 2.6vw, 2.45rem);
  line-height: 1.06;
  color: #12213f;
  letter-spacing: -0.02em;
}

.compare-home__intro p {
  margin: 0;
  color: #445166;
  line-height: 1.55;
}

.compare-home__featured {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 280px;
  align-items: center;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid #cfe1cf;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.06);
}

.featured-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.featured-card__car-wrap {
  position: relative;
  width: 100%;
  max-width: 190px;
}

.featured-card__car {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  transform: translateX(-18px);
  opacity: 0;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.featured-card__light {
  position: absolute;
  width: 135%;
  max-width: 220px;
  height: 26px;
  margin: 0;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  filter: blur(5px) brightness(1.08);
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 252, 235, 0.95) 28%,
    rgba(160, 205, 255, 0.75) 52%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* Faros del asset car-euro-main (vista 3/4): interior ~60%/58%, exterior ~83%/61% */
.featured-card__light--one {
  left: 59%;
  top: 57.5%;
  right: auto;
  transform: translate(0, -50%) rotate(15deg) scaleX(0.06);
}

.featured-card__light--two {
  left: 81.5%;
  top: 60%;
  right: auto;
  transform: translate(0, -50%) rotate(-11deg) scaleX(0.06);
}

.featured-card__body {
  min-width: 0;
}

.featured-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #1f8f45;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 14px;
}

.featured-card__brand {
  margin: 0 0 4px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 800;
  color: #12213f;
}

.featured-card__amount {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
  color: #163e79;
}

.featured-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featured-card__meta p {
  margin: 0;
  color: #5d6b7a;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.featured-card__action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

.featured-card__cta {
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.featured-card__note {
  margin: 0;
  text-align: center;
  color: #6a7483;
  font-size: 14px;
  line-height: 1.35;
}

.compare-home__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.compare-row {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.5fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #dde5ee;
  border-radius: 18px;
  background: #ffffff;
}

.compare-row__brand {
  font-size: 18px;
  font-weight: 800;
  color: #0f1f40;
}

.compare-row__amount,
.compare-row__term,
.compare-row__desc {
  font-size: 15px;
  line-height: 1.4;
  color: #445166;
}

.compare-row__cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.compare-home__legal {
  margin: 14px 0 0;
  color: #667383;
  font-size: 13px;
  line-height: 1.5;
}

.compare-home__featured.is-revealed .featured-card__car,
.compare-home__featured.is-revealed-mobile .featured-card__car {
  transform: translateX(0);
  opacity: 1;
}

.compare-home__featured.is-revealed .featured-card__light--one,
.compare-home__featured.is-revealed-mobile .featured-card__light--one {
  animation: compareLightCrossOne 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.52s 1 forwards;
}

.compare-home__featured.is-revealed .featured-card__light--two,
.compare-home__featured.is-revealed-mobile .featured-card__light--two {
  animation: compareLightCrossTwo 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.92s 1 forwards;
}

@keyframes compareLightCrossOne {
  0% {
    opacity: 0;
    transform: translate(0, -50%) rotate(15deg) scaleX(0.06);
  }

  45% {
    opacity: 1;
    transform: translate(0, -50%) rotate(15deg) scaleX(1);
  }

  100% {
    opacity: 0;
    transform: translate(0, -50%) rotate(15deg) scaleX(1.06);
  }
}

@keyframes compareLightCrossTwo {
  0% {
    opacity: 0;
    transform: translate(0, -50%) rotate(-11deg) scaleX(0.06);
  }

  45% {
    opacity: 1;
    transform: translate(0, -50%) rotate(-11deg) scaleX(1);
  }

  100% {
    opacity: 0;
    transform: translate(0, -50%) rotate(-11deg) scaleX(1.06);
  }
}

/* -------------------------------------------------------------------------- */
/* Home comparator — pulido CRO / coherencia (solo body.page-home #comparador) */
/* -------------------------------------------------------------------------- */

/* Home comparator fine visual coherence */
body.page-home #comparador .compare-home__featured {
  border-color: rgba(30, 74, 140, 0.14);
  box-shadow: var(--shadow-md), 0 14px 36px rgba(16, 42, 67, 0.05);
  gap: 22px;
  /* Home comparator decision CRO — featured card eye flow */
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 62%, rgba(30, 74, 140, 0.045) 100%);
}

body.page-home #comparador .featured-card__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.page-home #comparador .featured-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: fit-content;
  max-width: fit-content;
  flex: 0 0 auto;
  margin-bottom: 12px;
  padding: 7px 18px;
  border-radius: 999px;
}

body.page-home #comparador .featured-card__brand {
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

body.page-home #comparador .featured-card__amount {
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

/* Home comparator decision CRO — featured meta scanability */
body.page-home #comparador .featured-card__meta {
  gap: 4px;
}

body.page-home #comparador .featured-card__meta p {
  line-height: 1.42;
}

body.page-home #comparador .featured-card__meta p:first-of-type {
  font-weight: 600;
  color: #23395d;
}

body.page-home #comparador .featured-card__meta p:nth-of-type(2) {
  font-weight: 500;
  color: #435674;
}

body.page-home #comparador .featured-card__action {
  gap: 12px;
}

/* Home comparator decision CRO — CTA emphasis */
body.page-home #comparador .featured-card__cta.btn--primary {
  position: relative;
  min-height: 58px;
  min-width: 264px;
  padding: var(--space-4) calc(var(--space-6) + 22px) var(--space-4) var(--space-6);
  font-size: 1.02rem;
  font-weight: 700;
  border-radius: 14px;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 28px rgba(30, 74, 140, 0.24);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

body.page-home #comparador .featured-card__cta.btn--primary::after {
  content: "→";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.96;
  pointer-events: none;
}

body.page-home #comparador .featured-card__cta.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(30, 74, 140, 0.28);
}

/* Home comparator decision CRO — micro trust note */
body.page-home #comparador .featured-card__note {
  margin-top: 2px;
  font-size: 12.5px;
  line-height: 1.35;
  color: #4f5f78;
  text-align: center;
}

/* Home comparator secondary cards cleanup */
body.page-home #comparador .compare-row {
  border-color: rgba(148, 163, 184, 0.45);
  box-shadow: var(--shadow-sm);
  padding: 16px 18px;
  gap: 14px 16px;
}

body.page-home #comparador .compare-row__brand {
  font-size: 17px;
  line-height: 1.2;
}

body.page-home #comparador .compare-row__amount {
  font-weight: 700;
  color: #12213f;
}

body.page-home #comparador .compare-row__term,
body.page-home #comparador .compare-row__desc {
  line-height: 1.45;
}

body.page-home #comparador .compare-row__cta.btn--secondary {
  min-height: 40px;
  padding: var(--space-2) var(--space-5);
  font-size: var(--font-size-sm);
  font-weight: 600;
  border-radius: var(--radius-md);
  line-height: 1.2;
  /* Mismo sistema que .btn--primary (styles.css): azul sólido, texto blanco */
  background: var(--color-primary);
  color: #fff;
  border-color: transparent;
}

body.page-home #comparador .compare-row__cta.btn--secondary:hover {
  background: var(--color-primary-hover);
  border-color: transparent;
  color: #fff;
}

body.page-home #comparador .compare-home__list {
  margin-top: 14px;
  gap: 10px;
}

body.page-home #comparador .compare-home__legal {
  margin-top: 12px;
  line-height: 1.48;
}

/* Home comparator mobile refinement + cierre compactación (solo #comparador) */
@media (max-width: 640px) {
  /* Home final polish — comparator mobile compacting */
  body.page-home #comparador .compare-home__intro {
    margin-bottom: 14px;
  }

  body.page-home #comparador .compare-home__intro .compare-home__eyebrow {
    margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 11px;
  }

  body.page-home #comparador .compare-home__intro h2,
  body.page-home #comparador .compare-home__title,
  body.page-home #comparador #compare-home-title {
    font-size: 2.35rem;
    line-height: 1.02;
    margin-bottom: 10px;
  }

  body.page-home #comparador .compare-home__intro p {
    font-size: 1.05rem;
    line-height: 1.45;
  }

  body.page-home #comparador .compare-home__featured {
    gap: 8px 12px;
    padding: 14px 14px 14px;
    border-radius: 20px;
    /* Gradiente más suave en columna estrecha */
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, rgba(30, 74, 140, 0.028) 100%);
  }

  body.page-home #comparador .featured-card__badge {
    align-self: flex-start;
    width: fit-content;
    max-width: fit-content;
    flex: 0 0 auto;
    margin-bottom: 8px;
    padding: 6px 16px;
  }

  body.page-home #comparador .featured-card__brand {
    margin-bottom: 2px;
  }

  body.page-home #comparador .featured-card__amount {
    margin-bottom: 6px;
  }

  body.page-home #comparador .featured-card__meta {
    gap: 4px;
    margin-top: 0;
  }

  body.page-home #comparador .featured-card__meta p {
    line-height: 1.36;
  }

  body.page-home #comparador .featured-card__action {
    gap: 6px;
    margin-top: 0;
  }

  body.page-home #comparador .featured-card__cta.btn--primary {
    min-width: 100%;
    min-height: 56px;
    font-size: 0.98rem;
    padding: var(--space-3) calc(var(--space-6) + 22px) var(--space-3) var(--space-6);
  }

  body.page-home #comparador .featured-card__cta.btn--primary::after {
    right: 18px;
  }

  body.page-home #comparador .featured-card__note {
    max-width: 100%;
  }

  /* Home final polish — comparator secondary rows mobile */
  body.page-home #comparador .compare-home__list {
    margin-top: 10px;
    gap: 8px;
  }

  body.page-home #comparador .compare-row {
    padding: 12px 14px;
    gap: 8px;
  }

  body.page-home #comparador .compare-row__brand {
    font-size: 16px;
    line-height: 1.15;
  }

  body.page-home #comparador .compare-row__amount,
  body.page-home #comparador .compare-row__term,
  body.page-home #comparador .compare-row__desc {
    font-size: 14px;
    line-height: 1.38;
  }

  body.page-home #comparador .compare-row__cta.btn--secondary {
    min-height: 42px;
    padding: var(--space-2) var(--space-4);
    font-size: 0.875rem;
  }

  body.page-home #comparador .compare-home__legal {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.42;
  }
}

@media (max-width: 900px) {
  .compare-home__featured {
    grid-template-columns: 160px minmax(0, 1fr);
    grid-template-areas:
      "media body"
      "action action";
    gap: 18px 18px;
    padding: 22px;
  }

  .featured-card__media {
    grid-area: media;
  }

  .featured-card__body {
    grid-area: body;
  }

  .featured-card__action {
    grid-area: action;
  }

  .featured-card__car-wrap {
    max-width: 150px;
  }

  .compare-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand amount"
      "term desc"
      "action action";
    gap: 10px 16px;
  }

  .compare-row__brand {
    grid-area: brand;
  }

  .compare-row__amount {
    grid-area: amount;
  }

  .compare-row__term {
    grid-area: term;
  }

  .compare-row__desc {
    grid-area: desc;
  }

  .compare-row__action {
    grid-area: action;
  }
}

@media (max-width: 640px) {
  .compare-home__intro {
    max-width: 330px;
    margin: 0 auto 20px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .compare-home__intro .compare-home__eyebrow {
    margin: 0 auto 14px;
    justify-content: center;
  }

  .compare-home__intro h2,
  .compare-home__title,
  #compare-home-title {
    max-width: 12ch;
    margin: 0 auto 14px;
    text-align: center;
    font-size: 2.65rem;
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }

  .compare-home__intro p {
    max-width: 31ch;
    margin: 0 auto;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.5;
  }

  .compare-home__featured {
    grid-template-columns: 104px minmax(0, 1fr);
    grid-template-areas:
      "media body"
      "meta meta"
      "action action";
    gap: 12px 14px;
    padding: 18px 16px 16px;
    border-radius: 24px;
  }

  .featured-card__media {
    grid-area: media;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .featured-card__car-wrap {
    max-width: 96px;
  }

  .featured-card__light {
    max-width: 140px;
    height: 18px;
    filter: blur(4px) brightness(1.06);
  }

  .featured-card__light--one {
    left: 58%;
    top: 56%;
  }

  .featured-card__light--two {
    left: 80%;
    top: 58.5%;
  }

  .featured-card__body {
    grid-area: body;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .featured-card__badge {
    margin-bottom: 10px;
    padding: 9px 16px;
    font-size: 14px;
  }

  .featured-card__brand {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .featured-card__amount {
    font-size: 26px;
    margin-bottom: 0;
  }

  .featured-card__meta {
    grid-area: meta;
    display: flex !important;
    flex-direction: column;
    gap: 6px;
    margin-top: 2px;
  }

  .featured-card__meta p {
    font-size: 15px;
    line-height: 1.4;
    color: #5d6b7a !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .featured-card__action {
    grid-area: action;
    gap: 10px;
    margin-top: 2px;
  }

  .featured-card__cta {
    min-height: 54px;
    width: 100%;
  }

  .featured-card__note {
    font-size: 14px;
  }

  .compare-row {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "amount"
      "term"
      "desc"
      "action";
    gap: 10px;
    padding: 18px 16px;
  }

  .compare-row__action,
  .compare-row__cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-card__car {
    transform: translateX(0) !important;
    animation: none !important;
    opacity: 1 !important;
  }

  .featured-card__light {
    display: none !important;
    animation: none !important;
  }

  .compare-row {
    transition: none;
  }

  .compare-row:hover {
    transform: none;
  }
}

body.page-home .home-link-cards .card__title a {
  text-decoration: none;
  color: var(--color-primary);
}

body.page-home .home-link-cards .card__title a:hover,
body.page-home .home-link-cards .card__title a:focus-visible {
  text-decoration: underline;
}

body.page-home .card__title a {
  text-decoration: none;
  color: var(--color-primary);
}

body.page-home .card__title a:hover,
body.page-home .card__title a:focus-visible {
  text-decoration: underline;
}

/* Home final polish — trust medals mobile compacting (solo index / .page-home) */
@media (max-width: 640px) {
  body.page-home .trust-awards {
    padding: 16px 0;
  }

  body.page-home .trust-awards__panel {
    padding: 14px 12px;
    border-radius: 16px;
  }

  body.page-home .trust-awards__header {
    margin-bottom: 12px;
  }

  body.page-home .trust-awards__title {
    font-size: clamp(19px, 4.2vw, 24px);
    line-height: 1.2;
    margin-bottom: 6px;
  }

  body.page-home .trust-awards__text {
    font-size: 15px;
    line-height: 1.42;
  }

  /* Medallas: 3 + 2, segunda fila centrada (grid 6 cols; solo móvil home) */
  body.page-home .trust-awards__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
    justify-items: center;
  }

  body.page-home .trust-awards__item:nth-child(1) {
    grid-column: 1 / 3;
  }

  body.page-home .trust-awards__item:nth-child(2) {
    grid-column: 3 / 5;
  }

  body.page-home .trust-awards__item:nth-child(3) {
    grid-column: 5 / 7;
  }

  body.page-home .trust-awards__item:nth-child(4) {
    grid-column: 2 / 4;
  }

  body.page-home .trust-awards__item:nth-child(5) {
    grid-column: 4 / 6;
  }

  body.page-home .trust-awards__item {
    justify-self: center;
    width: 100%;
    max-width: 96px;
  }

  body.page-home .trust-awards__item img {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.07));
  }
}

/* -------------------------------------------------------------------------- */
/* Landings de intención (préstamo X, urgente, ASNEF, etc.)                   */
/* -------------------------------------------------------------------------- */

/*
 * préstamos-con-asnef — selectores reforzados (hero):
 * El <div> del hero une .container + .hero__inner; .container impone max-width global.
 * Se encadena body + main#contenido-principal + .container.hero__inner para ganar siempre
 * sin tocar styles.css.
 */
body.page-inner.page-landing.page-prestamos-con-asnef .risks-closing {
  margin-top: var(--space-6);
  max-width: 40rem;
}

/* préstamos-con-asnef — hero: más aire, bloque principal unificado, lista en panel */
body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero {
  padding-block: clamp(3.5rem, 6vw + 2rem, 5.5rem);
}

@media (min-width: 64rem) {
  body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero {
    padding-block: clamp(4.5rem, 5vw + 2.5rem, 6.5rem);
  }
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .container.hero__inner {
  max-width: 44rem;
  width: 100%;
  margin-inline: auto;
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero__eyebrow {
  margin-bottom: var(--space-5);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-focus {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 1px 0 rgba(30, 74, 140, 0.06), 0 12px 40px rgba(26, 35, 50, 0.06);
  padding: var(--space-8) var(--space-6);
}

@media (min-width: 48rem) {
  body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-focus {
    padding: var(--space-10) var(--space-8);
  }
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-focus .hero__title {
  margin-bottom: var(--space-5);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-focus p.hero__lead {
  margin-bottom: var(--space-6);
  font-size: var(--font-size-lg);
  line-height: var(--line-relaxed);
  color: var(--color-text-muted);
  max-width: 38rem;
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-value-panel {
  margin-bottom: var(--space-8);
  padding: var(--space-6) var(--space-5);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--color-primary-soft) 0%, #f0f4fb 100%);
  border: 1px solid rgba(30, 74, 140, 0.12);
  border-left: 4px solid var(--color-primary);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-value-panel__label {
  font-size: var(--font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  margin-bottom: var(--space-4);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-value-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-value-list li {
  position: relative;
  padding-left: calc(var(--space-6) + var(--space-2));
  margin: 0;
  color: var(--color-text);
  font-size: var(--font-size-base);
  line-height: var(--line-normal);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-value-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: var(--radius-sm);
  background: var(--color-primary);
  box-shadow: 0 1px 3px rgba(30, 74, 140, 0.25);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-value-list li::after {
  content: "";
  position: absolute;
  left: 0.32rem;
  top: 0.62em;
  width: 0.45rem;
  height: 0.2rem;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero-focus .hero__actions {
  margin-top: 0;
  gap: var(--space-4);
}

@media (max-width: 47.99rem) {
  body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-inner.page-landing.page-prestamos-con-asnef main#contenido-principal .hero .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* -------------------------------------------------------------------------- */
/* Páginas comparativas / directorios                                         */
/* -------------------------------------------------------------------------- */

/*
body.page-compare .compare-table { ... }
*/

/* -------------------------------------------------------------------------- */
/* Contenido editorial / guías / FAQ dedicadas                              */
/* -------------------------------------------------------------------------- */

/*
body.page-guide .article-meta { ... }
*/

/* -------------------------------------------------------------------------- */
/* Legales y soporte (contacto, aviso legal, privacidad, cookies)            */
/* -------------------------------------------------------------------------- */

/*
body.page-legal .legal-content { ... }
*/

/* =========================================================
   HOME — ATAJO AL COMPARADOR — VERSIÓN FINAL DIFERENCIADA
   ========================================================= */

body.page-home .shortcut-compare {
  padding: 12px 0 8px;
}

body.page-home .shortcut-compare .container {
  position: relative;
}

body.page-home .shortcut-compare__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px auto;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border: 1px solid rgba(19, 52, 99, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(244, 248, 255, 0.98) 0%, rgba(236, 243, 255, 0.96) 100%);
  box-shadow: 0 10px 28px rgba(11, 37, 69, 0.05);
}

body.page-home .shortcut-compare__content {
  min-width: 0;
}

body.page-home .shortcut-compare__eyebrow {
  margin: 0 0 7px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(19, 52, 99, 0.74);
}

body.page-home .shortcut-compare__title {
  margin: 0 0 5px;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.16;
  font-weight: 800;
  color: #133463;
}

body.page-home .shortcut-compare__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.42;
  color: rgba(19, 52, 99, 0.82);
  max-width: 56ch;
}

body.page-home .shortcut-compare__flow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
  transform: translateX(-20px);
}

body.page-home .shortcut-compare__flow img {
  display: block;
  width: 220px;
  height: auto;
  opacity: 0.96;
}

body.page-home .shortcut-compare__action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body.page-home .shortcut-compare__cta {
  min-width: 260px;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 1.02rem 1.5rem;
  font-weight: 800;
  color: #ffffff;
  background: #1f5fbf;
  border: 1px solid rgba(19, 52, 99, 0.12);
  box-shadow: 0 12px 26px rgba(31, 95, 191, 0.20);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.page-home .shortcut-compare__cta:hover,
body.page-home .shortcut-compare__cta:focus-visible {
  background: #194f9f;
  box-shadow: 0 16px 30px rgba(31, 95, 191, 0.25);
  transform: translateY(-1px);
}

@media (max-width: 1080px) {
  body.page-home .shortcut-compare__inner {
    grid-template-columns: minmax(0, 1fr) 150px auto;
    gap: 12px;
    padding: 17px 20px;
  }

  body.page-home .shortcut-compare__flow {
    transform: translateX(-12px);
  }

  body.page-home .shortcut-compare__flow img {
    width: 170px;
  }

  body.page-home .shortcut-compare__cta {
    min-width: 228px;
  }
}

@media (max-width: 820px) {
  body.page-home .shortcut-compare__inner {
    grid-template-columns: 1fr auto;
  }

  body.page-home .shortcut-compare__flow {
    display: none;
  }
}

@media (max-width: 680px) {
  body.page-home .shortcut-compare {
    padding: 10px 0 8px;
  }

  body.page-home .shortcut-compare__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 15px 16px;
    border-radius: 18px;
  }

  body.page-home .shortcut-compare__title {
    font-size: 1.03rem;
  }

  body.page-home .shortcut-compare__text {
    font-size: 0.92rem;
    max-width: none;
  }

  body.page-home .shortcut-compare__action {
    width: 100%;
  }

  body.page-home .shortcut-compare__cta {
    width: 100%;
    min-width: 0;
    padding: 0.96rem 1.2rem;
  }
}
/* =========================================================
   COMPARADOR MONEY PAGE — SUPREMA (body.page-comparador)
   ========================================================= */

body.page-comparador {
  background: #f6f8fc;
}

body.page-comparador .compare-page {
  overflow: hidden;
  color: #0b1736;
}

body.page-comparador .section {
  padding: clamp(46px, 6vw, 84px) 0;
}

body.page-comparador .supreme-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(22, 196, 107, 0.1);
  color: #0a7a45;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.page-comparador .supreme-hero {
  position: relative;
  padding: clamp(42px, 6vw, 78px) 0 clamp(34px, 4vw, 56px);
  background:
    radial-gradient(circle at 78% 18%, rgba(22, 196, 107, 0.18), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(22, 61, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f6f8fc 52%, #effaf5 100%);
}

body.page-comparador .supreme-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

body.page-comparador .supreme-hero h1 {
  margin: 16px 0;
  max-width: 780px;
  font-size: clamp(2.35rem, 5.3vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  color: #07142f;
}

body.page-comparador .supreme-hero__lead {
  max-width: 680px;
  color: #53657f;
  font-size: clamp(1.06rem, 1.7vw, 1.25rem);
  line-height: 1.62;
}

body.page-comparador .supreme-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.page-comparador .supreme-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #30435f;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

body.page-comparador .supreme-proof span::before {
  content: "\2713";
  color: #16c46b;
  font-weight: 900;
}

body.page-comparador .supreme-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

body.page-comparador .supreme-btn {
  min-height: 54px;
  border-radius: 16px;
  font-weight: 900;
}

body.page-comparador .supreme-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

body.page-comparador .supreme-hero__image {
  width: min(100%, 620px);
  height: auto;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 30px 55px rgba(15, 23, 42, 0.16));
}

body.page-comparador .section-heading--center {
  text-align: center;
  max-width: 810px;
  margin: 0 auto 34px;
}

body.page-comparador .section-heading h2 {
  margin: 12px 0;
  font-size: clamp(1.85rem, 3.7vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #07142f;
}

body.page-comparador .section-heading p {
  color: #53657f;
  line-height: 1.65;
}

body.page-comparador .decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.page-comparador .decision-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 22px;
  min-height: 172px;
  border-radius: 26px;
  background: #ffffff;
  color: #07142f;
  text-decoration: none;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-comparador .decision-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}

body.page-comparador .decision-card span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(22, 61, 255, 0.1), rgba(22, 196, 107, 0.12));
  font-size: 1.35rem;
}

body.page-comparador .decision-card strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

body.page-comparador .decision-card small {
  color: #64748b;
  line-height: 1.4;
}

body.page-comparador .decision-card--hot {
  background: linear-gradient(145deg, #07142f, #123a5c);
  color: #ffffff;
}

body.page-comparador .decision-card--hot small {
  color: rgba(255, 255, 255, 0.72);
}

body.page-comparador .supreme-comparator {
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
}

body.page-comparador .supreme-offers {
  display: grid;
  gap: 18px;
}

body.page-comparador .offer-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.page-comparador .offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(15, 23, 42, 0.12);
  border-color: rgba(22, 61, 255, 0.18);
}

body.page-comparador .offer-card--featured {
  background:
    linear-gradient(90deg, rgba(22, 196, 107, 0.08), rgba(22, 61, 255, 0.05)),
    #ffffff;
  border-color: rgba(22, 196, 107, 0.38);
  box-shadow: 0 24px 70px rgba(22, 196, 107, 0.13);
}

body.page-comparador .offer-card--featured::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #163dff, #16c46b);
}

body.page-comparador .offer-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

body.page-comparador .offer-card h3 {
  margin: 8px 0 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.04em;
  color: #07142f;
}

body.page-comparador .offer-card__label,
body.page-comparador .offer-card__score {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #0a7a45;
  font-size: 0.78rem;
  font-weight: 900;
}

body.page-comparador .offer-card__score {
  background: #e8edff;
  color: #163dff;
}

body.page-comparador .offer-card__data {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.page-comparador .offer-card__data div {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border-radius: 18px;
  background: #f6f8fc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

body.page-comparador .offer-card__data div::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(22, 196, 107, 0.12), transparent 66%);
}

body.page-comparador .offer-card__data span {
  display: block;
  color: #64748b;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

body.page-comparador .offer-card__data strong {
  color: #07142f;
  font-size: 0.98rem;
}

body.page-comparador .offer-card__text {
  max-width: 820px;
  color: #53657f;
  line-height: 1.62;
}

body.page-comparador .offer-card--featured .offer-card__cta {
  background: linear-gradient(135deg, #163dff, #0f58c9);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(22, 61, 255, 0.2);
}

body.page-comparador .offer-card__cta {
  justify-self: start;
  width: fit-content;
  min-height: 50px;
  border-radius: 15px;
  font-weight: 900;
}

body.page-comparador .offer-card__safe-note {
  margin: -8px 0 0;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 700;
}

body.page-comparador .smart-quiz__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  padding: clamp(26px, 5vw, 54px);
  border-radius: 34px;
  background: linear-gradient(135deg, #07142f, #123a5c);
  color: #ffffff;
  box-shadow: 0 28px 72px rgba(8, 20, 47, 0.22);
}

body.page-comparador .smart-quiz__box::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(22, 196, 107, 0.22), transparent 65%);
  pointer-events: none;
}

body.page-comparador .smart-quiz h2 {
  margin: 14px 0;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: #ffffff;
}

body.page-comparador .smart-quiz .supreme-eyebrow {
  background: rgba(22, 196, 107, 0.16);
  color: #22c55e;
}

body.page-comparador .smart-quiz__content {
  position: relative;
  z-index: 2;
}

body.page-comparador .smart-quiz__content p:not(.supreme-eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

body.page-comparador .quiz-panel {
  position: relative;
  z-index: 2;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-comparador .quiz-step {
  display: none;
}

body.page-comparador .quiz-step.is-active {
  display: block;
}

body.page-comparador .quiz-step h3,
body.page-comparador .quiz-result h3 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 1.35rem;
}

body.page-comparador .quiz-options {
  display: grid;
  gap: 12px;
}

body.page-comparador .quiz-options button {
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  color: #07142f;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body.page-comparador .quiz-options button:hover {
  transform: translateY(-2px);
  background: #f0fdf4;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

body.page-comparador .quiz-result {
  display: none;
}

body.page-comparador .quiz-result.is-active {
  display: block;
}

body.page-comparador .quiz-result p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
  margin-bottom: 18px;
}

body.page-comparador .seo-paths__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.page-comparador .seo-paths__grid a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  color: #07142f;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-comparador .seo-paths__grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 61, 255, 0.18);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
}

body.page-comparador .seo-paths__icon {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(22, 61, 255, 0.1), rgba(22, 196, 107, 0.12));
  color: #163dff;
  font-size: 0.76rem;
  font-weight: 950;
}

body.page-comparador .seo-paths__grid a > strong {
  grid-column: 2;
}

body.page-comparador .seo-paths__grid a > span:not(.seo-paths__icon) {
  grid-column: 2;
  color: #64748b;
  line-height: 1.45;
}

body.page-comparador .trust-premium__box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 54px);
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.09);
}

body.page-comparador .trust-premium h2 {
  margin: 14px 0;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

body.page-comparador .trust-premium__note {
  color: #53657f;
  line-height: 1.65;
}

body.page-comparador .trust-premium ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-comparador .trust-premium li {
  position: relative;
  padding: 15px 16px 15px 44px;
  border-radius: 18px;
  background: #f6f8fc;
  color: #07142f;
  font-weight: 700;
}

body.page-comparador .trust-premium li::before {
  content: "\2713";
  position: absolute;
  left: 16px;
  top: 15px;
  color: #16c46b;
  font-weight: 900;
}

body.page-comparador .risk-warning__box {
  padding: clamp(26px, 4vw, 44px);
  border-radius: 30px;
  background: linear-gradient(135deg, #fff8e7, #fffdf8);
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow: 0 18px 46px rgba(146, 64, 14, 0.08);
}

body.page-comparador .risk-warning span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.16);
  color: #92400e;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.page-comparador .risk-warning h2 {
  margin: 14px 0 10px;
  color: #07142f;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -0.035em;
}

body.page-comparador .risk-warning p {
  color: #713f12;
  line-height: 1.72;
}

body.page-comparador .money-faq .faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

body.page-comparador .money-faq .faq-list details {
  padding: 19px 21px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-comparador .money-faq .faq-list details[open] {
  border-color: rgba(22, 196, 107, 0.28);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

body.page-comparador .money-faq .faq-list summary {
  cursor: pointer;
  position: relative;
  padding-right: 34px;
  color: #07142f;
  font-weight: 900;
  list-style: none;
}

body.page-comparador .money-faq .faq-list summary::-webkit-details-marker {
  display: none;
}

body.page-comparador .money-faq .faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #eef6ff;
  color: #163dff;
  font-weight: 900;
}

body.page-comparador .money-faq .faq-list details[open] summary::after {
  content: "\2013";
  background: #dcfce7;
  color: #0a7a45;
}

body.page-comparador .money-faq .faq-list p {
  color: #53657f;
  line-height: 1.66;
  margin-top: 10px;
}

body.page-comparador .final-money-cta__box {
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 68px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 20%, rgba(22, 61, 255, 0.15), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(22, 196, 107, 0.2), transparent 34%),
    linear-gradient(135deg, #ffffff, #effaf5);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 28px 76px rgba(15, 23, 42, 0.11);
}

body.page-comparador .final-money-cta h2 {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

body.page-comparador .final-money-cta p {
  max-width: 660px;
  margin: 0 auto 24px;
  color: #53657f;
  line-height: 1.65;
}

@media (min-width: 981px) {
  body.page-comparador .quick-decision.section {
    padding-top: 38px;
  }
}

@media (max-width: 980px) {
  body.page-comparador .supreme-hero__inner,
  body.page-comparador .smart-quiz__box,
  body.page-comparador .trust-premium__box {
    grid-template-columns: 1fr;
  }

  body.page-comparador .decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-comparador .offer-card__data,
  body.page-comparador .seo-paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-comparador .supreme-hero__image {
    width: min(100%, 560px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  body.page-comparador .section {
    padding: 38px 0;
  }

  body.page-comparador .supreme-hero {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  body.page-comparador .supreme-hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.02;
  }

  body.page-comparador .supreme-hero__lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  body.page-comparador .supreme-proof {
    gap: 8px;
  }

  body.page-comparador .supreme-proof span {
    font-size: 0.82rem;
    padding: 8px 10px;
  }

  body.page-comparador .supreme-hero__actions {
    flex-direction: column;
  }

  body.page-comparador .supreme-hero__actions .btn {
    width: 100%;
  }

  body.page-comparador .supreme-hero__visual {
    margin-top: 10px;
  }

  body.page-comparador .supreme-hero__image {
    width: 92%;
    max-width: 340px;
    margin: 0 auto;
    filter: drop-shadow(0 18px 32px rgba(15, 23, 42, 0.12));
  }

  body.page-comparador .decision-grid,
  body.page-comparador .offer-card__data,
  body.page-comparador .seo-paths__grid {
    grid-template-columns: 1fr;
  }

  body.page-comparador .decision-card {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  body.page-comparador .offer-card {
    padding: 20px;
    border-radius: 24px;
  }

  body.page-comparador .offer-card__top {
    display: grid;
  }

  body.page-comparador .offer-card__cta {
    width: 100%;
  }

  body.page-comparador .smart-quiz__box {
    border-radius: 26px;
    padding: 26px 20px;
    gap: 22px;
  }

  body.page-comparador .smart-quiz h2 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.08;
  }

  body.page-comparador .quiz-panel {
    padding: 18px;
    border-radius: 24px;
  }

  body.page-comparador .quiz-step h3 {
    font-size: 1.35rem;
  }

  body.page-comparador .trust-premium__box,
  body.page-comparador .final-money-cta__box {
    border-radius: 26px;
    padding: 24px 20px;
  }

  body.page-comparador .quiz-options button {
    min-height: 48px;
  }

  body.page-comparador .trust-premium li {
    padding: 14px 14px 14px 40px;
  }

  body.page-comparador .offer-card__safe-note {
    text-align: center;
    margin-top: -6px;
  }

  body.page-comparador .offer-card__cta {
    justify-self: stretch;
  }

  body.page-comparador .seo-paths__icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  body.page-comparador .comparator-decision-note {
    display: grid;
    margin-top: -4px;
  }

  body.page-comparador .quick-decision.section,
  body.page-comparador .supreme-comparator.section,
  body.page-comparador .seo-paths.section,
  body.page-comparador .trust-premium.section,
  body.page-comparador .risk-warning.section,
  body.page-comparador .money-faq.section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body.page-comparador .hero-microtrust {
    text-align: center;
    font-size: 0.86rem;
    margin-top: 10px;
  }
}

/* =========================================================
   FASE 8 PREMIUM — refinado comparador (body.page-comparador)
   ========================================================= */

body.page-comparador .hero-microtrust {
  margin-top: 12px;
  color: #53657f;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

body.page-comparador .supreme-hero__actions .btn--primary {
  box-shadow: 0 16px 32px rgba(22, 61, 255, 0.18);
}

body.page-comparador .supreme-hero__actions .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(22, 61, 255, 0.22);
}

body.page-comparador .compare-proof-strip {
  padding: 10px 0 20px;
  background: linear-gradient(180deg, #f6f8fc 0%, #ffffff 100%);
}

body.page-comparador .compare-proof-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

body.page-comparador .compare-proof-strip__inner div {
  padding: 14px 16px;
  border-radius: 18px;
  background: #f6f8fc;
}

body.page-comparador .compare-proof-strip__inner strong {
  display: block;
  color: #07142f;
  font-size: 0.98rem;
  margin-bottom: 5px;
}

body.page-comparador .compare-proof-strip__inner span {
  display: block;
  color: #53657f;
  font-size: 0.86rem;
  line-height: 1.42;
}

body.page-comparador .comparator-decision-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 920px;
  margin: -8px auto 22px;
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(22, 196, 107, 0.1), rgba(22, 61, 255, 0.06));
  border: 1px solid rgba(22, 196, 107, 0.18);
}

body.page-comparador .comparator-decision-note span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #dcfce7;
  color: #0a7a45;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.page-comparador .comparator-decision-note p {
  margin: 0;
  color: #30435f;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

body.page-comparador .quiz-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

body.page-comparador .quiz-progress span {
  height: 7px;
  flex: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

body.page-comparador .quiz-progress span.is-active {
  background: linear-gradient(90deg, #16c46b, #60a5fa);
}

body.page-comparador .faq-trust-copy {
  max-width: 720px;
  margin: -18px auto 24px;
  text-align: center;
  color: #53657f;
  line-height: 1.55;
  font-weight: 700;
}

body.page-comparador .final-money-cta__box .btn {
  min-width: 230px;
  box-shadow: 0 16px 34px rgba(22, 61, 255, 0.18);
}

body.page-comparador .final-money-cta__box .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(22, 61, 255, 0.23);
}

body.page-comparador .quick-decision.section {
  padding-bottom: clamp(42px, 5vw, 64px);
}

body.page-comparador .supreme-comparator.section {
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(42px, 5vw, 66px);
}

body.page-comparador .seo-paths.section,
body.page-comparador .trust-premium.section,
body.page-comparador .risk-warning.section,
body.page-comparador .money-faq.section {
  padding-top: clamp(40px, 5vw, 66px);
  padding-bottom: clamp(40px, 5vw, 66px);
}

@media (max-width: 760px) {
  body.page-comparador .compare-proof-strip__inner {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   FASE 9 SUPREME — detalles premium comparador
   ========================================================= */

body.page-comparador .supreme-hero__eyebrow,
body.page-comparador .supreme-eyebrow:first-child {
  box-shadow: 0 10px 24px rgba(22, 196, 107, 0.1);
  border: 1px solid rgba(22, 196, 107, 0.16);
}

body.page-comparador .supreme-hero__content p,
body.page-comparador .supreme-hero__lead {
  line-height: 1.72;
}

body.page-comparador .supreme-hero__visual {
  position: relative;
}

body.page-comparador .supreme-hero__visual::before {
  content: "";
  position: absolute;
  inset: 8% 14%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(22, 196, 107, 0.1), transparent 62%);
  filter: blur(18px);
  z-index: 0;
}

body.page-comparador .supreme-hero__image {
  position: relative;
  z-index: 2;
}

body.page-comparador .supreme-hero__actions .btn--primary {
  letter-spacing: -0.01em;
}

body.page-comparador .offer-hot-badge {
  display: inline-flex;
  margin: 8px 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff7ed;
  color: #c2410c;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

body.page-comparador .offer-card__cta {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.page-comparador .offer-card__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(22, 61, 255, 0.16);
}

body.page-comparador .offer-card--featured {
  transform: translateY(-1px);
}

body.page-comparador .offer-card__data div {
  border-radius: 16px;
}

body.page-comparador .offer-card__data strong,
body.page-comparador .offer-card__data b {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #64748b;
}

body.page-comparador .offer-card__data span,
body.page-comparador .offer-card__data p {
  color: #0f172a;
  font-weight: 800;
}

body.page-comparador .smart-quiz__box {
  box-shadow: 0 28px 60px rgba(2, 8, 23, 0.16);
}

body.page-comparador .quiz-progress span.is-active {
  box-shadow: 0 8px 18px rgba(22, 196, 107, 0.28);
}

body.page-comparador .quiz-options button {
  font-weight: 900;
}

body.page-comparador .quiz-options button:hover {
  background: #ffffff;
}

body.page-comparador .smart-quiz h2 {
  letter-spacing: -0.02em;
}

body.page-comparador .seo-paths__grid a {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.page-comparador .seo-paths__grid a strong {
  font-size: 0.95rem;
}

body.page-comparador .seo-paths__grid a span:not(.seo-paths__icon) {
  color: #64748b;
}

body.page-comparador .money-faq .faq-list details {
  border-radius: 18px;
}

body.page-comparador .money-faq .faq-list summary {
  font-weight: 800;
}

body.page-comparador .money-faq .faq-list details:hover {
  border-color: rgba(22, 61, 255, 0.16);
}

body.page-comparador .money-faq .faq-list details[open] {
  transform: translateY(-1px);
}

body.page-comparador .final-money-cta__box {
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
}

body.page-comparador .final-money-cta__box .btn {
  font-weight: 900;
}

body.page-comparador .section {
  scroll-margin-top: 90px;
}

@media (min-width: 981px) {
  body.page-comparador .section + .section {
    padding-top: clamp(34px, 4vw, 54px);
  }
}

@media (max-width: 640px) {
  body.page-comparador .section + .section {
    padding-top: 28px;
  }
}

body.page-prestamos-rapidos {
  background:
    radial-gradient(circle at top right, rgba(45, 122, 79, .08), transparent 34rem),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #f7fbf9 100%);
}

.rapid-loans-page {
  overflow: hidden;
}

.rapid-hero {
  padding: clamp(3.25rem, 6vw, 6rem) 0 clamp(2.25rem, 4vw, 4rem);
}

.rapid-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, .98fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.rapid-hero h1 {
  max-width: 12ch;
  margin: .35rem 0 1rem;
  font-size: clamp(2.35rem, 5.4vw, 5.15rem);
  line-height: .94;
  letter-spacing: -.055em;
  color: #10233f;
}

.rapid-hero__lead {
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.65;
  color: #41516b;
}

.rapid-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.6rem;
}

.rapid-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  padding: 0;
  margin: 1.35rem 0 0;
  list-style: none;
}

.rapid-hero__checks li {
  position: relative;
  padding: .55rem .8rem .55rem 2rem;
  border: 1px solid rgba(30, 74, 140, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: #243955;
  font-weight: 700;
  font-size: .92rem;
}

.rapid-hero__checks li::before {
  content: "✓";
  position: absolute;
  left: .8rem;
  color: #2d7a4f;
  font-weight: 900;
}

.rapid-hero__visual {
  position: relative;
  min-height: 22rem;
  display: grid;
  place-items: center;
}

.rapid-hero__visual::before {
  content: "";
  position: absolute;
  width: min(33rem, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(30, 74, 140, .09), rgba(45, 122, 79, .13));
  z-index: 0;
}

.rapid-hero__visual img {
  position: relative;
  z-index: 1;
  width: min(34rem, 100%);
  height: auto;
}

.rapid-hero__badge {
  position: absolute;
  right: 4%;
  bottom: 7%;
  z-index: 2;
  width: min(15rem, 72%);
  padding: 1rem 1.05rem;
  border: 1px solid rgba(30, 74, 140, .12);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 1.1rem 2.5rem rgba(16, 35, 63, .14);
  backdrop-filter: blur(12px);
}

.rapid-hero__badge strong,
.rapid-hero__badge span {
  display: block;
}

.rapid-hero__badge strong {
  color: #10233f;
  font-size: 1rem;
}

.rapid-hero__badge span {
  margin-top: .25rem;
  color: #52627a;
  font-size: .9rem;
  line-height: 1.35;
}

.rapid-trust {
  padding: 0 0 clamp(2.25rem, 4vw, 3.5rem);
}

.rapid-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}

.rapid-trust article {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(30, 74, 140, .1);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 .8rem 2rem rgba(16, 35, 63, .06);
}

.rapid-trust strong,
.rapid-trust span {
  display: block;
}

.rapid-trust strong {
  color: #10233f;
  font-size: 1.02rem;
}

.rapid-trust span {
  margin-top: .25rem;
  color: #52627a;
  line-height: 1.45;
  font-size: .94rem;
}

.rapid-section-header {
  max-width: 48rem;
}

.rapid-options {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.rapid-options__grid {
  display: grid;
  grid-template-columns: 1.05fr .9fr .9fr;
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: 2rem;
}

.rapid-option-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.25rem, 2.4vw, 1.7rem);
  border: 1px solid rgba(30, 74, 140, .12);
  border-radius: 1.55rem;
  background: #ffffff;
  box-shadow: 0 1rem 2.6rem rgba(16, 35, 63, .07);
}

.rapid-option-card--featured {
  background:
    radial-gradient(circle at top right, rgba(45, 122, 79, .16), transparent 16rem),
    linear-gradient(135deg, #10233f 0%, #1e4a8c 100%);
  color: #ffffff;
}

.rapid-option-card__top {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.rapid-pill {
  align-self: flex-start;
  padding: .38rem .7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.rapid-option-card h3 {
  margin: 0;
  color: #10233f;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.rapid-option-card--featured h3 {
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.rapid-option-card p {
  color: #52627a;
  line-height: 1.58;
}

.rapid-option-card--featured p {
  color: rgba(255, 255, 255, .82);
}

.rapid-option-card ul {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: .4rem 0 1.35rem;
  list-style: none;
}

.rapid-option-card li {
  position: relative;
  padding-left: 1.45rem;
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
}

.rapid-option-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8de0ac;
}

.rapid-option-card .btn {
  margin-top: auto;
  justify-content: center;
}

.rapid-option-card > a:not(.btn) {
  margin-top: auto;
  color: #2d7a4f;
  font-weight: 800;
  text-decoration: none;
}

.rapid-option-card__icon {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1rem;
  display: grid;
  place-items: center;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(30, 74, 140, .06), rgba(45, 122, 79, .08));
}

.rapid-option-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rapid-steps__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.rapid-steps__content h2 {
  margin-top: .35rem;
  color: #10233f;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.rapid-steps__content p {
  color: #52627a;
  line-height: 1.65;
}

.rapid-steps__list {
  display: grid;
  gap: 1rem;
}

.rapid-steps__list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(30, 74, 140, .11);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 .8rem 2rem rgba(16, 35, 63, .055);
}

.rapid-steps__list span {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2d7a4f;
  color: #ffffff;
  font-weight: 900;
}

.rapid-steps__list h3 {
  margin: 0;
  color: #10233f;
  font-size: 1.12rem;
}

.rapid-steps__list p {
  margin: .25rem 0 0;
  color: #52627a;
  line-height: 1.5;
}

.rapid-warning__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at top right, rgba(45, 122, 79, .16), transparent 18rem),
    #10233f;
  color: #ffffff;
  box-shadow: 0 1.4rem 3rem rgba(16, 35, 63, .16);
}

.rapid-warning__box h2 {
  margin: .35rem 0 .7rem;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.rapid-warning__box p {
  max-width: 54rem;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.6;
}

.rapid-warning__box .eyebrow {
  color: #8de0ac;
}

.rapid-faq {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.rapid-faq__grid {
  display: grid;
  gap: .8rem;
  margin-top: 1.75rem;
}

.rapid-faq details {
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(30, 74, 140, .11);
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 .65rem 1.8rem rgba(16, 35, 63, .045);
}

.rapid-faq summary {
  cursor: pointer;
  color: #10233f;
  font-weight: 850;
}

.rapid-faq p {
  margin: .75rem 0 0;
  color: #52627a;
  line-height: 1.58;
}

@media (max-width: 900px) {
  .rapid-hero__grid,
  .rapid-options__grid,
  .rapid-steps__grid,
  .rapid-warning__box {
    grid-template-columns: 1fr;
  }

  .rapid-hero h1 {
    max-width: 11ch;
  }

  .rapid-hero__visual {
    min-height: 18rem;
  }

  .rapid-warning__box .btn {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .rapid-hero {
    padding-top: 2.35rem;
  }

  .rapid-hero h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }

  .rapid-hero__actions {
    flex-direction: column;
  }

  .rapid-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .rapid-hero__checks {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rapid-trust__grid {
    grid-template-columns: 1fr;
  }

  .rapid-hero__badge {
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(18rem, 92%);
  }

  .rapid-option-card__icon {
    width: 6rem;
    height: 6rem;
  }
}
