@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-ExtraBold.ttf") format("truetype"); font-weight: 800; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("fonts/Poppins-Italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --verde: #0b3b2e;
  --verde-profundo: #062a21;
  --marfil: #f5f2ea;
  --blanco: #fcfbf8;
  --marron: #2b1b14;
  --dorado: #b59a62;
  --gris: #39413d;
  --linea: rgba(11, 59, 46, 0.14);
  --linea-oscura: rgba(245, 242, 234, 0.16);
  --display: "Poppins", -apple-system, sans-serif;
  --cuerpo: Georgia, Cambria, "Times New Roman", serif;
  --pad: clamp(1.5rem, 5vw, 5.5rem);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--blanco);
  color: var(--marron);
  font-family: var(--cuerpo);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

/* ══════════ estructura de diapositiva ══════════ */

.slide {
  min-height: 100svh;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 7vh, 5.5rem) var(--pad);
  position: relative;
}
.slide > .wrap { width: 100%; max-width: 1240px; margin: 0 auto; }
.slide > .wrap.estrecho { max-width: 860px; }

.slide { background: var(--blanco); }

/* marca y numeración en cada diapositiva */
.slide .marca {
  position: absolute;
  top: clamp(1.4rem, 3.5vh, 2.4rem);
  left: var(--pad);
  width: 26px;
  opacity: 0.5;
}
.slide .folio {
  position: absolute;
  bottom: clamp(1.4rem, 3.5vh, 2.4rem);
  right: var(--pad);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--gris);
  opacity: 0.45;
}

/* ══════════ tipografía ══════════ */

.eyebrow {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(0.62rem, 0.55rem + 0.2vw, 0.74rem);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--dorado);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: clamp(1rem, 2.2vh, 1.8rem);
}
.eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--dorado), transparent);
  max-width: 200px;
}
.centrado .eyebrow { justify-content: center; }
.centrado .eyebrow::after { display: none; }
.centrado .eyebrow::before {
  content: "";
  flex: none;
  width: 34px;
  height: 1px;
  background: var(--dorado);
}

h1, h2, h3, h4 { font-family: var(--display); line-height: 1.1; text-wrap: balance; }

h2 {
  font-weight: 700;
  font-size: clamp(1.75rem, 1.1rem + 2.5vw, 3.15rem);
  color: var(--verde);
  letter-spacing: -0.025em;
}

h3 {
  font-weight: 600;
  font-size: clamp(1.02rem, 0.9rem + 0.55vw, 1.32rem);
  color: var(--verde);
  letter-spacing: -0.01em;
}

.lead {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1rem, 0.92rem + 0.5vw, 1.3rem);
  line-height: 1.5;
  color: var(--gris);
  max-width: 46ch;
  margin-top: clamp(0.8rem, 1.8vh, 1.3rem);
}
.centrado .lead { margin-inline: auto; }

.nota {
  font-family: var(--display);
  font-size: clamp(0.72rem, 0.68rem + 0.15vw, 0.82rem);
  line-height: 1.5;
  color: var(--gris);
  opacity: 0.8;
}

.centrado { text-align: center; }
strong { font-weight: 700; color: var(--verde); }

/* ══════════ 01 · portada ══════════ */

.portada { align-items: center; text-align: center; overflow: hidden; }
.portada::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 52% at 50% 32%, rgba(181, 154, 98, 0.14), transparent 70%);
  pointer-events: none;
}
.portada > * { position: relative; }
.portada .logo-grande { width: clamp(62px, 7vh, 88px); margin: 0 auto clamp(1.6rem, 4vh, 2.6rem); }
.pill {
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dorado);
  border: 1px solid rgba(181, 154, 98, 0.4);
  border-radius: 100px;
  padding: 0.5rem 1.25rem;
  display: inline-block;
  margin-bottom: clamp(1.4rem, 3.5vh, 2.2rem);
}
.portada h1 {
  font-weight: 800;
  font-size: clamp(2.2rem, 1rem + 5.4vw, 5.2rem);
  color: var(--verde);
  letter-spacing: -0.04em;
}
.portada .sub {
  font-family: var(--display);
  font-size: clamp(0.98rem, 0.88rem + 0.55vw, 1.3rem);
  color: var(--gris);
  max-width: 32ch;
  margin: clamp(1.1rem, 2.6vh, 1.7rem) auto 0;
  line-height: 1.5;
}
.portada .meta {
  font-family: var(--display);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gris);
  opacity: 0.55;
  border-top: 1px solid var(--linea);
  padding-top: 1.4rem;
  margin: clamp(2rem, 5vh, 3.2rem) auto 0;
  max-width: 440px;
  line-height: 1.9;
}
.cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gris);
  opacity: 0.55;
  animation: flota 2.6s ease-in-out infinite;
}
.cue .circulo {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(181, 154, 98, 0.55);
  display: grid;
  place-items: center;
}
.cue .circulo svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--dorado);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@keyframes flota { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }

/* ══════════ 02 · situación actual ══════════ */

