/* ============================================================
   Move Your Money — /presentacion
   Extiende landing.css. Tipografía Montserrat + paleta navy/silver.
   ============================================================ */

:root {
  --pres-line: rgba(232, 235, 245, 0.10);
  --pres-line-strong: rgba(232, 235, 245, 0.20);
  --pres-card: #0c1220;
  --pres-card-2: #0f1626;
  --pres-accent: #c8cfe0;
}

/* ============================================================
   Layout: cada sección llena la pantalla
   ============================================================ */

.pres-hero,
.pres-testimonials,
.pres-pillars,
.pres-pricing,
.pres-calc,
.pres-loyalty,
.pres-guarantee,
.pres-deliverables {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* En mobile no forzamos pantalla completa para no dejar huecos */
@media (max-width: 720px) {
  .pres-hero,
  .pres-testimonials,
  .pres-pillars,
  .pres-pricing,
  .pres-calc,
  .pres-loyalty,
  .pres-guarantee,
  .pres-deliverables {
    min-height: 0;
  }
}

/* ============================================================
   Regla MYM: todas las fuentes centradas (dentro y fuera de boxes)
   ============================================================ */

.pres-hero,
.pres-testimonials,
.pres-pillars,
.pres-pricing,
.pres-calc,
.pres-loyalty,
.pres-guarantee,
.pres-deliverables {
  text-align: center;
}

/* Boxes con texto centrado */
.testi-card,
.testi-card-head,
.testi-stat,
.testi-meta,
.tl-card,
.tl-head,
.tl-sub,
.calc-card,
.calc-controls,
.calc-banner,
.calc-banner-aside,
.calc-chart,
.calc-chart-head,
.deliv-pillar,
.deliv-mod,
.deliv-mod-head,
.loyalty-card,
.module-dialog,
.module-section,
.module-lesson {
  text-align: center;
  justify-content: center;
}

/* Flex columns centrados */
.deliv-pillar,
.deliv-mod,
.calc-card,
.calc-card-block,
.loyalty-card {
  align-items: center;
}

.module-lessons {
  padding-left: 0;
}

/* Quitar el border-left que separa las dos columnas internas
   (los testi-result-col y los testi-col con texto centrado) */
.testi-col + .testi-col,
.testi-result-col + .testi-result-col {
  border-left: 1px solid var(--pres-line);
  padding-left: 28px;
}

/* ============================================================
   Headings + dividers comunes a todas las secciones
   ============================================================ */

.pres-h2 {
  font-size: clamp(1.6rem, 1rem + 2.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 auto 18px;
  max-width: 980px;
}

.pres-h2 em.hl-gold {
  font-style: italic;
  font-weight: 800;
}

.pres-divider {
  width: 96px;
  height: 1px;
  margin: 0 auto 56px;
  background: linear-gradient(90deg, transparent, var(--pres-line-strong), transparent);
}


/* ============================================================
   1. HERO
   ============================================================ */

.pres-hero {
  padding-block: clamp(60px, 9vw, 120px);
  text-align: center;
  overflow: clip; /* el glow ::before del logo desborda el viewport en mobile */
}

.pres-logo-wrap {
  position: relative;
  display: inline-block;
  isolation: isolate;
}

.pres-logo-wrap::before {
  content: '';
  position: absolute;
  inset: -8%;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 50%;
  filter: blur(48px);
  z-index: -1;
  pointer-events: none;
}

.pres-logo {
  position: relative;
  height: clamp(220px, 24vw, 380px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-inline: auto;
  filter: drop-shadow(0 18px 50px rgba(192, 197, 212, 0.22));
}

/* ============================================================
   2. TESTIMONIOS
   ============================================================ */

.testi-carousel {
  position: relative;
  max-width: 1080px;
  margin-inline: auto;
}

.testi-card {
  background: var(--pres-card);
  border: 1px solid var(--pres-line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.6);
}

.testi-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--pres-line);
}

.testi-name {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 0;
}

.testi-name span {
  color: var(--text-on-dark-mute);
  font-weight: 400;
}

.testi-yield {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.10);
  border: 1px solid rgba(16, 185, 129, 0.25);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #34d399;
}

.testi-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.testi-col {
  padding: 28px;
  min-width: 0; /* grid item: que el contenido wrappee y no infle la card (overflow mobile) */
}

