/* Linea del tiempo: estilos consolidados. */
.timeline-page.shared-conocenos-nav .conocenos-container::before,
.timeline-page.shared-conocenos-nav .conocenos-container::after,
.timeline-page.shared-conocenos-nav .conocenos-desktop::before,
.timeline-page.shared-conocenos-nav .conocenos-desktop::after,
.timeline-page.shared-conocenos-nav .tabs-conocenos::before,
.timeline-page.shared-conocenos-nav .tabs-conocenos::after {
  display: none !important;
  content: none !important;
}

/* Correcciones responsivas finales del recorrido y del flujo de ahorro. */
@media (min-width: 901px) {
  .timeline-page .etapas-section { padding-top: 46px !important; padding-bottom: 46px !important; }
  .timeline-page .etapas-section .timeline-section-heading { margin-bottom: 26px !important; }
  .timeline-page .etapas-section .etapas-title { max-width: none !important; }
  .timeline-page .etapas-swiper .etapas-dos-columnas { min-height: 430px !important; align-items: stretch !important; }
  .timeline-page .etapas-swiper .etapa { align-self: center !important; padding: 30px 42px 76px 0 !important; }
  .timeline-page .etapas-swiper .etapa-media { height: 430px !important; }
  .timeline-page .etapas-swiper .etapa-img { height: 100% !important; }
  .timeline-page .savings-flow-track { grid-template-columns: repeat(9, minmax(0, auto)) !important; gap: 10px !important; align-items: center; }
  .timeline-page .savings-flow-step { min-width: 0 !important; padding: 14px 10px !important; overflow-wrap: anywhere; }
  .timeline-page .savings-flow-step strong { font-size: clamp(.95rem, 1.25vw, 1.3rem) !important; white-space: nowrap; }
}

@media (max-width: 780px) {
  .timeline-page .timeline-feature-stats-dots { display: none !important; }
  .timeline-page .savings-flow-dialog { width: calc(100% - 24px) !important; max-height: calc(100dvh - 24px) !important; }
  .timeline-page .savings-flow-dialog-body { overflow-x: hidden !important; }
  .timeline-page .savings-flow-dialog .savings-flow-track {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }
  .timeline-page .savings-flow-dialog .savings-flow-step { width: 100% !important; min-height: auto !important; padding: 18px !important; }
  .timeline-page .savings-flow-dialog .savings-flow-arrow { transform: rotate(90deg); }
  .timeline-page .birth-redfe-section,
  .timeline-page .savings-model-section,
  .timeline-page .timeline-slider-section,
  .timeline-page .etapas-section { padding-inline: 20px !important; }
}

/* Slider final: consolidación editorial en blanco. */
.timeline-page .etapas-section {
  position: relative;
  width: 100%;
  padding-top: var(--timeline-section-y);
  color: #111;
  background: #fff;
}

.timeline-page .etapas-section .timeline-section-heading {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: clamp(-142px, -10vw, -112px);
  pointer-events: none;
}

.timeline-page .etapas-section .section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
  color: #111;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.timeline-page .etapas-section .section-kicker::before {
  display: block;
  width: 42px;
  height: 3px;
  content: "";
  background: #111;
}

.timeline-page .etapas-section .etapas-title {
  max-width: 9ch;
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5.4vw, 5.25rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.045em;
}

.timeline-page .etapas-section .etapas-swiper {
  position: relative;
  width: 100%;
  max-width: var(--timeline-content-width);
  padding: 0 0 74px;
  overflow: hidden;
}

.timeline-page .etapas-section .etapas-dos-columnas {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.42fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: start;
  min-height: 570px !important;
  padding: 0;
  background: #fff;
}

.timeline-page .etapas-swiper .etapa-media {
  order: 2;
  margin: 0;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 0 18px 0 18px;
  overflow: hidden;
  background: #fff;
}

.timeline-page .etapas-swiper .etapa-media::after {
  display: none;
}

.timeline-page .etapas-swiper .etapa-img {
  display: block;
  width: 100%;
  height: 438px;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  filter: none;
  box-shadow: none;
}

.timeline-page .etapas-swiper .etapa {
  order: 1;
  align-self: end;
  padding-bottom: 26px;
}

.timeline-page .etapas-swiper .etapa h3 {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  max-width: none;
  margin: 0 0 28px;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}

.timeline-page .etapas-swiper .etapa h3 i {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0;
  place-items: center;
  border-right: 1px solid #bdbdbd;
  border-radius: 50%;
  color: #111;
  font-size: 1.45rem;
  background: #f5f5f5;
}

.timeline-page .etapas-swiper .etapa h3 span {
  display: grid;
  gap: 10px;
}

.timeline-page .etapas-swiper .etapa h3 small {
  color: #111;
  font-family: var(--font-body);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
}

.timeline-page .etapas-swiper .etapa p {
  max-width: 46ch;
  margin: 0;
  color: #2f2f2f;
  font-size: .94rem;
  line-height: 1.75;
  text-align: justify;
}

.timeline-page .etapas-section .timeline-slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: min(410px, 42%);
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.timeline-page .etapas-section .timeline-slider-prev,
.timeline-page .etapas-section .timeline-slider-next {
  width: 46px;
  height: 46px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
}

.timeline-page .etapas-section .timeline-slider-prev:hover,
.timeline-page .etapas-section .timeline-slider-next:hover,
.timeline-page .etapas-section .timeline-slider-prev:focus-visible,
.timeline-page .etapas-section .timeline-slider-next:focus-visible {
  color: #fff;
  background: #111;
}

.timeline-page .etapas-section .timeline-slider-controls .swiper-pagination {
  display: flex;
  width: auto;
  min-width: 82px;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.timeline-page .etapas-section .swiper-pagination-current {
  color: #111;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .timeline-page .etapas-section .timeline-section-heading {
    margin-bottom: 30px;
  }

  .timeline-page .etapas-section .etapas-title {
    max-width: 11ch;
    font-size: clamp(2.8rem, 9vw, 4.5rem);
  }

  .timeline-page .etapas-section .etapas-dos-columnas {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0 !important;
  }

  .timeline-page .etapas-swiper .etapa-media {
    order: 1;
  }

  .timeline-page .etapas-swiper .etapa {
    order: 2;
    align-self: auto;
    padding: 0;
  }

  .timeline-page .etapas-swiper .etapa-img {
    height: clamp(230px, 55vw, 380px);
  }

  .timeline-page .etapas-section .timeline-slider-controls {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .timeline-page .etapas-section .section-kicker {
    margin-bottom: 14px;
  }

  .timeline-page .etapas-section .etapas-title {
    font-size: clamp(2.6rem, 14vw, 3.75rem);
  }

  .timeline-page .etapas-section .etapas-swiper {
    padding-bottom: 62px;
  }

  .timeline-page .etapas-swiper .etapa h3 {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    margin-bottom: 20px;
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .timeline-page .etapas-swiper .etapa h3 i {
    width: 56px;
    height: 56px;
    font-size: 1.1rem;
  }

  .timeline-page .etapas-swiper .etapa p {
    text-align: left;
  }

  .timeline-page .etapas-section .timeline-slider-prev,
  .timeline-page .etapas-section .timeline-slider-next {
    width: 40px;
    height: 40px;
  }
}

/* Capa de cierre responsiva. */
@media(min-width:901px){.timeline-page .etapas-section{padding-top:46px!important;padding-bottom:46px!important}.timeline-page .etapas-section .timeline-section-heading{margin-bottom:26px!important}.timeline-page .etapas-section .etapas-title{max-width:none!important}.timeline-page .etapas-swiper .etapas-dos-columnas{min-height:430px!important;align-items:stretch!important}.timeline-page .etapas-swiper .etapa{align-self:center!important;padding:30px 42px 76px 0!important}.timeline-page .etapas-swiper .etapa-media{height:430px!important}.timeline-page .etapas-swiper .etapa-img{height:100%!important}.timeline-page .savings-flow-track{grid-template-columns:repeat(9,minmax(0,auto))!important;gap:10px!important;align-items:center}.timeline-page .savings-flow-step{min-width:0!important;padding:14px 10px!important;overflow-wrap:anywhere}.timeline-page .savings-flow-step strong{font-size:clamp(.95rem,1.25vw,1.3rem)!important;white-space:nowrap}}
@media(max-width:780px){.timeline-page .timeline-feature-stats-dots{display:none!important}.timeline-page .savings-flow-dialog{width:calc(100% - 24px)!important;max-height:calc(100dvh - 24px)!important}.timeline-page .savings-flow-dialog-body{overflow-x:hidden!important}.timeline-page .savings-flow-dialog .savings-flow-track{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important}.timeline-page .savings-flow-dialog .savings-flow-step{width:100%!important;min-height:auto!important;padding:18px!important}.timeline-page .savings-flow-dialog .savings-flow-arrow{transform:rotate(90deg)}.timeline-page .birth-redfe-section,.timeline-page .savings-model-section,.timeline-page .timeline-slider-section,.timeline-page .etapas-section{padding-inline:20px!important}}

.timeline-page main > .contenido-limitado {
  max-width: none;
  padding: 0;
}

.timeline-page .introduccion-redfe {
  width: 100%;
  margin: 0;
  padding: clamp(46px, 5vw, 68px) max(24px, calc((100vw - 1200px) / 2 + 24px));
  border: 0;
  color: #111;
  background: linear-gradient(115deg, #fff 0%, #fff8fc 54%, #f8e8f3 100%);
}

.timeline-page .introduccion-redfe .intro-contenido {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 100px);
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-page .introduccion-redfe .intro-encabezado {
  position: sticky;
  top: 118px;
  z-index: auto;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.timeline-page .introduccion-redfe h2 {
  margin: 0;
  color: #111;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 500;
  line-height: .92;
}

.timeline-page .introduccion-redfe .intro-relato p {
  margin: 0;
  color: #343434;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.78;
  text-align: justify;
}

.timeline-page .introduccion-redfe .intro-relato p + p {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(121, 0, 100, .16);
}

.timeline-page .timeline-slider-section {
  width: 100%;
  margin: 0;
  padding: clamp(34px, 4vw, 52px) max(24px, calc((100vw - 1200px) / 2 + 24px));
  border: 0;
  background: #fff;
}

.timeline-page .timeline-slider-section .timeline-section-heading,
.timeline-page .timeline-slider-section .slider-wrapper {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.timeline-page .timeline-slider-section .contenedor-flex {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(360px, 1.18fr);
  min-height: 0;
  height: clamp(320px, 30vw, 410px);
  overflow: hidden;
  border: 0;
  background: #111;
}

.timeline-page .timeline-slider-section .columna-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-page .timeline-slider-section .columna-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
  color: #fff;
  background: #111;
}

.timeline-page .timeline-slider-section .titulo-slide,
.timeline-page .timeline-slider-section .descripcion-slide {
  color: #fff;
}

.timeline-page .timeline-slider-section .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #111;
  opacity: .24;
}

.timeline-page .timeline-slider-section .swiper-pagination-bullet-active {
  opacity: 1;
}

.timeline-page .timeline-cta {
  width: 100%;
  margin: 0;
  border: 0 !important;
  background: linear-gradient(110deg, #fff 0%, #fff 44%, #fbf3f9 70%, #f3dceb 100%);
}

.timeline-page .timeline-cta::before {
  display: none;
}

.timeline-page .timeline-cta .contenedor-haztesocio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 50px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 3vw, 40px) 24px;
  border: 0 !important;
  color: #111;
}

.timeline-page .timeline-cta h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #111;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
}

.timeline-page .timeline-cta p {
  margin: 10px 0 0;
  color: #4a3c47;
}

.timeline-page .timeline-cta .btn-socio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  background: transparent;
}