.citas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.7rem, 1.4vw, 1.1rem);
  margin-top: clamp(1.4rem, 3.5vh, 2.4rem);
}
.cita {
  background: var(--blanco);
  border: 1px solid var(--linea);
  border-radius: 12px;
  border-bottom-left-radius: 3px;
  padding: clamp(1rem, 2.2vh, 1.5rem);
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(0.88rem, 0.8rem + 0.35vw, 1.08rem);
  line-height: 1.35;
  color: var(--marron);
}
.papel .cita { background: var(--marfil); }

.cadena {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.4rem;
  margin-top: clamp(1.6rem, 4vh, 2.6rem);
}
.cadena .eslabon {
  font-family: var(--display);
  font-size: clamp(0.72rem, 0.66rem + 0.2vw, 0.84rem);
  font-weight: 500;
  color: var(--gris);
  border: 1px solid var(--linea);
  border-radius: 100px;
  padding: 0.45rem 1rem;
  background: var(--blanco);
  white-space: nowrap;
}
.papel .cadena .eslabon { background: var(--marfil); }
.cadena .sep { color: var(--dorado); font-family: var(--display); font-size: 0.8rem; }

.remate {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1rem, 0.9rem + 0.55vw, 1.3rem);
  line-height: 1.4;
  color: var(--verde);
  border-left: 3px solid var(--dorado);
  padding-left: clamp(1rem, 2vw, 1.4rem);
  margin-top: clamp(1.6rem, 4vh, 2.6rem);
  max-width: 52ch;
}

/* ══════════ 03 · el sistema ══════════ */

.piezas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 1.8vw, 1.5rem);
  margin-top: clamp(1.6rem, 4vh, 2.6rem);
}
.pieza-card {
  border: 1px solid var(--linea);
  border-top: 3px solid var(--dorado);
  border-radius: 4px;
  background: rgba(245, 242, 234, 0.05);
  padding: clamp(1.3rem, 3vh, 2rem);
}
.papel .pieza-card, .claro .pieza-card {
  background: var(--blanco);
  border-color: var(--linea);
  border-top-color: var(--verde);
}
.pieza-card .idx {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--dorado);
  display: block;
  margin-bottom: 0.9rem;
}
.pieza-card h3 { margin-bottom: 0.5rem; }
.pieza-card p {
  font-family: var(--display);
  font-size: clamp(0.85rem, 0.8rem + 0.2vw, 0.98rem);
  line-height: 1.45;
  color: rgba(245, 242, 234, 0.7);
}
.papel .pieza-card p, .claro .pieza-card p { color: var(--gris); }

.banda-regla {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.4rem 1.2rem;
  margin-top: clamp(1.6rem, 4vh, 2.6rem);
  padding-top: clamp(1.2rem, 3vh, 1.8rem);
  border-top: 1px solid var(--linea);
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(0.92rem, 0.85rem + 0.35vw, 1.15rem);
  letter-spacing: -0.01em;
  color: var(--verde);
}
.banda-regla .b { color: var(--dorado); }

/* ══════════ 04-05 · módulos con enlace ══════════ */

