@font-face { font-family: 'Geist'; font-style: normal; font-weight: 300 700; font-display: swap; src: url('/fonts/geist-var.woff2') format('woff2'); }

/* ==========================================================================
   LIBERTUS · beta (versión de fe)
   Negro puro, tipografía Geist, y una sola fuente de luz: la columna de fuego.
   Éxodo 13:21. Todo el color de la página sale de esa luz.
   ========================================================================== */
:root {
  --negro: #000000;
  --panel: #0D0D0D;
  --panel-2: #141414;
  --linea: rgba(255, 255, 255, .09);
  --linea-fuerte: rgba(255, 255, 255, .16);
  --blanco: #FFFFFF;
  --gris: #8A8A8A;
  --gris-2: rgba(255, 255, 255, .58);
  --ambar: #E9A94A;
  --fuego: #FF7A1A;

  --tipo: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --ancho: 74rem;
  --aire: clamp(1.15rem, 4vw, 2.75rem);
  --salto: clamp(4rem, 10vh, 7.5rem);
  --radio: 12px;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--negro);
  color: var(--blanco);
  font-family: var(--tipo);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -.006em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--ambar); outline-offset: 3px; border-radius: 4px; }
.oculto { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.trampa { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.nowrap { white-space: nowrap; }

/* Grano fino sobre todo, como la referencia. */
.grano {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- tipografía -------------------------------------------------------- */
h1, h2, h3 { margin: 0; font-weight: 500; letter-spacing: -.028em; text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 4.6vw + .9rem, 4.3rem); line-height: 1.045; }
h2 { font-size: clamp(1.85rem, 2.5vw + .85rem, 3rem); line-height: 1.08; }
h3 { font-size: 1.06rem; line-height: 1.3; letter-spacing: -.018em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; color: var(--blanco); }

.rotulo {
  font-size: .74rem; font-weight: 500;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--gris);
  margin: 0 0 1.5rem;
}
.bajada { font-size: clamp(1.02rem, .5vw + .92rem, 1.16rem); line-height: 1.55; color: var(--gris-2); max-width: 34rem; }

/* ---- botones ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3rem; padding: 0 1.4rem;
  font-size: .93rem; font-weight: 500; letter-spacing: -.01em;
  text-decoration: none; border-radius: 10px; cursor: pointer;
  border: 1px solid transparent;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .12s ease;
}
.btn-blanco { background: var(--blanco); color: #000; }
.btn-blanco:hover { background: #E4E4E4; }
.btn-blanco:active { transform: translateY(1px); }
.btn-linea { background: rgba(255, 255, 255, .04); color: var(--blanco); border-color: var(--linea-fuerte); }
.btn-linea:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .3); }
.btn-sm { min-height: 2.4rem; padding: 0 1rem; font-size: .84rem; border-radius: 8px; }

/* ---- barra ------------------------------------------------------------- */
.nav {
  position: sticky; top: 0; z-index: 30;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--linea);
}
@supports not (backdrop-filter: blur(14px)) { .nav { background: #000; } }
.nav-caja {
  max-width: var(--ancho); margin: 0 auto;
  padding: .8rem var(--aire);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.marca { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.marca span { font-size: .93rem; font-weight: 600; letter-spacing: .16em; }
.marca img { opacity: .92; }
.nav-menu { display: none; gap: 1.65rem; }
.nav-menu a { font-size: .87rem; color: var(--gris); text-decoration: none; transition: color .18s ease; }
.nav-menu a:hover { color: var(--blanco); }
@media (min-width: 62rem) { .nav-menu { display: flex; } }

/* ---- héroe ------------------------------------------------------------- */
.hero {
  position: relative; isolation: isolate;
  padding: clamp(3rem, 8vh, 6rem) var(--aire) clamp(9rem, 26vh, 16rem);
  text-align: center;
  overflow: hidden;
}
.hero-fondo { position: absolute; inset: 0; z-index: -1; }
.hero-fondo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transform: scale(1.09) translateY(3.5%);
  opacity: .82;
}
.hero-velo {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 78% at 50% 62%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, .58) 58%, #000 90%),
    linear-gradient(180deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .28) 26%, rgba(0, 0, 0, .55) 68%, #000 100%);
}
.hero-texto { position: relative; max-width: 48rem; margin: 0 auto; }
.hero .bajada { margin-inline: auto; }
.cinta {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; letter-spacing: .04em; color: var(--gris-2);
  border: 1px solid var(--linea); border-radius: 999px;
  padding: .32rem .85rem .32rem .7rem;
  background: rgba(0, 0, 0, .45);
  margin: 0 0 1.6rem;
}
.punto { width: .42rem; height: .42rem; border-radius: 50%; background: var(--ambar); box-shadow: 0 0 8px var(--ambar); }
.hero h1 { margin-bottom: 1.15rem; }
.corte { display: block; }
@media (max-width: 40rem) { .corte { display: inline; } }
.hero-botones { display: flex; flex-wrap: wrap; gap: .7rem; justify-content: center; margin-top: 2rem; }

/* ---- versículo --------------------------------------------------------- */
.versiculo {
  border-block: 1px solid var(--linea);
  padding: clamp(2.25rem, 5vw, 3.25rem) var(--aire);
  text-align: center;
}
.versiculo-texto {
  max-width: 46rem; margin: 0 auto .7rem;
  font-size: clamp(1.05rem, 1.2vw + .8rem, 1.4rem);
  line-height: 1.45; letter-spacing: -.016em; color: var(--blanco);
}
.versiculo-cita { font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: var(--ambar); margin: 0; }

/* ---- bloques ----------------------------------------------------------- */
.bloque { max-width: var(--ancho); margin: 0 auto; padding: var(--salto) var(--aire) 0; }
.bloque-cuerpo { display: grid; gap: 1.5rem 3.5rem; }
.bloque-cuerpo p { color: var(--gris-2); max-width: 38rem; }
.bloque-entrada { font-size: 1.05rem; }
@media (min-width: 58rem) {
  #problema .bloque-cuerpo { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
}
.cita-linea {
  border-left: 2px solid var(--ambar);
  padding-left: 1rem;
  margin-top: 1.6rem;
  color: var(--blanco);
  font-size: .98rem;
}
.cita-linea span { display: block; margin-top: .45rem; font-size: .74rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gris); }

/* ---- pasos ------------------------------------------------------------- */
.pasos {
  list-style: none; margin: 3rem 0 0; padding: 0;
  display: grid; gap: 1px;
  background: var(--linea);
  border: 1px solid var(--linea);
  border-radius: var(--radio);
  overflow: hidden;
}
.pasos li { background: var(--panel); padding: 1.9rem 1.6rem 2rem; }
.paso-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.9rem; height: 1.9rem; margin-bottom: 1.1rem;
  border: 1px solid var(--linea-fuerte); border-radius: 8px;
  font-size: .82rem; color: var(--ambar);
}
.pasos h3 { margin-bottom: .5rem; }
.pasos p { color: var(--gris-2); font-size: .95rem; margin: 0; }
@media (min-width: 56rem) { .pasos { grid-template-columns: repeat(3, 1fr); } }

