:root {
  /* Tema claro por defecto */
  --bg: #ffffff;
  --paper: #ffffff;
  --ink: #111216;
  --muted: #666673;
  --accent: #e02e2e;
  --accent-2: #ffd166;
  --ok: #40d589;
  --border: #e6e8f2;
  --chip: #f6f7fa;
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  --radius: 18px;
  --radius-sm: 12px;
  --gutter: clamp(14px, 3vw, 42px); /* Gutter horizontal consistente */
  /* scale */
  --space-1: 6px; /* xs */
  --space-2: 10px; /* sm */
  --space-3: 14px; /* md */
  --space-4: 18px; /* lg */
  --space-5: 24px; /* xl */
  --space-6: 32px; /* 2xl */
  --space-7: 46px; /* 3xl */
  --space-8: 64px; /* 4xl */
  --space-9: 80px; /* 5xl */

  --h1: clamp(32px, 4.2vw, 58px);
  --h2: clamp(24px, 2.8vw, 36px);
  --h3: clamp(18px, 2vw, 22px);
  --body-lg: 18px;
  /* Adjustable mobile size for pre-hero text */
  --pre-hero-mobile-size: clamp(32px, 7vw, 36px);
  /* Adjustable mobile size for the muted second line in pre-hero (slightly smaller than first line) */
  --pre-hero-muted-mobile-size: clamp(26px, 6.2vw, 32px);
}

/* Tema oscuro */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0f0f12;
    --paper: #111216;
    --ink: #e9e9ee;
    --muted: #a7a7b3;
    --accent: #e02e2e;
    --accent-2: #ffd166;
    --ok: #40d589;
    --border: #1f2030;
    --chip: #1a1b24;
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  }
}



/* Elementos que deben usar color muted */
.muted, .muted * {
  color: var(--muted) !important;
}

/* BOTONES Y ENLACES - MÁXIMA PRIORIDAD */
.cta, .cta *, 
a[href*="amzn"], a[href*="amzn"] *,
a[href*="amazon"], a[href*="amazon"] *,
button, button * {
  color: #ffffff !important;
  background-color: var(--accent) !important;
}

/* FUERZA BRUTAL PARA TODOS LOS BOTONES CTA */
.cta, .cta *,
.cta.--primary, .cta.--primary *,
a.cta, a.cta *,
a.cta.--primary, a.cta.--primary *,
.cta-row .cta, .cta-row .cta *,
.cta-row .cta.--primary, .cta-row .cta.--primary *,
.cta-row a.cta, .cta-row a.cta *,
.cta-row a.cta.--primary, .cta-row a.cta.--primary *,
div.cta-row a.cta.--primary,
section .cta-row a.cta.--primary,
section div.cta-row a.cta.--primary,
.section .cta-row a.cta.--primary,
.section div.cta-row a.cta.--primary,
a[href*="amzn"], a[href*="amzn"] *,
a[href*="amazon"], a[href*="amazon"] *,
a[href*="amzn.to"], a[href*="amzn.to"] * {
  color: #ffffff !important;
  background-color: var(--accent) !important;
}

/* Elementos que deben mantener color de acento (texto rojo) */
.accent, .accent *, 
[style*="color: var(--accent)"] {
  color: var(--accent) !important;
}

/* Precio en negro específicamente */
.price-badge,
.price-badge *,
span.price-badge,
[aria-label="Precio del libro"] {
  color: var(--ink) !important;
}





/* Aplicar colores básicos universalmente */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--bg) !important;
  color: var(--ink) !important;
  font: 400 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Inter,
    Helvetica, Arial;
}

a {
  display: block; /* single column */
}

.skip-link {
  border: 0px solid #e6e8f2;
  border-radius: 0;
  padding: 22px 0 18px;
  max-width: 1180px;
  background: var(--accent);
  color: #fff;
  padding: 8px 14px;
  border-radius: 0 0 6px 0;
  font-weight: 600;
  z-index: 1000;
  text-decoration: none;
  transition: top .2s ease;
}

.skip-link:focus { 
  top:0; 
}