.modulo {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.modulo:has(.movil) { grid-template-columns: 1fr 1fr; }
.marco {
  border: 1px solid var(--linea);
  border-radius: 6px;
  background: var(--blanco);
  overflow: hidden;
  box-shadow: 0 22px 60px -28px rgba(6, 42, 33, 0.42);
}
.marco .barra {
  background: var(--verde-profundo);
  padding: 0.6rem 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.marco .barra i { width: 8px; height: 8px; border-radius: 50%; background: rgba(245, 242, 234, 0.22); }
.marco .barra span {
  font-family: var(--display);
  font-size: 0.66rem;
  color: rgba(245, 242, 234, 0.5);
  margin-left: 0.7rem;
}
.marco .lienzo { background: var(--marfil); display: block; }
.marco .lienzo img { display: block; width: 100%; height: auto; }

.movil {
  position: relative;
  border: 11px solid #15100D;
  border-radius: 40px;
  background: #ECE5DC;
  width: clamp(208px, 19vw, 250px);
  aspect-ratio: 9 / 19;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 26px 60px -24px rgba(6, 42, 33, 0.55), 0 0 0 1.5px rgba(181, 154, 98, 0.28);
}
.movil .isla {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 31%;
  height: 15px;
  border-radius: 100px;
  background: #15100D;
  z-index: 3;
}
.movil .estado {
  background: var(--verde-profundo);
  color: rgba(245, 242, 234, 0.9);
  font-family: var(--display);
  font-size: 0.52rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.42rem 0.85rem 0.18rem;
}
.movil .estado .iconos { display: flex; align-items: center; gap: 3px; }
.movil .estado i { display: block; background: currentColor; border-radius: 1px; }
.movil .estado .senal { width: 9px; height: 7px; clip-path: polygon(0 100%,2px 100%,2px 60%,0 60%,0 100%,3px 100%,3px 40%,5px 40%,5px 100%,6px 100%,6px 20%,8px 20%,8px 100%,9px 100%,9px 0,9px 0); }
.movil .estado .wifi { width: 8px; height: 7px; border-radius: 50% 50% 0 0; }
.movil .estado .bat { width: 13px; height: 7px; border-radius: 2px; }
.movil .cabecera-chat {
  background: var(--verde-profundo);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.8rem 0.65rem;
  box-shadow: 0 1px 6px rgba(6, 42, 33, 0.28);
  position: relative;
  z-index: 2;
}
.movil .cabecera-chat .atras {
  color: rgba(245, 242, 234, 0.75);
  font-size: 1rem;
  line-height: 1;
  margin-right: -0.1rem;
}
.movil .cabecera-chat .avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--dorado);
  color: var(--verde-profundo);
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}
.movil .cabecera-chat .quien {
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--marfil);
  line-height: 1.1;
}
.movil .cabecera-chat .quien small {
  display: block;
  font-size: 0.56rem;
  font-weight: 400;
  color: rgba(245, 242, 234, 0.55);
  margin-top: 0.1rem;
}
.movil .chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  padding: 0.85rem 0.65rem 0.9rem;
  font-family: var(--display);
  background-image: radial-gradient(rgba(43, 27, 20, 0.05) 1px, transparent 1px);
  background-size: 14px 14px;
}
.movil .chat .dia {
  align-self: center;
  font-size: 0.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gris);
  background: rgba(252, 251, 248, 0.8);
  border-radius: 100px;
  padding: 0.16rem 0.6rem;
  margin-bottom: 0.15rem;
}
.movil .burbuja {
  position: relative;
  max-width: 86%;
  font-size: 0.63rem;
  line-height: 1.38;
  padding: 0.42rem 0.55rem 0.85rem;
  border-radius: 8px;
}
.movil .burbuja i {
  position: absolute;
  right: 0.5rem;
  bottom: 0.26rem;
  font-style: normal;
  font-size: 0.48rem;
  opacity: 0.55;
}
.movil .burbuja.de-el {
  align-self: flex-start;
  background: var(--blanco);
  color: var(--marron);
  border-top-left-radius: 2px;
  box-shadow: 0 1px 2px rgba(43, 27, 20, 0.12);
}
.movil .burbuja.nuestra {
  align-self: flex-end;
  background: var(--verde);
  color: var(--marfil);
  border-top-right-radius: 2px;
}
.movil .aviso-chat {
  align-self: center;
  margin-top: 0.35rem;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--verde-profundo);
  background: rgba(181, 154, 98, 0.35);
  border-radius: 100px;
  padding: 0.22rem 0.65rem;
  text-align: center;
}
.movil .barra-escribir {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.55rem 0.75rem;
  background: #ECE5DC;
}
.movil .barra-escribir .campo {
  flex: 1;
  background: var(--blanco);
  border-radius: 100px;
  padding: 0.38rem 0.7rem;
  font-family: var(--display);
  font-size: 0.56rem;
  color: rgba(57, 65, 61, 0.5);
  box-shadow: 0 1px 2px rgba(43, 27, 20, 0.1);
}
.movil .barra-escribir .enviar {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--verde);
  color: var(--marfil);
  font-size: 0.5rem;
  padding-left: 1px;
}

.boton {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(0.82rem, 0.78rem + 0.2vw, 0.94rem);
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 1.05rem 2.1rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  transition: transform 0.18s ease;
  margin-top: clamp(1.2rem, 3vh, 2rem);
}
.boton:hover { transform: translateY(-2px); }
.boton.primario { background: var(--dorado); color: var(--verde-profundo); }
.claro .boton.primario { background: var(--verde); color: var(--blanco); }
.boton .url {
  font-weight: 400;
  opacity: 0.7;
  font-size: 0.82em;
  letter-spacing: 0.02em;
}

/* ══════════ 06 · actualizaciones proactivas ══════════ */

.modulo:has(.correo) { grid-template-columns: 1.02fr 0.98fr; }