.timeline-page .timeline-cta .btn-socio:hover,
.timeline-page .timeline-cta .btn-socio:focus-visible {
  color: #fff;
  background: #111;
}

.timeline-page .savings-model-section,
.timeline-page .birth-redfe-section {
  width: 100%;
  margin: 0;
  padding: clamp(38px, 4.5vw, 58px) max(24px, calc((100vw - 1180px) / 2 + 24px));
  border: 0;
}

.timeline-page .savings-model-section {
  background: linear-gradient(115deg, #fff 0%, #fdf8fb 45%, #f6e7f1 100%);
}

.timeline-page .birth-redfe-section {
  background: #fff;
}

.timeline-page .savings-model-section .grupo-ahorro-contenedor,
.timeline-page .birth-redfe-section .grupo-ahorro-contenedor {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 0 clamp(36px, 5vw, 72px);
  max-width: 1180px;
  margin: 0 auto;
}

.timeline-page .savings-model-section .section-kicker {
  color: #790064;
}

.timeline-page .savings-model-section .section-kicker::before {
  background: #790064;
}

.timeline-page .savings-model-section .grupo-ahorro-titulo,
.timeline-page .birth-redfe-section .grupo-ahorro-titulo {
  grid-column: 1;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 500;
  line-height: .98;
}

.timeline-page .savings-model-section .descripciongrupos,
.timeline-page .birth-redfe-section .descripciongrupos {
  grid-column: 2;
  grid-row: 2;
  margin: 4px 0 0;
  color: #444;
  line-height: 1.75;
  text-align: justify;
}

.timeline-page .savings-model-section .bloque-micajita,
.timeline-page .birth-redfe-section .bloque-micajita {
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(121, 0, 100, .16);
}

.timeline-page .savings-model-section .contenedor-micajita,
.timeline-page .birth-redfe-section .contenedor-micajita {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr);
  align-items: center;
  gap: clamp(34px, 5vw, 66px);
}

.timeline-page .savings-model-section .micajita-texto p,
.timeline-page .birth-redfe-section .micajita-texto p {
  color: #444;
  line-height: 1.7;
  text-align: justify;
}

.timeline-page .savings-model-section .micajita-imagen,
.timeline-page .birth-redfe-section .micajita-imagen {
  padding: 16px;
  background: #f3dceb;
  box-shadow: 0 18px 42px rgba(121, 0, 100, .1);
}

.timeline-page .savings-model-section .micajita-imagen img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.timeline-page .birth-redfe-section .micajita-imagen img {
  width: 100%;
  height: clamp(250px, 27vw, 350px);
  object-fit: cover;
}

.timeline-page .grid-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(22px, 2.5vw, 38px);
  width: 100%;
  margin: 0;
  padding: clamp(34px, 4vw, 54px) max(24px, calc((100vw - 1280px) / 2 + 24px));
  border: 0;
  background: #fff7fc;
}

.timeline-page .grid-section .column {
  min-width: 0;
  border: 0;
  background: transparent;
}

.timeline-page .grid-section .column:nth-child(even) {
  margin-top: clamp(22px, 3vw, 42px);
}

.timeline-page .grid-section .column img {
  width: 100%;
  height: clamp(220px, 20vw, 300px);
  margin-bottom: 22px;
  padding: 7px;
  object-fit: cover;
  background: #f0cfe4;
  box-shadow: 12px 12px 0 rgba(121, 0, 100, .09);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
  transition: transform .35s ease;
}

.timeline-page .grid-section .column:nth-child(even) img {
  clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%);
  box-shadow: -12px 12px 0 rgba(121, 0, 100, .09);
}

.timeline-page .grid-section .column:hover img {
  transform: translateY(-4px);
}

.timeline-page .timeline-evolution-dots {
  display: none;
}

.timeline-page .etapas-section {
  width: 100%;
  margin: 0;
  padding: clamp(34px, 4vw, 54px) max(24px, calc((100vw - 1180px) / 2 + 24px));
  background: #f3dceb;
}

.timeline-page .etapas-section .timeline-section-heading,
.timeline-page .etapas-swiper {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.timeline-page .etapas-section .timeline-section-heading {
  margin-bottom: 20px;
}

.timeline-page .etapas-dos-columnas {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  min-height: auto !important;
  padding: clamp(30px, 4vw, 54px);
  background: transparent;
}

.timeline-page .etapas-swiper .etapa-media {
  order: 2;
  position: relative;
  padding: 0 18px 18px 0;
}

.timeline-page .etapas-swiper .etapa-media::after {
  content: "";
  position: absolute;
  inset: 18px 0 0 18px;
  z-index: -1;
  background: #c889b2;
}

.timeline-page .etapas-swiper .etapa-img {
  width: 100%;
  height: clamp(280px, 31vw, 410px);
  object-fit: cover;
  border-radius: 120px 0 120px 0;
  box-shadow: 0 22px 46px rgba(76, 14, 61, .14);
}

.timeline-page .etapas-swiper .etapa {
  order: 1;
}

.timeline-page .etapas-swiper .etapa h3 {
  max-width: 12ch;
  color: #281522;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .96;
}

.timeline-page .etapas-swiper .etapa h3 i {
  display: block;
  margin-bottom: 18px;
  color: #790064;
  font-size: .48em;
}

.timeline-page .etapas-swiper .etapa h3::after {
  display: none;
}

.timeline-page .etapas-swiper .etapa p {
  max-width: 48ch;
  margin-top: 22px;
  color: #4b3544;
}

.timeline-page .timeline-slider-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 clamp(30px, 4vw, 54px) 24px;
}

.timeline-page .timeline-slider-prev,
.timeline-page .timeline-slider-next {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #281522;
  border-radius: 50%;
  color: #281522;
  background: transparent;
  cursor: pointer;
}

.timeline-page .timeline-slider-prev:hover,
.timeline-page .timeline-slider-next:hover,
.timeline-page .timeline-slider-prev:focus-visible,
.timeline-page .timeline-slider-next:focus-visible {
  color: #fff;
  background: #790064;
}

.timeline-page .timeline-slider-controls .swiper-pagination {
  position: static !important;
  display: block;
  width: auto;
  margin: 0 4px;
  color: #5c4054;
  background: transparent;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .12em;
}