.testi-col + .testi-col {
  border-left: 1px solid var(--pres-line);
  background: rgba(255, 255, 255, 0.015);
}

.testi-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--pres-line);
}

.testi-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testi-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}

.testi-stat {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--pres-line);
  padding: 14px;
  border-radius: 12px;
}

.testi-stat-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 6px;
}

.testi-stat-value {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin: 0;
}

.testi-result-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-top: 22px;
  max-width: 460px;
  margin-inline: auto;
}

.testi-result-row + .testi-result-row {
  margin-top: 14px;
}

.testi-result-row .testi-result-icon {
  flex: 0 0 30px;
}

.testi-result-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.10);
  border: 1px solid rgba(16, 185, 129, 0.20);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 12px;
  color: #34d399;
}

.testi-result-icon--mute {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--pres-line);
  color: rgba(255, 255, 255, 0.45);
}

.testi-result-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  margin: 0;
}

.testi-result-text em {
  font-style: italic;
}

.testi-result-text strong {
  color: var(--white);
  font-weight: 600;
}

.testi-portfolio {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--pres-line);
  padding: 8px;
  display: grid;
  place-items: center;
  margin-top: 18px;
}

.testi-portfolio img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.testi-result-card {
  margin-top: 18px;
  padding: 22px;
  border-radius: 16px;
  background: rgba(16, 185, 129, 0.05);
  border: 1px solid rgba(16, 185, 129, 0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.testi-result-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.testi-result-col + .testi-result-col {
  border-left: 1px solid rgba(16, 185, 129, 0.18);
  padding-left: 18px;
}

.testi-result-card-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(52, 211, 153, 0.7);
  margin: 0 0 8px;
}

.testi-result-card-value {
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.02em;
}

.testi-result-card-value--green {
  color: #34d399;
  font-weight: 500;
}

.testi-result-card-value--neg {
  color: #e0a1a1;
  font-weight: 500;
}

.testi-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 16px;
}

.testi-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--pres-line-strong);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background var(--duration) var(--ease), transform var(--duration) var(--ease);
  z-index: 4;
}

.testi-nav:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-50%) scale(1.05);
}

.testi-prev { left: -22px; }
.testi-next { right: -22px; }

.testi-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.testi-dot {
  width: 16px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  cursor: pointer;
  transition: background var(--duration) var(--ease), width var(--duration) var(--ease);
}

.testi-dot.active {
  width: 36px;
  background: var(--pres-accent);
}

@media (max-width: 880px) {
  .testi-body { grid-template-columns: 1fr; }
  .testi-col + .testi-col { border-left: none; border-top: 1px solid var(--pres-line); }
  .testi-prev { left: 6px; }
  .testi-next { right: 6px; }
}

@media (max-width: 480px) {
  .testi-result-card-value { font-size: 1.55rem; }
}

/* ============================================================
   3. PILARES — Timeline
   ============================================================ */

.timeline {
  max-width: 880px;
  margin-inline: auto;
}

.tl-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.tl-time {
  flex: 0 0 96px;
  text-align: right;
  padding-top: 18px;
}

.tl-time span {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--pres-line);
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}

.tl-row--accent .tl-time span,
.tl-row--final .tl-time span {
  background: rgba(127, 163, 216, 0.12);
  border-color: rgba(127, 163, 216, 0.35);
  color: #c7d4eb;
}