.flujo {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.4rem, 3.4vh, 2.4rem);
}
.nodo {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.85rem, 1.8vw, 1.4rem);
  align-items: center;
}
.nodo .carril-d {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.nodo .carril-d::before,
.nodo .carril-d::after {
  content: "";
  flex: 1;
  width: 1.5px;
  background: rgba(181, 154, 98, 0.45);
}
.nodo:first-child .carril-d::before,
.nodo:last-child .carril-d::after { visibility: hidden; }
.nodo .disco {
  width: clamp(58px, 8vh, 80px);
  height: clamp(58px, 8vh, 80px);
  margin: clamp(0.7rem, 2vh, 1.4rem) 0;
  border-radius: 50%;
  border: 1px solid rgba(181, 154, 98, 0.4);
  background: rgba(181, 154, 98, 0.07);
  display: grid;
  place-items: center;
  flex: none;
}
.claro .nodo .disco { background: var(--blanco); border-color: var(--linea); }
.nodo .disco svg { width: 48%; height: 48%; stroke: var(--dorado); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.claro .nodo .disco svg { stroke: var(--verde); }
.nodo .txt { padding: clamp(0.5rem, 1.4vh, 0.95rem) 0; }
.nodo .idx {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: var(--dorado);
  display: block;
  margin-bottom: 0.35rem;
}
.nodo h3 { font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.2rem); line-height: 1.25; }

/* el correo de ejemplo */
.correo {
  border: 1px solid var(--linea);
  border-radius: 8px;
  background: var(--blanco);
  overflow: hidden;
  box-shadow: 0 24px 60px -28px rgba(6, 42, 33, 0.45);
}
.correo-barra {
  background: var(--verde-profundo);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.6rem 0.9rem;
}
.correo-barra i { width: 8px; height: 8px; border-radius: 50%; background: rgba(245, 242, 234, 0.28); }
.correo-barra span {
  margin-left: 0.6rem;
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.6);
}
.correo-cab {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: clamp(0.85rem, 2vh, 1.15rem) clamp(1rem, 2vw, 1.5rem);
  border-bottom: 1px solid var(--linea);
}
.avatar-np {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: var(--verde);
  color: var(--marfil);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.7rem;
  display: grid;
  place-items: center;
}
.correo-cab .quien {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.86rem;
  line-height: 1.2;
  color: var(--verde);
}
.correo-cab .quien small { display: block; font-weight: 500; font-size: 0.7rem; color: var(--gris); opacity: 0.75; margin-top: 0.1rem; }
.correo-cab .cuando { font-family: var(--display); font-size: 0.7rem; color: var(--gris); opacity: 0.7; }
.correo-asunto {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1rem, 0.85rem + 0.5vw, 1.28rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--verde);
  padding: clamp(1rem, 2.2vh, 1.4rem) clamp(1rem, 2vw, 1.5rem) 0;
}
.correo-cuerpo { padding: clamp(0.7rem, 1.6vh, 1rem) clamp(1rem, 2vw, 1.5rem) clamp(1.2rem, 2.6vh, 1.6rem); }
.correo-cuerpo p { font-size: clamp(0.9rem, 0.84rem + 0.26vw, 1.02rem); line-height: 1.55; margin-bottom: 0.65rem; }
.correo-cuerpo p b { color: var(--verde); font-weight: 700; }
.correo-boton {
  display: inline-block;
  margin-top: 0.55rem;
  background: var(--verde);
  color: var(--marfil);
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.7rem 1.4rem;
  border-radius: 4px;
}
.correo-pie {
  border-top: 1px solid var(--linea);
  background: rgba(181, 154, 98, 0.09);
  padding: clamp(0.7rem, 1.6vh, 1rem) clamp(1rem, 2vw, 1.5rem);
  font-family: var(--display);
  font-size: 0.74rem;
  color: var(--gris);
}

/* ══════════ 07 · calculadora ══════════ */

.calculadora {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.5fr);
  margin-top: clamp(1.2rem, 3vh, 2rem);
  border: 1px solid var(--linea);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 22px 60px -34px rgba(6, 42, 33, 0.4);
}

.mandos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.1rem, 3vh, 2.1rem);
  padding: clamp(1.4rem, 3.5vh, 2.6rem) clamp(1.3rem, 2.8vw, 2.4rem);
  background: var(--blanco);
}
.mando {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 0.6rem 1rem;
  cursor: pointer;
}
.mando .txt {
  font-family: var(--display);
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 0.95rem);
  color: var(--marron);
  line-height: 1.3;
}
.mando output {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.25rem);
  color: var(--verde);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.mando input[type="range"] {
  grid-column: 1 / -1;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  background: transparent;
  cursor: pointer;
  margin: 0;
}
.mando input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--verde) var(--pct, 30%), var(--linea) var(--pct, 30%));
}
.mando input[type="range"]::-moz-range-track {
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to right, var(--verde) var(--pct, 30%), var(--linea) var(--pct, 30%));
}
.mando input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  margin-top: -7.5px;
  border-radius: 50%;
  background: var(--verde);
  border: 3px solid var(--blanco);
  box-shadow: 0 0 0 1px var(--verde);
}
.mando input[type="range"]::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--verde);
  border: 3px solid var(--blanco);
  box-shadow: 0 0 0 1px var(--verde);
}
.mando input[type="range"]:focus-visible { outline: none; }
.mando input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 1px var(--verde), 0 0 0 4px rgba(181, 154, 98, 0.5); }