@media (max-width: 780px) {
  .timeline-page .introduccion-redfe,
  .timeline-page .timeline-slider-section,
  .timeline-page .savings-model-section,
  .timeline-page .birth-redfe-section {
    padding: 30px 18px;
  }

  .timeline-page .introduccion-redfe .intro-contenido,
  .timeline-page .timeline-slider-section .contenedor-flex,
  .timeline-page .savings-model-section .grupo-ahorro-contenedor,
  .timeline-page .birth-redfe-section .grupo-ahorro-contenedor,
  .timeline-page .savings-model-section .contenedor-micajita,
  .timeline-page .birth-redfe-section .contenedor-micajita {
    grid-template-columns: 1fr;
  }

  .timeline-page .introduccion-redfe .intro-encabezado {
    position: static;
  }

  .timeline-page .timeline-slider-section .contenedor-flex {
    height: auto;
  }

  .timeline-page .timeline-slider-section .columna-imagen img {
    height: clamp(200px, 55vw, 280px);
  }

  .timeline-page .savings-model-section .descripciongrupos,
  .timeline-page .birth-redfe-section .descripciongrupos,
  .timeline-page .savings-model-section .bloque-micajita,
  .timeline-page .birth-redfe-section .bloque-micajita {
    grid-column: 1;
    grid-row: auto;
  }

  .timeline-page .savings-model-section .descripciongrupos,
  .timeline-page .birth-redfe-section .descripciongrupos {
    margin-top: 20px;
  }

  .timeline-page .grid-section {
    display: flex;
    gap: 0;
    padding: 30px 0 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .timeline-page .grid-section::-webkit-scrollbar {
    display: none;
  }

  .timeline-page .grid-section .column,
  .timeline-page .grid-section .column:nth-child(even) {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 0;
    padding: 0 18px;
    scroll-snap-align: start;
  }

  .timeline-page .grid-section .column img,
  .timeline-page .grid-section .column:nth-child(even) img {
    height: clamp(230px, 68vw, 330px);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
    box-shadow: 8px 8px 0 rgba(121, 0, 100, .09);
  }

  .timeline-page .timeline-evolution-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 8px 18px 22px;
    background: #fff7fc;
  }

  .timeline-page .timeline-evolution-dots button {
    width: 24px;
    height: 2px;
    padding: 0;
    border: 0;
    background: rgba(17, 17, 17, .22);
  }

  .timeline-page .timeline-evolution-dots button.is-active {
    background: #790064;
  }

  .timeline-page .etapas-section {
    padding: 28px 14px;
  }

  .timeline-page .etapas-dos-columnas {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 18px;
  }

  .timeline-page .etapas-swiper .etapa-media {
    order: 1;
    padding: 0 10px 10px 0;
  }

  .timeline-page .etapas-swiper .etapa-media::after {
    inset: 10px 0 0 10px;
  }

  .timeline-page .etapas-swiper .etapa-img {
    height: clamp(220px, 62vw, 310px);
    border-radius: 72px 0 72px 0;
  }

  .timeline-page .etapas-swiper .etapa {
    order: 2;
  }

  .timeline-page .etapas-swiper .etapa h3 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .timeline-page .timeline-slider-controls {
    justify-content: center;
    padding: 2px 18px 12px;
  }

  .timeline-page .timeline-cta .contenedor-haztesocio {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }
}

/* Slider editorial: Primeros pasos. */
.timeline-page .timeline-slider-section {
  background: #fff;
  padding-right: clamp(18px, 3vw, 48px);
  padding-left: clamp(18px, 3vw, 48px);
}

.timeline-page .timeline-slider-section .timeline-section-heading,
.timeline-page .timeline-slider-section .slider-wrapper {
  width: 100%;
  max-width: none;
}

.timeline-page .timeline-slider-section .timeline-section-heading {
  display: grid;
  gap: 7px;
  margin-bottom: 20px;
}

.timeline-page .timeline-slider-section .timeline-section-heading h2 {
  max-width: 980px;
  margin: 0;
  color: #111;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
}

.timeline-page .timeline-slider-section .slider-wrapper {
  position: relative;
}

.timeline-page .timeline-slider-section .slider-contenido {
  overflow: hidden;
  border: 1px solid #111;
  background: #fff;
  box-shadow: none;
}

.timeline-page .timeline-slider-section .contenedor-flex {
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr);
  height: clamp(400px, 38vw, 560px);
  background: #111;
}

.timeline-page .timeline-slider-section .columna-imagen {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #e9e9e9;
}

.timeline-page .timeline-slider-section .columna-imagen::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 82%, rgba(0, 0, 0, .16) 100%);
}

.timeline-page .timeline-slider-section .columna-imagen img {
  display: block;
  transition: transform 700ms ease;
}

.timeline-page .timeline-slider-section .swiper-slide-active .columna-imagen img {
  transform: scale(1.018);
}

.timeline-page .timeline-slider-section .columna-texto {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 4.2vw, 62px);
  color: #fff;
  background: #111;
}

.timeline-page .timeline-slider-section .columna-texto::before {
  width: 42px;
  height: 3px;
  margin-bottom: 21px;
  content: "";
  background: #c60078;
}

.timeline-page .timeline-slider-section .subtitulo {
  display: block;
  margin: 0 0 12px;
  color: #e76bb4;
  font-family: var(--font-sans);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.timeline-page .timeline-slider-section .titulo-slide {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
  width: 100%;
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.45vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.05;
}

.timeline-page .timeline-slider-section .titulo-slide i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-top: 1px;
  color: #111;
  font-size: .88rem;
  background: #fff;
  border-radius: 50%;
}

.timeline-page .timeline-slider-section .descripcion-slide {
  max-width: 48ch;
  margin: 0;
  color: #e1e1e1;
  font-family: var(--font-sans);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.72;
  text-align: left;
}

.timeline-page .timeline-slider-section .swiper-pagination {
  position: relative;
  inset: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  margin: 0;
  padding: 12px 18px;
  background: #fff;
}

.timeline-page .timeline-slider-section .swiper-pagination-bullet {
  width: 22px;
  height: 3px;
  margin: 0 !important;
  background: #111;
  opacity: .18;
  transition: width 220ms ease, opacity 220ms ease, background-color 220ms ease;
}

.timeline-page .timeline-slider-section .swiper-pagination-bullet-active {
  width: 44px;
  background: #c60078;
  opacity: 1;
}

@media (max-width: 780px) {
  .timeline-page .timeline-slider-section .timeline-section-heading h2 {
    font-size: clamp(1.8rem, 8.2vw, 2.45rem);
    line-height: 1.06;
  }

  .timeline-page .timeline-slider-section .slider-contenido {
    box-shadow: none;
  }

  .timeline-page .timeline-slider-section .contenedor-flex {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
  }

  .timeline-page .timeline-slider-section .columna-imagen {
    height: clamp(220px, 65vw, 315px);
  }

  .timeline-page .timeline-slider-section .columna-imagen::after {
    background: linear-gradient(180deg, transparent 78%, rgba(0, 0, 0, .18) 100%);
  }

  .timeline-page .timeline-slider-section .columna-texto {
    min-height: 275px;
    padding: 27px 22px 30px;
  }

  .timeline-page .timeline-slider-section .columna-texto::before {
    width: 34px;
    margin-bottom: 16px;
  }

  .timeline-page .timeline-slider-section .titulo-slide {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    margin-bottom: 13px;
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .timeline-page .timeline-slider-section .titulo-slide i {
    width: 30px;
    height: 30px;
    font-size: .78rem;
  }

  .timeline-page .timeline-slider-section .descripcion-slide {
    font-size: .96rem;
    line-height: 1.62;
  }
}

/* Ritmo vertical uniforme para todas las secciones de la pagina. */
.timeline-page {
  --timeline-section-space: clamp(30px, 3.4vw, 44px);
}

.timeline-page .introduccion-redfe,
.timeline-page .timeline-slider-section,
.timeline-page .savings-model-section,
.timeline-page .birth-redfe-section,
.timeline-page .grid-section,
.timeline-page .etapas-section {
  min-height: 0 !important;
  padding-top: var(--timeline-section-space);
  padding-bottom: var(--timeline-section-space);
}

.timeline-page .timeline-slider-section .timeline-section-heading {
  margin-bottom: 14px;
}

.timeline-page .timeline-slider-section .timeline-section-heading h2 {
  margin-top: 5px;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.05;
}

.timeline-page .timeline-slider-section .slider-wrapper,
.timeline-page .timeline-slider-section .slider-contenido,
.timeline-page .timeline-slider-section .swiper-wrapper,
.timeline-page .timeline-slider-section .swiper-slide {
  min-height: 0 !important;
  height: auto !important;
}

.timeline-page .timeline-slider-section .slider-contenido {
  overflow: hidden;
}

.timeline-page .timeline-slider-section .contenedor-flex {
  height: clamp(300px, 28vw, 380px);
}

.timeline-page .timeline-slider-section .swiper-pagination {
  position: static;
  margin-top: 12px;
  line-height: 1;
}

@media (max-width: 780px) {
  .timeline-page {
    --timeline-section-space: 26px;
  }

  .timeline-page .timeline-slider-section .timeline-section-heading {
    margin-bottom: 12px;
  }

  .timeline-page .timeline-slider-section .contenedor-flex {
    height: auto;
  }

  .timeline-page .timeline-slider-section .columna-texto {
    min-height: 0;
    padding: 24px 20px 26px;
  }
}

/* Slider principal replicado de la referencia aprobada. */
.timeline-page .timeline-slider-section {
  padding: 28px 16px 0;
  background: #fff;
}

.timeline-page .timeline-slider-section .timeline-section-heading {
  display: none;
}

.timeline-page .timeline-slider-section .slider-wrapper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 17, 17, .08);
}

.timeline-page .timeline-slider-section .slider-contenido {
  position: relative;
  width: calc(100% - clamp(80px, 8vw, 150px));
  max-width: 1620px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border: 0;
  border-radius: 0 0 140px 0;
  background: #fff;
}