.tl-track {
  flex: 0 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tl-dot {
  width: 14px;
  height: 14px;
  margin-top: 22px;
  border-radius: 50%;
  border: 2px solid #4a6fa8;
  background: var(--pres-card);
}

.tl-row--accent .tl-dot,
.tl-row--final .tl-dot {
  width: 18px;
  height: 18px;
  border-color: #7fa3d8;
  background: #7fa3d8;
}

.tl-line {
  flex: 1;
  width: 2px;
  min-height: 28px;
  margin-top: 6px;
  background: linear-gradient(to bottom, rgba(74, 111, 168, 0.6), rgba(46, 73, 114, 0.4), rgba(255, 255, 255, 0.04));
}

.tl-card {
  flex: 1;
  margin-bottom: 22px;
  background: var(--pres-card);
  border: 1px solid #1a2030;
  border-radius: 14px;
  padding: 20px 22px;
  transition: border-color var(--duration) var(--ease), background var(--duration) var(--ease);
}

.tl-card:hover {
  border-color: #2E4972;
  background: var(--pres-card-2);
}

.tl-row--accent .tl-card {
  border-color: rgba(46, 73, 114, 0.7);
  box-shadow: 0 0 18px -5px rgba(46, 73, 114, 0.5);
}

.tl-row--final .tl-card {
  background: linear-gradient(135deg, #2E4972, #0f1a2e);
  border-color: rgba(74, 111, 168, 0.5);
  box-shadow: 0 0 30px -5px rgba(46, 73, 114, 0.7);
}

.tl-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.tl-icon {
  flex: 0 0 auto;
  font-size: 20px;
  color: #7fa3d8;
}

.tl-row--final .tl-icon { color: var(--white); }

.tl-title {
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

.tl-title em {
  font-style: italic;
  font-weight: 500;
}

.tl-row--final .tl-title { color: var(--white); }

.tl-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.tl-row--final .tl-desc { color: rgba(255, 255, 255, 0.85); }

.tl-subgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.tl-sub {
  background: #11151f;
  border: 1px solid #212838;
  border-radius: 10px;
  padding: 12px;
}

.tl-sub-icon {
  color: rgba(127, 163, 216, 0.85);
  font-size: 13px;
  margin-bottom: 4px;
}

.tl-sub-title {
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 2px;
}

.tl-sub-desc {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.45;
  margin: 0;
}

.tl-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.tl-pill {
  background: #0d1118;
  border: 1px solid #212838;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.tl-pill:hover {
  border-color: #2E4972;
  transform: translateY(-2px);
}

.tl-pill-time {
  font-weight: 300;
  color: #7fa3d8;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.tl-pill-label {
  font-size: 9.5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.2;
}

@media (max-width: 720px) {
  .tl-time { flex-basis: 72px; }
  .tl-subgrid { grid-template-columns: 1fr; }
  .tl-pills { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   4. PLANES
   ============================================================ */

.plans-slider {
  position: relative;
  max-width: 640px;
  margin-inline: auto;
}

.plans-viewport {
  overflow: hidden;
}

.plans-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.plan-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 28px 18px 36px;
  display: flex;
}

.plan-slide .plan-card {
  width: 100%;
}

/* Flechas de planes: más separadas de la card y discretas (no revelar el otro plan) */
.plans-slider .testi-nav {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.28);
}

.plans-slider .testi-nav:hover {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
}

.plans-prev { left: -72px; }
.plans-next { right: -72px; }

/* el display:grid de .testi-nav le gana al [hidden] del UA — forzarlo acá */
.plans-slider .testi-nav[hidden] { display: none; }

.plan-card {
  position: relative;
  background: var(--pres-card);
  border: 1px solid #2E4972;
  box-shadow: 0 0 30px -10px rgba(46, 73, 114, 0.4);
  border-radius: 28px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.plan-card--featured {
  border-color: rgba(127, 163, 216, 0.7);
  box-shadow: 0 0 40px -10px rgba(127, 163, 216, 0.45);
}

.plan-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--pres-line);
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.plan-name {
  font-size: clamp(1.6rem, 1rem + 1.4vw, 2.1rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 8px;
}

.plan-tagline {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.plan-sep {
  width: 60%;
  height: 1px;
  margin: 22px 0;
  background: linear-gradient(90deg, transparent, var(--pres-line-strong), transparent);
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 380px;
}

.plan-features li {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 0;
  border-bottom: 1px solid var(--pres-line);
}

.plan-features li:last-child { border-bottom: none; }

.plan-seal {
  position: absolute;
  top: -18px;
  right: 28px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f6f7fb 0%, #d8dde8 55%, #aeb6c7 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.9), inset 0 -3px 6px rgba(0, 0, 0, 0.15), 0 8px 22px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.plan-seal::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px dashed rgba(11, 14, 20, 0.35);
}

.plan-seal-top, .plan-seal-bot {
  font-size: 8px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(11, 14, 20, 0.7);
}

.plan-seal-mid {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  color: #0B0E14;
  margin: 2px 0;
}

@media (max-width: 720px) {
  .plan-slide { padding: 28px 10px 32px; }
  .plans-prev { left: 0; }
  .plans-next { right: 0; }
}

/* ============================================================
   5. CALCULADORA
   ============================================================ */

.pres-calc .container {
  max-width: none;
  padding-inline: clamp(20px, 3vw, 48px);
}

.calc-grid {
  display: grid;
  grid-template-columns: 320px 320px 320px;
  gap: 11px;
  max-width: none;
  margin-inline: auto;
  align-items: stretch;
  justify-content: center;
}

.calc-controls,
.calc-chart {
  grid-column: 1 / -1;
}

@media (max-width: 1080px) {
  .calc-grid { grid-template-columns: 280px 280px 280px; }
}

@media (max-width: 920px) {
  .calc-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .calc-grid { grid-template-columns: 1fr; }
}

.calc-controls {
  background: var(--pres-card);
  border: 1px solid #2E4972;
  box-shadow: 0 0 20px -5px #2E4972;
  border-radius: 18px;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calc-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: start;
}

@media (max-width: 880px) {
  .calc-fields { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .calc-fields { grid-template-columns: 1fr; }
}

.calc-period-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 14px;
  margin-top: 6px;
  border-top: 1px solid var(--pres-line);
}

.calc-period-footer label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

.calc-period-footer .calc-years {
  flex: 1;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.calc-period-footer .calc-years button {
  padding: 5px 0;
  font-size: 12px;
}

@media (max-width: 600px) {
  .calc-period-footer { flex-wrap: wrap; }
  .calc-period-footer .calc-years { width: 100%; }
}

.calc-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc-field-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.calc-field-head label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.calc-input {
  min-width: 0;
  flex-shrink: 1;
}

.calc-input {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 6px;
  padding: 4px 8px;
  min-width: 88px;
}

.calc-input span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.calc-input input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  text-align: right;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  -moz-appearance: textfield;
}

.calc-input input::-webkit-outer-spin-button,
.calc-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c8cfe0;
  cursor: pointer;
  border: 2px solid var(--navy);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #c8cfe0;
  cursor: pointer;
  border: 2px solid var(--navy);
}

.calc-field--years label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.calc-years {
  display: grid;
  grid-template-columns: repeat(7, auto);
  gap: 4px;
}

.calc-years button {
  padding: 8px 12px;
}

.calc-years button {
  padding: 8px 0;
  font-size: 11px;
  font-weight: 700;
  border-radius: 8px;
  border: 0;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all var(--duration) var(--ease);
  font-family: inherit;
}

.calc-years button:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.calc-years button.active {
  background: #2E4972;
  color: var(--white);
  box-shadow: 0 4px 12px -2px rgba(46, 73, 114, 0.5);
}

.calc-reset {
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  padding: 12px;
  border-top: 1px solid var(--pres-line);
  transition: color var(--duration) var(--ease);
}

.calc-reset:hover { color: var(--white); }

/* Cards de la fila superior: parámetros + costo + potencial + diferencia */

.calc-card {
  background: var(--pres-card);
  border: 1px solid #2E4972;
  box-shadow: 0 0 20px -5px #2E4972;
  border-left: 4px solid;
  border-radius: 18px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
  container-type: inline-size;
}

.calc-card--red { border-left-color: #ef4444; }
.calc-card--green { border-left-color: #10b981; }
.calc-card--diff { border-left-color: #c8cfe0; }

.calc-card h4 {
  font-size: clamp(9px, 3.8cqw, 12px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.calc-card--red h4 { color: #f87171; }
.calc-card--green h4 { color: #34d399; }
.calc-card--diff h4 { color: var(--pres-accent); }


.calc-diff-cmp {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  justify-content: center;
}

.calc-diff-cmp > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.calc-diff-cmp > div span:first-child {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.calc-diff-cmp > div span:last-child {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 13px;
  color: var(--white);
}

.calc-diff-cmp .cmp-red { color: #f87171; }
.calc-diff-cmp .cmp-green { color: #34d399; }

.calc-diff-cmp .cmp-sep {
  width: 1px;
  height: 24px;
  background: var(--pres-line-strong);
}

.calc-label {
  font-size: clamp(11px, 4.5cqw, 14px);
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 2px;
}

.calc-value,
.calc-value-lg,
.calc-value-xl,
.calc-pill-value,
.calc-pill-pct {
  font-size: clamp(0.85rem, 8.5cqw, 1.45rem);
  font-weight: 700;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.05;
  white-space: nowrap;
}

.calc-value--red { color: #f87171; }
.calc-value--green { color: #34d399; }

.calc-diff-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.calc-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 4px 0 0;
}

.calc-card-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.calc-card-block--row {
  display: grid;
  grid-template-columns: 35fr 65fr;
  align-items: center;
  gap: 8px;
  min-height: 2.6em;
}

.calc-card-block--row .calc-label {
  margin: 0;
  text-align: center;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.calc-card-block--row .calc-value,
.calc-card-block--row .calc-value-lg {
  text-align: center;
}

.calc-pill-title {
  font-size: clamp(11px, 4.5cqw, 14px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-align: center;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.calc-pill-row {
  display: grid;
  grid-template-columns: 35fr 65fr;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 2.6em;
}

.calc-card-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 10px;
  width: 100%;
}

.calc-card-pill--red {
  background: rgba(239, 68, 68, 0.10);
  border: 1px solid rgba(239, 68, 68, 0.20);
}

.calc-card-pill--green {
  background: rgba(16, 185, 129, 0.10);
  border: 1px solid rgba(16, 185, 129, 0.20);
}

.calc-card-pill--red .calc-pill-value { color: #f87171; }
.calc-card-pill--green .calc-pill-value { color: #34d399; }

.calc-card-pill--red .calc-pill-pct { color: #f87171; }
.calc-card-pill--green .calc-pill-pct { color: #34d399; }

/* Banner */

.calc-banner {
  background: var(--pres-card);
  border: 1px solid #2E4972;
  box-shadow: 0 0 20px -5px #2E4972;
  border-radius: 18px;
  padding: 20px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  overflow: hidden;
  max-width: 720px;
  margin-inline: auto;
  width: fit-content;
}

.calc-banner::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 240px;
  background: linear-gradient(to left, rgba(127, 163, 216, 0.10), transparent);
  pointer-events: none;
}

.calc-banner-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 4px;
}

.calc-banner-value {
  font-size: clamp(2rem, 1rem + 3vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.03em;
}

.calc-banner-aside {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--pres-line);
  border-radius: 14px;
  padding: 12px 18px;
  min-width: 220px;
}

.calc-banner-cmp {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}

.calc-banner-cmp > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.calc-banner-cmp > div span:first-child {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
}

.calc-banner-cmp > div span:last-child {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: 14px;
  color: var(--white);
}

.calc-banner-cmp .cmp-red { color: #f87171; }
.calc-banner-cmp .cmp-green { color: #34d399; }

.calc-banner-cmp .cmp-sep {
  width: 1px;
  height: 32px;
  background: var(--pres-line-strong);
  margin: 0;
}

/* Chart */

.calc-chart {
  background: var(--pres-card);
  border: 1px solid #2E4972;
  box-shadow: 0 0 20px -5px #2E4972;
  border-radius: 18px;
  padding: 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calc-chart-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.calc-chart-head h4 {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.calc-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.calc-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.calc-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.calc-chart-body {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 8px;
  flex: 1;
  min-height: 100px;
}

.calc-yaxis {
  position: relative;
  font-size: 11px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}

.calc-yaxis span {
  position: absolute;
  right: 8px;
  transform: translateY(-50%);
  white-space: nowrap;
}

.calc-svg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.calc-svg-wrap svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.calc-dot {
  cursor: pointer;
  transition: r 0.15s ease, opacity 0.15s ease;
}

.calc-dot:hover {
  r: 1.2;
}

/* Tooltip custom para hover de dots */
.calc-tooltip {
  position: fixed;
  pointer-events: none;
  background: rgba(11, 14, 20, 0.96);
  border: 1px solid rgba(127, 163, 216, 0.45);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.01em;
  z-index: 50;
  white-space: nowrap;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
}

.calc-tooltip[hidden] { display: none; }

.calc-xaxis {
  height: 18px;
  padding-left: 60px;
  position: relative;
  font-size: 10px;
  font-family: ui-monospace, SFMono-Regular, monospace;
  color: rgba(255, 255, 255, 0.55);
}

.calc-xaxis span {
  position: absolute;
  transform: translateX(-50%);
}

/* ============================================================
   6. FIDELIDAD (Programa de fidelidad de clientes)
   ============================================================ */

.loyalty-sub {
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  margin: -6px 0 18px;
}

.loyalty-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 880px;
  margin-inline: auto;
  align-items: start;
}

@media (max-width: 920px) {
  .loyalty-grid { grid-template-columns: 1fr; }
}

.loyalty-card {
  background: var(--pres-card);
  border: 1px solid var(--pres-line);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.loyalty-card:hover {
  border-color: rgba(127, 163, 216, 0.4);
  transform: translateY(-4px);
}

.loyalty-card--featured {
  border-color: rgba(127, 163, 216, 0.5);
  box-shadow: 0 0 40px -12px rgba(127, 163, 216, 0.35);
}

.loyalty-name {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.01em;
}

.loyalty-price {
  font-size: clamp(1.9rem, 1.2rem + 1.6vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 1.1;
}

.loyalty-per {
  display: block;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.6;
  margin-top: 6px;
}

.loyalty-card .plan-sep { margin: 6px 0; }

.loyalty-card .plan-features { max-width: 100%; }

.loyalty-fine {
  font-size: 12px;
  font-style: italic;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 6px 0 0;
}

/* ============================================================
   7. GARANTÍA
   ============================================================ */

.guarantee-card {
  position: relative;
  max-width: 920px;
  margin-inline: auto;
  background: var(--pres-card);
  border: 1px solid #2E4972;
  box-shadow: 0 0 50px -15px rgba(46, 73, 114, 0.5);
  border-radius: 30px;
  padding: clamp(36px, 6vw, 64px);
  text-align: center;
}

.guarantee-card::after {
  content: 'Compromiso de calidad MYM';
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid var(--pres-line);
  border-radius: 0 0 30px 30px;
}

.guarantee-card { padding-bottom: clamp(72px, 10vw, 104px); }

.guarantee-foot { display: none; }

.guarantee-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(16, 185, 129, 0.10);
  border: 1px solid rgba(16, 185, 129, 0.25);
  box-shadow: 0 0 15px -5px rgba(16, 185, 129, 0.4);
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  font-size: 24px;
  color: #34d399;
}

.guarantee-eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(52, 211, 153, 0.75);
  margin: 0 0 22px;
}

.guarantee-quote {
  font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto;
  max-width: 760px;
}

.guarantee-quote strong {
  font-style: normal;
  font-weight: 700;
  color: var(--white);
}

/* ============================================================
   7. ENTREGABLES
   ============================================================ */

.deliv-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 820px;
  margin-inline: auto;
}

@media (max-width: 920px) {
  .deliv-pillars { grid-template-columns: 1fr; }
}

.deliv-pillar {
  background: var(--pres-card);
  border: 1px solid var(--pres-line);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.deliv-pillar:hover {
  border-color: rgba(127, 163, 216, 0.4);
  transform: translateY(-4px);
}

.deliv-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(127, 163, 216, 0.10);
  border: 1px solid rgba(127, 163, 216, 0.25);
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #7fa3d8;
  margin-bottom: 6px;
}

.deliv-pillar h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.01em;
}

.deliv-pillar > p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
  margin: 0;
}

.deliv-features {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.deliv-features li {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  gap: 8px;
}

.deliv-features li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
}

.deliv-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.deliv-explore {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--pres-line);
  color: var(--white);
  border-radius: 999px;
  padding: 14px 32px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: background var(--duration) var(--ease), border-color var(--duration) var(--ease), transform var(--duration) var(--ease);
}

.deliv-explore:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(127, 163, 216, 0.4);
  transform: translateY(-2px);
}

.deliv-modules-wrap {
  margin-top: 56px;
  max-width: 1180px;
  margin-inline: auto;
}

.deliv-modules-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
}

.deliv-back {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  transition: color var(--duration) var(--ease);
}

.deliv-back:hover { color: var(--white); }

.deliv-eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7fa3d8;
}

.deliv-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 920px) { .deliv-modules-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .deliv-modules-grid { grid-template-columns: 1fr; } }

.deliv-mod {
  background: var(--pres-card);
  border: 1px solid var(--pres-line);
  border-radius: 18px;
  padding: 22px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: border-color var(--duration) var(--ease), background var(--duration) var(--ease);
}

.deliv-mod:hover {
  border-color: rgba(127, 163, 216, 0.4);
  background: rgba(127, 163, 216, 0.04);
}

.deliv-mod-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.deliv-mod-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--pres-line);
  display: grid;
  place-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.deliv-mod-tag {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.25);
}

.deliv-mod-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--white);
  margin: 0;
}

/* Module overlay */

.module-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
}

.module-overlay[hidden],
.deliv-modules-wrap[hidden] {
  display: none !important;
}

.module-overlay-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
}

.module-dialog {
  position: relative;
  width: 100%;
  max-width: 880px;
  max-height: 85vh;
  background: var(--pres-card);
  border: 1px solid #2E4972;
  box-shadow: 0 0 50px -10px #2E4972;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: dialogIn 0.4s var(--ease);
}

@keyframes dialogIn {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.module-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border-bottom: 1px solid var(--pres-line);
}

.module-dialog-head h3 {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--white);
  margin: 0;
  letter-spacing: -0.01em;
}

.module-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--pres-line);
  color: var(--white);
  font-size: 22px;
  cursor: pointer;
  font-family: inherit;
  transition: background var(--duration) var(--ease);
}

.module-close:hover { background: rgba(255, 255, 255, 0.05); }

.module-dialog-body {
  flex: 1;
  overflow-y: auto;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.module-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.module-section-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.module-section-title::before {
  content: '▸';
  color: rgba(255, 255, 255, 0.35);
}

.module-lessons {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.module-lesson {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--pres-line);
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  transition: border-color var(--duration) var(--ease);
}

.module-lesson:hover { border-color: rgba(127, 163, 216, 0.35); }

.module-lesson::before {
  content: '▶';
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
}

@media (max-width: 720px) {
  .deliv-modules-head { flex-direction: column; align-items: flex-start; }
  .module-dialog-body { padding: 20px; }
}

/* ============================================================
   Variante: cards blancos + texto navy para Pilares / Planes /
   Garantía / Entregables (las bandas siguen siendo navy).
   ============================================================ */

/* --- Pilares (timeline) --- */
.tl-card {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.30);
  position: relative;
  overflow: hidden;
}
.tl-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(46, 73, 114, 0.55), transparent);
}
.tl-card:hover {
  background: #d2d9e6;
  border-color: rgba(46, 73, 114, 0.50);
}
.tl-row--accent .tl-card {
  background: #dde3ed;
  border-color: rgba(46, 73, 114, 0.55);
  box-shadow: 0 8px 24px -10px rgba(46, 73, 114, 0.35);
}
.tl-row--accent .tl-card::before {
  background: linear-gradient(90deg, transparent, rgba(46, 73, 114, 0.85), transparent);
  height: 4px;
}
.tl-row--final .tl-card {
  background: linear-gradient(135deg, #2E4972, #0f1a2e);
  border-color: rgba(74, 111, 168, 0.5);
  box-shadow: 0 0 30px -5px rgba(46, 73, 114, 0.7);
}
.tl-row--final .tl-icon { color: var(--white); }
.tl-row--final .tl-title { color: var(--white); }
.tl-row--final .tl-desc { color: rgba(255, 255, 255, 0.85); }

.tl-icon { color: #2E4972; }
.tl-title { color: var(--navy); }
.tl-desc { color: rgba(10, 14, 26, 0.65); }

.tl-sub {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.25);
  border-left: 3px solid rgba(46, 73, 114, 0.6);
}
.tl-sub-icon { color: rgba(46, 73, 114, 0.85); }
.tl-sub-title { color: var(--navy); }
.tl-sub-desc { color: rgba(10, 14, 26, 0.55); }

.tl-pill {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.25);
}
.tl-pill:hover {
  background: #d2d9e6;
  border-color: rgba(46, 73, 114, 0.55);
}
.tl-pill-time { color: #2E4972; }
.tl-pill-label { color: rgba(10, 14, 26, 0.6); }

/* --- Planes --- */
.plan-card {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.32);
  box-shadow: 0 12px 40px -10px rgba(46, 73, 114, 0.20);
  overflow: hidden;
}
.plan-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(46, 73, 114, 0.7), transparent);
}
.plan-card--featured {
  border-color: rgba(46, 73, 114, 0.55);
  box-shadow: 0 12px 50px -10px rgba(46, 73, 114, 0.35);
}
.plan-icon {
  background: rgba(46, 73, 114, 0.10);
  border-color: rgba(46, 73, 114, 0.30);
  color: var(--navy);
}
.plan-name { color: var(--navy); }
.plan-tagline { color: rgba(10, 14, 26, 0.6); }
.plan-sep {
  background: linear-gradient(90deg, transparent, rgba(10, 14, 26, 0.15), transparent);
}
.plan-features li {
  color: var(--navy);
  border-bottom-color: rgba(46, 73, 114, 0.18);
}

/* --- Garantía --- */
.guarantee-card {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.32);
  box-shadow: 0 16px 50px -10px rgba(46, 73, 114, 0.25);
}
.guarantee-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(46, 73, 114, 0.7), transparent);
}
.guarantee-card::after {
  color: rgba(10, 14, 26, 0.6);
  background: rgba(46, 73, 114, 0.08);
  border-top-color: rgba(46, 73, 114, 0.20);
}
.guarantee-icon {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
  color: #047857;
}
.guarantee-eyebrow { color: #047857; }
.guarantee-quote { color: rgba(10, 14, 26, 0.85); }
.guarantee-quote strong { color: var(--navy); }

/* --- Fidelidad --- */
.loyalty-card {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.30);
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px -10px rgba(46, 73, 114, 0.20);
}
.loyalty-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(46, 73, 114, 0.6), transparent);
}
.loyalty-card:hover {
  background: #d2d9e6;
  border-color: rgba(46, 73, 114, 0.50);
}
.loyalty-card--featured {
  border-color: rgba(46, 73, 114, 0.50);
  box-shadow: 0 12px 44px -8px rgba(46, 73, 114, 0.35);
}
.loyalty-card--featured::before {
  background: linear-gradient(90deg, transparent, rgba(46, 73, 114, 0.9), transparent);
}
.loyalty-name { color: var(--navy); }
.loyalty-price { color: var(--navy); }
.loyalty-per { color: rgba(10, 14, 26, 0.55); opacity: 1; }
.loyalty-fine { color: rgba(10, 14, 26, 0.55); }
.loyalty-fine strong { color: var(--navy); }