.marcador {
  background: var(--verde-profundo);
  color: var(--marfil);
  padding: clamp(1.4rem, 3.5vh, 2.6rem) clamp(1.3rem, 2.4vw, 2.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.marcador .et {
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.55);
}
.marcador .grande {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 1.4rem + 4.2vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: var(--blanco);
  margin-top: 0.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.12em;
}
.marcador .grande small {
  font-size: 0.34em;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: rgba(245, 242, 234, 0.68);
}
.marcador .derivadas {
  margin-top: clamp(1rem, 2.6vh, 1.8rem);
  padding-top: clamp(0.9rem, 2.2vh, 1.4rem);
  border-top: 1px solid rgba(245, 242, 234, 0.16);
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 1.4vh, 0.95rem);
  font-family: var(--display);
}
.marcador .derivadas div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.marcador .derivadas span {
  font-size: clamp(0.72rem, 0.7rem + 0.14vw, 0.84rem);
  color: rgba(245, 242, 234, 0.6);
}
.marcador .derivadas b {
  font-weight: 800;
  font-size: clamp(0.88rem, 0.8rem + 0.34vw, 1.12rem);
  color: var(--blanco);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.pie-calculo { margin-top: clamp(1rem, 2.4vh, 1.5rem); }

/* ══════════ 08 · transformación ══════════ */

.comparativa {
  border: 1px solid var(--linea);
  border-radius: 5px;
  overflow: hidden;
  margin-top: clamp(1.4rem, 3.5vh, 2.2rem);
}
.comparativa .cab {
  display: grid;
  grid-template-columns: 1fr 3.4rem 1fr;
  background: var(--verde);
  color: var(--blanco);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.comparativa .cab div { padding: 0.9rem clamp(1rem, 2vw, 1.6rem); }
.comparativa .cab div:first-child { color: rgba(252, 251, 248, 0.5); }
.comparativa .fila {
  display: grid;
  grid-template-columns: 1fr 3.4rem 1fr;
  border-top: 1px solid var(--linea);
  align-items: stretch;
  background: var(--blanco);
}
.comparativa .fila > div {
  display: flex;
  align-items: center;
  padding: clamp(0.7rem, 1.8vh, 1.15rem) clamp(1rem, 2vw, 1.6rem);
  font-family: var(--display);
  font-size: clamp(0.82rem, 0.76rem + 0.28vw, 1rem);
  line-height: 1.4;
}
.comparativa .flecha {
  justify-content: center;
  color: var(--dorado);
  font-size: 1.05rem;
  padding: 0 !important;
  border-left: 1px solid var(--linea);
}
.comparativa .antes {
  background: rgba(43, 27, 20, 0.055);
  color: rgba(57, 65, 61, 0.62);
}
.comparativa .antes::before { content: "✕"; color: rgba(140, 59, 59, 0.55); margin-right: 0.6rem; font-size: 0.78rem; }
.comparativa .despues { color: var(--marron); font-weight: 500; }
.comparativa .despues::before { content: "✓"; color: var(--verde); margin-right: 0.6rem; font-weight: 700; }
.comparativa .despues b { font-weight: 700; color: var(--verde); margin-left: 0.3em; }

/* ══════════ 09 · el resultado ══════════ */

.declaracion {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.9rem, 0.6rem + 3.9vw, 4.15rem);
  letter-spacing: -0.04em;
  line-height: 1.06;
  color: var(--verde);
  max-width: 1120px;
  margin-inline: auto;
}
.declaracion .oro { color: var(--dorado); display: block; }
.portada h1 .oro { color: var(--dorado); }
.declaracion + .lead { max-width: 560px; margin-inline: auto; }

/* ══════════ 10 · metodología ══════════ */

.fases { margin-top: clamp(1.2rem, 3vh, 2rem); }
.fase {
  display: grid;
  grid-template-columns: clamp(7rem, 12vw, 10rem) 1fr;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  padding: clamp(1rem, 2.6vh, 1.7rem) 0;
  border-top: 1px solid var(--linea);
  align-items: start;
}
.fase .et {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(0.72rem, 0.68rem + 0.18vw, 0.82rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dorado);
  padding-top: 0.2rem;
}
.fase .et small {
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  opacity: 0.6;
  margin-top: 0.25rem;
  font-size: 0.9em;
}
.fase p {
  font-family: var(--display);
  font-size: clamp(0.85rem, 0.8rem + 0.22vw, 0.98rem);
  color: var(--gris);
  line-height: 1.45;
  margin-top: 0.4rem;
  max-width: 62ch;
}

.chips { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.8rem; }
.chips span {
  font-family: var(--display);
  font-size: 0.72rem;
  color: var(--gris);
  border: 1px solid var(--linea);
  border-radius: 100px;
  padding: 0.28rem 0.8rem;
}

/* ══════════ 11 · bonus ══════════ */

.cabecera-bonus { display: flex; flex-direction: column; align-items: flex-start; gap: 0.7rem; }
.cabecera-bonus h2 { margin-top: 0; }
.cabecera-bonus .lead { margin-top: 0; }

.bonus-lista {
  display: flex;
  flex-direction: column;
  gap: clamp(0.7rem, 1.6vh, 1.1rem);
  margin-top: clamp(1rem, 2.6vh, 1.8rem);
}
.bonus-caja {
  display: grid;
  grid-template-columns: 1fr minmax(140px, 0.18fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: center;
  border: 1px solid rgba(181, 154, 98, 0.38);
  background: rgba(181, 154, 98, 0.07);
  border-radius: 6px;
  padding: clamp(1rem, 2.4vh, 1.6rem) clamp(1.1rem, 2.4vw, 1.9rem);
}
.sello {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.63rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--verde-profundo);
  background: var(--dorado);
  border-radius: 100px;
  padding: 0.3rem 0.9rem 0.3rem 1.05rem;
  display: inline-block;
  margin-bottom: 0.7rem;
}
.bonus-caja h3 {
  font-size: clamp(1.05rem, 0.85rem + 0.65vw, 1.5rem);
  color: var(--verde);
  line-height: 1.15;
}
.bonus-caja > .bonus-cuerpo > p {
  font-family: var(--display);
  font-size: clamp(0.85rem, 0.8rem + 0.22vw, 0.98rem);
  color: var(--gris);
  line-height: 1.45;
  margin-top: 0.35rem;
  max-width: 60ch;
}
.bonus-caja .entregable {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(181, 154, 98, 0.3);
  font-size: clamp(0.78rem, 0.74rem + 0.18vw, 0.88rem);
  color: var(--gris);
}
.bonus-caja .entregable strong {
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.62rem;
  color: var(--dorado);
  margin-right: 0.5rem;
}
.bonus-valor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
  border-left: 1px solid rgba(181, 154, 98, 0.32);
  padding-left: clamp(0.8rem, 1.6vw, 1.4rem);
  align-self: stretch;
  justify-content: center;
}
.bonus-valor .et {
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gris);
  opacity: 0.7;
}
.bonus-valor .tachado {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.1rem, 0.9rem + 0.7vw, 1.55rem);
  letter-spacing: -0.03em;
  color: var(--gris);
  opacity: 0.5;
  text-decoration: line-through;
  text-decoration-color: rgba(140, 59, 59, 0.75);
  text-decoration-thickness: 2px;
}
.bonus-valor .incl {
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--verde);
  color: var(--blanco);
  border-radius: 100px;
  padding: 0.38rem 1rem;
  white-space: nowrap;
}