.timeline-page .savings-model-section {
  background: linear-gradient(115deg, #fff 0%, #fdf8fb 45%, #f6e7f1 100%);
}

.timeline-page .timeline-slider-section .swiper-slide {
  padding: clamp(42px, 3.6vw, 62px) clamp(42px, 3.5vw, 64px) clamp(68px, 4.6vw, 82px);
  background: transparent;
}

.timeline-page .timeline-slider-section .contenedor-flex {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: clamp(40px, 4.2vw, 72px);
  height: clamp(390px, 30vw, 480px) !important;
  overflow: visible;
  background: transparent;
}

.timeline-page .timeline-slider-section .columna-imagen {
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 0 68px 0 68px;
  background: #eee;
  box-shadow: 0 14px 30px rgba(17, 17, 17, .1);
}

.timeline-page .timeline-slider-section .columna-imagen::after {
  display: none;
}

.timeline-page .timeline-slider-section .columna-texto {
  padding: clamp(22px, 2.5vw, 42px) 0;
  color: #111;
  background: transparent;
}

.timeline-page .timeline-slider-section .columna-texto::before {
  width: 72px;
  height: 4px;
  margin-bottom: clamp(30px, 3vw, 46px);
  background: #b50073;
}

.timeline-page .timeline-slider-section .subtitulo {
  margin-bottom: 28px;
  color: #bd006f;
  font-size: clamp(.72rem, .9vw, .92rem);
  font-weight: 800;
  letter-spacing: .15em;
}

.timeline-page .timeline-slider-section .titulo-slide {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 24px;
  color: #111;
  font-size: clamp(2.25rem, 3.4vw, 4rem);
  line-height: 1.08;
}

.timeline-page .timeline-slider-section .titulo-slide i {
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 1rem;
  background: #111;
}

.timeline-page .timeline-slider-section .descripcion-slide {
  max-width: 38ch;
  padding-top: 24px;
  border-top: 3px solid #ed71b3;
  color: #34343b;
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 1.55;
}

.timeline-page .timeline-slider-section .timeline-slide-training .subtitulo {
  color: #111;
}

.timeline-page .timeline-slider-section .timeline-slide-training .descripcion-slide {
  border-top-color: #111;
}

.timeline-page .timeline-slider-section .swiper-pagination {
  position: absolute;
  right: auto;
  bottom: 26px;
  left: 45%;
  z-index: 5;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  gap: 14px;
  background: transparent;
  transform: translateX(-50%);
}

.timeline-page .timeline-slider-section .swiper-pagination-bullet,
.timeline-page .timeline-slider-section .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  border: 2px solid #111;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}

.timeline-page .timeline-slider-section .swiper-pagination-bullet-active {
  background: #111;
}

.timeline-feature-prev,
.timeline-feature-next {
  position: absolute;
  top: 50%;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #111;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 22px rgba(17, 17, 17, .16);
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
  transform: translateY(-50%);
}

.timeline-feature-prev:hover,
.timeline-feature-next:hover,
.timeline-feature-prev:focus-visible,
.timeline-feature-next:focus-visible {
  color: #fff;
  background: #111;
  transform: translateY(-50%) scale(1.04);
}

.timeline-feature-prev { left: 34px; }
.timeline-feature-next { right: 34px; }

.timeline-feature-prev i,
.timeline-feature-next i {
  font-size: 1.65rem;
}

.timeline-feature-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 34px clamp(54px, 8vw, 140px);
  background: #fff;
}

.timeline-feature-stat {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 0 clamp(22px, 3vw, 48px);
  border-left: 1px solid #efb4d4;
}

.timeline-feature-stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.timeline-feature-stat-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #111;
  font-size: 1.8rem;
  background: #fbeaf4;
}

.timeline-feature-stat p {
  display: grid;
  gap: 3px;
  margin: 0;
  color: #222;
  line-height: 1.3;
}

.timeline-feature-stat strong { color: #111; }
.timeline-feature-stat span { font-size: .96rem; }

@media (max-width: 900px) {
  .timeline-page .timeline-slider-section .swiper-slide {
    padding: 24px 24px 66px;
  }

  .timeline-page .timeline-slider-section .contenedor-flex {
    grid-template-columns: 1fr;
    gap: 0;
    height: auto !important;
  }

  .timeline-page .timeline-slider-section .columna-imagen {
    height: clamp(240px, 58vw, 430px);
    border-radius: 0 48px 0 48px;
  }

  .timeline-page .timeline-slider-section .columna-texto {
    min-height: 0;
    padding: 34px 4px 24px;
  }

  .timeline-page .timeline-slider-section .titulo-slide {
    grid-template-columns: 42px minmax(0, 1fr);
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .timeline-page .timeline-slider-section .titulo-slide i {
    width: 42px;
    height: 42px;
  }

  .timeline-page .timeline-slider-section .swiper-pagination {
    bottom: 22px;
    left: 50%;
  }

  .timeline-feature-prev,
  .timeline-feature-next {
    top: 30%;
    width: 52px;
    height: 52px;
  }

  .timeline-feature-prev { left: 10px; }
  .timeline-feature-next { right: 10px; }

  .timeline-feature-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
    padding: 28px 24px;
  }

  .timeline-feature-stat:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .timeline-page .timeline-slider-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .timeline-page .timeline-slider-section .slider-contenido {
    width: 100%;
    border-radius: 0 0 70px 0;
  }

  .timeline-feature-stats {
    grid-template-columns: 1fr;
  }

  .timeline-feature-stat,
  .timeline-feature-stat:first-child {
    padding: 0;
    border-left: 0;
  }
}

/* Acabado final: tarjeta editorial blanca y acentos rosas mínimos. */
.timeline-page .timeline-slider-section {
  padding: clamp(34px, 4vw, 58px) clamp(22px, 3vw, 48px);
  background: #fff;
}

.timeline-page .timeline-slider-section .slider-wrapper {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: none;
}

.timeline-page .timeline-slider-section .slider-contenido {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: #fff;
}

.timeline-page .timeline-slider-section .swiper-slide {
  padding: clamp(34px, 3vw, 50px) clamp(48px, 4.5vw, 76px) 14px;
}

.timeline-page .timeline-slider-section .contenedor-flex {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 4.5vw, 76px);
  height: clamp(350px, 27vw, 440px) !important;
}

.timeline-page .timeline-slider-section .columna-imagen {
  border: 0;
  border-radius: 18px;
  background: #eee;
  box-shadow: none;
}

.timeline-page .timeline-slider-section .columna-imagen img {
  filter: none;
}

.timeline-page .timeline-slider-section .columna-texto {
  padding: clamp(12px, 1.5vw, 24px) 0;
}

.timeline-page .timeline-slider-section .columna-texto::before {
  width: 86px;
  height: 4px;
  margin-bottom: clamp(34px, 3vw, 48px);
  margin-left: 72px;
  border-radius: 99px;
  background: #f14d96;
}

.timeline-page .timeline-slider-section .subtitulo,
.timeline-page .timeline-slider-section .timeline-slide-training .subtitulo {
  margin-bottom: 28px;
  margin-left: 72px;
  color: #111;
}

.timeline-page .timeline-slider-section .descripcion-slide,
.timeline-page .timeline-slider-section .timeline-slide-training .descripcion-slide {
  width: calc(100% - 72px);
  margin-left: 72px;
  padding-top: 18px;
  border-top: 0;
  color: #242424;
}

.timeline-page .timeline-slider-section .swiper-pagination-bullet-active {
  border-color: #f14d96;
  background: #f14d96;
}

.timeline-page .timeline-slider-section .swiper-pagination {
  display: none;
}

.timeline-feature-prev,
.timeline-feature-next {
  width: 44px;
  height: 44px;
  border: 1px solid #999;
  color: #111;
  background: #fff;
  box-shadow: none;
}

.timeline-feature-prev { left: 0; }
.timeline-feature-next { right: 0; }

.timeline-feature-prev i,
.timeline-feature-next i {
  font-size: 1.1rem;
}

.timeline-feature-stats {
  padding-top: 20px;
  border-top: 0;
  background: #fff;
}

.timeline-feature-stat {
  border-left-color: #dedede;
}

.timeline-feature-stat-icon {
  background: #f5f5f5;
}

@media (max-width: 900px) {
  .timeline-page .timeline-slider-section .swiper-slide {
    padding: 28px 28px 66px;
  }

  .timeline-page .timeline-slider-section .contenedor-flex {
    grid-template-columns: 1fr;
    gap: 0;
    height: auto !important;
  }

  .timeline-page .timeline-slider-section .columna-imagen {
    border-radius: 14px;
  }

  .timeline-page .timeline-slider-section .columna-texto::before,
  .timeline-page .timeline-slider-section .subtitulo,
  .timeline-page .timeline-slider-section .timeline-slide-training .subtitulo,
  .timeline-page .timeline-slider-section .descripcion-slide,
  .timeline-page .timeline-slider-section .timeline-slide-training .descripcion-slide {
    width: auto;
    margin-left: 0;
  }

  .timeline-page .timeline-slider-section .swiper-pagination {
    display: flex;
  }

  .timeline-feature-prev,
  .timeline-feature-next {
    display: none;
  }
}

@media (max-width: 560px) {
  .timeline-page .timeline-slider-section {
    padding: 24px 10px;
  }

  .timeline-page .timeline-slider-section .slider-wrapper {
    border-radius: 16px;
  }

  .timeline-page .timeline-slider-section .slider-contenido {
    width: 100%;
    border-radius: 0;
  }
}

/* Modelo de ahorro: composición editorial de la referencia. */
.timeline-page .savings-model-section {
  padding: clamp(52px, 6vw, 90px) clamp(28px, 4.5vw, 78px);
  color: #111;
  background: #fff;
}

.timeline-page .savings-model-section .grupo-ahorro-contenedor {
  display: grid;
  grid-template-columns: minmax(420px, 530px) minmax(320px, 410px) minmax(0, 1fr);
  gap: 0 clamp(44px, 5vw, 82px);
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}

.timeline-page .savings-model-section .section-kicker {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-bottom: 20px;
  color: #111;
}

.timeline-page .savings-model-section .section-kicker::before {
  width: 64px;
  height: 4px;
  margin-right: 38px;
  background: #f14d96;
}