/* --- Entregables --- */
.deliv-pillar {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.30);
  position: relative;
  overflow: hidden;
  justify-content: flex-start;
}
.deliv-pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(46, 73, 114, 0.6), transparent);
}
.deliv-pillar:hover {
  background: #d2d9e6;
  border-color: rgba(46, 73, 114, 0.50);
}
.deliv-icon {
  background: rgba(46, 73, 114, 0.12);
  border-color: rgba(46, 73, 114, 0.35);
  color: var(--navy);
}
.deliv-pillar h3 { color: var(--navy); }
.deliv-pillar > p { color: rgba(10, 14, 26, 0.65); }
.deliv-features li { color: rgba(10, 14, 26, 0.6); }

/* --- Módulos grid --- */
.deliv-mod {
  background: #dde3ed;
  border: 1px solid rgba(46, 73, 114, 0.25);
  color: var(--navy);
}
.deliv-mod:hover {
  background: #d2d9e6;
  border-color: rgba(46, 73, 114, 0.55);
}
.deliv-mod-icon {
  background: rgba(10, 14, 26, 0.04);
  border-color: rgba(10, 14, 26, 0.10);
  color: rgba(10, 14, 26, 0.6);
}
.deliv-mod-tag { color: rgba(10, 14, 26, 0.30); }
.deliv-mod-title { color: var(--navy); }

/* --- Module overlay dialog (también blanco para coherencia) --- */
.module-dialog {
  background: #dde3ed;
  border-color: rgba(10, 14, 26, 0.15);
  box-shadow: 0 24px 60px -10px rgba(10, 14, 26, 0.4);
}
.module-dialog-head {
  border-bottom-color: rgba(10, 14, 26, 0.10);
}
.module-dialog-head h3 { color: var(--navy); }
.module-close {
  border-color: rgba(10, 14, 26, 0.15);
  color: var(--navy);
}
.module-close:hover {
  background: rgba(10, 14, 26, 0.05);
}
.module-section-title { color: rgba(10, 14, 26, 0.55); }
.module-section-title::before { color: rgba(10, 14, 26, 0.35); }
.module-lesson {
  background: rgba(10, 14, 26, 0.02);
  border-color: rgba(10, 14, 26, 0.10);
  color: rgba(10, 14, 26, 0.85);
}
.module-lesson:hover {
  border-color: rgba(46, 73, 114, 0.35);
}
.module-lesson::before { color: rgba(10, 14, 26, 0.4); }