/* ---- rejilla de tarjetas ----------------------------------------------- */
.rejilla { display: grid; gap: 1px; background: var(--linea); border: 1px solid var(--linea); border-radius: var(--radio); overflow: hidden; margin-top: 2.5rem; }
.tarjeta { background: var(--panel); padding: 1.75rem 1.55rem 1.85rem; }
.tarjeta h3 { margin-bottom: .55rem; }
.tarjeta p { color: var(--gris-2); font-size: .95rem; margin: 0; }
.tarjeta-cita { margin-top: .8rem !important; font-size: .74rem !important; letter-spacing: .12em; text-transform: uppercase; color: var(--ambar) !important; }
@media (min-width: 44rem) { .rejilla { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 66rem) { .rejilla { grid-template-columns: repeat(3, 1fr); } }

/* ---- jornadas ---------------------------------------------------------- */
.jornadas {
  list-style: none; margin: 2.5rem 0 0; padding: 0;
  display: grid; gap: 1px;
  background: var(--linea); border: 1px solid var(--linea);
  border-radius: var(--radio); overflow: hidden;
}
.jornadas li { background: var(--panel); padding: 1.35rem 1.3rem 1.45rem; position: relative; }
.j-n { font-size: .78rem; color: var(--ambar); letter-spacing: .1em; }
.j-dia { font-size: .74rem; color: var(--gris); margin-left: .5rem; letter-spacing: .04em; }
.jornadas h3 { margin: .7rem 0 .3rem; font-size: 1rem; }
.jornadas p { color: var(--gris-2); font-size: .89rem; margin: 0 0 .8rem; }
.j-cita { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gris); }
.j-hito { background: var(--panel-2); }
.jornadas li:last-child { grid-column: 1 / -1; }
.jornadas li:last-child p { max-width: 34rem; }
.j-hito::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: linear-gradient(90deg, var(--fuego), var(--ambar)); }
@media (min-width: 40rem) { .jornadas { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 58rem) { .jornadas { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 76rem) { .jornadas { grid-template-columns: repeat(4, 1fr); } }

/* ---- cifras ------------------------------------------------------------ */
.cifras {
  max-width: var(--ancho); margin: var(--salto) auto 0;
  padding: 0 var(--aire);
  display: grid; gap: 2rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.cifras strong {
  display: block;
  font-size: clamp(2.6rem, 4.5vw, 3.9rem); font-weight: 500;
  letter-spacing: -.04em; line-height: 1;
  color: var(--blanco);
  margin-bottom: .5rem;
}
.cifras span { font-size: .88rem; color: var(--gris); line-height: 1.45; display: block; max-width: 13rem; }
@media (min-width: 56rem) { .cifras { grid-template-columns: repeat(4, 1fr); } }

/* ---- preguntas --------------------------------------------------------- */
.faq { margin-top: 2.5rem; border-top: 1px solid var(--linea); }
.faq details { border-bottom: 1px solid var(--linea); }
.faq summary {
  list-style: none; cursor: pointer;
  padding: 1.35rem 2.5rem 1.35rem 0;
  font-size: 1.02rem; font-weight: 500; letter-spacing: -.018em;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: .35rem; top: 1.72rem;
  width: .7rem; height: .7rem;
  border-right: 1.5px solid var(--gris); border-bottom: 1.5px solid var(--gris);
  transform: rotate(45deg); transition: transform .2s ease, border-color .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); border-color: var(--ambar); }
.faq summary:hover::after { border-color: var(--blanco); }
.faq details p { color: var(--gris-2); padding: 0 2.5rem 1.5rem 0; margin: 0; max-width: 44rem; font-size: .97rem; }

/* ---- cierre ------------------------------------------------------------ */
.cierre { padding: var(--salto) var(--aire) clamp(4rem, 9vh, 6rem); }
.cierre-caja {
  position: relative; isolation: isolate;
  max-width: var(--ancho); margin: 0 auto;
  border: 1px solid var(--linea);
  border-radius: 18px;
  background: var(--panel);
  padding: clamp(2.25rem, 6vw, 4.5rem) clamp(1.4rem, 5vw, 4rem) clamp(2.5rem, 6vw, 4rem);
  text-align: center;
  overflow: hidden;
}
.cierre-caja::before {
  content: ""; position: absolute; z-index: -1;
  left: 50%; top: -42%;
  width: min(46rem, 130%); aspect-ratio: 1;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 122, 26, .30) 0%, rgba(233, 169, 74, .12) 34%, rgba(0, 0, 0, 0) 68%);
  pointer-events: none;
}
.cierre-caja .rotulo { margin-bottom: 1.1rem; }
.cierre-caja h2 { max-width: 30rem; margin: 0 auto 1.1rem; }
.cierre-bajada { color: var(--gris-2); max-width: 30rem; margin: 0 auto; }
.forma {
  display: grid; gap: .6rem;
  max-width: 30rem; margin: 2.1rem auto 0;
}
.forma input[type=email] {
  min-height: 3rem; padding: .75rem 1rem;
  font: inherit; color: var(--blanco);
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--linea-fuerte); border-radius: 10px;
  transition: border-color .18s ease, background-color .18s ease;
}
.forma input[type=email]::placeholder { color: #6E6E6E; }
.forma input[type=email]:focus { outline: none; border-color: var(--ambar); background: rgba(255, 255, 255, .08); }
.forma-estado { grid-column: 1 / -1; margin: .3rem 0 0; font-size: .92rem; font-weight: 500; min-height: 1.4em; }
.forma-estado[data-kind="error"] { color: var(--fuego); }
.forma-estado[data-kind="pending"] { color: var(--gris); }
.forma-estado[data-kind="ok"] { color: var(--ambar); }
form.listo input, form.listo button { display: none; }
@media (min-width: 30rem) { .forma { grid-template-columns: 1fr auto; } }
.cierre-nota { margin-top: 1.3rem; font-size: .84rem; color: var(--gris); max-width: 30rem; margin-inline: auto; }

/* ---- pie --------------------------------------------------------------- */
.pie { border-top: 1px solid var(--linea); }
.pie-caja { max-width: var(--ancho); margin: 0 auto; padding: 2.5rem var(--aire) 3.5rem; }
.pie-caja .marca { margin-bottom: 1.1rem; }
.pie p { color: var(--gris); font-size: .88rem; margin: 0 0 .4rem; }
.pie-fino { font-size: .78rem !important; color: #5F5F5F !important; margin-top: .8rem !important; max-width: 44rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}

/* ---- extras del héroe y listas ----------------------------------------- */
.hero-pie {
  margin-top: 1.5rem;
  font-size: .82rem; letter-spacing: .01em;
  color: var(--gris);
}
.lista-puntos { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.lista-puntos li {
  position: relative; padding: .5rem 0 .5rem 1.4rem;
  color: var(--gris-2); font-size: .95rem;
}
.lista-puntos li::before {
  content: ""; position: absolute; left: 0; top: 1.15rem;
  width: .6rem; height: 1px; background: var(--ambar);
}

/* ---- funciones con maqueta de teléfono --------------------------------- */
.producto { padding-top: var(--salto); }
.producto > .bloque { padding-top: 0; }
.funcion {
  max-width: var(--ancho); margin: 0 auto;
  padding: clamp(3rem, 7vh, 5.5rem) var(--aire) 0;
  display: grid; gap: clamp(2.25rem, 5vw, 4rem);
  align-items: center;
}
.funcion-texto { min-width: 0; }
.funcion-texto h3 {
  font-size: clamp(1.5rem, 1.9vw + .8rem, 2.1rem);
  line-height: 1.12; letter-spacing: -.026em;
  margin-bottom: 1rem;
}
.funcion-texto p { color: var(--gris-2); max-width: 34rem; }
.funcion-nota {
  margin-top: 1.3rem; padding-top: 1.1rem;
  border-top: 1px solid var(--linea);
  font-size: .88rem !important; color: var(--gris) !important;
}
.funcion-movil { display: flex; justify-content: center; }
@media (min-width: 60rem) {
  .funcion { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .funcion-par .funcion-movil { order: -1; }
  .funcion-movil { justify-content: flex-end; }
  .funcion-par .funcion-movil { justify-content: flex-start; }
}

/* ---- la maqueta -------------------------------------------------------- */
.movil {
  width: 300px; max-width: 100%;
  aspect-ratio: 390 / 800;
  background: #070707;
  border: 7px solid #1C1C1E;
  border-radius: 40px;
  box-shadow: 0 30px 70px -24px rgba(0, 0, 0, .95), 0 0 0 1px rgba(255, 255, 255, .06), inset 0 0 0 1px rgba(255, 255, 255, .04);
  overflow: hidden;
  display: flex; flex-direction: column;
  font-size: 11px; line-height: 1.4;
  position: relative;
}
.movil::after {
  content: ""; position: absolute; z-index: 3;
  top: 9px; left: 50%; transform: translateX(-50%);
  width: 78px; height: 20px; border-radius: 12px;
  background: #000;
}
.movil-barra {
  display: flex; justify-content: space-between; align-items: center;
  padding: .75rem 1.15rem .3rem;
  font-size: 9.5px; font-weight: 500; color: rgba(255, 255, 255, .75);
  letter-spacing: .01em;
}
.movil-iconos { letter-spacing: .12em; font-size: 7px; opacity: .6; }
.movil-pantalla {
  flex: 1; min-height: 0;
  padding: .85rem 1rem 1.1rem;
  display: flex; flex-direction: column; gap: .55rem;
  overflow: hidden;
}
.movil-rojo { background: #140404; }
.movil-rojo .movil-pantalla { justify-content: center; gap: .7rem; }

.pt-cabeza { padding-bottom: .5rem; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.pt-titulo { font-size: 15px; font-weight: 500; letter-spacing: -.02em; margin: 0; }
.pt-sub { font-size: 9.5px; color: var(--gris); margin: .15rem 0 0; }
.pt-aviso {
  margin: 0; padding: .4rem .55rem;
  background: rgba(233, 169, 74, .1);
  border-left: 2px solid var(--ambar);
  border-radius: 3px;
  font-size: 9px; color: rgba(255, 255, 255, .72);
}
.pt-hora { margin: .2rem 0; text-align: center; font-size: 9px; color: #5F5F5F; }
.pt-burbuja {
  background: #191919; border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 12px 12px 12px 4px;
  padding: .6rem .7rem; color: rgba(255, 255, 255, .88);
  font-size: 10.5px;
}
.pt-opciones { display: grid; gap: .3rem; }
.pt-opciones span {
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px;
  padding: .45rem .6rem; text-align: center;
  font-size: 10px; color: #fff;
}
.pt-audio {
  display: flex; align-items: center; gap: .5rem;
  background: rgba(233, 169, 74, .12); border: 1px solid rgba(233, 169, 74, .3);
  border-radius: 8px; padding: .45rem .6rem;
  font-size: 10px; color: var(--ambar);
}
.pt-play {
  width: 0; height: 0; flex: none;
  border-left: 7px solid var(--ambar);
  border-top: 5px solid transparent; border-bottom: 5px solid transparent;
}
.pt-fino { margin: 0; font-size: 9px; color: #5F5F5F; }
.pt-vivo { display: flex; align-items: center; gap: .35rem; margin: 0; font-size: 10.5px; color: rgba(255, 255, 255, .85); }
.pt-punto { width: 5px; height: 5px; border-radius: 50%; background: var(--ambar); box-shadow: 0 0 6px var(--ambar); flex: none; }
.pt-boton {
  background: #fff; color: #000;
  border-radius: 9px; padding: .6rem;
  text-align: center; font-size: 11px; font-weight: 500;
}
.pt-boton-claro { background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(255, 255, 255, .2); }
.pt-pestanas { display: flex; gap: .25rem; overflow: hidden; }
.pt-pestanas span {
  font-size: 8.5px; padding: .25rem .45rem;
  border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px;
  color: var(--gris); white-space: nowrap;
}
.pt-pestanas .on { background: rgba(255, 255, 255, .1); color: #fff; border-color: transparent; }
.pt-post {
  border: 1px solid rgba(255, 255, 255, .07); border-radius: 9px;
  padding: .5rem .6rem; background: #101010;
}
.pt-post p { margin: 0; font-size: 10px; color: rgba(255, 255, 255, .85); }
.pt-meta { font-size: 8.5px !important; color: #6B6B6B !important; margin-bottom: .2rem !important; }
.pt-etiqueta {
  display: inline-block; margin-top: .3rem;
  font-size: 8px; color: var(--ambar);
  border: 1px solid rgba(233, 169, 74, .35); border-radius: 999px;
  padding: .1rem .4rem;
}
.pt-reacciones { display: flex; gap: .3rem; margin-top: .35rem; }
.pt-reacciones span {
  font-size: 8.5px; color: rgba(255, 255, 255, .7);
  border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px;
  padding: .15rem .45rem;
}
.pt-rotulo { margin: 0; font-size: 8.5px; letter-spacing: .15em; text-transform: uppercase; color: var(--gris); }
.pt-centro { text-align: center; }
.pt-h1 { margin: 0; font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.pt-escritura {
  background: rgba(255, 255, 255, .04);
  border-left: 2px solid var(--ambar);
  border-radius: 3px;
  padding: .55rem .65rem;
  font-size: 10.5px; color: rgba(255, 255, 255, .9);
}
.pt-escritura-rojo { border-left-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .05); text-align: center; border-left: 0; }
.pt-fuente { display: block; margin-top: .35rem; font-size: 8.5px; color: var(--gris); letter-spacing: .04em; }
.pt-cuerpo { margin: 0; font-size: 10px; color: rgba(255, 255, 255, .78); }
.pt-tarea { margin: 0; font-size: 11px; font-weight: 500; color: #fff; }
.pt-campo {
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px;
  padding: .45rem .6rem; font-size: 10px; color: #5F5F5F;
}
.pt-reloj {
  margin: 0; text-align: center;
  font-size: 44px; font-weight: 500; letter-spacing: -.04em;
  color: #fff;
}

/* ---- símbolos ---------------------------------------------------------- */
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { width: 1.05rem; height: 1.05rem; color: var(--ambar); flex: none; }
.rotulo-icono { display: inline-flex; align-items: center; gap: .5rem; }
.rotulo-icono .ico { width: .95rem; height: .95rem; }

/* La cadena que separa los bloques grandes */
.separador {
  max-width: var(--ancho); margin: var(--salto) auto 0;
  padding: 0 var(--aire);
  display: flex; align-items: center; gap: 1rem;
  color: var(--ambar);
}
.separador-linea { flex: 1; height: 1px; background: var(--linea); }
.separador-cadena { width: 6rem; height: 1.5rem; flex: none; opacity: .9; }
.separador + .bloque { padding-top: clamp(2.5rem, 6vh, 4.5rem); }

/* ---- por dentro -------------------------------------------------------- */
.dentro { padding-top: var(--salto); position: relative; isolation: isolate; }
.dentro::before {
  content: ""; position: absolute; z-index: -1;
  left: 50%; top: 38%; transform: translate(-50%, -50%);
  width: min(60rem, 120%); aspect-ratio: 1.6;
  background: radial-gradient(ellipse at center, rgba(255, 122, 26, .16) 0%, rgba(233, 169, 74, .07) 40%, transparent 70%);
  pointer-events: none;
}
.dentro-cabeza { padding-top: 0; text-align: center; }
.dentro-cabeza .bloque-cuerpo { justify-items: center; }
.dentro-cabeza .rotulo-icono { justify-content: center; display: flex; }
.dentro-cabeza p { text-align: center; }
.dentro-fila {
  display: flex; gap: 1.1rem;
  padding: 2.75rem var(--aire) .5rem;
  overflow-x: auto; scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.dentro-fila::-webkit-scrollbar { display: none; }
.dentro-fila .movil { flex: 0 0 auto; scroll-snap-align: center; }
.movil-lado { width: 270px; opacity: .88; }
.movil-centro { width: 310px; box-shadow: 0 40px 90px -28px rgba(255, 122, 26, .35), 0 30px 70px -24px rgba(0, 0, 0, .95), 0 0 0 1px rgba(255, 255, 255, .08); }
@media (min-width: 62rem) {
  .dentro-fila { justify-content: center; align-items: center; overflow: visible; padding-inline: var(--aire); }
  .movil-lado { transform: translateY(1.25rem); }
}
.dentro-iconos {
  list-style: none; margin: 2.5rem auto 0; padding: 1.35rem var(--aire) 0;
  max-width: var(--ancho);
  display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 1.9rem;
  border-top: 1px solid var(--linea);
}
.dentro-iconos li { display: inline-flex; align-items: center; gap: .5rem; font-size: .84rem; color: var(--gris-2); }

/* ---- pantallas nuevas -------------------------------------------------- */
.pt-cabeza-fila { display: flex; justify-content: space-between; align-items: center; }
.pt-marca { font-size: 9.5px; font-weight: 600; letter-spacing: .18em; }
.pt-ajustes { width: 12px; height: 12px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, .45); }
.pt-numero {
  margin: 0; text-align: center;
  font-size: 64px; font-weight: 500; letter-spacing: -.05em; line-height: 1;
}
.pt-progreso { margin-top: .2rem; }
.pt-progreso-barra { height: 3px; background: rgba(255, 255, 255, .1); border-radius: 2px; overflow: hidden; }
.pt-progreso-barra i { display: block; height: 100%; width: 71%; background: linear-gradient(90deg, var(--fuego), var(--ambar)); }
.pt-progreso-etq { display: flex; justify-content: space-between; margin-top: .3rem; font-size: 8.5px; color: var(--gris); }
.pt-tarjeta {
  background: #131313; border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px; padding: .6rem .7rem;
  display: grid; gap: .25rem;
}
.pt-tarjeta-t { margin: 0; font-size: 12px; font-weight: 500; }
.pt-boton-chico { padding: .4rem; font-size: 10px; margin-top: .25rem; }
.pt-pestanas-centro { justify-content: center; }
.pt-auxilio {
  margin-top: auto;
  background: #B32D1F; color: #fff;
  border-radius: 10px; padding: .65rem;
  text-align: center; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
.pt-pacto { display: grid; gap: .4rem; }
.pt-pacto p { margin: 0; font-size: 11px; line-height: 1.45; color: rgba(255, 255, 255, .88); }
.pt-pacto strong { color: var(--ambar); }
.pt-boton-ambar { background: var(--ambar); color: #000; display: flex; align-items: center; justify-content: center; gap: .4rem; }
.pt-mic { width: 8px; height: 12px; border-radius: 4px; background: #000; display: inline-block; }
.pt-lista { list-style: none; margin: .3rem 0 0; padding: 0; display: grid; gap: 0; }
.pt-lista li {
  display: grid; grid-template-columns: 1.6rem 1fr auto; align-items: center; gap: .35rem;
  padding: .4rem 0; border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 10px; color: rgba(255, 255, 255, .5);
}
.pt-lista span { font-size: 8.5px; letter-spacing: .08em; color: var(--gris); }
.pt-lista b { font-weight: 500; color: inherit; }
.pt-lista i { font-style: normal; font-size: 8.5px; color: var(--gris); }
.pt-lista .hecho { color: rgba(255, 255, 255, .9); }
.pt-lista .hecho span { color: var(--ambar); }
.pt-lista .ahora { color: #fff; }
.pt-lista .ahora span { color: var(--ambar); }
.pt-lista .ahora b::after { content: " · aquí"; font-size: 8.5px; color: var(--ambar); }
.pt-lista .hito b { color: var(--ambar); }

/* ---- precio ------------------------------------------------------------ */
.planes {
  display: grid; gap: 1px;
  background: var(--linea); border: 1px solid var(--linea);
  border-radius: var(--radio); overflow: hidden;
  margin-top: 2.5rem;
}
.plan { background: var(--panel); padding: 1.75rem 1.6rem 1.9rem; position: relative; }
.plan-nombre { margin: 0 0 .7rem; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gris); }
.plan-precio { margin: 0 0 1.1rem; display: flex; align-items: baseline; gap: .5rem; }
.plan-precio strong { font-size: 2.4rem; font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.plan-precio span { font-size: .88rem; color: var(--gris); }
.plan-equivale { font-size: .9rem; color: var(--ambar); margin: -.4rem 0 1.1rem; }
.plan ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.plan li { position: relative; padding-left: 1.3rem; font-size: .93rem; color: var(--gris-2); }
.plan li::before { content: ""; position: absolute; left: 0; top: .78em; width: .6rem; height: 1px; background: var(--ambar); }
.plan-mejor { background: var(--panel-2); }
.plan-mejor::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: linear-gradient(90deg, var(--fuego), var(--ambar)); }
.plan-etiqueta {
  margin: 0 0 1rem; display: inline-block;
  font-size: .72rem; letter-spacing: .06em; color: var(--ambar);
  border: 1px solid rgba(233, 169, 74, .35); border-radius: 999px;
  padding: .2rem .6rem;
}
.planes-nota { margin-top: 1.1rem; font-size: .85rem; color: var(--gris); }
@media (min-width: 56rem) { .planes { grid-template-columns: repeat(3, 1fr); } }