.timeline-page .savings-model-section .grupo-ahorro-titulo {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin: 0;
  color: #111;
  font-size: clamp(3rem, 4.6vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}

.timeline-page .savings-model-section .grupo-ahorro-titulo i {
  margin-top: 4px;
  font-size: clamp(2.8rem, 4vw, 4rem);
}

.timeline-page .savings-model-section .descripciongrupos {
  grid-column: 2;
  grid-row: 2;
  align-self: stretch;
  margin: 0;
  padding: 24px 0 20px clamp(36px, 3vw, 54px);
  border-left: 1px solid #d8d8d8;
  color: #222;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  line-height: 1.75;
  text-align: left;
}

.timeline-page .savings-model-section .bloque-micajita {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 34px;
  padding-top: clamp(34px, 4vw, 58px);
  border-top: 1px solid #d8d8d8;
}

.timeline-page .savings-model-section .contenedor-micajita {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(520px, 1.02fr);
  align-items: center;
  gap: clamp(54px, 6vw, 104px);
}

.timeline-page .savings-model-section .micajita-texto h3 {
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(1.15rem, 1.35vw, 1.4rem);
}

.timeline-page .savings-model-section .micajita-texto p {
  margin: 0 0 10px;
  color: #222;
  font-size: clamp(1rem, 1.08vw, 1.15rem);
  line-height: 1.72;
  text-align: left;
}

.timeline-page .savings-model-section .micajita-imagen {
  margin: 0;
  padding: clamp(18px, 2vw, 30px);
  border: 1px solid #ededed;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.timeline-page .savings-model-section .micajita-imagen img {
  display: block;
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.timeline-page .savings-model-section .savings-benefits {
  grid-column: 1 / -1;
  grid-row: 4;
  display: grid;
  grid-template-columns: minmax(420px, 1.65fr) repeat(4, minmax(150px, .85fr));
  align-items: center;
  margin-top: 22px;
  padding: 26px clamp(24px, 3vw, 44px);
  border: 1px solid #efefef;
  border-radius: 14px;
  background: #fafafa;
}

.timeline-page .savings-model-section .savings-benefit {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 62px;
  padding: 0 clamp(18px, 2vw, 34px);
  border-left: 1px solid #d8d8d8;
}

.timeline-page .savings-model-section .savings-benefit-intro {
  grid-template-columns: 70px minmax(0, 1fr);
  padding-left: 0;
  border-left: 0;
}

.timeline-page .savings-model-section .savings-benefit-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #111;
  font-size: 1.8rem;
}

.timeline-page .savings-model-section .savings-benefit-intro .savings-benefit-icon {
  width: 70px;
  height: 70px;
  border: 1px solid #111;
  border-radius: 50%;
}

.timeline-page .savings-model-section .savings-benefit p {
  margin: 0;
  color: #222;
  font-size: .98rem;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .timeline-page .savings-model-section .grupo-ahorro-contenedor {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
  }

  .timeline-page .savings-model-section .contenedor-micajita {
    grid-template-columns: 1fr;
  }

  .timeline-page .savings-model-section .savings-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 0;
  }

  .timeline-page .savings-model-section .savings-benefit-intro {
    grid-column: 1 / -1;
  }

  .timeline-page .savings-model-section .savings-benefit:nth-child(2),
  .timeline-page .savings-model-section .savings-benefit:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .timeline-page .savings-model-section {
    padding: 38px 20px;
  }

  .timeline-page .savings-model-section .grupo-ahorro-contenedor {
    grid-template-columns: 1fr;
  }

  .timeline-page .savings-model-section .section-kicker,
  .timeline-page .savings-model-section .grupo-ahorro-titulo,
  .timeline-page .savings-model-section .descripciongrupos {
    grid-column: 1;
    grid-row: auto;
  }

  .timeline-page .savings-model-section .section-kicker::before {
    width: 42px;
    margin-right: 16px;
  }

  .timeline-page .savings-model-section .grupo-ahorro-titulo {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    font-size: clamp(2.5rem, 13vw, 3.5rem);
  }

  .timeline-page .savings-model-section .descripciongrupos {
    margin-top: 26px;
    padding: 22px 0 0;
    border-top: 1px solid #d8d8d8;
    border-left: 0;
  }

  .timeline-page .savings-model-section .savings-benefits {
    grid-template-columns: 1fr;
  }

  .timeline-page .savings-model-section .savings-benefit,
  .timeline-page .savings-model-section .savings-benefit-intro {
    grid-column: auto;
    padding: 16px 0;
    border-top: 1px solid #d8d8d8;
    border-left: 0;
  }

  .timeline-page .savings-model-section .savings-benefit-intro {
    border-top: 0;
  }
}

/* Alineación horizontal común para todas las secciones de la página. */
.timeline-page {
  --timeline-page-gutter: 28px;
  --timeline-section-y: clamp(46px, 5vw, 72px);
  --timeline-content-width: 1180px;
}

.timeline-page .introduccion-redfe,
.timeline-page .timeline-slider-section,
.timeline-page .savings-model-section,
.timeline-page .birth-redfe-section,
.timeline-page .grid-section,
.timeline-page .timeline-cta,
.timeline-page .etapas-section {
  padding-top: 0;
  padding-right: var(--timeline-page-gutter);
  padding-bottom: var(--timeline-section-y);
  padding-left: var(--timeline-page-gutter);
}

.timeline-page .introduccion-redfe {
  padding-top: var(--timeline-section-y);
}

.timeline-page .introduccion-redfe .intro-contenido,
.timeline-page .timeline-slider-section .slider-wrapper,
.timeline-page .savings-model-section .grupo-ahorro-contenedor,
.timeline-page .birth-redfe-section .grupo-ahorro-contenedor,
.timeline-page .timeline-cta .contenedor-haztesocio,
.timeline-page .etapas-section .timeline-section-heading,
.timeline-page .etapas-section .etapas-swiper,
.timeline-page .etapas-section .timeline-slider-controls {
  width: 100%;
  max-width: var(--timeline-content-width);
  margin-right: auto;
  margin-left: auto;
}