/* Utilidades de espaciado */
.mt-0 { margin-top:0 !important; }
.mb-0 { margin-bottom:0 !important; }
.mt-1 { margin-top: var(--space-1) !important; }
.mt-2 { margin-top: var(--space-2) !important; }
.mt-3 { margin-top: var(--space-3) !important; }
.mt-4 { margin-top: var(--space-4) !important; }
.mt-5 { margin-top: var(--space-5) !important; }
.mb-1 { margin-bottom: var(--space-1) !important; }
.mb-2 { margin-bottom: var(--space-2) !important; }
.mb-3 { margin-bottom: var(--space-3) !important; }
.mb-4 { margin-bottom: var(--space-4) !important; }
.mb-5 { margin-bottom: var(--space-5) !important; }
.center { text-align:center !important; }

.wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

main.wrap {
  max-width: 1200px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: radial-gradient(
      120px 60px at 100% 100%,
      #ff8a00 0,
      transparent 70%
    ),
    radial-gradient(120px 60px at 0% 0%, #c53535 0, transparent 70%),
    linear-gradient(140deg, #2b2d3f, #1b1d2b);
  box-shadow: var(--shadow);
}

.logo h1 {
  font-size: 18px;
  margin: 0;
  letter-spacing: 0.3px;
}

.buy {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: var(--accent);
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.buy:hover {
  transform: translateY(-1px);
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-6);
  align-items: center;
  padding: var(--space-6) 0 var(--space-4);
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e8f2;
  padding: 6px 12px;
  border-radius: 999px;
  color: #4b4d57;
  font-size: 13px;
}

.hero h1 {
  font-size: var(--h1);
  line-height: 1.03;
  margin: var(--space-3) 0 var(--space-1); /* menos espacio debajo del título */
  letter-spacing: -0.02em;
}

.hero p {
  font-size: var(--body-lg);
  color: var(--muted);
  margin: 35px auto;
  max-width: 60ch;
}

.hero-intro { 
  margin: 0 0 var(--space-1); 
  max-width:60ch; 
  color:#111 !important; 
}

/* Ajustes de proximidad en escritorio y tablet */
@media (min-width: 741px) {
  .hero-intro {
    margin-top: 0; /* pegado al título */
    margin-bottom: var(--space-1); /* mínima separación con CTA */
  }

  .hero > .cta-row {
    justify-content: flex-start;  /* Alineado a la izquierda */
  }
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: var(--space-9) auto  var(--space-5) auto;
  padding-top: var(--space-8);
  max-width: 95ch;
  font-size: clamp(32px, 7vw, 40px);
  justify-content: center;
}

/* Mejorar responsive de cta-row */
@media (max-width: 960px) {
  .cta-row {
    max-width: 90%;
    font-size: 32px;
  }
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e6e8f2;
  padding: 16px 28px;
  border-radius: 14px;
  background: #ffffff;
  color: #0b0c12;
  font-size: 30px;
}

/* No underline en CTAs en ningún estado */
.cta, .cta:visited, .cta:hover, .cta:focus, .cta:active,
.buy, .buy:visited, .buy:hover, .buy:focus, .buy:active { 
  text-decoration:none !important; 
}

.cta.--primary {
  background: var(--accent);
  color: #ffffff;
  border-color: transparent;
  font-weight: 600;
  max-width: 400px; /* Limitar ancho máximo */
  width: auto; /* Ancho automático en lugar de estirarse */
}

/* Estilos específicos para botón de Amazon */
.amazon-cta {
  font-size: 18px !important;
  padding: 12px 24px !important;
  max-width: 320px !important;
  width: auto !important;
  margin: 0 auto !important;
  display: inline-flex !important;
}

/* Responsive para botones CTA */
@media (max-width: 768px) {
  .cta {
    font-size: 24px;
    padding: 14px 24px;
    max-width: 90%;
    width: auto;
  }
  
  .amazon-cta {
    font-size: 16px !important;
    padding: 10px 20px !important;
    max-width: 280px !important;
  }
}

@media (max-width: 480px) {
  .cta {
    font-size: 20px;
    padding: 12px 20px;
    max-width: 95%;
  }
  
  .amazon-cta {
    font-size: 14px !important;
    padding: 8px 16px !important;
    max-width: 240px !important;
  }
}

.trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.cover {
  aspect-ratio: 3/4;
  border-radius: 22px;
  background: radial-gradient(
      200px 140px at 70% 20%,
      #ffed66 0%,
      rgba(255, 237, 102, 0.2) 40%,
      transparent 55%
    ),
    radial-gradient(
      250px 180px at 30% 80%,
      #ff7a7a 0%,
      rgba(255, 122, 122, 0.25) 50%,
      transparent 65%
    ),
    conic-gradient(from 200deg at 50% 0%, #1a1b29, #24263a, #1a1b29);
  display: grid;
  place-items: end start;
  padding: 28px;
  border: 0px solid var(--border);
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* Imagen opcional de portada: activa con class="cover --image" y define el src de .cover-img */
.cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: none;
}

.cover.--image {
  background: transparent !important;
  padding: 0;
}

.cover.--image .cover-img {
  display: block;
  background: transparent !important;
}

/* Asegurar que toda la sección hero no tenga fondo */
.hero,
.hero *,
figure.cover,
figure.cover.--image {
  background: transparent !important;
}

.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    400px 200px at -20% 110%,
    rgba(255, 255, 255, 0.08),
    transparent 60%
  );
}

.cover-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #ffffff;
  border: 1px solid #e6e8f2;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  color: #4b4d57;
  z-index: 2;
}

