/* ============================================================
   Estrategium Business — Estilos globales
   Paleta: navy #001f4d / #001f4d · oro #c9a24b / #d4af37 · blanco
   Tipografía: Space Grotesk (grotesque)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --navy-900: #001f4d;
  --navy-800: #001f4d;
  --navy-700: #001f4d;
  --navy-600: #001f4d;
  --gold: #c9a24b;
  --gold-light: #d4af37;
  --gold-bright: #e0a82e;
  --white: #ffffff;
  --gray-100: #f4f6fa;
  --gray-200: #e8ecf3;
  --gray-500: #6b7280;
  --text-dark: #1a2238;
  --green: #25d366;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(10, 31, 68, 0.12);
  --shadow-lg: 0 18px 50px rgba(10, 31, 68, 0.22);
  --container: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100%; }

body {
  font-family: "Montserrat", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .brand-main, .btn {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  letter-spacing: .2px;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- Tipografía ---------- */
h1, h2, h3 { line-height: 1.15; font-weight: 800; }
.section-title {
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  text-align: center;
  color: var(--navy-900);
  margin-bottom: 8px;
}
.text-gold { color: var(--gold); }
.text-white { color: var(--white); }

/* ---------- Botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-gold { background: var(--gold); color: var(--navy-900); }
.btn-gold:hover { background: var(--gold-light); }
.btn-navy { background: var(--navy-800); color: var(--white); }
.btn-outline-navy { background: transparent; color: var(--navy-900); border-color: var(--navy-800); }
.btn-whatsapp { background: var(--gold); color: var(--navy-900); font-size: 1.15rem; padding: 18px 40px; }
.btn-whatsapp:hover { background: var(--gold-light); }
.btn-whatsapp .wa-icon { background: var(--green); color: #fff; border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center; }
/* Botón verde de WhatsApp */
.btn-wa { background: #25d366; color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.btn-wa:hover { background: #1ebe5b; }
.btn-wa .wa-svg { width: 22px; height: 22px; flex-shrink: 0; }
.btn-block { width: 100%; }

/* ---------- Top bar ---------- */
.topbar {
  background: #fff;
  font-size: .82rem;
  color: var(--gray-500);
  text-align: right;
  padding: 8px 0;
  border-bottom: 1px solid var(--gray-200);
}
.topbar a { color: var(--gold); font-weight: 600; }

/* ---------- Header / Nav ---------- */
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 2px 12px rgba(10,31,68,.06);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 20px;
}
.brand { display: flex; flex-direction: column; line-height: 1; }
.brand .brand-main { font-size: 1.5rem; font-weight: 800; letter-spacing: 2px; color: var(--navy-900); }
.brand .brand-sub { font-size: .62rem; letter-spacing: 6px; color: var(--gold); font-weight: 600; }
.nav-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
/* Botón ☰ (solo se muestra en móvil, ver media query). En escritorio, oculto. */
.nav-toggle, .nav-toggle-cb { display: none; }
.nav-pill {
  background: var(--navy-800);
  color: #fff;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .9rem;
  transition: background .2s;
}
.nav-pill:hover { background: var(--navy-600); }
.nav-login {
  background: #fff;
  color: var(--navy-900);
  border: 2px solid var(--navy-800);
  padding: 9px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .85rem;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 70px 0 90px;
  background:
    linear-gradient(rgba(8,18,40,.82), rgba(8,18,40,.9)),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1600&q=80") center/cover;
}
.hero .eyebrow {
  letter-spacing: 3px;
  font-weight: 700;
  font-size: .85rem;
  color: var(--gold);
  margin-bottom: 18px;
}
.hero .eyebrow span { color: #fff; }
.hero h1 {
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  max-width: 900px;
  margin: 0 auto 22px;
}
.hero p.lead {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: 1.05rem;
  color: #dbe2ef;
}
.hero .lead b, .hero .lead .text-gold { color: var(--gold); }
.hero .tagline { color: #cdd6e6; margin-bottom: 28px; }

/* ---------- 3 etapas (bloque navy redondeado, tarjetas oscuras) ---------- */
/* Hero con imagen (banner) — de borde a borde */
.hero-img { background: #001f4d; padding: 0; position: relative; }
.hero-img > a { display: block; max-width: none; margin: 0; }
.hero-img img { width: 100%; display: block; border-radius: 0; }
/* Zonas clickeables invisibles sobre los botones dibujados en la imagen de portada.
   Posición en % de la imagen (PC = principal1, MÓVIL = principalmovil, cambio a 900px). */
.hero-hot { position: absolute; display: block; z-index: 3; }
.hs-demo-pc  { left: 0.5%; top: 73.5%; width: 26.5%; height: 11%; }
.hs-video-pc { left: 27%;  top: 73.5%; width: 16.5%; height: 11%; }
.hs-demo-mo, .hs-video-mo { display: none; }
@media (max-width: 900px) {
  .hs-demo-pc, .hs-video-pc { display: none; }
  .hs-demo-mo  { display: block; left: 17%; top: 46%;   width: 66%; height: 5.5%; }
  .hs-video-mo { display: block; left: 17%; top: 51.5%; width: 66%; height: 5.5%; }
}

.stages {
  background: #fff;
  padding: 46px 40px 72px;
}
.stages .container {
  position: relative;
  background:
    radial-gradient(rgba(255,255,255,.05) 1px, transparent 1.4px) 0 0 / 24px 24px,
    radial-gradient(circle at top, var(--navy-700), var(--navy-900));
  border-radius: 26px;
  padding: 56px 44px 50px;
  color: #fff;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
/* Esquinas doradas decorativas */
.stages .container::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 18px;
  pointer-events: none;
  background:
    linear-gradient(var(--gold), var(--gold)) top left    / 28px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) top left    / 2px 28px no-repeat,
    linear-gradient(var(--gold), var(--gold)) top right   / 28px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) top right   / 2px 28px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom left / 28px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom left / 2px 28px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom right / 28px 2px no-repeat,
    linear-gradient(var(--gold), var(--gold)) bottom right / 2px 28px no-repeat;
}
.stages .container > * { position: relative; z-index: 1; }
.stages .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 48px;
  font-size: 1rem;
}
.stages .eyebrow::before,
.stages .eyebrow::after {
  content: "";
  height: 2px;
  width: 48px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.stages .eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }
.stages .eyebrow b { color: var(--gold); }
.stage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.stage-card {
  background: #fff;
  color: var(--text-dark);
  border-radius: 16px;
  padding: 30px 24px 24px;
  position: relative;
  border: 1px solid rgba(201,162,75,.45);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  display: flex;
  flex-direction: column;
}
.stage-icon {
  width: 62px; height: 62px;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--gold);
  display: grid; place-items: center;
  font-size: 1.5rem;
  margin: -54px auto 16px;
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 4px var(--navy-900), 0 0 0 5px rgba(201,162,75,.55);
}
.stage-badge {
  display: block;
  width: fit-content;
  margin: 0 auto 14px;
  background: #001f4d;
  color: #fff;
  border: 1px solid rgba(201,162,75,.6);
  font-size: .72rem;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 6px;
}
.stage-card h3 { text-align: center; font-size: 1.45rem; color: var(--navy-900); }
.stage-card .stage-sub { text-align: center; font-weight: 700; color: var(--text-dark); margin-bottom: 18px; font-size: .98rem; min-height: 76px; display: flex; align-items: center; justify-content: center; }
.stage-list { list-style: none; margin-bottom: 22px; }
.stage-list li {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 4px 0;
  font-size: .9rem;
  line-height: 1.4;
  color: var(--text-dark);
}
.stage-list li::before {
  content: "✓";
  color: #fff;
  font-weight: 800;
  background: var(--gold);
  border-radius: 50%;
  width: 19px; height: 19px;
  display: grid; place-items: center;
  font-size: .66rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.price-box {
  background: radial-gradient(circle at top, #001f4d, #001f4d);
  border: 1px solid rgba(201,162,75,.55);
  color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 13px 14px;
  margin-top: auto;
  margin-bottom: 14px;
}
.price-box .price-label { font-size: .64rem; letter-spacing: 2px; color: var(--gold); }
.price-box .price { font-size: .9rem; margin: 2px 0 9px; }
.price-box .price b { font-size: 1.85rem; color: var(--gold); }
.price-box .btn-block { padding: 10px 12px; font-size: .8rem; }
/* Las 3 cajas de precio con la MISMA altura → botones y cajas alineados,
   aunque una diga un precio y otra "AGENDA TU LLAMADA". */
.price-box { display: flex; flex-direction: column; min-height: 162px; }
.price-body {
  flex: 1;                 /* rellena el alto restante para igualar las 3 cajas */
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  margin-top: 10px; text-align: center;
}
/* Precio destacado: número grande dorado con brillo sutil, para llamar la atención */
.sp-label {
  display: block;
  font-size: .62rem; letter-spacing: 2.5px; text-transform: uppercase;
  color: #cdd8ec; font-weight: 600; margin-bottom: 5px;
}
.sp-amount {
  display: inline-flex; align-items: baseline; gap: 5px;
  color: var(--gold); font-weight: 800; line-height: 1;
  text-shadow: 0 2px 12px rgba(201,162,75,.45);
}
.sp-cur { font-size: 1.05rem; font-weight: 700; opacity: .92; letter-spacing: 1px; }
.sp-num { font-size: 2.5rem; letter-spacing: -1px; }
.sp-agenda { color: var(--gold); font-weight: 800; font-size: 1.15rem; letter-spacing: 1px; }
/* Lista con viñetas doradas (página NEXO). display:inline-block + text-align:left
   permite que, dentro de un contenedor centrado, la lista se centre como bloque
   pero cada ítem se lea alineado a la izquierda junto a su ✔. */
.nexo-list { list-style: none; padding: 0; margin: 10px auto 0; display: inline-block; text-align: left; }
.nexo-list li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
  font-size: 1.08rem; color: var(--navy-900); font-weight: 600; line-height: 1.4;
}
.nexo-list li::before {
  content: "✔"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 800;
}
/* NEXO — "Todo lo que incluye" en grilla de 2 columnas */
.nexo-grid {
  list-style: none; padding: 0; margin: 14px auto 0; max-width: 660px;
  display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px 30px; text-align: left;
}
.nexo-grid li { position: relative; padding-left: 28px; font-size: 1.02rem; color: var(--navy-900); font-weight: 600; }
.nexo-grid li::before { content: "✔"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 800; }
/* NEXO — comparación tradicional vs NEXO */
.nexo-compare { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; max-width: 760px; margin: 8px auto 0; text-align: left; }
.nexo-compare .col { border-radius: 14px; padding: 22px; }
.nexo-compare .col.trad { background: #f2f4f8; border: 1px solid #e2e6ee; }
.nexo-compare .col.nexo { background: #001f4d; }
.nexo-compare h4 { text-align: center; margin: 0 0 12px; font-size: 1.05rem; }
.nexo-compare .col.trad h4 { color: var(--navy-900); }
.nexo-compare .col.nexo h4 { color: var(--gold); }
.nexo-compare ul { list-style: none; padding: 0; margin: 0; }
.nexo-compare li { padding: 9px 0 9px 26px; position: relative; }
.nexo-compare .col.trad li { color: #5a6478; border-top: 1px solid #e2e6ee; }
.nexo-compare .col.nexo li { color: #eaf0fb; border-top: 1px solid rgba(255,255,255,.1); }
.nexo-compare li:first-child { border-top: none; }
.nexo-compare .col.trad li::before { content: "✕"; position: absolute; left: 0; color: #c0392b; font-weight: 800; }
.nexo-compare .col.nexo li::before { content: "✔"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }
/* NEXO — testimonio */
.nexo-testi { max-width: 620px; margin: 8px auto 0; background: #fff; border: 1px solid #e6ebf3; border-radius: 14px; padding: 24px; text-align: left; box-shadow: var(--shadow); }
.nexo-testi ul { list-style: none; padding: 0; margin: 12px 0 0; }
.nexo-testi li { padding: 8px 0 8px 32px; position: relative; font-weight: 600; color: var(--navy-900); }
.nexo-testi li .em { position: absolute; left: 0; top: 8px; }
/* NEXO — preguntas frecuentes */
.nexo-faq { max-width: 720px; margin: 10px auto 0; text-align: left; list-style: none; padding: 0; }
.nexo-faq li { padding: 15px 18px; margin-bottom: 10px; background: #fff; border: 1px solid #e6ebf3; border-left: 4px solid var(--gold); border-radius: 10px; font-weight: 600; color: var(--navy-900); }
/* Página de CONTACTO — dos columnas: datos (izq) + formulario (der).
   Panel azul (#001f4d) centrado con espacio en blanco a los lados. */
.contacto-page { background: #fff; }
.contacto-sec { background: #001f4d; color: #eaf0fb; padding: 46px 0; max-width: 1180px; margin: 28px auto; border-radius: 18px; }
@media (max-width: 1228px) { .contacto-sec { margin: 24px; } }
@media (max-width: 640px) { .contacto-sec { margin: 14px; border-radius: 14px; padding: 30px 0; } }
.contacto-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: start; }
.contacto-info h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); color: #fff; margin: 0 0 12px; font-weight: 800; line-height: 1.15; }
.contacto-info h2 .gold { color: var(--gold); }
.contacto-info .sub { color: #b9c4d6; font-size: 1.05rem; line-height: 1.6; margin: 0 0 26px; max-width: 460px; }
.info-list { display: flex; flex-direction: column; }
.info-row { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.info-row .ic { width: 46px; height: 46px; flex: none; display: flex; align-items: center; justify-content: center; background: rgba(201,162,75,.14); border: 1px solid rgba(201,162,75,.35); border-radius: 12px; font-size: 1.25rem; }
.info-row b { display: block; color: #fff; font-size: 1rem; margin-bottom: 2px; }
.info-row p { margin: 0; color: #b9c4d6; font-size: .95rem; }
.info-row p a { color: #b9c4d6; text-decoration: none; }
.info-row p a:hover { color: var(--gold); }
.quick-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.form-card { background: #111c2b; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 30px; }
.form-card h3 { color: #fff; font-size: 1.4rem; margin: 0 0 6px; }
.form-card > p { color: #b9c4d6; margin: 0 0 20px; font-size: .95rem; }
@media (max-width: 860px) {
  .contacto-2col { grid-template-columns: 1fr; gap: 30px; }
  .contacto-sec { padding: 36px 0; }
  .form-card { padding: 22px 18px; }
}

/* NEXO: imagen en computadora, texto en móvil (o al revés) */
.solo-movil { display: none; }
@media (max-width: 760px) {
  .solo-desktop { display: none !important; }
  .solo-movil { display: block !important; }
}

/* Página NEXO: secciones más juntas (menos espacio vertical) */
.nexo-page { background: #fff; }
.nexo-page .section { padding: 26px 0; }
.nexo-page .page-banner { padding: 26px 0; }
/* Bloques azules como paneles centrados, con espacio en blanco a los lados */
.nexo-page .nexo-hero { max-width: 1180px; margin: 0 auto; border-radius: 18px; }
@media (max-width: 1228px) { .nexo-page .nexo-hero { margin: 0 24px; } }
@media (max-width: 640px) { .nexo-page .nexo-hero { margin: 0 12px; border-radius: 14px; } }
/* Hero NEXO en TEXTO (reemplaza la imagen nex03 para que se lea bien en móvil) */
.nexo-hero { background: radial-gradient(circle at 72% 18%, #0a2a5e, #001635 70%); color: #eaf0fb; padding: 44px 0; text-align: center; }
.nexo-hero .nh-brand { letter-spacing: 2px; font-size: .8rem; color: #cdd8ec; margin-bottom: 18px; font-weight: 700; }
.nexo-hero .nh-brand span { color: var(--gold); letter-spacing: 4px; }
.nexo-hero .nh-brand b { color: #fff; letter-spacing: 3px; }
.nexo-hero .nh-title { font-size: clamp(1.5rem, 5vw, 2.5rem); font-weight: 800; line-height: 1.22; margin: 0 auto 16px; max-width: 760px; color: #fff; }
.nexo-hero .nh-title .blue { color: #3b9dff; }
.nexo-hero .nh-title .gold { color: var(--gold); }
.nexo-hero .nh-lead { font-weight: 800; color: var(--gold); font-size: 1.12rem; margin: 0 0 10px; }
.nexo-hero .nh-body { max-width: 620px; margin: 0 auto 26px; font-size: 1.05rem; color: #cdd8ec; line-height: 1.6; }
.nexo-hero .nh-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 840px; margin: 0 auto; }
.nexo-hero .nh-feats > div { background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,75,.32); border-radius: 10px; padding: 15px 10px; font-size: .84rem; font-weight: 600; color: #eaf0fb; }
.nexo-hero .nh-feats .ico { display: block; font-size: 1.5rem; margin-bottom: 7px; }
/* NEXO hero — métricas de ejemplo del panel (sección "motor de crecimiento") */
.nexo-hero .nh-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 700px; margin: 4px auto 22px; }
.nexo-hero .nh-stats > div { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 14px 8px; }
.nexo-hero .nh-stats .v { font-size: 1.35rem; font-weight: 800; color: var(--gold); line-height: 1.1; }
.nexo-hero .nh-stats .l { font-size: .68rem; color: #cdd8ec; margin-top: 3px; text-transform: uppercase; letter-spacing: .5px; }
/* NEXO hero — pasos "Así funciona" */
.nexo-hero .nexo-flow { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 10px; max-width: 900px; margin: 6px auto 24px; }
.nexo-hero .nexo-flow .step { flex: 1 1 140px; max-width: 168px; background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,75,.3); border-radius: 12px; padding: 16px 12px; }
.nexo-hero .nexo-flow .step .n { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); color: #001635; font-weight: 800; font-size: .85rem; margin-bottom: 8px; }
.nexo-hero .nexo-flow .step .ico { display: block; font-size: 1.6rem; margin-bottom: 6px; }
.nexo-hero .nexo-flow .step p { margin: 0; font-size: .85rem; color: #eaf0fb; font-weight: 600; line-height: 1.35; }
.nexo-hero .nexo-flow .arrow { display: flex; align-items: center; color: var(--gold); font-size: 1.4rem; font-weight: 800; }
@media (max-width: 640px) {
  .nexo-hero { padding: 30px 0; }
  .nexo-hero .nh-feats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .nexo-hero .nh-stats { grid-template-columns: 1fr 1fr; }
  .nexo-hero .nexo-flow { flex-direction: column; align-items: center; }
  .nexo-hero .nexo-flow .step { max-width: 320px; width: 100%; }
  .nexo-hero .nexo-flow .arrow { transform: rotate(90deg); }
}
@media (max-width: 640px) {
  .nexo-grid, .nexo-compare { grid-template-columns: 1fr; }
  .nexo-page .section { padding: 20px 0; }
}
.stage-foot {
  display: flex; gap: 12px; align-items: center;
  font-size: .84rem;
  color: #c7d2e8;
  background: #0a1c42;
  margin: 8px -24px -24px;
  padding: 15px 22px 16px;
  border-radius: 0 0 16px 16px;
  min-height: 96px;      /* misma altura en las 3 notas → botones alineados */
  box-sizing: border-box;
}
.stage-foot b { color: var(--gold); }
.stage-foot .ico { color: var(--gold); font-size: 1.3rem; }
.consult-box {
  display: block;
  text-align: center; padding: 15px 10px; margin-bottom: 14px;
  margin-top: auto;
  background: radial-gradient(circle at top, #001f4d, #001f4d);
  border: 1px solid rgba(201,162,75,.55);
  border-radius: 12px;
  transition: border-color .2s, transform .2s;
}
.consult-box:hover { border-color: var(--gold); transform: translateY(-2px); }
.consult-box .ico { font-size: 1.6rem; color: var(--gold); }
.consult-box h4 { color: #fff; margin: 6px 0 2px; font-size: .95rem; }
.consult-box .agenda { color: var(--gold); font-weight: 700; letter-spacing: 1px; font-size: .85rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--navy-800);
  color: #fff;
  text-align: center;
  padding: 14px 0;
}
.cta-band p { max-width: 760px; margin: 0 auto 12px; color: #cdd6e6; font-size: .88rem; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn-gold { color: var(--navy-900); }
.cta-band .btn-outline { background: transparent; color: #fff; border-color: var(--gold); }

/* ---------- Secciones genéricas ---------- */
.section { padding: 64px 0; }
.section-light { background: var(--gray-100); }
/* Espaciado uniforme y reducido para toda la página Workshop MARCA START */
.ws-tight .section { padding: 32px 0; }

/* Centrar todo el contenido en la página Workshop MARCA PROFIT */
.profit-center .lead-block { text-align: center; }
.profit-center .lead-block ul { list-style: none; margin-left: 0; padding-left: 0; }
.profit-center .check-list { text-align: center; }
.profit-center .price-compare { text-align: center; }
.profit-center .profit-hero { align-items: center; }
/* Menos espacio entre secciones y subtítulos más grandes */
.profit-center .section { padding: 18px 0; }
.profit-center .lead-block h3 { font-size: clamp(1.4rem, 3vw, 1.7rem); }
.check-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 30px; max-width: 560px; margin: 16px auto 0; }
/* Acordeón "MARCA PROFIT INCLUYE" */
.inc-acc { max-width: none; margin-top: 6px; text-align: left; }
.inc-acc .faq-item { background: #fff; border: 1px solid var(--gray-200); }
.inc-acc .faq-q { font-size: 1rem; padding: 16px 20px; text-align: left; }
.inc-acc .faq-a { text-align: left; }
.inc-acc .faq-a p { margin: 0; }
.inc-acc .faq-item.open .faq-a { max-height: 600px; padding: 0 20px 16px; }
.inc-check { color: var(--gold); font-weight: 800; margin-right: 4px; }
/* Ícono circular sobre los subtítulos */
.block-ico {
  width: 64px; height: 64px; margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--navy-900); color: var(--gold);
  display: grid; place-items: center; font-size: 1.8rem;
  border: 2px solid var(--gold);
  box-shadow: 0 6px 16px rgba(10,31,68,.25);
}
.block-img {
  width: 100%; max-width: 460px; margin: 0 auto 18px;
  aspect-ratio: 16/9; border-radius: 14px; overflow: hidden;
  box-shadow: var(--shadow);
}
.block-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Formulario "Introduce tus datos" (estilo imagen 1, colores navy + oro) */
.data-form {
  max-width: 720px; margin: 0 auto;
  background: #fff; border-radius: 16px;
  box-shadow: var(--shadow); border-top: 5px solid var(--gold);
  padding: 34px;
}
.data-form .form-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.data-form .ff { margin-bottom: 18px; }
.data-form label {
  display: block; font-size: .72rem; font-weight: 800; letter-spacing: .5px;
  color: var(--navy-900); margin-bottom: 6px; text-transform: uppercase;
}
.data-form label .req { color: #e53935; }
.data-form input, .data-form select, .data-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--gray-200);
  border-radius: 8px; font-size: .92rem; background: var(--gray-100);
  font-family: inherit; color: var(--text-dark);
}
.data-form input:focus, .data-form select:focus, .data-form textarea:focus {
  outline: none; border-color: var(--gold); background: #fff;
}
.data-form textarea { resize: vertical; }
.data-form .char-count { text-align: right; font-size: .78rem; color: var(--gold); font-weight: 600; margin-top: 4px; }
.data-form .btn-gold { color: var(--navy-900); }

/* ---------- Contacto con fondo (estilo hero) ---------- */
.contact-hero {
  position: relative;
  padding: 70px 0 80px;
  background:
    linear-gradient(rgba(7,17,38,.78), rgba(7,17,38,.86)),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1600&q=80") center/cover fixed;
  overflow: hidden;
}
.contact-hero .container { position: relative; z-index: 1; }
.ch-eyebrow {
  text-align: center; color: var(--gold); font-weight: 800;
  letter-spacing: 3px; font-size: .85rem; margin-bottom: 8px;
}
.ch-title {
  text-align: center; color: #fff; font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 800; max-width: 760px; margin: 0 auto 12px; line-height: 1.2;
}
.ch-mail { text-align: center; color: #cdd6e8; font-size: .98rem; }
.ch-mail a { color: var(--gold); font-weight: 700; text-decoration: none; }
.ch-rule { display: block; width: 60px; height: 3px; background: var(--gold); border-radius: 3px; margin: 14px auto 34px; }

/* Formulario en versión oscura translúcida */
.data-form-dark {
  background: rgba(11,26,57,.72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.14);
  border-top: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.data-form-dark label { color: #e7ecf6; }
.data-form-dark label .req { color: #ff8a80; }
.data-form-dark input, .data-form-dark select, .data-form-dark textarea {
  background: rgba(8,20,46,.85);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}
.data-form-dark input::placeholder, .data-form-dark textarea::placeholder { color: #8fa0bd; }
.data-form-dark select option { color: #001f4d; }
.data-form-dark input:focus, .data-form-dark select:focus, .data-form-dark textarea:focus {
  outline: none; border-color: var(--gold); background: rgba(8,20,46,.95);
}
.ch-note { text-align: center; color: #aebad0; font-size: .82rem; margin-top: 12px; }

.lead-block {
  background: var(--gray-200);
  border-radius: var(--radius);
  padding: 30px;
  max-width: 860px;
  margin: 0 auto;
}
.lead-block h3 { color: var(--navy-900); margin-bottom: 12px; }

/* error list (mientras tanto) */
.error-list { list-style: none; max-width: 760px; margin: 18px auto 0; }
.error-list li { padding: 7px 0; font-size: 1.02rem; }
.error-list li::before { content: "❌ "; }

.check-list { list-style: none; max-width: 620px; margin: 16px auto 0; }
.check-list li { padding: 6px 0; font-size: 1.05rem; }
.check-list li::before { content: "✔ "; color: var(--gold); font-weight: 800; }

/* ---------- Banner workshop ---------- */
.page-banner {
  background: var(--navy-900);
  color: #fff;
  text-align: center;
  padding: 26px 0;
}
.page-banner h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  letter-spacing: 4px;
}

/* problema box */
.problem-box {
  position: relative;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 40px 52px 42px;
  text-align: center;
  background:
    linear-gradient(rgba(8,18,40,.72), rgba(8,18,40,.82)),
    url("../images/imagen3.jpg") center/cover;
  max-width: 1320px;
  margin: 0 auto;
}
.problem-box h2 { font-size: clamp(1.6rem, 3.1vw, 2.4rem); line-height: 1.15; margin-bottom: 0; font-weight: 800; }
.problem-box p { max-width: 760px; margin: 0 auto 12px; color: #dbe2ef; font-size: 1rem; }
.problem-box .text-gold { color: var(--gold); }
/* Ícono de advertencia con líneas doradas a los lados */
.pb-warn { display: flex; align-items: center; justify-content: center; gap: 22px; margin-bottom: 18px; }
.pb-warn .pb-line { height: 2px; width: 96px; }
.pb-warn .pb-line:first-child { background: linear-gradient(90deg, transparent, var(--gold)); }
.pb-warn .pb-line:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.pb-tri { color: var(--gold); }
/* Divisor dorado */
.pb-div { display: block; width: 130px; height: 2px; background: rgba(201,162,75,.6); margin: 15px auto; }
/* Línea con ícono de ciclo */
.pb-cycle { display: flex; align-items: center; justify-content: center; gap: 12px; }
.pb-cyc { color: var(--gold); flex: none; }
.pb-cta { font-size: 1rem; padding: 16px 30px; }

/* Resultados reales (infografía) — fondo blanco, cuadros azules, 25% más pequeño */
.ri-sec { background: #fff; }
.ri-kicker { text-align: center; letter-spacing: 2px; color: var(--gold); font-weight: 700; margin-bottom: 8px; font-size: .8rem; }
.ri-title { text-align: center; font-size: clamp(1.4rem, 3.1vw, 2.1rem); line-height: 1.15; margin: 0 0 10px; font-weight: 800; color: var(--navy-900); }
.ri-title span { color: var(--gold); }
.ri-sub { text-align: center; color: #3a4a63; max-width: 640px; margin: 0 auto 30px; font-size: .95rem; }
.ri-sub b { color: var(--gold); }
.ri-stats { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.ri-stat { flex: 1 1 150px; max-width: 176px; text-align: center; background: #0a1f44; border: 1px solid rgba(201,162,75,.4); border-radius: 12px; padding: 15px 11px; }
.ri-stat .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: #0a1f44; display: grid; place-items: center; font-size: 1.1rem; margin: 0 auto 9px; }
.ri-stat .num { font-size: 1.45rem; font-weight: 800; color: var(--gold); }
.ri-stat .lbl { font-weight: 700; font-size: .66rem; letter-spacing: .4px; margin: 2px 0 6px; color: #fff; }
.ri-stat .desc { color: #aebbd4; font-size: .72rem; line-height: 1.4; }
.ri-impact-title { text-align: center; color: var(--gold); letter-spacing: 1px; margin: 40px 0 24px; font-size: 1.05rem; }
.ri-impacts { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; }
.ri-imp { flex: 1 1 140px; max-width: 172px; text-align: center; }
.ri-imp .ic { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--gold); display: grid; place-items: center; font-size: 1.3rem; margin: 0 auto 10px; }
.ri-imp .t { font-weight: 800; font-size: .82rem; margin-bottom: 6px; color: var(--navy-900); }
.ri-imp .d { color: #5a6b8c; font-size: .78rem; line-height: 1.4; }
.ri-banners { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 38px; }
.ri-banner { flex: 1 1 300px; max-width: 440px; background: #0a1f44; border: 1px solid rgba(201,162,75,.35); border-radius: 12px; padding: 14px 18px; display: flex; align-items: center; gap: 13px; color: #fff; font-size: .88rem; }
.ri-banner .em { font-size: 1.7rem; }
.ri-banner .gold { color: var(--gold); font-weight: 800; }
.ri-banner .muted { color: #aebbd4; font-size: .82rem; }

/* video */
.video-card {
  background: #001f4d;
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 36px;
  max-width: 980px;
  margin: 30px auto 0;
  text-align: center;
}
.video-card h2 { color: #fff; }
.video-card .video-sub { color: #c6d2e8; margin-bottom: 24px; }
.video-frame {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(rgba(8,18,40,.35), rgba(8,18,40,.45)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80") center/cover;
  display: grid; place-items: center;
  cursor: pointer;
}
.play-btn {
  width: 84px; height: 58px;
  background: #ff0000;
  border-radius: 14px;
  display: grid; place-items: center;
}
.play-btn::before { content: ""; border-left: 22px solid #fff; border-top: 13px solid transparent; border-bottom: 13px solid transparent; margin-left: 4px; }

/* testimonios */
.testi-frame { background: var(--navy-800); border-radius: 8px; padding: 14px; max-width: 920px; margin: 0 auto; }
.testi-frame .testi-grid { background: #fff; border-radius: 5px; padding: 24px; max-width: none; }
.testi-frame .testi-card { background: #f6f7fb; border: 1px solid #edf0f6; box-shadow: none; }
.testi-react { margin-left: auto; display: flex; align-items: center; gap: 5px; font-size: .85rem; color: var(--gray-500); white-space: nowrap; align-self: flex-end; }
.testi-react b { color: var(--text-dark); }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin: 0 auto; }
.testi-card {
  background: #fff; border: 2px solid var(--navy-800);
  border-radius: 12px; padding: 24px;
}
.testi-card .quote-mark { font-size: 2.6rem; color: var(--navy-800); font-weight: 800; line-height: .6; }
.testi-card p { margin: 8px 0 18px; color: #2b3550; }
.testi-foot { display: flex; align-items: center; gap: 10px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy-800); color: #fff; display: grid; place-items: center; font-size: .7rem; font-weight: 700; }
.testi-name { font-weight: 700; color: var(--navy-900); }
.testi-name .verified { color: #001f4d; }
.testi-role { font-size: .8rem; color: var(--gray-500); }

/* incluye */
.includes {
  background: var(--gray-100);
  border-radius: 16px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
}
.includes .eyebrow { color: var(--gold); font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }
.includes h2 { color: var(--navy-900); font-size: 1.9rem; margin-bottom: 10px; }
.includes > div > p { color: var(--gray-500); margin-bottom: 20px; }
.feature { display: flex; gap: 14px; margin-bottom: 16px; }
.feature .f-ico {
  flex-shrink: 0;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 2px solid var(--navy-800);
  color: var(--navy-800);
  display: grid; place-items: center;
  font-size: 1.1rem;
}
.feature h4 { color: var(--navy-900); font-size: 1rem; }
.feature p { font-size: .88rem; color: var(--gray-500); }
/* Includes en una sola columna (imagen arriba) */
.includes-stacked { display: block; text-align: center; }
.includes-stacked .eyebrow { color: var(--gold); font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }
.includes-stacked h2 { color: var(--navy-900); font-size: 1.9rem; margin-bottom: 10px; }
.includes-stacked .includes-intro { color: var(--gray-500); max-width: 680px; margin: 0 auto 28px; }
.includes-stacked .includes-img { max-width: 640px; margin: 0 auto 32px; }
.includes-features {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4px 36px; max-width: 920px; margin: 0 auto 26px; text-align: left;
}
.includes-img img { width: 100%; height: auto; border-radius: 14px; display: block; }
.includes-img .img-placeholder {
  place-items: center; text-align: center;
  background: var(--gray-100); border: 2px dashed var(--gray-200);
  border-radius: 14px; padding: 50px 20px; color: var(--gray-500);
}
.includes-img .img-placeholder span { font-size: 2.4rem; }
.includes-visual {
  background: radial-gradient(circle at top, var(--navy-700), var(--navy-900));
  border-radius: 14px;
  padding: 30px;
  color: #fff;
  text-align: center;
}
.includes-visual .laptop {
  background: #001f4d; border: 2px solid var(--gold);
  border-radius: 10px; padding: 18px; margin-bottom: 16px;
}
.includes-visual h3 { color: var(--gold); letter-spacing: 1px; }

/* FAQ */
.faq { max-width: 880px; margin: 0 auto; }
.faq-item {
  background: var(--gray-100);
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy-900);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-q .plus { color: var(--gold); font-size: 1.5rem; transition: transform .2s; flex-shrink: 0; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 24px; color: var(--gray-500); }
.faq-item.open .faq-a { max-height: 320px; padding: 0 24px 22px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-900);
  color: #aeb8cc;
  padding: 16px 0 12px;
  text-align: center;
  font-size: .86rem;
}
.site-footer .brand-main { color: #fff; font-size: 1.15rem; letter-spacing: 2px; font-weight: 800; }
.site-footer .brand-sub { color: var(--gold); letter-spacing: 5px; font-size: .58rem; }
.site-footer .foot-links { margin: 8px 0; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.site-footer .foot-links a:hover { color: var(--gold); }
.site-footer .copy { margin-top: 6px; font-size: .74rem; color: #6b7791; }

/* ---------- Banda de beneficios ---------- */
.benefits-band {
  background: var(--navy-900);
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.benefits-band h2 {
  letter-spacing: 4px;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  margin-bottom: 36px;
}
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit { padding: 0 14px; border-left: 1px solid rgba(255,255,255,.08); }
.benefit:first-child { border-left: none; }
.benefit .b-ico { font-size: 1.8rem; color: var(--gold); }
.benefit h4 { color: var(--gold); margin: 10px 0 8px; letter-spacing: 1px; }
.benefit p { font-size: .86rem; color: #aeb8cc; }

/* ---------- ¿Qué aprenderás? ---------- */
.learn-list { list-style: none; max-width: 760px; margin: 18px auto 0; }
.learn-list li { display: flex; gap: 12px; padding: 8px 0; font-size: 1.02rem; }
.learn-list li::before {
  content: "✓"; color: #fff; background: var(--navy-800);
  width: 22px; height: 22px; border-radius: 50%;
  display: grid; place-items: center; font-size: .72rem; flex-shrink: 0; margin-top: 4px;
}

/* ---------- Checkout / Compra ---------- */
.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}
.checkout-summary {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.checkout-summary .cs-banner {
  background: var(--navy-800);
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px;
}
.cs-banner .cs-2en1 {
  display: inline-block;
  margin-top: 8px;
  background: var(--gold);
  color: var(--navy-900);
  border-radius: 6px;
  padding: 3px 14px;
  font-size: .82rem;
  letter-spacing: 2px;
}
.checkout-summary .cs-img {
  aspect-ratio: 16/8;
  background:
    linear-gradient(rgba(8,18,40,.25), rgba(8,18,40,.35)),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=900&q=80") center/cover;
}
.price-card { background: var(--gray-200); text-align: center; padding: 26px 20px; }
.price-card .pc-label { color: var(--navy-900); font-weight: 700; letter-spacing: 1px; }
.price-card .pc-now { color: var(--navy-900); font-weight: 700; letter-spacing: 1px; font-size: .95rem; }
.price-card .pc-price { font-size: 3rem; font-weight: 800; color: var(--navy-900); margin-top: 6px; }
.checkout-summary .cs-body { padding: 24px; }

/* Columna izquierda del checkout (resumen + aprenderás + testimonios) */
.checkout-left { display: flex; flex-direction: column; gap: 0; }
.checkout-left .co-block { margin-top: 24px; }
.checkout-left .co-title { color: var(--navy-900); text-align: center; font-size: 1.3rem; margin-bottom: 6px; }
.checkout-left .co-eyebrow { text-align: center; letter-spacing: 2px; color: var(--gold); font-weight: 700; font-size: .8rem; margin-bottom: 4px; }
.checkout-left .learn-list { margin-top: 8px; max-width: none; }
.checkout-left .learn-list li { font-size: .95rem; }
.checkout-left .testi-frame { padding: 10px; max-width: none; margin-top: 12px; }
.checkout-left .testi-frame .testi-grid { grid-template-columns: 1fr; padding: 16px; gap: 16px; }
.checkout-left .testi-frame .testi-card { max-width: none !important; margin: 0 !important; grid-column: auto !important; }

/* Lista de beneficios (maestro) + panel de detalle */
.inc-list { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
/* Acordeón vertical (se despliega hacia abajo) */
.inc-acc .inc-item { background: #fff; border: 1px solid var(--gray-200); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.inc-acc .inc-item.open { border-color: var(--gold); }
.inc-btn {
  display: flex; align-items: center; gap: 8px;
  text-align: left; width: 100%; cursor: pointer;
  background: #fff; border: none; border-radius: 10px;
  padding: 14px 16px; font-weight: 700; font-size: .95rem; color: var(--navy-900);
  transition: background .15s;
}
.inc-btn:hover { background: var(--gray-100); }
.inc-acc .inc-item.open .inc-btn { background: var(--navy-800); color: #fff; }
.inc-acc .inc-item.open .inc-btn .inc-check { color: var(--gold); }
.inc-arrow { margin-left: auto; transition: transform .25s; font-size: .8rem; opacity: .8; }
.inc-acc .inc-item.open .inc-arrow { transform: rotate(180deg); }
.inc-detail { max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; padding: 0 16px; }
.inc-acc .inc-item.open .inc-detail { max-height: 300px; padding: 12px 16px 16px; }
.inc-detail p { margin: 0; color: var(--gray-500); font-size: .92rem; line-height: 1.55; }
.detail-panel {
  background: #fff; border: 1px solid var(--gray-200); border-left: 5px solid var(--gold);
  border-radius: 14px; padding: 26px; margin-top: 24px; box-shadow: var(--shadow);
}
.detail-panel .dp-eyebrow { color: var(--gold); font-weight: 700; font-size: .8rem; letter-spacing: .5px; margin-bottom: 12px; }
.detail-panel h4 { color: var(--navy-900); font-size: 1.25rem; margin-bottom: 10px; }
.detail-panel h4 .inc-check { color: var(--gold); margin-right: 4px; }
.detail-panel p { color: var(--gray-500); font-size: 1rem; line-height: 1.6; }
@media (min-width: 921px) {
  .checkout-grid { position: relative; }
  #incDetail.detail-panel {
    position: absolute;
    left: calc(50% + 14px);
    width: calc(50% - 14px);
    margin-top: 0;
    transition: top .25s ease;
  }
}

/* Bloque "MARCA PROFIT INCLUYE" dentro del checkout */
.co-includes { background: #fff; border: 1px solid var(--gray-200); border-radius: 14px; padding: 24px; margin-top: 24px; }
.co-includes h3 { color: var(--navy-900); text-align: center; margin-bottom: 8px; }
.co-includes .plus-line { font-weight: 800; color: var(--navy-900); margin-bottom: 6px; }
.co-includes ul { list-style: none; }
.co-includes li { display: flex; gap: 10px; padding: 8px 0; font-weight: 700; color: var(--navy-900); border-bottom: 1px solid var(--gray-200); font-size: .95rem; }
.co-includes li:last-child { border-bottom: none; }
.co-includes li::before { content: "✓"; color: var(--gold); font-weight: 800; }
/* Precio estilo "valorado por" dentro del checkout (columna angosta) */
.checkout-summary .price-compare .pc-big { font-size: clamp(2.4rem, 5vw, 3.4rem); }
.checkout-summary .price-compare .pc-valued { font-size: 1.05rem; }
.checkout-summary .price-compare .pc-today { font-size: 1.15rem; }

/* formulario de pago */
.pay-card {
  background: #001f4d;
  border-radius: 16px;
  color: #fff;
  padding: 26px;
  box-shadow: var(--shadow-lg);
}
.pay-card h3 { color: #fff; font-size: 1.1rem; letter-spacing: 1px; margin-bottom: 16px; font-weight: 700; }
.pay-card label { display: block; font-size: .78rem; color: #bcc6da; margin: 12px 0 5px; }
.pay-card input, .pay-card select {
  width: 100%;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.18);
  background: #001f4d;
  color: #fff;
  font-size: .9rem;
}
.pay-card input::placeholder { color: #8693ad; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pay-divider { border: none; border-top: 1px solid rgba(255,255,255,.12); margin: 20px 0 6px; }
.pay-methods { display: flex; align-items: center; justify-content: space-between; font-size: .78rem; color: #bcc6da; margin-bottom: 10px; }
.pay-total { display: flex; justify-content: space-between; align-items: center; margin: 18px 0; font-weight: 700; }
.pay-total .amount { color: var(--gold); font-size: 1.2rem; }
.pay-card .btn-pay { width: 100%; background: var(--gold-bright); color: var(--navy-900); }
.pay-note { font-size: .72rem; color: #8693ad; text-align: center; margin-top: 10px; }

/* ---------- Galería RESULTADO ESPERADO ---------- */
.result-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}
.res-item { text-align: center; }
.res-item h4 {
  font-weight: 800;
  color: var(--navy-900);
  font-size: .98rem;
  margin-bottom: 12px;
  min-height: 2.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.res-item .rc-check { font-size: .95rem; }
.res-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
  border: 2px solid rgba(201,162,75,.45);
  box-shadow: 0 10px 24px rgba(10,31,68,.18);
  display: block;
}
@media (max-width: 720px) {
  .result-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .res-item h4 { min-height: 0; }
}

/* ---------- Widget Payphone (réplica) ---------- */
.payphone {
  margin-top: 16px;
  border-radius: 14px;
  overflow: hidden;
  background: #001f4d;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.pp-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f07d1a;
  color: #fff;
  padding: 12px 16px;
}
.pp-bar .pp-whale { font-size: 1.3rem; }
.pp-bar .pp-title { font-weight: 800; font-size: 1.15rem; flex: 1; text-align: center; letter-spacing: .3px; }
.pp-bar .pp-timer { font-weight: 700; font-size: .95rem; opacity: .95; }
.pp-body { padding: 16px 18px 18px; }
.pp-store {
  display: flex; align-items: center; justify-content: space-between;
  color: #fff; font-weight: 600; font-size: .98rem; margin-bottom: 14px;
}
.pp-store .pp-x { color: #c5cee0; cursor: pointer; font-size: .9rem; }
.pp-amount {
  display: block; width: max-content; margin: 0 auto 18px;
  background: #001f4d; color: #fff; font-weight: 800; font-size: 1.15rem;
  padding: 7px 22px; border-radius: 20px; border: 1px solid rgba(255,255,255,.25);
}
.pp-label { color: #fff; font-weight: 700; font-size: .9rem; margin: 14px 0 8px; }
.pp-paywith { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 4px; }
.pp-method {
  display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  background: #001f4d; border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px; padding: 12px 14px; color: #fff; cursor: pointer;
  font-size: .92rem; font-weight: 600;
}
.pp-method.active { border-color: #f07d1a; box-shadow: 0 0 0 1px #f07d1a inset; }
.pp-method small { color: #aebad0; font-weight: 500; font-size: .72rem; }
.pp-field {
  display: flex; align-items: center; gap: 9px;
  background: #001f4d; border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px; padding: 0 12px; margin-bottom: 10px;
}
.pp-field .pp-ico { font-size: .95rem; opacity: .85; flex-shrink: 0; }
.pp-field input, .pp-field select {
  flex: 1; width: 100%; border: none; background: transparent; color: #fff;
  font-size: .92rem; padding: 12px 0;
}
.pp-field input:focus, .pp-field select:focus { outline: none; }
.pp-field input::placeholder { color: #8693ad; }
.pp-field select { cursor: pointer; }
.pp-field select option { color: #001f4d; }
.pp-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pp-terms { color: #aebad0; font-size: .78rem; margin: 14px 0 10px; }
.pp-total {
  display: flex; align-items: center; justify-content: space-between;
  color: #fff; font-weight: 800; font-size: 1.05rem; margin: 6px 0 14px;
}
.pp-total .pp-total-amt { color: #fff; }
.pp-pay {
  width: 100%; border: none; cursor: pointer;
  background: #f07d1a; color: #fff; font-weight: 800; font-size: 1.05rem;
  padding: 13px; border-radius: 10px; letter-spacing: .3px;
}
.pp-pay:hover { background: #e0700f; }
.pp-foot {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px;
  margin-top: 16px; color: #aebad0; font-size: .68rem;
}
.pp-foot b { color: #fff; }

/* ---------- Profit: comparación de precio ---------- */
.profit-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.ph-img {
  border-radius: 14px;
  aspect-ratio: 4/3;
  background:
    linear-gradient(rgba(8,18,40,.15), rgba(8,18,40,.25)),
    url("../images/marca2.jpg") center/cover;
  box-shadow: var(--shadow);
}
.price-compare { text-align: center; }
.price-compare .pc-valued { font-size: 1.4rem; font-weight: 800; color: var(--navy-900); letter-spacing: 1px; }
.price-compare .pc-old { text-decoration: line-through; text-decoration-color: #e53935; text-decoration-thickness: 3px; color: var(--navy-900); }
.price-compare .pc-today { color: var(--gold); font-weight: 800; font-size: 1.5rem; letter-spacing: 1px; margin-top: 10px; }
.price-compare .pc-big { font-size: clamp(3rem, 9vw, 5rem); font-weight: 800; color: var(--navy-900); line-height: 1; margin: 6px 0 18px; }
.badge-2en1 {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--gray-100); border-radius: 14px; padding: 22px 26px;
  font-size: clamp(1.4rem, 4vw, 2.2rem); font-weight: 800; color: var(--navy-900);
  width: 100%; justify-content: center; flex-wrap: wrap;
}
.badge-2en1 .start { color: var(--navy-900); }
.badge-2en1 .profit { color: var(--gold); }
.badge-2en1 .pill { background: var(--navy-800); color: #fff; font-size: .9rem; border-radius: 8px; padding: 6px 14px; letter-spacing: 1px; }

/* ---------- ACCESO INMEDIATO (grid de features) ---------- */
.access-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-top: 30px;
}
.access-card {
  padding: 26px 18px;
  text-align: center;
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.access-card .ac-ico {
  width: 52px; height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  border: 2px solid var(--navy-800);
  color: var(--navy-800);
  display: grid; place-items: center;
  font-size: 1.3rem;
}
.access-card h4 { color: var(--navy-900); font-size: .95rem; margin-bottom: 6px; }
.access-card p { font-size: .8rem; color: var(--gray-500); line-height: 1.5; }

/* ---------- Lista MARCA PROFIT incluye ---------- */
.profit-includes {
  background: var(--gray-100);
  border-radius: 16px;
  padding: 40px;
  max-width: 760px;
  margin: 0 auto;
}
.profit-includes h2 { color: var(--navy-900); text-align: center; margin-bottom: 8px; }
.profit-includes .plus-line { font-weight: 800; color: var(--navy-900); margin-bottom: 8px; }
.profit-includes ul { list-style: none; }
.profit-includes li { display: flex; gap: 12px; padding: 9px 0; font-weight: 700; color: var(--navy-900); border-bottom: 1px solid var(--gray-200); }
.profit-includes li::before { content: "✓"; color: var(--gold); font-weight: 800; }

/* ---------- Value stack (caja punteada) ---------- */
.value-stack {
  border: 3px dashed var(--navy-800);
  border-radius: 18px;
  padding: 34px;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.value-stack .vs-row { display: flex; justify-content: space-between; gap: 10px; font-weight: 700; color: var(--navy-900); padding: 6px 0; font-size: 1.02rem; }
.value-stack .vs-row .val { color: var(--gray-500); }
.value-stack .vs-total { font-size: 1.4rem; color: var(--gray-500); margin-top: 22px; }
.value-stack .vs-total s { color: #e53935; }
.value-stack .vs-today { font-size: clamp(2rem, 6vw, 2.8rem); font-weight: 800; color: var(--navy-900); margin: 4px 0; }
.value-stack .vs-disc { color: var(--gold); font-weight: 800; letter-spacing: 1px; }

/* ---------- Banda de logos ---------- */
.logos-band { text-align: center; }
.logos-band .lb-eyebrow {
  display: inline-block;
  background: var(--navy-800); color: #fff;
  padding: 8px 22px; border-radius: 999px;
  font-size: .8rem; letter-spacing: 1px; font-weight: 700;
  margin-bottom: 14px;
}
.logos-band h3 { color: var(--navy-900); margin-bottom: 30px; font-size: 1.5rem; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: center; }
.logo-item {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--gray-200);
  display: grid; place-items: center;
  padding: 10px; text-align: center;
  font-weight: 800; color: var(--navy-900);
  font-size: .82rem; line-height: 1.2;
  overflow: hidden;
}
.logo-item img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.logo-item span { display: none; padding: 8px; }
.logos-full { max-width: 900px; margin: 0 auto; }
.logos-full img { width: 100%; height: auto; border-radius: 12px; display: block; }
.logos-full .img-placeholder {
  place-items: center; text-align: center;
  background: #fff; border: 2px dashed var(--gray-200);
  border-radius: 12px; padding: 60px 20px; color: var(--gray-500);
}
.logos-full .img-placeholder span { font-size: 2.4rem; }

/* ---------- Implementación: hero ---------- */
.impl-hero {
  position: relative;
  max-width: 880px; margin: 0 auto;
  border-radius: 16px; overflow: hidden;
  aspect-ratio: 16/10;
  background:
    linear-gradient(rgba(8,18,40,.4), rgba(8,18,40,.55)),
    url("https://images.unsplash.com/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1200&q=80") center/cover;
  display: grid; place-items: end center;
  padding-bottom: 40px;
}
.impl-acronym { max-width: 760px; margin: 0 auto; }
.marca-item { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--gray-200); }
.marca-item .letter {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--navy-800); color: var(--gold);
  font-weight: 800; font-size: 1.4rem;
  display: grid; place-items: center;
}
.marca-item h4 { color: var(--navy-900); font-size: 1.1rem; }
.marca-item p { color: var(--gray-500); }
.result-list { list-style: none; max-width: 520px; margin: 16px auto 0; }
.result-list li { padding: 8px 0; font-size: 1.15rem; font-weight: 600; color: var(--navy-900); }
.result-list li::before { content: "✅ "; }

/* ---------- Formulario de contacto (split) ---------- */
.contact-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 560px; margin: 0 auto;
  border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow); border-top: 6px solid var(--gold);
}
/* Formulario en vertical: un campo por línea */
.contact-card .form-row { grid-template-columns: 1fr; }
.contact-card .cc-left {
  background: var(--gray-100);
  padding: 36px 30px; text-align: center;
}
.contact-card .cc-left .cc-ico { font-size: 3rem; color: var(--navy-800); }
.contact-card .cc-left h3 { color: var(--navy-900); margin: 12px 0 8px; }
.contact-card .cc-left p { color: var(--gray-500); font-size: .9rem; }
.contact-card .cc-right { background: #fff; padding: 32px 30px; }
.contact-card label { display: block; font-size: .82rem; font-weight: 700; color: var(--navy-900); margin: 0 0 6px; }
.contact-card label .req { color: #e53935; }
.contact-card input {
  width: 100%; padding: 12px 14px; margin-bottom: 16px;
  border: 1px solid var(--gray-200); border-radius: 8px;
  font-size: .92rem; background: var(--gray-100);
}
.contact-card .cc-note { font-size: .8rem; color: var(--gray-500); display: flex; gap: 8px; align-items: center; }

/* ---------- Portal de estudiantes ---------- */
.portal-header { background: #fff; border-bottom: 1px solid var(--gray-200); }
.portal-nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.portal-nav .brand .brand-main { color: var(--navy-900); }
.portal-menu { display: flex; gap: 12px; align-items: center; }
.portal-hello { display: inline-flex; align-items: center; gap: 6px; color: var(--navy-900); font-weight: 600; font-size: .92rem; margin-right: 4px; }
.portal-hello b { color: var(--navy-900); }
.portal-pill { background: var(--navy-800); color: #fff; padding: 10px 22px; border-radius: 999px; font-weight: 700; font-size: .9rem; }
.portal-dropdown { position: relative; }
.portal-dropdown > .portal-pill { cursor: pointer; }
.portal-dropdown .dd-menu {
  position: absolute; right: 0; top: calc(100% + 8px);
  background: var(--navy-800); border-radius: 10px;
  min-width: 180px; padding: 8px; display: none;
  box-shadow: var(--shadow-lg); z-index: 20;
}
.portal-dropdown.open .dd-menu { display: block; }
.portal-dropdown .dd-menu a { display: block; color: #fff; padding: 10px 14px; border-radius: 8px; font-weight: 600; font-size: .9rem; }
.portal-dropdown .dd-menu a:hover { background: var(--navy-600); }
.portal-banner { background: var(--navy-900); color: #fff; padding: 18px 0; }
.portal-banner h1 { font-size: clamp(1.4rem, 3.2vw, 2rem); letter-spacing: 2px; }

.course-card {
  display: grid; grid-template-columns: 320px 1fr; gap: 30px;
  align-items: center; background: #fff; border: 1px solid var(--gray-200);
  border-radius: 16px; padding: 24px; box-shadow: var(--shadow); max-width: 980px; margin: 0 auto;
}
.course-card .cc-thumb { border-radius: 12px; aspect-ratio: 4/3; background: center/cover; }
.course-card h2 { color: var(--navy-900); font-size: 2rem; letter-spacing: 1px; margin-bottom: 14px; }
.course-meta { display: flex; gap: 20px; flex-wrap: wrap; color: var(--gray-500); font-size: .9rem; margin-bottom: 20px; }
.course-meta span::before { content: "● "; color: var(--gold); }
.btn-continue { background: #e53935; color: #fff; }

/* curso: módulos */
.module { background: #fff; border: 1px solid var(--gray-200); border-radius: 12px; margin: 0 auto 14px; overflow: hidden; max-width: 980px; }
.module-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; font-weight: 700; color: var(--navy-900); background: var(--gray-100); }
.module-head .progress { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; font-size: .68rem; letter-spacing: .5px; color: var(--gray-500); font-weight: 700; }
.progress-bar { height: 6px; border-radius: 999px; background: var(--gray-200); width: 130px; overflow: hidden; }
.progress-bar > span { display: block; height: 100%; background: #2a72e0; }
.lesson-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 22px; border-top: 1px solid var(--gray-200); cursor: pointer; transition: background .15s; }
.lesson-row:hover { background: var(--gray-100); }
.lesson-row .l-title { color: #5b6b8c; }
.lesson-row .l-title .check {
  background: #22a447; color: #fff; border-radius: 50%;
  width: 18px; height: 18px; display: inline-grid; place-items: center; font-size: .62rem; flex-shrink: 0;
}
.lesson-row .l-title .play {
  border: 2px solid #2a72e0; color: #2a72e0; border-radius: 50%;
  width: 18px; height: 18px; display: inline-grid; place-items: center; font-size: .5rem; flex-shrink: 0;
}

/* Ventana emergente de lección (modal dentro de la misma página) */
.lesson-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px; }
.lesson-modal.open { display: flex; }
.lm-backdrop { position: absolute; inset: 0; background: rgba(0,12,30,.72); }
.lm-dialog {
  position: relative; z-index: 1; background: #fff; border-radius: 16px;
  max-width: 760px; width: 100%; padding: 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  animation: lmIn .18s ease;
}
@keyframes lmIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.lm-close {
  position: absolute; top: 12px; right: 14px; border: none; background: transparent;
  font-size: 1.4rem; line-height: 1; cursor: pointer; color: var(--navy-900);
}
.lm-dialog h3 { color: var(--navy-900); font-size: 1.3rem; margin-bottom: 16px; padding-right: 30px; }
.lm-video {
  aspect-ratio: 16/9; background: var(--navy-900); border-radius: 12px;
  display: grid; place-items: center; color: #fff; font-weight: 600; text-align: center; padding: 16px;
}
.lm-desc { color: var(--gray-500); margin-top: 14px; font-size: .95rem; }
.lesson-row .l-title { display: flex; gap: 10px; align-items: center; font-size: .95rem; }
.badge-done { background: #fff; border: 1px solid #22a447; color: #22a447; font-weight: 700; font-size: .78rem; padding: 6px 16px; border-radius: 8px; white-space: nowrap; }
.badge-go { background: #e53935; color: #fff; font-weight: 700; font-size: .78rem; padding: 6px 16px; border-radius: 8px; white-space: nowrap; }

/* ---------- Página de lección (reproductor estilo curso) ---------- */
.lp-grid { display: grid; grid-template-columns: 300px 1fr; min-height: 100vh; }
.lp-side { background: #eef1f6; border-right: 1px solid var(--gray-200); padding-bottom: 30px; }
.lp-back { display: flex; align-items: center; gap: 8px; padding: 16px 22px; font-weight: 700; color: var(--navy-900); }
.lp-side h2 { padding: 0 22px 18px; color: var(--navy-900); font-size: 1.5rem; border-bottom: 1px solid var(--gray-200); }
.lp-mod { border-bottom: 1px solid var(--gray-200); }
.lp-mod-head { padding: 14px 22px; font-weight: 700; color: var(--navy-900); cursor: pointer; display: flex; gap: 10px; align-items: center; background: #e9edf3; }
.lp-mod-head .ic { color: var(--gray-500); font-weight: 700; }
.lp-lessons { display: none; }
.lp-mod.open .lp-lessons { display: block; }
.lp-lesson { display: flex; align-items: center; gap: 10px; padding: 11px 22px; color: #5b6b8c; font-size: .9rem; cursor: pointer; }
.lp-lesson:hover { background: #e3e8f0; }
.lp-lesson.active { background: #fff; color: var(--navy-900); font-weight: 700; }
.lp-lesson .check { background: #22a447; color: #fff; border-radius: 50%; width: 18px; height: 18px; display: inline-grid; place-items: center; font-size: .62rem; flex-shrink: 0; }
.lp-main { padding: 0 40px 60px; }
.lp-top { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--gray-200); }
.lp-top a { color: var(--navy-900); font-weight: 700; font-size: .92rem; }
.lp-top a:hover { color: var(--gold); }
.lp-prog-wrap { padding: 22px 0 4px; }
.lp-prog-bar { height: 8px; border-radius: 999px; background: var(--gray-200); overflow: hidden; }
.lp-prog-bar > span { display: block; height: 100%; background: #2a72e0; }
.lp-prog-label { margin-top: 8px; font-size: .72rem; font-weight: 700; letter-spacing: .5px; color: var(--gray-500); text-align: center; }
.lp-main h1 { color: var(--navy-900); font-size: 1.8rem; margin: 26px 0 20px; }
.lp-video { aspect-ratio: 16/9; background: #cfd6e2; border-radius: 6px; display: grid; place-items: center; }
.lp-video .play-btn { width: 74px; height: 54px; border-radius: 10px; background: #2a3ec9; color: #fff; display: grid; place-items: center; font-size: 1.6rem; cursor: pointer; }
.lp-cta { text-align: center; margin: 26px 0; }
.lp-cta a { display: inline-block; background: #f0843e; color: #fff; font-weight: 700; padding: 12px 26px; border-radius: 8px; }
.lp-cta a:hover { background: #e2762f; }
.lp-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; border-top: 1px solid var(--gray-200); padding-top: 22px; }
.lp-next { background: #e53935; color: #fff; font-weight: 700; padding: 12px 22px; border-radius: 8px; cursor: pointer; margin-left: auto; }
.lp-complete { background: #fff; color: #22a447; font-weight: 700; padding: 11px 22px; border-radius: 8px; cursor: pointer; border: 2px solid #22a447; font-size: .92rem; font-family: inherit; }
.lp-complete:hover:not(:disabled) { background: #eafbf1; }
.lp-complete.done { background: #22a447; color: #fff; cursor: default; }
.lp-complete:disabled { opacity: .85; }
.lp-lesson.done { color: #22a447; }
@media (max-width: 820px) {
  .lp-grid { grid-template-columns: 1fr; }
  .lp-side { border-right: none; border-bottom: 1px solid var(--gray-200); }
  .lp-main { padding: 0 18px 40px; }
}

/* taller */
.taller-bar { background: var(--navy-900); color: #fff; padding: 14px 0; }
.taller-bar .container { display: flex; justify-content: space-between; align-items: center; }
.taller-bar a { color: #cdd6e6; font-weight: 600; }
.taller-layout { display: grid; grid-template-columns: 320px 1fr; gap: 26px; }
.taller-sidebar { background: var(--gray-100); border-radius: 12px; padding: 24px; height: fit-content; }
.taller-sidebar h3 { color: var(--navy-900); margin-bottom: 16px; }
.taller-sidebar .ts-link { display: block; padding: 12px 0; color: var(--gray-500); border-bottom: 1px solid var(--gray-200); font-weight: 600; }
.taller-sidebar .ts-link.active { color: var(--navy-900); }
.video-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vthumb {
  border-radius: 10px; overflow: hidden; background: var(--navy-900); color: #fff;
  position: relative; aspect-ratio: 16/11;
  background-image: linear-gradient(rgba(8,18,40,.5), rgba(8,18,40,.7)), url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=400&q=70");
  background-size: cover; background-position: center;
  display: grid; place-items: center; text-align: center; padding: 12px;
}
.vthumb .lock { font-size: 1.6rem; }
.vthumb .v-cap { position: absolute; bottom: 8px; left: 0; right: 0; font-size: .75rem; font-weight: 700; }

/* login */
.login-wrap { min-height: 80vh; display: grid; place-items: center; padding: 40px 0; background: var(--gray-100); }
.login-card { background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 40px; max-width: 460px; width: 100%; text-align: center; }
.login-card .brand-main { font-size: 1.6rem; font-weight: 800; letter-spacing: 2px; color: var(--navy-900); }
.login-card h2 { font-size: 2rem; color: var(--navy-900); margin: 6px 0; }
.login-card .lc-sub { color: var(--gray-500); margin-bottom: 24px; }
.login-card label { display: block; text-align: left; font-size: .85rem; color: var(--gray-500); margin: 14px 0 6px; }
.login-card .input-ico { display: flex; align-items: center; gap: 10px; border: 1px solid var(--gray-200); border-radius: 8px; padding: 0 12px; background: var(--gray-100); }
.login-card .input-ico input { border: none; background: none; padding: 13px 0; width: 100%; font-size: .92rem; outline: none; }
.login-card .btn-login { width: 100%; background: #2a72e0; color: #fff; margin-top: 22px; }
.login-card .forgot { display: block; text-align: right; color: var(--gray-500); font-size: .85rem; margin-top: 12px; }

/* login role badge + variants */
.login-badge { display: inline-flex; align-items: center; gap: 8px; font-size: .72rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; }
.login-badge.estudiante { background: rgba(42,114,224,.12); color: #2a72e0; }
.login-badge.admin { background: rgba(201,162,75,.16); color: #a87f23; }
.login-card.admin { border-top: 4px solid var(--gold, #c9a24b); }
.login-card.admin .btn-login { background: var(--navy-900); }
.login-switch { display: block; margin-top: 18px; font-size: .85rem; color: var(--gray-500); }
.login-switch a { color: #2a72e0; font-weight: 600; text-decoration: none; }
.login-switch a:hover { text-decoration: underline; }

/* divisor "o" + botón Google */
.login-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0 16px; color: var(--gray-500); font-size: .82rem; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: var(--gray-200); }
.btn-google { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; background: #fff; color: #3c4043; font-weight: 600; font-size: .92rem; border: 1px solid var(--gray-200); border-radius: 8px; padding: 12px; cursor: pointer; transition: .15s; }
.btn-google:hover { background: var(--gray-100); box-shadow: var(--shadow); }
.btn-google img, .btn-google svg { width: 18px; height: 18px; }

/* admin panel */
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; }
.stat-card { background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 22px 24px; border-left: 4px solid var(--gold, #c9a24b); }
.stat-card .stat-num { font-size: 2rem; font-weight: 800; color: var(--navy-900); line-height: 1.1; }
.stat-card .stat-label { font-size: .82rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: .5px; margin-top: 4px; }
.admin-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.panel-card { background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 26px; }
.panel-card h3 { color: var(--navy-900); margin: 0 0 6px; }
.panel-card p { color: var(--gray-500); font-size: .9rem; margin: 0 0 18px; }
@media (max-width: 860px) { .admin-stats { grid-template-columns: repeat(2, 1fr); } .admin-panels { grid-template-columns: 1fr; } }

/* ---------- Pago: pestañas Tarjeta / Transferencia ---------- */
.pay-tabs { display: flex; gap: 8px; margin: 6px 0 16px; }
.pay-tab { flex: 1; padding: 12px; border: 2px solid var(--gray-200); background: #fff; border-radius: 10px; font-weight: 700; cursor: pointer; color: var(--navy-900); transition: .15s; }
.pay-tab.active { border-color: var(--gold); background: rgba(201,162,75,.10); }
.transfer-panel .tp-note { color: rgba(255,255,255,.72); font-size: .9rem; margin: 0 0 14px; }
.transfer-panel .tp-heading { text-align: center; color: var(--gold); font-weight: 800; letter-spacing: 2px; margin: 6px 0 16px; font-size: 1.15rem; }
.transfer-panel .tp-amount { color: #fff; font-weight: 800; margin: 0 0 12px; }
.bank-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.bank-card { border: 1px solid var(--gray-200); border-radius: 12px; padding: 16px; background: #fff; }
.bank-card h4 { margin: 0 0 8px; color: var(--navy-900); }
.bank-card p { margin: 2px 0; font-size: .9rem; color: var(--gray-600, #444); }
.bank-card b { color: var(--navy-900); }
.qr-card { text-align: center; }
.qr-card img, .qr-ph { width: 170px; height: 170px; object-fit: contain; margin: 6px auto; border: 1px solid var(--gray-200); border-radius: 10px; display: grid; place-items: center; color: var(--gray-500); }
.transfer-panel label { display: block; margin: 12px 0 6px; font-weight: 600; color: #fff; font-size: .9rem; }
.transfer-panel input[type=text], .transfer-panel input[type=file] { width: 100%; padding: 12px; border: 1px solid var(--gray-200); border-radius: 8px; }
.tr-req { color: #e53935; }
@media (max-width: 640px) { .bank-grid { grid-template-columns: 1fr; } }

/* Ocultar barras de progreso / % completado en cursos y lecciones */
.progress, .lp-prog-wrap { display: none !important; }

/* ---------- Infografía ¿QUÉ SIGNIFICA MARCA? ---------- */
.marca-info { background: var(--gray-100, #f3f6fb); }
.marca-kicker { text-align: center; letter-spacing: 4px; color: var(--navy-900); font-weight: 800; font-size: 1.3rem; margin: 0; }
.marca-big { text-align: center; color: var(--gold); font-size: 3.4rem; font-weight: 900; letter-spacing: 2px; margin: 0 0 12px; line-height: 1; }
.marca-sub { text-align: center; max-width: 640px; margin: 0 auto 44px; color: var(--navy-900); font-size: 1.1rem; line-height: 1.5; }
.marca-steps { max-width: 840px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; }
.marca-step { display: flex; align-items: center; gap: 22px; position: relative; }
.marca-badge { width: 86px; height: 86px; min-width: 86px; border-radius: 50%; background: linear-gradient(160deg, #143061, #0a1f44); border: 3px solid var(--gold); color: #fff; display: grid; place-items: center; font-size: 2.5rem; font-weight: 900; box-shadow: 0 10px 22px rgba(10, 31, 68, .28); }
.marca-card { flex: 1; background: #fff; border-radius: 18px; padding: 20px 26px; box-shadow: 0 10px 26px rgba(10, 31, 68, .08); display: flex; align-items: center; gap: 18px; }
.marca-card .mc-txt { flex: 1; }
.marca-card h3 { margin: 0 0 6px; color: var(--navy-900); font-size: 1.15rem; letter-spacing: .5px; }
.marca-card p { margin: 0; color: #4a5875; font-size: .98rem; line-height: 1.5; }
.marca-card .mc-ico { width: 58px; height: 58px; min-width: 58px; border-radius: 50%; border: 2px solid var(--gold); display: grid; place-items: center; font-size: 1.5rem; }
.marca-step:not(:last-child)::after { content: "▼"; position: absolute; left: 40px; bottom: -26px; color: var(--gold); font-size: 1.05rem; }
@media (max-width: 600px) {
  .marca-big { font-size: 2.6rem; }
  .marca-step { gap: 12px; }
  .marca-badge { width: 62px; height: 62px; min-width: 62px; font-size: 1.8rem; }
  .marca-card { flex-direction: column; text-align: center; padding: 16px; }
  .marca-card .mc-ico { display: none; }
  .marca-step:not(:last-child)::after { left: 27px; }
}

/* ---------- WhatsApp flotante ---------- */
.wa-float {
  position: fixed;
  right: 22px; bottom: 22px;
  background: var(--green);
  color: #fff;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 1.7rem;
  box-shadow: var(--shadow-lg);
  z-index: 99;
  transition: transform .15s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; flex-shrink: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .stages { padding: 30px 16px; }
  .stage-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .stages .container { padding: 40px 18px 36px; border-radius: 18px; }
  .includes { grid-template-columns: 1fr; }
  .includes-features { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; gap: 30px; }
  .benefit { border-left: none; }
  .checkout-grid { grid-template-columns: 1fr; max-width: 480px; }
  .profit-hero { grid-template-columns: 1fr; }
  .access-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { grid-template-columns: 1fr; }
  .data-form .form-grid2 { grid-template-columns: 1fr; gap: 0; }
  .course-card { grid-template-columns: 1fr; max-width: 480px; }
  .taller-layout { grid-template-columns: 1fr; }
  .video-thumbs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .access-grid { grid-template-columns: 1fr; }
  .video-thumbs { grid-template-columns: 1fr; }
  .check-2col { grid-template-columns: 1fr; max-width: 320px; }
}
@media (max-width: 640px) {
  /* Menú móvil con botón ☰: marca a la izquierda, botón ☰ a la derecha, y el menú
     se despliega en grilla de 2 columnas (ACCESO ocupa toda la fila) al tocarlo. */
  .nav { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 1.7rem; line-height: 1; color: var(--navy-900);
    background: none; border: none; cursor: pointer; padding: 2px 8px;
  }
  .nav-actions {
    display: none; width: 100%; order: 3; margin-top: 2px;
    grid-template-columns: 1fr 1fr; gap: 8px;
  }
  .nav-toggle-cb:checked ~ .nav-actions { display: grid; }
  .nav-pill, .nav-login {
    display: flex; align-items: center; justify-content: center;
    text-align: center; min-height: 44px;
  }
  .nav-login { grid-column: 1 / -1; }
  .topbar { text-align: center; }
  .btn-whatsapp { width: 100%; }
}

/* =====================================================================
   Checkout — flujo de 4 pasos (cuenta → resumen → pago → acceso)
   ===================================================================== */
.ck-wrap { max-width: 560px; margin: 0 auto; }
.checkout-right .ck-wrap { max-width: none; margin: 0; }
.checkout-right { display: flex; flex-direction: column; }
.ck-steps { display: flex; justify-content: center; gap: 10px; margin-bottom: 34px; }
.ck-step {
  flex: 1; max-width: 120px; text-align: center; font-weight: 800; font-size: 1.05rem;
  color: var(--gray-500); position: relative; padding-bottom: 6px;
}
.ck-step small { display: block; font-weight: 600; font-size: .72rem; letter-spacing: .5px; text-transform: uppercase; margin-top: 2px; }
.ck-step::after { content: ""; display: block; height: 3px; background: #e2e8f0; border-radius: 3px; margin-top: 8px; }
.ck-step.active, .ck-step.done { color: var(--navy-900); }
.ck-step.active::after, .ck-step.done::after { background: var(--gold); }

.ck-card {
  background: #fff; border: 1px solid #e5e9f0; border-radius: 16px;
  padding: 30px 28px; box-shadow: var(--shadow); margin-bottom: 22px;
}
.ck-card-title { font-size: 1.4rem; color: var(--navy-900); margin: 0 0 18px; text-align: center; }
.ck-card label { display: block; font-weight: 700; font-size: .86rem; color: var(--navy-900); margin: 12px 0 5px; }
.ck-card input[type="text"], .ck-card input[type="email"], .ck-card input[type="tel"], .ck-card input[type="password"] {
  width: 100%; padding: 12px 13px; border: 1px solid #dfe4ec; border-radius: 9px; font-size: .95rem; box-sizing: border-box;
}
.ck-card .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ck-phone-row { display: flex; gap: 8px; }
.ck-phone-row input { flex: 1; min-width: 0; }
.ck-pais-select { position: relative; flex: 0 0 88px; }
.ck-pais-btn {
  width: 100%; height: 100%; padding: 12px 6px; border: 1px solid #dfe4ec; border-radius: 9px;
  background: #fff; font-size: .92rem; display: flex; align-items: center; justify-content: center;
  gap: 4px; cursor: pointer; box-sizing: border-box; color: var(--navy-900);
}
.ck-pais-btn:hover { border-color: #c9d2e0; }
.ck-pais-arrow { font-size: .65rem; color: var(--gray-500); }
.ck-pais-menu {
  position: absolute; top: calc(100% + 4px); left: 0; z-index: 20; width: 220px; max-height: 260px;
  overflow-y: auto; background: #fff; border: 1px solid #dfe4ec; border-radius: 9px;
  box-shadow: var(--shadow); list-style: none; margin: 0; padding: 6px 0;
}
.ck-pais-menu li {
  padding: 8px 12px; font-size: .87rem; cursor: pointer; display: flex;
  align-items: center; justify-content: space-between; gap: 10px; white-space: nowrap;
}
.ck-pais-menu li:hover { background: #f5f7fb; }
.ck-pais-menu li b { font-weight: 700; color: var(--navy-900); }
.ck-flag-img { width: 20px; height: 15px; object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0,0,0,.08); flex-shrink: 0; }
@media (max-width: 480px) { .ck-pais-select { flex-basis: 76px; } .ck-pais-menu { width: 200px; } }
.ck-pass-wrap { position: relative; }
.ck-pass-wrap input[type="password"], .ck-pass-wrap input[type="text"] { padding-right: 42px !important; }
.ck-pass-toggle { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); border: none; background: none; cursor: pointer; font-size: 1.05rem; line-height: 1; padding: 4px; }
.ck-terms { display: flex; gap: 8px; align-items: center; font-weight: 400 !important; font-size: .88rem; margin-top: 16px !important; }
.ck-terms input { width: auto !important; }
.ck-msg { font-weight: 700; font-size: .88rem; margin-top: 10px; min-height: 0; }
.ck-msg.err { color: #e53935; }
.ck-msg.ok { color: #1a8f4c; }
.ck-switch { text-align: center; margin-top: 16px; color: var(--gray-500); font-size: .9rem; }
.ck-switch a { color: var(--navy-900); font-weight: 700; text-decoration: underline; cursor: pointer; }
.ck-back { display: inline-block; font-weight: 700; font-size: .85rem; color: var(--gray-500); text-decoration: none; margin-bottom: 14px; cursor: pointer; }
.ck-back:hover { color: var(--navy-900); }

/* --- Checkout de una sola página (contacto → facturación → pago → resumen) --- */
.co-form {
  background: #fff; border: 1px solid #e5e9f0; border-radius: 16px;
  padding: 30px 28px; box-shadow: var(--shadow);
}
.co-sec-title {
  font-size: 1.05rem; font-weight: 700; color: var(--navy-900); letter-spacing: .5px;
  margin: 30px 0 16px; padding-bottom: 10px; border-bottom: 1px solid #eef1f6;
}
.co-sec-title:first-child { margin-top: 0; }
.co-form label { display: block; font-weight: 600; font-size: .85rem; color: var(--gray-500); margin: 14px 0 6px; }
.co-form input[type="text"], .co-form input[type="email"], .co-form input[type="tel"], .co-form select {
  width: 100%; padding: 11px 13px; border: 1px solid #dfe4ec; border-radius: 8px;
  font-size: .95rem; box-sizing: border-box; background: #fff; color: var(--navy-900);
}
.co-form input[type="file"] { width: 100%; font-size: .88rem; }
.co-form .req { color: #e53935; }
.co-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.co-row2 label { margin-top: 14px; }

.co-pay-list { display: flex; flex-direction: column; gap: 10px; }
.co-pay-opt {
  display: flex; align-items: center; gap: 10px; border: 1px solid #dfe4ec; border-radius: 10px;
  padding: 13px 16px; font-weight: 600; cursor: pointer; color: var(--navy-900);
  font-size: .95rem; margin: 0 !important;
}
.co-pay-opt:hover { border-color: #c9d2e0; }
.co-pay-opt.active { border-color: var(--gold); background: #fffaf0; }
.co-pay-opt input { width: auto !important; margin: 0; }

.co-summary { background: #f6f8fb; border-radius: 12px; padding: 18px 20px; margin-top: 28px; }
.co-sum-line { display: flex; justify-content: space-between; gap: 14px; color: var(--gray-500); font-size: .92rem; padding-bottom: 12px; border-bottom: 1px solid #e2e8f0; }
.co-sum-total { display: flex; justify-content: space-between; font-size: 1.3rem; font-weight: 800; color: var(--navy-900); padding-top: 12px; }
.co-terms { margin-top: 12px; font-size: .85rem; color: var(--gray-500); text-align: center; }
.co-terms label { display: inline-flex; align-items: center; gap: 8px; margin: 0; font-weight: 400; color: var(--gray-500); }
.co-terms input { width: auto !important; }

.btn-blue { background: #2f80b5; color: #fff; border: none; }
.btn-blue:hover { background: #276b98; color: #fff; }
.btn-block { width: 100%; display: block; text-align: center; }
@media (max-width: 640px) { .co-row2 { grid-template-columns: 1fr; } .co-form { padding: 24px 18px; } }

.ck-totals { border-top: 1px solid #e5e9f0; margin-top: 18px; padding-top: 14px; }
.ck-totals > div { display: flex; justify-content: space-between; padding: 4px 0; color: var(--gray-500); }
.ck-totals .ck-total { font-size: 1.25rem; font-weight: 800; color: var(--navy-900); border-top: 1px dashed #dfe4ec; margin-top: 8px; padding-top: 10px; }

.ck-pay-methods { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.ck-pay-opt {
  display: flex; align-items: center; gap: 10px; border: 1px solid #dfe4ec; border-radius: 10px;
  padding: 13px 16px; font-weight: 700; cursor: pointer; color: var(--navy-900);
}
.ck-pay-opt:has(input:checked), .ck-pay-opt.active { border-color: var(--gold); background: #fdf8ee; }
.ck-pay-opt input { width: auto; }
.ck-notice { background: #fff7e6; border: 1px solid #f0d99a; color: #7a5b00; border-radius: 10px; padding: 14px 16px; font-size: .9rem; margin-bottom: 16px; }

.ck-result { text-align: center; padding: 12px 4px; }
.ck-result .ico { font-size: 3rem; margin-bottom: 10px; }
.ck-result h2 { color: var(--navy-900); margin-bottom: 8px; }
.ck-result p { color: var(--gray-500); font-size: 1rem; }
.ck-result.ok .ico { color: #1a8f4c; }
.ck-result.pending .ico { color: var(--gold); }
.ck-result.fail .ico { color: #e53935; }

/* =====================================================================
   MÓVIL Y TABLET
   El <body> tiene overflow-x:hidden, así que todo lo más ancho que la
   pantalla NO se ve: se RECORTA sin aviso (por eso el logo y los títulos
   salían cortados). Aquí se achica lo que se salía.
   ===================================================================== */
@media (max-width: 900px) {
  h1, h2, h3, .page-banner h1, .section-title { white-space: normal !important; overflow-wrap: break-word; }
  table { display: block; overflow-x: auto; max-width: 100%; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .brand .brand-main { font-size: 1.2rem; letter-spacing: 1px; }
  .brand .brand-sub { font-size: .55rem; letter-spacing: 3px; }
  .nav-actions { gap: 8px; }
  .nav-pill, .nav-login { padding: 9px 14px; font-size: .76rem; letter-spacing: .5px; }
  .topbar { font-size: .78rem; }
  .page-banner { padding: 20px 0; }
  .page-banner h1 { font-size: clamp(1.15rem, 6vw, 1.9rem); letter-spacing: 1px; line-height: 1.25; }
  .portal-banner h1 { font-size: clamp(1.15rem, 6vw, 1.9rem); letter-spacing: 1px; }
  .section-title { font-size: clamp(1.3rem, 6vw, 1.9rem); }
  .section { padding: 40px 0; }
  img { max-width: 100%; height: auto; }
  .portal-nav { flex-direction: column; align-items: flex-start; gap: 10px; }
  .portal-menu { width: 100%; flex-wrap: wrap; gap: 8px; }
  .portal-hello { font-size: .8rem; word-break: break-all; }
  .checkout-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .nav-pill, .nav-login { padding: 8px 12px; font-size: .72rem; }
  .brand .brand-main { font-size: 1.05rem; }
  .page-banner h1 { letter-spacing: .5px; }
}

/* =====================================================================
   "Impacto real" — versión en TEXTO del infográfico (antes era una imagen).
   Al ser texto real se lee perfecto en cualquier pantalla y se reordena solo
   en el celular (4 columnas → 2 → 1), sin necesidad de ampliar nada.
   ===================================================================== */
.impacto-wrap { background: #fff; padding-top: 0; }
.impacto {
  max-width: 900px; margin: 0 auto; padding: 40px 30px;
  background: linear-gradient(160deg, #0d2350 0%, #081228 60%, #050d1c 100%);
  border: 1px solid rgba(201, 162, 75, .35);
  border-radius: 16px; text-align: center; color: #fff;
  box-shadow: 0 18px 44px rgba(8, 18, 40, .28);
}
.imp-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  font-size: .8rem; margin-bottom: 14px;
}
.imp-eyebrow::before, .imp-eyebrow::after { content: ""; height: 1px; width: 46px; background: var(--gold); opacity: .7; }
.imp-title { font-size: clamp(1.7rem, 5.6vw, 3rem); line-height: 1.1; font-weight: 800; color: #fff; margin: 0 0 14px; }
.imp-title span { color: var(--gold); }
.imp-sub { color: #cdd8ec; font-size: clamp(.95rem, 2.6vw, 1.06rem); line-height: 1.5; max-width: 640px; margin: 0 auto 30px; }
.imp-sub b { color: var(--gold); font-weight: 700; }
.imp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.imp-stat { background: rgba(255,255,255,.05); border: 1px solid rgba(201,162,75,.35); border-radius: 12px; padding: 20px 12px; }
.imp-ico { font-size: 1.9rem; line-height: 1; margin-bottom: 8px; }
.imp-num { font-size: clamp(1.7rem, 5vw, 2.3rem); font-weight: 800; color: var(--gold); line-height: 1.1; margin-bottom: 8px; }
.imp-lbl { font-size: .78rem; color: #cdd8ec; text-transform: uppercase; letter-spacing: .4px; line-height: 1.35; }
.imp-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(201,162,75,.3); }
.imp-feat { display: flex; align-items: flex-start; gap: 9px; text-align: left; }
.imp-fico { font-size: 1.15rem; line-height: 1.2; flex-shrink: 0; }
.imp-feat b { display: block; color: var(--gold); font-size: .8rem; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 2px; }
.imp-feat span:not(.imp-fico) { display: block; color: #a9b8d4; font-size: .78rem; line-height: 1.35; }
@media (max-width: 780px) { .imp-stats, .imp-feats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) {
  .impacto { padding: 32px 18px; }
  .imp-stats, .imp-feats { grid-template-columns: 1fr; }
  .imp-eyebrow { font-size: .72rem; letter-spacing: 1px; }
  .imp-eyebrow::before, .imp-eyebrow::after { width: 22px; }
  .imp-lbl { font-size: .85rem; }
  .imp-feat b { font-size: .88rem; }
  .imp-feat span:not(.imp-fico) { font-size: .85rem; }
}

/* =====================================================================
   Visor de imágenes (zoom) — para los infográficos que TODAVÍA son imagen
   con el texto dibujado dentro. El botón solo sale en pantallas chicas.
   ===================================================================== */
.img-zoom-btn {
  display: none; margin: 10px auto 0; background: var(--navy-900); color: #fff;
  border: none; border-radius: 999px; padding: 10px 18px; font-size: .82rem;
  font-weight: 700; cursor: pointer;
}
/* Botón "Toca para ampliar" desactivado (no se muestra en móvil). */
@media (max-width: 900px) { .img-zoom-btn { display: none; } }
.img-visor { position: fixed; inset: 0; background: rgba(6,12,26,.96); z-index: 2000; display: none; }
.img-visor.open { display: block; }
.img-visor-scroll {
  position: absolute; inset: 0; overflow: auto; -webkit-overflow-scrolling: touch;
  display: flex; align-items: flex-start; padding: 56px 0 24px;
}
.img-visor-scroll img { max-width: none; width: auto; min-width: 900px; height: auto; margin: auto; border-radius: 8px; }
.img-visor-close {
  position: absolute; top: 12px; right: 12px; z-index: 2001; width: 42px; height: 42px;
  border: none; border-radius: 999px; background: #fff; color: var(--navy-900);
  font-size: 1.2rem; font-weight: 700; cursor: pointer;
}

/* =====================================================================
   INFOGRÁFICOS EN TEXTO (.ig-*)
   Sistema reutilizable para reemplazar los infográficos que antes eran
   imágenes con el texto dibujado dentro. Al ser texto real:
     · se lee nítido en cualquier pantalla, sin ampliar
     · las columnas se apilan solas en el celular
     · Google puede indexarlo (de una imagen no lee nada)
   ===================================================================== */
.ig {
  max-width: 1000px; margin: 0 auto; padding: 40px 30px; border-radius: 16px;
  background: linear-gradient(160deg, #0d2350 0%, #081228 60%, #050d1c 100%);
  border: 1px solid rgba(201,162,75,.35); color: #fff; text-align: center;
  box-shadow: 0 18px 44px rgba(8,18,40,.28);
}
.ig-light {
  background: #fff; color: var(--navy-900);
  border: 1px solid #e5e9f0; box-shadow: var(--shadow);
}
.ig-badge {
  display: inline-block; background: var(--gold); color: #14213d; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase; font-size: .74rem;
  padding: 7px 18px; border-radius: 6px; margin-bottom: 14px;
}
.ig-eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  font-size: .8rem; margin-bottom: 14px;
}
.ig-eyebrow::before, .ig-eyebrow::after { content: ""; height: 1px; width: 40px; background: var(--gold); opacity: .7; }
.ig-title { font-size: clamp(1.5rem, 5vw, 2.6rem); line-height: 1.15; font-weight: 800; margin: 0 0 12px; }
.ig-title .gold { color: var(--gold); }
.ig-light .ig-title { color: var(--navy-900); }
.ig-sub { font-size: clamp(.95rem, 2.5vw, 1.05rem); line-height: 1.55; max-width: 700px; margin: 0 auto 28px; color: #cdd8ec; }
.ig-light .ig-sub { color: var(--gray-500); }
.ig-sub b { color: var(--gold); font-weight: 700; }
.ig-light .ig-sub b { color: var(--navy-900); }

/* Rejillas que se apilan solas */
.ig-grid { display: grid; gap: 14px; }
.ig-g2 { grid-template-columns: repeat(2, 1fr); }
.ig-g3 { grid-template-columns: repeat(3, 1fr); }
.ig-g4 { grid-template-columns: repeat(4, 1fr); }
.ig-g5 { grid-template-columns: repeat(5, 1fr); }

.ig-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(201,162,75,.35);
  border-radius: 12px; padding: 20px 16px; text-align: left;
}
.ig-light .ig-card { background: #f7f9fc; border-color: #e5e9f0; }
.ig-card h4 { font-size: .95rem; color: var(--gold); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.ig-light .ig-card h4 { color: var(--navy-900); }
.ig-card p { font-size: .9rem; line-height: 1.45; color: #cdd8ec; }
.ig-light .ig-card p { color: var(--gray-500); }

/* Listas con ✓ y ✗ */
.ig-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.ig-list li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; font-size: .95rem; line-height: 1.4; color: #e7eefb; }
.ig-light .ig-list li { color: var(--navy-900); }
.ig-list li::before { content: "✓"; color: var(--gold); font-weight: 800; flex-shrink: 0; }
.ig-list.bad li::before { content: "✕"; color: #e5484d; }

/* Cifra grande */
.ig-num { font-size: clamp(1.6rem, 4.6vw, 2.2rem); font-weight: 800; color: var(--gold); line-height: 1.1; }
.ig-lbl { font-size: .8rem; color: #cdd8ec; text-transform: uppercase; letter-spacing: .4px; line-height: 1.35; margin-top: 6px; }
.ig-light .ig-lbl { color: var(--gray-500); }

/* Pasos numerados */
.ig-step { text-align: center; }
.ig-step .n {
  width: 42px; height: 42px; border-radius: 999px; background: var(--gold); color: #14213d;
  font-weight: 800; font-size: 1.1rem; display: grid; place-items: center; margin: 0 auto 10px;
}
.ig-step h4 { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.ig-light .ig-step h4 { color: var(--navy-900); }
.ig-step p { font-size: .9rem; color: #cdd8ec; line-height: 1.45; }
.ig-light .ig-step p { color: var(--gray-500); }

/* Franja inferior (mensaje de cierre) */
.ig-foot {
  margin-top: 26px; padding: 16px 20px; border-radius: 10px;
  background: var(--gold); color: #14213d; font-weight: 800;
  text-transform: uppercase; letter-spacing: .5px; font-size: clamp(.78rem, 2.2vw, .92rem); line-height: 1.4;
}
.ig-cta { display: inline-block; margin-top: 22px; }

/* Flujo con flechas (Restaurante tradicional vs con sistema) */
.ig-flow { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: stretch; }
.ig-flow span {
  background: rgba(255,255,255,.06); border: 1px solid rgba(201,162,75,.3); border-radius: 8px;
  padding: 9px 12px; font-size: .82rem; color: #e7eefb; display: flex; align-items: center;
}
.ig-light .ig-flow span { background: #f7f9fc; border-color: #e5e9f0; color: var(--navy-900); }
.ig-flow i { display: flex; align-items: center; color: var(--gold); font-style: normal; font-weight: 800; }

@media (max-width: 900px) {
  .ig-g5 { grid-template-columns: repeat(2, 1fr); }
  .ig-g4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .ig-g2, .ig-g3, .ig-g4, .ig-g5 { grid-template-columns: 1fr; }
  .ig { padding: 32px 18px; }
  .ig-eyebrow { font-size: .72rem; letter-spacing: 1px; }
  .ig-eyebrow::before, .ig-eyebrow::after { width: 20px; }
  .ig-card p, .ig-list li, .ig-step p { font-size: .95rem; }  /* más grande para leerse bien */
  .ig-lbl { font-size: .88rem; }
  .ig-flow { flex-direction: column; }
  .ig-flow i { transform: rotate(90deg); justify-content: center; }
}