.timeline-page .timeline-cta .contenedor-haztesocio {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

@media (max-width: 700px) {
  .timeline-page {
    --timeline-page-gutter: 18px;
    --timeline-section-y: 34px;
  }
}

/* Franja de resultados alineada al ancho del slider. */
.timeline-page .timeline-slider-section .timeline-feature-stats {
  width: 100%;
  margin-top: 34px;
  padding: 22px 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
}

.timeline-page .timeline-slider-section .timeline-feature-stat {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 0 clamp(20px, 2.2vw, 32px);
}

.timeline-page .timeline-slider-section .timeline-feature-stat:first-child {
  padding-left: clamp(20px, 2.2vw, 32px);
}

.timeline-page .timeline-slider-section .timeline-feature-stat-icon {
  width: 52px;
  height: 52px;
  font-size: 1.3rem;
  background: #f5f5f5;
}

.timeline-page .timeline-slider-section .timeline-feature-stat p {
  gap: 4px;
  font-size: .88rem !important;
  line-height: 1.3;
}

.timeline-page .timeline-slider-section .timeline-feature-stat strong {
  font-size: .94rem;
  line-height: 1.15;
}

.timeline-page .timeline-slider-section .timeline-feature-stat span {
  font-size: .84rem;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .timeline-page .timeline-slider-section .timeline-feature-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .timeline-page .timeline-slider-section .timeline-feature-stats {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .timeline-page .timeline-slider-section .timeline-feature-stat,
  .timeline-page .timeline-slider-section .timeline-feature-stat:first-child {
    padding: 10px 0;
  }
}

/* Modelo de ahorro sin imagen: puntos clave y flujo financiero. */
.timeline-page .savings-model-section .contenedor-micajita {
  grid-template-columns: minmax(0, .88fr) minmax(600px, 1.12fr);
  align-items: stretch;
  gap: clamp(38px, 4.5vw, 66px);
}

.timeline-page .savings-model-section .micajita-texto h3,
.timeline-page .savings-model-section .savings-flow h3 {
  font-size: 1.35rem !important;
  line-height: 1.2 !important;
}

.timeline-page .savings-model-section .savings-points {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.timeline-page .savings-model-section .savings-points li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.timeline-page .savings-model-section .savings-points li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #111;
}

.timeline-page .savings-model-section .savings-points p {
  margin: 0;
  color: #222;
  line-height: 1.5;
}

.timeline-page .savings-model-section .savings-flow {
  min-width: 0;
  padding: clamp(22px, 2.5vw, 34px);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
}

.timeline-page .savings-model-section .savings-flow h3 {
  margin: 0 0 28px;
  color: #111;
}

.timeline-page .savings-model-section .savings-flow-track {
  display: grid;
  grid-template-columns: .85fr 22px 1.15fr 22px .9fr 1fr 22px 1fr;
  align-items: center;
  gap: 8px;
  min-width: 680px;
}

.timeline-page .savings-model-section .savings-flow-step {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
  min-height: 190px;
  padding: 12px 10px;
  color: #222;
  text-align: center;
}

.timeline-page .savings-model-section .savings-flow-step > i {
  font-size: 1.85rem;
}

.timeline-page .savings-model-section .savings-flow-step span,
.timeline-page .savings-model-section .savings-flow-step small {
  font-size: .78rem;
  line-height: 1.45;
}

.timeline-page .savings-model-section .savings-flow-step strong {
  color: #111;
  font-size: 1.35rem;
  line-height: 1.1;
}

.timeline-page .savings-model-section .savings-flow-arrow {
  color: #111;
  font-size: 1rem;
}

.timeline-page .savings-model-section .savings-flow-request,
.timeline-page .savings-model-section .savings-flow-complement {
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

.timeline-page .savings-model-section .savings-flow-complement {
  border-left: 0;
}

.timeline-page .savings-model-section .savings-flow-request strong {
  color: #f14d96;
}

.timeline-page .savings-model-section .savings-flow-note {
  margin: 24px 0 0;
  color: #555;
  font-size: .72rem !important;
}

.timeline-page .savings-model-section .savings-benefits {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 22px 0;
}

.timeline-page .savings-model-section .savings-benefit,
.timeline-page .savings-model-section .savings-benefit-intro {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 0 clamp(14px, 2vw, 24px);
  text-align: center;
}

.timeline-page .savings-model-section .savings-benefit-intro {
  border-left: 0;
}

.timeline-page .savings-model-section .savings-benefit-icon,
.timeline-page .savings-model-section .savings-benefit-intro .savings-benefit-icon {
  width: 52px;
  height: 52px;
  border: 0;
  font-size: 1.7rem;
}

.timeline-page .savings-model-section .savings-benefit-intro .savings-benefit-icon {
  border: 1px solid #111;
}

.timeline-page .savings-model-section .savings-benefit p {
  max-width: 18ch;
  font-size: .86rem !important;
}

@media (max-width: 1100px) {
  .timeline-page .savings-model-section .contenedor-micajita {
    grid-template-columns: 1fr;
  }

  .timeline-page .savings-model-section .savings-flow {
    overflow-x: auto;
  }

  .timeline-page .savings-model-section .savings-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-page .savings-model-section .savings-benefit-intro {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .timeline-page .savings-model-section .savings-points li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
  }

  .timeline-page .savings-model-section .savings-points li > span {
    width: 38px;
    height: 38px;
  }

  .timeline-page .savings-model-section .savings-flow {
    padding: 20px 16px;
  }

  .timeline-page .savings-model-section .savings-benefits {
    grid-template-columns: 1fr;
  }
}

.timeline-page .savings-flow-open,
.timeline-page .savings-flow-dialog {
  display: none;
}

/* Slider y captación optimizados para pantallas pequeñas. */
@media (max-width: 700px) {
  .timeline-page .timeline-slider-section .swiper-slide {
    padding: 16px 14px 52px;
  }

  .timeline-page .timeline-slider-section .contenedor-flex {
    gap: 0;
  }

  .timeline-page .timeline-slider-section .columna-imagen {
    width: 100%;
    height: clamp(210px, 64vw, 280px);
    border-radius: 12px;
  }

  .timeline-page .timeline-slider-section .columna-texto {
    padding: 24px 0 8px;
  }

  .timeline-page .timeline-slider-section .columna-texto::before {
    display: none;
  }

  .timeline-page .timeline-slider-section .subtitulo,
  .timeline-page .timeline-slider-section .timeline-slide-training .subtitulo {
    margin: 0 0 18px;
    font-size: .68rem;
    line-height: 1.4;
    text-align: left;
  }

  .timeline-page .timeline-slider-section .titulo-slide {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 18px;
    font-size: clamp(1.9rem, 9vw, 2.35rem) !important;
    line-height: 1.02 !important;
  }

  .timeline-page .timeline-slider-section .titulo-slide i {
    width: 36px;
    height: 36px;
    font-size: .72rem;
  }

  .timeline-page .timeline-slider-section .descripcion-slide,
  .timeline-page .timeline-slider-section .timeline-slide-training .descripcion-slide {
    max-width: none;
    padding-top: 0;
    font-size: .94rem !important;
    line-height: 1.6;
  }

  .timeline-page .timeline-slider-section .swiper-pagination {
    bottom: 16px;
    gap: 10px;
  }

  .timeline-page .timeline-slider-section .swiper-pagination-bullet,
  .timeline-page .timeline-slider-section .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
  }

  .timeline-page .savings-flow .savings-flow-track,
  .timeline-page .savings-flow .savings-flow-note {
    display: none;
  }

  .timeline-page .savings-model-section .savings-flow {
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .timeline-page .savings-model-section .savings-flow > h3 {
    display: none;
  }

  .timeline-page .savings-flow-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 16px;
    border: 1px solid #111;
    border-radius: 0;
    color: #111;
    background: #fff;
    font-size: .84rem;
    font-weight: 700;
  }

  .timeline-page .savings-flow-open:hover,
  .timeline-page .savings-flow-open:focus-visible {
    color: #fff;
    background: #111;
  }

  .timeline-page .savings-flow-dialog[open] {
    display: block;
    width: calc(100% - 24px);
    max-width: 520px;
    max-height: 88dvh;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid #111;
    border-radius: 14px;
    color: #111;
    background: #fff;
  }

  .timeline-page .savings-flow-dialog::backdrop {
    background: rgba(0, 0, 0, .62);
  }

  .timeline-page .savings-flow-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }

  .timeline-page .savings-flow-dialog-header h3 {
    margin: 0;
    font-size: 1.2rem !important;
  }

  .timeline-page .savings-flow-dialog-header button {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #111;
    background: transparent;
    font-size: 1.7rem;
    line-height: 1;
  }

  .timeline-page .savings-flow-dialog-body {
    max-height: calc(88dvh - 69px);
    padding: 18px;
    overflow-y: auto;
  }

  .timeline-page .savings-flow-dialog .savings-flow-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
  }

  .timeline-page .savings-flow-dialog .savings-flow-step {
    min-height: 0;
    padding: 18px 12px;
    border: 1px solid #ddd;
  }

  .timeline-page .savings-flow-dialog .savings-flow-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .timeline-page .savings-flow-dialog .savings-flow-note {
    display: block;
    margin-top: 16px;
  }
}

/* Ajuste final del flujo en escritorio y beneficios como slider móvil. */
.timeline-page .savings-model-section .contenedor-micajita {
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(30px, 3.5vw, 48px);
}

.timeline-page .savings-model-section .savings-flow {
  overflow: hidden;
}

.timeline-page .savings-model-section .savings-flow-track {
  grid-template-columns: minmax(62px, .72fr) 16px minmax(92px, 1fr) 16px minmax(82px, .82fr) minmax(86px, .9fr) 16px minmax(86px, .9fr);
  gap: 5px;
  width: 100%;
  min-width: 0;
}

.timeline-page .savings-model-section .savings-flow-step {
  min-width: 0;
  padding: 10px 5px;
}

.timeline-page .savings-model-section .savings-flow-step span,
.timeline-page .savings-model-section .savings-flow-step small {
  overflow-wrap: anywhere;
  font-size: .7rem;
}

.timeline-page .savings-model-section .savings-flow-step strong {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
}

.timeline-page .savings-model-section .savings-flow-note {
  line-height: 1.45;
}

.timeline-page .savings-benefits-dots {
  display: none;
}

.timeline-page .timeline-feature-stats-dots {
  display: none;
}

@media (min-width: 701px) and (max-width: 1100px) {
  .timeline-page .savings-model-section .contenedor-micajita {
    grid-template-columns: 1fr;
  }

  .timeline-page .savings-model-section .savings-flow {
    overflow-x: auto;
  }

  .timeline-page .savings-model-section .savings-flow-track {
    min-width: 680px;
  }
}