/* ══════════ 12 · stack de valor ══════════ */

.stack { margin-top: clamp(1rem, 2.2vh, 1.5rem); }
.linea-stack {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  align-items: center;
  padding: clamp(0.7rem, 1.75vh, 1.15rem) 0;
  border-bottom: 1px solid var(--linea);
}
.linea-stack:last-child { border-bottom: 0; }
.linea-stack .idx {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  color: var(--dorado);
}
.linea-stack p {
  font-family: var(--display);
  font-size: clamp(0.82rem, 0.78rem + 0.2vw, 0.95rem);
  color: var(--gris);
  line-height: 1.45;
  margin-top: 0.25rem;
  max-width: 60ch;
}
.linea-stack .idx.redondel {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid rgba(181, 154, 98, 0.75);
  background: rgba(181, 154, 98, 0.2);
  font-size: 0.72rem;
}
.linea-stack h3 em {
  font-style: normal;
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--verde-profundo);
  background: var(--dorado);
  border-radius: 100px;
  padding: 0.2rem 0.6rem 0.2rem 0.72rem;
  margin-left: 0.6rem;
  vertical-align: 0.14em;
}
.precio-stack {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(0.92rem, 0.82rem + 0.4vw, 1.25rem);
  letter-spacing: -0.025em;
  color: var(--gris);
  opacity: 0.55;
  text-decoration: line-through;
  text-decoration-color: rgba(140, 59, 59, 0.7);
  text-decoration-thickness: 2px;
  white-space: nowrap;
}
.total-stack {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: clamp(0.9rem, 2.2vh, 1.4rem);
  padding-top: clamp(0.8rem, 2vh, 1.2rem);
  border-top: 2px solid var(--verde);
}
.total-stack .suma {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.3rem, 1rem + 1.2vw, 2rem);
  letter-spacing: -0.035em;
  color: var(--verde);
}

/* ══════════ 13 · garantía ══════════ */

.garantias { gap: clamp(1rem, 2.2vw, 1.8rem); margin-top: clamp(1.6rem, 4vh, 2.8rem); }
.garantias .mini {
  border: 1px solid rgba(181, 154, 98, 0.4);
  border-left: 3px solid var(--dorado);
  background: rgba(181, 154, 98, 0.07);
  border-radius: 6px;
  padding: clamp(1.4rem, 3.4vh, 2.2rem);
}
.garantias .mini h4 {
  font-size: clamp(1rem, 0.8rem + 0.8vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--verde);
  margin-bottom: 0.8rem;
}
.garantias .mini p {
  font-size: clamp(0.88rem, 0.82rem + 0.26vw, 1.02rem);
  line-height: 1.5;
}

.tres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.8rem, 1.8vw, 1.4rem);
  margin-top: clamp(1.2rem, 3vh, 2rem);
}
.mini {
  border: 1px solid var(--linea);
  border-left: 2px solid var(--dorado);
  border-radius: 4px;
  padding: clamp(1rem, 2.4vh, 1.4rem);
}
.mini h4 {
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dorado);
  margin-bottom: 0.6rem;
}
.mini p {
  font-family: var(--display);
  font-size: clamp(0.8rem, 0.76rem + 0.18vw, 0.9rem);
  line-height: 1.45;
  color: var(--gris);
}

/* ══════════ 14 · la propuesta ══════════ */

.cabecera-propuesta { display: flex; flex-direction: column; align-items: flex-start; gap: 0.75rem; }
.cabecera-propuesta h2 { margin-top: 0; }
.pill-mini {
  font-family: var(--display);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--verde);
  background: rgba(181, 154, 98, 0.18);
  border: 1px solid rgba(181, 154, 98, 0.45);
  border-radius: 100px;
  padding: 0.35rem 0.95rem;
}