.titleXL {
  font-size: 42px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0;
}

.subtitle {
  font-size: 16px;
  color: #d6d6df;
  margin-top: 4px;
}

/* GRID SECTIONS */
.section {
  margin: var(--space-4) 0;
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius);
  border: none;
  background: #ffffff;
  color: #0b0c12;
}

/* Reduce top spacing specifically for first persuasive block */
.section#mensaje {
  margin-top: var(--space-1);
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-2);
}

/* Reducimos el espacio antes del bloque de precio para que siga inmediatamente a la lista */
.section#precio { 
  margin-top: var(--space-2); 
  padding-top: var(--space-3); 
}

/* Unificación de alineación interna de texto y listas */
.section .content { 
  max-width:72ch; 
  margin-left:auto; 
  margin-right:auto;
  padding: var(--space-2);
}

.section .content > *:first-child { 
  margin-top:0; 
}

.section .content > * + * { 
  margin-top: var(--space-3); 
}

/* Uniformidad de títulos de sección */
.section .sec-title { 
  margin: 0 0 var(--space-3) 0 !important; 
}

/* Espaciado más compacto para bloques narrativos ya gestionado internamente */
.story-block { 
  margin-left:0; 
  margin-right:0; 
}

/* Listas de características: sin margen extra y bullets alineados */
.feature-list { 
  margin:0 0 var(--space-2); 
  padding:0; 
}

.feature-list li { 
  padding-left:18px; 
}

.feature-list li::before { 
  top:0.9em; 
}

/* Ancho más amplio en tablet y escritorio */
@media (min-width: 741px) {
  .section .content { 
    max-width: 100ch;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--space-7);
  }
  
  .section #mensaje-title { 
    margin-bottom: var(--space-8) !important;
  }
}

.sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 var(--space-3) 0;
}

.sec-eyebrow {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.sec-title {
  font-size: var(--h2);
  letter-spacing: -0.02em;
  margin: 0;
  color: #111;
}

/* Figura alternativa sólo para móvil (entre h1 y párrafo) */
.cover-mobile { 
  display:none; 
}

.mensaje-intro { 
  margin: var(--space-2) auto var(--space-6) !important; 
}

.benefits {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: stretch;
  align-items: stretch;
}

/* Asegura que cualquier tarjeta ocupe todo el ancho del grid, aunque haya más columnas en otros breakpoints */
.benefits > * {
  grid-column: 1 / -1;
}

.card {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: var(--space-5);
  width: 100%;
  max-width: none;
  color: var(--ink);
}

/* Invertir colores (texto oscuro sobre fondo claro) */
.card.--invert {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--border);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.06s ease;
}

.card.--invert:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.card.--invert h3 {
  color: var(--ink);
}

.card.--invert p {
  color: var(--ink);
}

/* Tipografía de apoyo y listas dentro de cards */
.lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
  margin: 4px 0 12px;
}

.lead.--xl {
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.28;
  font-weight: 900;
  color: var(--ink);
  margin: 0 0 var(--space-6);
  letter-spacing: -0.012em;
  word-spacing: 0;
  text-align: center;
  font-size: clamp(32px, 7vw, 40px) !important;
  max-width: 60ch;
  margin: 0 auto var(--space-3) !important;
}

.accent {
  color: var(--accent);
}