@media (max-width: 700px) {
  .timeline-page .timeline-slider-section .timeline-feature-stats {
    display: flex;
    gap: 0;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .timeline-page .timeline-slider-section .timeline-feature-stats::-webkit-scrollbar {
    display: none;
  }

  .timeline-page .timeline-slider-section .timeline-feature-stat,
  .timeline-page .timeline-slider-section .timeline-feature-stat:first-child {
    flex: 0 0 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 12px;
    min-height: 190px;
    padding: 28px 24px;
    border: 0;
    text-align: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .timeline-page .timeline-slider-section .timeline-feature-stat-icon {
    width: 52px;
    height: 52px;
    font-size: 1.7rem;
    background: transparent;
  }

  .timeline-page .timeline-slider-section .timeline-feature-stat p {
    justify-items: center;
    max-width: 24ch;
    text-align: center;
  }

  .timeline-page .savings-model-section .contenedor-micajita {
    grid-template-columns: 1fr;
  }

  .timeline-page .savings-model-section .savings-benefits {
    display: flex;
    gap: 0;
    width: 100%;
    margin-top: 22px;
    padding: 0;
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .timeline-page .savings-model-section .savings-benefits::-webkit-scrollbar {
    display: none;
  }

  .timeline-page .savings-model-section .savings-benefit,
  .timeline-page .savings-model-section .savings-benefit-intro {
    flex: 0 0 100%;
    min-height: 190px;
    padding: 28px 24px;
    border: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .timeline-page .savings-model-section .savings-benefit p {
    max-width: 24ch;
  }

  .timeline-page .savings-benefits-dots,
  .timeline-page .timeline-feature-stats-dots {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }

  .timeline-page .savings-benefits-dots button,
  .timeline-page .timeline-feature-stats-dots button {
    width: 9px;
    height: 9px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #111;
    border-radius: 50%;
    background: transparent;
  }

  .timeline-page .savings-benefits-dots button.is-active,
  .timeline-page .timeline-feature-stats-dots button.is-active {
    background: #111;
  }
}

/* Evolución de REDFE: cuatro columnas editoriales sobre fondo blanco. */
.timeline-page .grid-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(var(--timeline-content-width), calc(100% - 56px));
  margin: 0 auto;
  padding: 0 0 var(--timeline-section-y);
  background: #fff;
}

.timeline-page .grid-section .column,
.timeline-page .grid-section .column:nth-child(even) {
  display: grid;
  grid-template-rows: 62px 4px auto minmax(108px, auto) 210px;
  align-content: start;
  gap: 18px;
  min-width: 0;
  margin: 0;
  padding: 0 clamp(18px, 2.2vw, 28px);
  border: 0;
  border-left: 1px solid #e1e1e1;
  background: #fff;
  text-align: left;
}

.timeline-page .grid-section .column:first-child {
  border-left: 0;
}

.timeline-page .grid-section .column::before {
  grid-row: 2;
  width: 44px;
  height: 3px;
  content: "";
  background: #111;
}

.timeline-page .grid-section .evolution-icon {
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: #111;
  font-size: 1.8rem;
  background: #f5f5f5;
}

.timeline-page .grid-section .column h3 {
  grid-row: 3;
  margin: 0;
  color: #111;
  font-weight: 500;
  letter-spacing: -.02em;
}

.timeline-page .grid-section .column p {
  grid-row: 4;
  margin: 0;
  color: #2f2f2f;
  line-height: 1.6;
  text-align: left;
}

.timeline-page .grid-section .column img,
.timeline-page .grid-section .column:nth-child(even) img {
  grid-row: 5;
  width: 100%;
  height: 210px;
  margin: 0;
  border: 0;
  border-radius: 0 18px 0 18px;
  object-fit: cover;
  clip-path: none;
  filter: none;
  box-shadow: none;
}

.timeline-page .grid-section .column:hover img {
  filter: none;
  transform: none;
}

@media (max-width: 780px) {
  .timeline-page .grid-section {
    display: flex;
    width: calc(100% - 36px);
    gap: 0;
    padding: 0 0 var(--timeline-section-y);
    overflow-x: auto;
    background: #fff;
    scroll-snap-type: x mandatory;
  }

  .timeline-page .grid-section .column,
  .timeline-page .grid-section .column:nth-child(even) {
    flex: 0 0 100%;
    grid-template-rows: 58px 3px auto auto 240px;
    gap: 16px;
    width: 100%;
    padding: 0 8px;
    border-left: 0;
    scroll-snap-align: start;
  }

  .timeline-page .grid-section .evolution-icon {
    width: 58px;
    height: 58px;
  }

  .timeline-page .grid-section .column img,
  .timeline-page .grid-section .column:nth-child(even) img {
    height: 240px;
    border-radius: 0 16px 0 16px;
  }

  .timeline-page .timeline-evolution-dots {
    background: #fff;
  }
}

/* Nueva etapa: composición editorial con fotografía original a color. */
.timeline-page .birth-redfe-section {
  color: #111;
  background: #fff;
}

.timeline-page .birth-redfe-section .grupo-ahorro-contenedor {
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  gap: 0 clamp(50px, 6vw, 86px);
}

.timeline-page .birth-redfe-section .section-kicker {
  grid-column: 1;
  grid-row: 1;
  margin: 0 0 18px 112px;
  color: #111;
  letter-spacing: .22em;
}

.timeline-page .birth-redfe-section .section-kicker::before {
  display: none;
}

.timeline-page .birth-redfe-section .grupo-ahorro-titulo {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin: 0;
  color: #111;
  font-weight: 400;
}

.timeline-page .birth-redfe-section .grupo-ahorro-titulo i {
  padding-right: 24px;
  border-right: 1px solid #aaa;
  font-size: 3.3rem;
}

.timeline-page .birth-redfe-section .descripciongrupos {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  margin: 0;
  color: #222;
  line-height: 1.8;
  text-align: left;
}

.timeline-page .birth-redfe-section .bloque-micajita {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 40px;
  padding-top: 34px;
  border-top: 1px solid #ccc;
}

.timeline-page .birth-redfe-section .contenedor-micajita {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(44px, 5vw, 72px);
  align-items: stretch;
}

.timeline-page .birth-redfe-section .micajita-imagen {
  order: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 28px 0 0;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}

.timeline-page .birth-redfe-section .micajita-imagen img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  filter: none;
}

.timeline-page .birth-redfe-section .micajita-texto {
  order: 2;
}

.timeline-page .birth-redfe-section .micajita-texto h3 {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ccc;
  font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
  font-weight: 400;
}

.timeline-page .birth-redfe-section .micajita-texto h3 i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-size: 1.2rem;
}

.timeline-page .birth-redfe-section .birth-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
}

.timeline-page .birth-redfe-section .birth-detail {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.timeline-page .birth-redfe-section .birth-detail i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #111;
  background: #f5f5f5;
  font-size: 1.15rem;
}

.timeline-page .birth-redfe-section .birth-detail p {
  margin: 0;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 780px) {
  .timeline-page .birth-redfe-section .grupo-ahorro-contenedor,
  .timeline-page .birth-redfe-section .contenedor-micajita {
    grid-template-columns: 1fr;
  }

  .timeline-page .birth-redfe-section .section-kicker,
  .timeline-page .birth-redfe-section .grupo-ahorro-titulo,
  .timeline-page .birth-redfe-section .descripciongrupos {
    grid-column: 1;
    grid-row: auto;
  }

  .timeline-page .birth-redfe-section .section-kicker {
    margin-left: 0;
  }

  .timeline-page .birth-redfe-section .descripciongrupos {
    margin-top: 24px;
  }

  .timeline-page .birth-redfe-section .birth-details {
    grid-template-columns: 1fr;
  }

  .timeline-page .birth-redfe-section .micajita-imagen img {
    min-height: 280px;
  }
}

/* Capa definitiva del slider de consolidación. */
.timeline-page .etapas-section {
  position: relative;
  width: 100%;
  padding-top: var(--timeline-section-y);
  color: #111;
  background: #fff;
}
.timeline-page .etapas-section .timeline-section-heading {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: clamp(-142px, -10vw, -112px);
  pointer-events: none;
}
.timeline-page .etapas-section .section-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
  color: #111;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.timeline-page .etapas-section .section-kicker::before {
  display: block;
  width: 42px;
  height: 3px;
  content: "";
  background: #111;
}
.timeline-page .etapas-section .etapas-title {
  max-width: 9ch;
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 5.4vw, 5.25rem);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.045em;
}
.timeline-page .etapas-section .etapas-swiper {
  position: relative;
  width: 100%;
  max-width: var(--timeline-content-width);
  padding: 0 0 74px;
  overflow: hidden;
}
.timeline-page .etapas-section .etapas-dos-columnas {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.42fr);
  gap: clamp(54px, 7vw, 112px);
  align-items: start;
  min-height: 570px !important;
  padding: 0;
  background: #fff;
}
.timeline-page .etapas-swiper .etapa-media {
  order: 2;
  margin: 0;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 0 18px 0 18px;
  overflow: hidden;
  background: #fff;
}
.timeline-page .etapas-swiper .etapa-media::after { display: none; }
.timeline-page .etapas-swiper .etapa-img {
  display: block;
  width: 100%;
  height: 438px;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  filter: none;
  box-shadow: none;
}
.timeline-page .etapas-swiper .etapa {
  order: 1;
  align-self: end;
  padding-bottom: 26px;
}
.timeline-page .etapas-swiper .etapa h3 {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  max-width: none;
  margin: 0 0 28px;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}