.propuesta {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 0.46fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  margin-top: clamp(1rem, 2.6vh, 1.8rem);
  align-items: stretch;
}

.rotulo-caja {
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dorado);
  display: block;
  margin-bottom: clamp(0.7rem, 1.6vh, 1.1rem);
}

.incluye {
  background: var(--marfil);
  border: 1px solid var(--linea);
  border-radius: 6px;
  padding: clamp(1.1rem, 2.8vh, 1.8rem) clamp(1.2rem, 2.4vw, 1.9rem);
}
.incluye ul { list-style: none; display: grid; gap: clamp(0.4rem, 1.1vh, 0.7rem); }
.incluye li {
  font-family: var(--display);
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 1.02rem);
  font-weight: 500;
  color: var(--marron);
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
}
.incluye li::before { content: "◆"; color: var(--dorado); font-size: 0.6em; }

.cuota-incluye {
  margin-top: clamp(1rem, 2.4vh, 1.5rem);
  padding-top: clamp(0.9rem, 2.2vh, 1.3rem);
  border-top: 1px solid var(--linea);
}
.cuota-incluye .rotulo-caja { color: var(--gris); opacity: 0.75; margin-bottom: 0.7rem; }
.cuota-incluye .rejilla {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem 1.4rem;
}
.cuota-incluye .rejilla span {
  font-family: var(--display);
  font-size: clamp(0.76rem, 0.72rem + 0.18vw, 0.88rem);
  color: var(--gris);
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.cuota-incluye .rejilla span::before { content: "—"; color: var(--dorado); }

.precio-panel {
  background: var(--verde);
  border-radius: 6px;
  padding: clamp(1.2rem, 3vh, 2rem) clamp(1.2rem, 2.2vw, 1.8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.8rem, 2vh, 1.2rem);
  text-align: center;
}
.precio { display: block; }
.precio + .precio { border-top: 1px solid rgba(245, 242, 234, 0.18); padding-top: clamp(0.8rem, 2vh, 1.2rem); }
.precio .et {
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 242, 234, 0.6);
  display: block;
  margin-bottom: 0.35rem;
}
.precio .n {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.35rem, 0.9rem + 1.2vw, 1.95rem);
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--dorado);
  display: block;
}
.boton.confirmar {
  background: var(--dorado);
  color: var(--verde-profundo);
  justify-content: center;
  padding: 0.95rem 1.4rem;
  margin-top: clamp(0.4rem, 1.2vh, 0.8rem);
}

.banda-coste {
  border: 1.5px solid rgba(140, 59, 59, 0.3);
  border-left: 4px solid #8C3B3B;
  border-radius: 5px;
  background: rgba(140, 59, 59, 0.05);
  padding: clamp(1rem, 2.6vh, 1.6rem) clamp(1.1rem, 2.2vw, 1.7rem);
  margin-top: clamp(0.9rem, 2.2vh, 1.4rem);
}
.banda-coste .rotulo-caja { margin-bottom: 0.55rem; color: #8C3B3B; }
.fila-coste { display: flex; align-items: center; gap: clamp(0.8rem, 2vw, 1.6rem); flex-wrap: wrap; }
.fila-coste p {
  font-family: var(--display);
  font-size: clamp(0.82rem, 0.78rem + 0.2vw, 0.95rem);
  color: var(--gris);
  flex: 1;
  min-width: 14ch;
}
.fila-coste .fl { color: #8C3B3B; font-family: var(--display); }
.fila-coste .cifra {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.1rem, 1.1rem + 3.2vw, 3.9rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: #8C3B3B;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  white-space: nowrap;
}
.fila-coste .cifra small {
  font-size: 0.26em;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(140, 59, 59, 0.75);
}

.pie-propuesta { margin-top: clamp(0.8rem, 2vh, 1.2rem); }
.cabecera-propuesta.centrada { align-items: center; text-align: center; }

/* ══════════ 15 · forma de pago ══════════ */

.lead-centrado { margin-inline: auto; }

.hitos {
  list-style: none;
  counter-reset: none;
  text-align: left;
  margin-top: clamp(1.4rem, 3.6vh, 2.6rem);
}
.hitos li {
  display: grid;
  grid-template-columns: 2.45rem 1fr auto;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  align-items: center;
  padding: clamp(0.9rem, 2.2vh, 1.4rem) 0;
  border-bottom: 1px solid var(--linea);
}
.hitos li:last-child { border-bottom: 0; }
.carril { display: flex; flex-direction: column; align-items: center; align-self: stretch; }
.carril::before,
.carril::after {
  content: "";
  flex: 1;
  width: 1.5px;
  background: rgba(11, 59, 46, 0.22);
}
.carril::before { margin-bottom: 0.4rem; }
.carril::after { margin-top: 0.4rem; }
.hitos li:first-child .carril::before,
.hitos li:last-child .carril::after { visibility: hidden; }
.hitos .num {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  border: 1.5px solid var(--verde);
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--verde);
  background: var(--blanco);
  flex: none;
}
.txt-hito .et {
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dorado);
  display: block;
  margin-bottom: 0.25rem;
}
.txt-hito h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1rem, 0.86rem + 0.6vw, 1.35rem);
  letter-spacing: -0.02em;
  color: var(--verde);
}
.txt-hito p {
  font-family: var(--display);
  font-size: clamp(0.82rem, 0.78rem + 0.2vw, 0.95rem);
  color: var(--gris);
  line-height: 1.45;
  margin-top: 0.25rem;
  max-width: 56ch;
}
.importe { text-align: right; white-space: nowrap; }
.importe .n {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.9rem);
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--verde);
  display: block;
}
.importe .pct {
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--verde);
  background: rgba(11, 59, 46, 0.08);
  border: 1px solid rgba(11, 59, 46, 0.18);
  border-radius: 100px;
  padding: 0.22rem 0.62rem;
  display: inline-block;
  margin-top: 0.45rem;
}
.pie-hitos { margin-top: clamp(1rem, 2.6vh, 1.6rem); }
.pie-hitos b { color: var(--verde); font-weight: 700; }