.card ul {
  margin: 12px 0 12px 20px;
}

.card li {
  margin: 10px 0;
}

.card h3 {
  margin: 0 0 8px;
  font-size: var(--h3);
  color: #0b0c12;
}

.card p {
  margin: 0;
  color: var(--ink);
}

.kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 12px;
}

.kpi {
  background: #ffffff;
  border: 1px solid #e6e8f2;
  padding: 18px;
  border-radius: 16px;
  text-align: center;
  color: #0b0c12;
}

.kpi b {
  font-size: 28px;
  display: block;
}

/* TOC (single block with separators) */
.toc-block {
  background: #ffffff;
  border: 1px solid #e6e8f2;
  border-radius: 12px;
  overflow: hidden;
}

.toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc-list li {
  display: flex;
  gap: 8px;
  align-items: baseline;
  padding: 12px 16px;
  border-bottom: 1px solid #eef1f7;
  color: #0b0c12;
}

.toc-list li:last-child {
  border-bottom: none;
}

.toc-list b {
  margin-right: 6px;
}

.toc-list .muted {
  margin-left: 4px;
}

.muted {
  color: var(--muted);
}

/* Tighter line-height utility */
.lh-tight { 
  line-height:1.2 !important; 
}

@media (prefers-color-scheme: dark){
  .muted { 
    color: var(--muted); 
  }
}

details {
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  color: var(--ink);
}

summary {
  cursor: pointer;
  font-weight: 700;
}

/* FOOTER */
.footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: start;
}

.badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #ffffff;
  border: 1px dashed #e0e2ec;
  padding: 6px 10px;
  border-radius: 10px;
  color: #4b4d57;
  font-size: 13px;
}