.timeline-page .etapas-swiper .etapa h3 i {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0;
  place-items: center;
  border-right: 1px solid #bdbdbd;
  border-radius: 50%;
  color: #111;
  font-size: 1.45rem;
  background: #f5f5f5;
}
.timeline-page .etapas-swiper .etapa h3 span { display: grid; gap: 10px; }
.timeline-page .etapas-swiper .etapa h3 small {
  color: #111;
  font-family: var(--font-body);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
}
.timeline-page .etapas-swiper .etapa h3::after { display: none; }
.timeline-page .etapas-swiper .etapa p {
  max-width: 46ch;
  margin: 0;
  color: #2f2f2f;
  font-size: .94rem;
  line-height: 1.75;
  text-align: justify;
}
.timeline-page .etapas-section .timeline-slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  width: min(410px, 42%);
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.timeline-page .etapas-section .timeline-slider-prev,
.timeline-page .etapas-section .timeline-slider-next {
  width: 46px;
  height: 46px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
}
.timeline-page .etapas-section .timeline-slider-prev:hover,
.timeline-page .etapas-section .timeline-slider-next:hover,
.timeline-page .etapas-section .timeline-slider-prev:focus-visible,
.timeline-page .etapas-section .timeline-slider-next:focus-visible {
  color: #fff;
  background: #111;
}
.timeline-page .etapas-section .timeline-slider-controls .swiper-pagination {
  position: static;
  display: flex;
  width: auto;
  min-width: 82px;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.timeline-page .etapas-section .swiper-pagination-current { color: #111; font-size: 1rem; }

@media (max-width: 900px) {
  .timeline-page .etapas-section .timeline-section-heading { margin-bottom: 30px; }
  .timeline-page .etapas-section .etapas-title { max-width: 11ch; font-size: clamp(2.8rem, 9vw, 4.5rem); }
  .timeline-page .etapas-section .etapas-dos-columnas { grid-template-columns: 1fr; gap: 28px; min-height: 0 !important; }
  .timeline-page .etapas-swiper .etapa-media { order: 1; }
  .timeline-page .etapas-swiper .etapa { order: 2; align-self: auto; padding: 0; }
  .timeline-page .etapas-swiper .etapa-img { height: clamp(230px, 55vw, 380px); }
  .timeline-page .etapas-section .timeline-slider-controls { width: 100%; }
}

@media (max-width: 560px) {
  .timeline-page .etapas-section .section-kicker { margin-bottom: 14px; }
  .timeline-page .etapas-section .etapas-title { font-size: clamp(2.6rem, 14vw, 3.75rem); }
  .timeline-page .etapas-section .etapas-swiper { padding-bottom: 62px; }
  .timeline-page .etapas-swiper .etapa h3 { grid-template-columns: 64px minmax(0, 1fr); gap: 16px; margin-bottom: 20px; font-size: clamp(1.75rem, 9vw, 2.35rem); }
  .timeline-page .etapas-swiper .etapa h3 i { width: 56px; height: 56px; font-size: 1.1rem; }
  .timeline-page .etapas-swiper .etapa p { text-align: left; }
  .timeline-page .etapas-section .timeline-slider-prev,
  .timeline-page .etapas-section .timeline-slider-next { width: 40px; height: 40px; }
}

/* Solicitud 2026-08: prioridad final de composición. */
@media(min-width:901px){.timeline-page .etapas-section{padding-top:46px!important;padding-bottom:46px!important}.timeline-page .etapas-section .timeline-section-heading{margin-bottom:26px!important}.timeline-page .etapas-section .etapas-title{max-width:none!important}.timeline-page .etapas-swiper .etapas-dos-columnas{min-height:430px!important;align-items:stretch!important}.timeline-page .etapas-swiper .etapa{align-self:center!important;padding:30px 42px 76px 0!important}.timeline-page .etapas-swiper .etapa-media{height:430px!important}.timeline-page .etapas-swiper .etapa-img{height:100%!important}.timeline-page .savings-flow-track{grid-template-columns:repeat(9,minmax(0,auto))!important;gap:10px!important;align-items:center}.timeline-page .savings-flow-step{min-width:0!important;padding:14px 10px!important;overflow-wrap:anywhere}.timeline-page .savings-flow-step strong{font-size:clamp(.95rem,1.25vw,1.3rem)!important;white-space:nowrap}}
@media(max-width:780px){.timeline-page .timeline-feature-stats-dots{display:none!important}.timeline-page .savings-flow-dialog{width:calc(100% - 24px)!important;max-height:calc(100dvh - 24px)!important}.timeline-page .savings-flow-dialog-body{overflow-x:hidden!important}.timeline-page .savings-flow-dialog .savings-flow-track{display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important}.timeline-page .savings-flow-dialog .savings-flow-step{box-sizing:border-box;width:100%!important;min-height:auto!important;padding:18px!important}.timeline-page .savings-flow-dialog .savings-flow-arrow{transform:rotate(90deg)}.timeline-page .birth-redfe-section,.timeline-page .savings-model-section,.timeline-page .timeline-slider-section,.timeline-page .etapas-section{padding-inline:20px!important}}

.timeline-page .timeline-cta{margin-bottom:clamp(32px,5vw,64px)!important}
.timeline-page .birth-redfe-section{padding-top:clamp(42px,6vw,72px)!important}
@media(max-width:780px){.timeline-page .timeline-cta{margin-bottom:30px!important}.timeline-page .birth-redfe-section{padding-top:42px!important}}

/* Captacion de ahorro: flujo amplio, legible y alineado. */
@media (min-width: 701px) {
  .timeline-page .savings-model-section .contenedor-micajita {
    grid-template-columns: 1fr;
  }

  .timeline-page .savings-model-section .savings-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-page .savings-model-section .savings-flow {
    padding: clamp(28px, 3vw, 40px);
    overflow: visible;
    border-color: #d8d8d8;
    border-radius: 0;
  }

  .timeline-page .savings-model-section .savings-flow h3 {
    margin-bottom: 24px;
    font-size: clamp(1.55rem, 2.3vw, 2rem) !important;
  }

  .timeline-page .savings-model-section .savings-flow-track {
    grid-template-columns:
      minmax(130px, .9fr) 24px
      minmax(150px, 1fr) 24px
      minmax(145px, .95fr)
      minmax(155px, 1fr) 24px
      minmax(155px, 1fr) !important;
    gap: clamp(6px, 1vw, 14px) !important;
    width: 100%;
    min-width: 0;
    align-items: stretch !important;
  }

  .timeline-page .savings-model-section .savings-flow-step {
    min-width: 0 !important;
    min-height: 184px;
    padding: 20px 14px !important;
    border: 1px solid #dedede;
    background: #fafafa;
    overflow-wrap: normal !important;
  }

  .timeline-page .savings-model-section .savings-flow-step span,
  .timeline-page .savings-model-section .savings-flow-step small {
    max-width: 18ch;
    font-size: .8rem;
    line-height: 1.4;
    overflow-wrap: normal;
  }

  .timeline-page .savings-model-section .savings-flow-step strong {
    font-size: clamp(1.15rem, 1.8vw, 1.55rem) !important;
    white-space: nowrap;
  }

  .timeline-page .savings-model-section .savings-flow-step > i {
    font-size: 2rem;
  }

  .timeline-page .savings-model-section .savings-flow-arrow {
    align-self: center;
    justify-self: center;
    font-size: 1.1rem;
  }

  .timeline-page .savings-model-section .savings-flow-request {
    border-color: #efbfd5;
    background: #fff8fb;
  }

  .timeline-page .savings-model-section .savings-flow-complement {
    border-left: 3px solid #111;
  }

  .timeline-page .savings-model-section .savings-flow-note {
    margin-top: 20px;
    font-size: .78rem !important;
  }
}

@media (min-width: 701px) and (max-width: 920px) {
  .timeline-page .savings-model-section .savings-flow {
    overflow-x: auto;
  }

  .timeline-page .savings-model-section .savings-flow-track {
    min-width: 840px;
  }
}

@media (max-width: 700px) {
  .timeline-page .savings-model-section .savings-points {
    grid-template-columns: 1fr;
  }
}

/* Captacion grupal compacta: el recorrido se consulta en un dialogo. */
.timeline-page .savings-model-section .savings-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 28px;
  align-items: center;
  padding: clamp(24px, 3vw, 36px);
  overflow: visible;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #f8f8f8;
}
.timeline-page .savings-model-section .savings-flow > h3 { margin: 0; font-size: clamp(1.45rem, 2.2vw, 1.9rem) !important; }
.timeline-page .savings-model-section .savings-flow-summary {
  grid-column: 1;
  max-width: 64ch;
  margin: 0;
  color: #484848;
  font-size: .9rem !important;
  line-height: 1.6;
}
.timeline-page .savings-model-section .savings-flow > .savings-flow-track,
.timeline-page .savings-model-section .savings-flow > .savings-flow-note { display: none !important; }
.timeline-page .savings-flow-open {
  grid-column: 2;
  grid-row: 1 / 3;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #111;
  border-radius: 0;
  color: #fff;
  background: #111;
  font-size: .84rem;
  font-weight: 750;
  white-space: nowrap;
}
.timeline-page .savings-flow-open:hover,
.timeline-page .savings-flow-open:focus-visible { color: #111; background: #fff; }
.timeline-page .savings-flow-dialog[open] {
  display: block;
  width: min(620px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  background: #fff;
}
.timeline-page .savings-flow-dialog::backdrop { background: rgba(0, 0, 0, .66); }
.timeline-page .savings-flow-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid #ddd;
}
.timeline-page .savings-flow-dialog-header h3 { margin: 0; font-size: 1.3rem !important; }
.timeline-page .savings-flow-dialog-header button {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  margin: 0;
  padding: 0;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.timeline-page .savings-flow-dialog-body {
  max-height: calc(100dvh - 104px);
  padding: 20px;
  overflow-y: auto;
}
.timeline-page .savings-flow-dialog .savings-flow-track {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  flex-direction: column;
  gap: 10px !important;
}
.timeline-page .savings-flow-dialog .savings-flow-step {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 0 !important;
  padding: 18px !important;
  border: 1px solid #ddd;
  background: #fafafa;
}
.timeline-page .savings-flow-dialog .savings-flow-arrow { align-self: center; transform: rotate(90deg); }
.timeline-page .savings-flow-dialog .savings-flow-note { display: block !important; margin: 16px 0 0; }

/* Slider de consolidacion: composicion compacta. */
.timeline-page .etapas-section { padding-top: clamp(38px, 4.5vw, 56px) !important; padding-bottom: clamp(38px, 4.5vw, 56px) !important; }
.timeline-page .etapas-section .timeline-section-heading { margin-bottom: 24px !important; }
.timeline-page .etapas-section .section-kicker { margin-bottom: 12px; }
.timeline-page .etapas-section .etapas-title { max-width: none !important; font-size: clamp(2.25rem, 3.5vw, 3.35rem); line-height: 1; }
.timeline-page .etapas-section .etapas-swiper { padding-bottom: 58px; }
@media (min-width: 901px) {
  .timeline-page .etapas-section .etapas-dos-columnas {
    grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
    gap: clamp(34px, 4.5vw, 68px);
    min-height: 340px !important;
    align-items: stretch !important;
  }
  .timeline-page .etapas-swiper .etapa { align-self: center !important; padding: 12px 0 !important; }
  .timeline-page .etapas-swiper .etapa-media { height: 340px !important; }
  .timeline-page .etapas-swiper .etapa-img { height: 100% !important; }
}
.timeline-page .etapas-swiper .etapa h3 {
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.15vw, 2.15rem);
  line-height: 1.05;
}
.timeline-page .etapas-swiper .etapa h3 i { width: 54px; height: 54px; font-size: 1.05rem; }
.timeline-page .etapas-swiper .etapa h3 span { gap: 7px; }
.timeline-page .etapas-swiper .etapa p { max-width: 50ch; font-size: .9rem; line-height: 1.62; text-align: left; }
.timeline-page .etapas-section .timeline-slider-controls {
  bottom: 2px;
  width: min(330px, 42%);
  gap: 12px;
  justify-content: flex-start;
}
.timeline-page .etapas-section .timeline-slider-prev,
.timeline-page .etapas-section .timeline-slider-next { width: 40px; height: 40px; }

@media (max-width: 760px) {
  .timeline-page .savings-model-section .savings-flow { grid-template-columns: 1fr; gap: 12px; }
  .timeline-page .savings-model-section .savings-flow-summary,
  .timeline-page .savings-flow-open { grid-column: 1; grid-row: auto; }
  .timeline-page .savings-flow-open { width: 100%; white-space: normal; }
  .timeline-page .etapas-section .etapas-swiper { padding-bottom: 54px; }
  .timeline-page .etapas-section .timeline-slider-controls { width: 100%; justify-content: center; }
}