/* ══════════ 16 · reserva ══════════ */

.reserva {
  border: 1px solid rgba(181, 154, 98, 0.45);
  border-radius: 8px;
  overflow: hidden;
  margin-top: clamp(1.4rem, 3.6vh, 2.4rem);
  text-align: left;
  background: var(--blanco);
}
.reserva-cifra {
  background: rgba(181, 154, 98, 0.12);
  border-bottom: 1px solid rgba(181, 154, 98, 0.35);
  padding: clamp(1.4rem, 3.4vh, 2.2rem);
  text-align: center;
}
.reserva-cifra .rotulo-caja { margin-bottom: 0.4rem; }
.reserva-cifra .n {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.4rem, 1.4rem + 3.4vw, 4.2rem);
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--verde);
  display: block;
}
.reserva-cifra .sub-reserva {
  font-family: var(--display);
  font-size: clamp(0.82rem, 0.78rem + 0.2vw, 0.95rem);
  color: var(--gris);
  display: block;
  margin-top: 0.6rem;
}
.reserva-cuerpo { padding: clamp(1.2rem, 3vh, 1.9rem) clamp(1.3rem, 2.6vw, 2.2rem); }
.reserva-cuerpo ul { list-style: none; display: grid; gap: clamp(0.5rem, 1.4vh, 0.85rem); }
.reserva-cuerpo li {
  font-family: var(--display);
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 1rem);
  color: var(--gris);
  line-height: 1.45;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
}
.reserva-cuerpo li::before { content: "◆"; color: var(--dorado); font-size: 0.6em; }
.reserva-cuerpo li b { color: var(--marron); font-weight: 700; }
.reserva-cuerpo .boton.confirmar { display: flex; width: 100%; }
.boton.fantasma {
  border: 1px solid var(--linea);
  color: var(--gris);
  justify-content: center;
  padding: 0.85rem 1.8rem;
}
.boton.fantasma:hover { border-color: var(--dorado); color: var(--verde); }

/* ══════════ navegación ══════════ */

.progreso {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--dorado);
  width: 0;
  z-index: 30;
  transition: width 0.2s ease;
}
.puntos {
  position: fixed;
  right: clamp(0.7rem, 1.6vw, 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 30;
}
.puntos a {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--dorado);
  opacity: 0.28;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.puntos a:hover { opacity: 0.6; }
.puntos a.activo { opacity: 1; transform: scale(1.5); }

/* ══════════ responsive ══════════ */

@media (max-width: 1000px) {
  .citas, .piezas, .tres { grid-template-columns: repeat(2, 1fr); }
  .modulo { grid-template-columns: 1fr; }
  .calculadora { grid-template-columns: 1fr; }
  .puntos { display: none; }
}
@media (min-width: 641px) and (max-height: 780px) {
  .slide { padding-block: 2.4rem; }
}
@media (max-width: 640px) {
  .slide { min-height: auto; padding-block: 3.5rem; }
  .citas, .piezas, .flujo, .tres { grid-template-columns: 1fr; }
  .calculadora { grid-template-columns: 1fr; }
  .comparativa .cab { display: none; }
  .comparativa .fila { grid-template-columns: 1fr; }
  .comparativa .flecha { display: none; }
  .fase { grid-template-columns: 1fr; gap: 0.5rem; }
  .propuesta { grid-template-columns: 1fr; }
  .cuota-incluye .rejilla { grid-template-columns: 1fr; }
  .linea-stack { grid-template-columns: 1fr; gap: 0.6rem; }
  .linea-stack .precio-stack { justify-self: start; }
  .bonus-caja { grid-template-columns: 1fr; gap: 0.9rem; }
  .hitos li { grid-template-columns: 2.45rem 1fr; gap: 0.8rem 1rem; }
  .hitos .importe { grid-column: 2; text-align: left; margin-top: 0.4rem; }
  .bonus-valor {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(181, 154, 98, 0.32);
    padding-top: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cue { animation: none; }
}

@media print {
  html { scroll-snap-type: none; }
  .progreso, .puntos, .cue { display: none; }
  .slide { min-height: auto; page-break-after: always; padding: 2.5rem; }
  .boton { border: 1px solid var(--dorado); }
}