.cta-sticky {
  position: sticky;
  bottom: 18px;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.bar {
  display: flex;
  gap: 16px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e6e8f2;
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  color: #0b0c12;
}

.bar b {
  font-size: 15px;
}

/* Narrative story block styling (simplified, uniform text) */
.story-block { 
  max-width: 72ch; 
  margin: 0 0 var(--space-4) 0; 
  font-size: 25px; 
  line-height:1.6; 
  color: var(--ink); 
  font-weight:400; 
}

.story-block p { 
  line-height: 1.6;  
  margin: 0 0 1.2em; /* solo margen abajo */
}

.story-block p:last-child { 
  margin-bottom: var(--space-3); 
}

.story-questions {
  list-style:none; 
  margin:0 0 var(--space-4) 0; 
  padding:0; 
  display:grid; 
  gap:var(--space-2);
}

.story-questions li { 
  position:relative; 
  padding:0 0;
  font-size: 25px;
  line-height: 1.6;
  /* font-weight: 700; */
}

.story-questions li::before { 
  content:''; 
}

@media (prefers-color-scheme: dark) {
  .story-questions li { 
    color:var(--ink); 
  }
  .story-block { 
    color:var(--ink); 
  }
}

/* (Removed multi-column layout so questions stay single column on all screens) */
@media (max-width: 1024px) {
  .story-block { 
    font-size: 18px; 
  }
  .story-questions li { 
    font-size: 18px; 
  }
  .feature-list {
    font-size: 18px;
  }
  .faq-q, .faq-a {
    font-size: 18px;
  }
}

@media (max-width: 740px) {
  .lead.--xl {
    font-size: clamp(28px, 5vw, 32px) !important;
    margin: 0 auto var(--space-8) !important;
  }
}

.mini-cta-row { 
  margin-top: 10px; 
}

.cta.--mini { 
  font-size:15px; 
  padding:10px 18px; 
  border-radius:10px; 
  box-shadow:0 4px 14px rgba(224,46,46,0.25); 
}

.cta.--mini:hover { 
  transform: translateY(-2px); 
}

/* Unified hover effects for CTAs & buttons */
.cta, .buy { 
  transition: all .18s ease; 
}

.cta:hover:not(.--primary), .buy:hover { 
  background:#f2f2f5; 
  box-shadow:0 6px 20px -6px rgba(0,0,0,.15); 
  transform:translateY(-2px); 
}

.cta.--primary, .buy { 
  position:relative; 
  overflow:hidden; 
}

.cta.--primary:hover, .buy:hover { 
  filter:brightness(1.08); 
  transform:translateY(-2px); 
  box-shadow:0 8px 26px -4px rgba(224,46,46,0.45); 
}

.cta.--primary::after, .buy::after { 
  content:""; 
  position:absolute; 
  inset:0; 
  background:linear-gradient(120deg, rgba(255,255,255,0) 20%, rgba(255,255,255,.35) 50%, rgba(255,255,255,0) 80%); 
  transform:translateX(-100%); 
  pointer-events:none; 
}

.cta.--primary:hover::after, .buy:hover::after { 
  animation: sheen .9s ease; 
}

@keyframes sheen { 
  to { 
    transform:translateX(100%); 
  } 
}

.pre-hero-section {
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #111;
}

/* Theme-aware colors for pre-hero */
@media (prefers-color-scheme: light) {
  .pre-hero-section .pre-hero { 
    color: #111; 
  }
  .pre-hero-section .pre-hero .muted { 
    color: #2b2c36; 
  }
}

@media (prefers-color-scheme: dark) {
  .pre-hero-section .pre-hero { 
    color: var(--ink); 
  }
  .pre-hero-section .pre-hero .muted { 
    color: var(--muted); 
  }
}

/* Pre-hero statement */
.pre-hero, .hero .pre-hero {
  font-size: clamp(56px, 3.2vw, 34px);
  line-height: 1.28;
  font-weight: 900;
  text-align: center;
  margin: 8px 0 18px;
  letter-spacing: -0.012em;
}

/* Second pre-hero line defaults (desktop) */
.pre-hero-section .pre-hero .muted {
  display: block;
  margin-top: 22px;
  font-weight: 350;
  line-height: 1.1;
  font-size: clamp(32px, 4.2vw, 40px);
}

/* Responsive */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr; /* fallback if grid still applied */
    gap: var(--space-4);
    display: flex;
    flex-direction: column;
  }
  /* Orden móvil: título (0) -> portada (1) -> párrafo intro (2) -> CTA (3) */
  .hero > .hero-title { order:0; }
  .hero > figure.cover { order:1; margin: var(--space-4) auto var(--space-2); width:80%; max-width:480px; }
  .hero > .hero-intro { order:2; }
  .hero > .cta-row { order:3; width:100%; }
  main.wrap {
    padding-left: 0;
    padding-right: 0;
  }
  /* Make pre-hero size easily adjustable on mobile */
  .pre-hero-section .pre-hero {
      font-size: var(--pre-hero-mobile-size) !important;
  }
  /* Make the second line (muted) smaller on mobile */
  .pre-hero-section .pre-hero .muted {    
      font-size: var(--pre-hero-muted-mobile-size) !important;
      margin-top: 22px;
      font-weight: 350;
      line-height: 1.1;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
  .kpis {
    grid-template-columns: 1fr 1fr;
  }
  .toc {
    grid-template-columns: 1fr;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 44px;
    text-align: center;
  }
  /* Centrar la frase bajo el título en móvil y tablet */
  .hero .lead.--center-mob {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Equalize vertical spacing for lead paragraph under H1 */
  .hero .lead.--center-mob[style] {
    margin-top: var(--space-2) !important;
    margin-bottom: var(--space-5) !important;
  }
  /* Center and stack CTAs */
  .cta-row {
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: var(--space-2);
  }
  .cta {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 14px 0;
       }
  /* Bigger lead and more spacing on mobile */
  .lead.--xl {
    font-size: clamp(26px, 7vw, 36px);
  }
  .section {
    border-radius: 0;
    margin: var(--space-2) 0;
    padding: var(--space-2) var(--space-3);
  }
}

/* Layout unificado hero en tablet + desktop */
@media (min-width: 741px) {
  .hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: var(--space-6);
    align-items: center;
  }
  .hero > .hero-title { grid-column: 1; grid-row: 1; }
  .hero > .hero-intro { grid-column: 1; grid-row: 2; }
  .hero > .cta-row    { grid-column: 1; grid-row: 3; justify-content: flex-start; }
  .hero > figure.cover { grid-column: 2; grid-row: 1 / span 3; align-self: center; }
}

@media (min-width: 741px) {
  .hero .lead.--center-mob {
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 741px) {
  .hero > .cta-row .cta {
    font-size: 22px;
    padding: 18px 34px;
    border-radius: 16px;
  }
}

@media (min-width: 741px) and (max-width: 960px) {
  .hero > .cta-row { 
    justify-content: flex-start; 
  }
  .hero > .cta-row .cta {
    font-size: 22px;
    padding: 18px 34px;
  }
}

/* Feature list */
.feature-list {
  list-style: none;
  margin-bottom: var(--space-3);
  padding: 0;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: normal;
  word-spacing: 0;
  color: var(--ink) !important;
}

.feature-list li {
  position: relative;
  display: block;
  padding: 8px 0 8px 38px;
  border-bottom: 1px solid #f1f3f8;
}

.feature-list li + li {
  margin-top: 8px; /* espacio entre items */
}

.feature-list li:last-child {
  border-bottom: none;
  margin-bottom: 0; /* evita que sume aún más */
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1.05em;
  transform: translateY(-50%);
  color: var(--accent);
  font-weight: 800;
}

.feature-list.compact { 
  margin-bottom: 4px; 
}

.ps-note {
  font-size: 13px;
  color: var(--muted);
  margin: var(--space-3) 4px 0;
}

/* Price badge */
.price-badge {
  display: inline-block;
  color: var(--ink) !important;
  font-weight: 650;
  border-radius: 12px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 22px 20px;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}

/* FAQ */
.faq {
  display: block; /* una sola columna */
  padding: var(--space-6) 0 var(--space-4);
}

.faq-item {
  margin-bottom: var(--space-1);
  padding-bottom: var(--space-1);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-q {
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 var(--space-2);
  color: #0b0c12;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.6;
}

.faq-q::before {
  content: "P:";
  color: var(--accent);
  font-weight: 900;
  flex-shrink: 0;
}

.faq-a {
  margin: 10px 0 40px 0;
  color: var(--ink) !important;
  font-weight: 400;
  font-size: 25px;
  display: flex;
  gap: 6px;
  line-height: 1.6;
}

.faq-a::before {
  content: "R:";
  color: var(--ink) !important;
  font-weight: 700;
  flex-shrink: 0;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

/* Theme-aware colors and background (placed at end to win cascade) */
@media (prefers-color-scheme: light) {
  body { 
    background: #ffffff; 
    color: #0b0c12; 
  }
  .hero h1 { 
    color: #111; 
  }
  .pre-hero-section .pre-hero { 
    color: #111; 
  }
  .pre-hero-section .pre-hero .muted { 
    color: #2b2c36; 
  }
  .pre-hero-section .pre-hero .ink-strong { 
    color: #111; 
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0f0f12;
    --paper: #111216;
    --ink: #ffffff;
    --muted: #a7a7b3;
    --accent: #e02e2e;
    --accent-2: #ffd166;
    --ok: #40d589;
    --border: #1f2030;
    --chip: #1a1b24;
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  }
  
  /* FUERZA BRUTA SIMPLE */
  body, p, div, span, strong, b, em, i, li, h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
  }
  
  .story-block, .story-block p, .story-block div, .story-block span, .story-block strong {
    color: #ffffff !important;
  }
  
  #mensaje, #mensaje p, #mensaje div, #mensaje span, #mensaje strong {
    color: #ffffff !important;
  }
  
  /* QUITAR FONDOS BLANCOS DE LAS TARJETAS/SECCIONES */
  .section {
    background: transparent !important;
    border: none !important;
  }
  
  .card {
    background: transparent !important;
    border: 1px solid var(--border) !important;
  }
  
  .card.--invert {
    background: transparent !important;
    border: 1px solid var(--border) !important;
  }
}

/* Inline styles moved to CSS */
body {
  background-color: #fff !important;
}

.hero-title-main {
  text-align: center;
  white-space: pre-line;
  font-weight: 900;
  margin: 2rem 0;

  padding: 0 1rem 1.5rem 1rem;
  border-radius: 8px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: 1;
}

.hero-title-subtitle {
  font-weight: 400;
}

.accent {
  font-weight: 700;
}

.accent-strong {
  font-weight: 700;
  color: var(--accent);
}

.story-questions {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.faq-cta-container {
  margin-bottom: 20px;
  text-align: center;
}

footer.wrap {
  opacity: 0.85;
  margin-bottom: 48px;
}

footer hr {
  border: none;
  height: 1px;
  background: var(--border);
  margin: 18px 0;
}

footer small.muted {
  text-align: center;
  display: block;
}