/* ============================================================================
   YUBASync · Cotizador  (/precios/)
   ----------------------------------------------------------------------------
   NOMBRES: todo lleva prefijo `pz-`. En esta página también corre `script.js`
   (el shell compartido) y no debe reconocer ni un solo selector de aquí; con
   `pz*` sus `getElementById` devuelven null y se salta sus bloques.

   COLOR: cada mundo se pinta con una única variable `--w`, que el JS fija desde
   `pricing.json` (`mundo.color`). Ni un hex de mundo escrito en esta hoja.

   MOVIMIENTO: sólo `transform` y `opacity` (compositor puro, sin reflow), y al
   final del archivo se apaga entero bajo `prefers-reduced-motion: reduce`.
   ============================================================================ */

/* Sólo para lectores de pantalla. `styles.css` no trae ninguna utilidad
   equivalente, así que vive aquí y con prefijo propio. */
.pz-sr {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════════════
   1 · HERO
   ══════════════════════════════════════════════════════════════════ */
.pz-hero {
  padding: clamp(84px, 13vh, 150px) var(--gutter) clamp(28px, 5vh, 54px);
  position: relative;
  overflow: hidden;
}
.pz-hero::before {
  content: "";
  position: absolute;
  inset: -45% 25% auto -18%;
  height: 68vh;
  background: radial-gradient(closest-side, rgba(163, 214, 27, .17), transparent 70%);
  filter: blur(22px);
  pointer-events: none;
}
.pz-wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; position: relative; }

.pz-kicker {
  font-family: var(--mono); font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--lime);
  display: inline-flex; align-items: center; gap: 10px;
}
.pz-kicker::before { content: ""; width: 26px; height: 2px; background: var(--lime); display: inline-block; }

.pz-h1 {
  font-family: var(--display); font-weight: 900; line-height: .95; letter-spacing: -.03em;
  font-size: clamp(38px, 7.2vw, 88px); margin: .26em 0 0; color: var(--ink);
  text-wrap: balance;
}
.pz-h1 em { font-family: var(--font-editorial); font-style: italic; font-weight: 600; color: var(--lime); }
.pz-lead {
  font-size: clamp(15px, 1.35vw, 18px); line-height: 1.65; color: var(--ink-2);
  max-width: 60ch; margin: 18px 0 0;
}

/* Los tres pasos: promesa de "esto se entiende en 10 segundos". */
.pz-pasos { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 26px 0 0; padding: 0; list-style: none; }
.pz-paso { display: flex; align-items: center; gap: 10px; color: var(--ink-2); font-size: 14px; }
.pz-paso b {
  width: 24px; height: 24px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  font-family: var(--mono); font-size: 12px; font-weight: 600;
  color: #08121d; background: var(--lime);
}

/* ══════════════════════════════════════════════════════════════════
   2 · BARRA DE CONTROLES (país · periodicidad · verticales)
   ══════════════════════════════════════════════════════════════════ */
/* NO es pegajosa a propósito: el `.nav` del shell ya está `fixed` arriba, y
   apilar una segunda barra pegajosa dejaría al resumen —que sí tiene que
   seguirte— empezando a media pantalla en un portátil. */
.pz-controles {
  background: color-mix(in srgb, var(--bg-1) 70%, transparent);
  border-block: 1px solid var(--line-soft);
  padding: 14px var(--gutter);
}
.pz-controles-in {
  width: 100%; max-width: var(--maxw); margin-inline: auto;
  display: flex; flex-wrap: wrap; align-items: flex-start; gap: 14px 28px;
}
.pz-campo { border: 0; margin: 0; padding: 0; min-width: 0; }
.pz-campo > legend,
.pz-campo-l {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .13em;
  text-transform: uppercase; color: var(--faint);
  padding: 0; margin: 0 0 7px;
}
.pz-chips { display: flex; flex-wrap: wrap; gap: 7px; }

/* El input real existe (foco, teclado, lectores de pantalla); sólo se oculta a
   la vista. `position: relative` en el contenedor es obligatorio: un absoluto
   sin ancestro posicionado se ancla al documento y puede sacar la página de
   cuadro por la derecha. */
.pz-chip input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.pz-chip {
  position: relative;
  display: inline-flex; align-items: center; gap: 7px;
  min-height: var(--touch); padding: 8px 14px;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255, 255, 255, .02); color: var(--ink-2);
  font-size: 13.5px; font-weight: 600; cursor: pointer;
  transition: border-color .18s, color .18s, background-color .18s, transform .18s;
}
.pz-chip:hover { border-color: color-mix(in srgb, var(--lime) 55%, var(--line)); color: var(--ink); }
.pz-chip:active { transform: scale(.97); }
/* El estado marcado lo pone el JS (`.is-on`) y no `:has()`: el resto del sistema
   no usa `:has` en ninguna de sus 4.400 líneas, y un navegador que no lo soporte
   dejaría los chips sin ninguna señal de cuál está elegido. */
.pz-chip.is-on { background: var(--lime); border-color: var(--lime); color: #08121d; }
.pz-chip.is-on > * { color: #08121d; }
.pz-chip:focus-within { outline: 3px solid var(--blue); outline-offset: 2px; }
.pz-chip .pz-cur { font-family: var(--mono); font-size: 11px; opacity: .7; }
.pz-chip .pz-fl { font-size: 15px; line-height: 1; }

/* Descuento anual: la etiqueta que justifica el conmutador. */
.pz-off {
  font-family: var(--mono); font-size: 11px; font-weight: 700;
  padding: 3px 8px; border-radius: 999px;
  background: rgba(163, 214, 27, .16); color: var(--lime);
  border: 1px solid rgba(163, 214, 27, .3);
}
.pz-chip.is-on .pz-off { background: rgba(8, 18, 29, .16); color: #08121d; border-color: rgba(8, 18, 29, .25); }

/* Atajos por vertical: no son un precio distinto, son una selección sugerida. */
.pz-vert {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: var(--touch); padding: 8px 15px;
  border: 1px dashed var(--line); border-radius: 999px;
  background: transparent; color: var(--ink-2);
  font-family: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer;
  transition: border-color .18s, color .18s, transform .18s;
}
.pz-vert:hover { border-color: var(--blue); color: var(--ink); }
.pz-vert:active { transform: scale(.97); }
.pz-vert[aria-pressed="true"] { border-style: solid; border-color: var(--blue); color: var(--ink); background: rgba(41, 169, 226, .1); }
.pz-vert .pz-vert-ic { font-size: 15px; line-height: 1; }
.pz-reset { border-style: solid; }
.pz-reset:hover { border-color: var(--pink); }

/* ══════════════════════════════════════════════════════════════════
   3 · MAQUETA: catálogo + resumen
   ══════════════════════════════════════════════════════════════════ */
.pz-layout {
  width: 100%; max-width: var(--maxw); margin-inline: auto;
  padding: clamp(26px, 5vh, 52px) var(--gutter) clamp(60px, 9vh, 110px);
  display: grid; gap: clamp(22px, 3vw, 40px);
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}
@media (min-width: 1020px) {
  .pz-layout { grid-template-columns: minmax(0, 1fr) 372px; }
}

/* ══════════════════════════════════════════════════════════════════
   4 · MUNDOS Y MÓDULOS
   ══════════════════════════════════════════════════════════════════ */
.pz-mundos { display: grid; gap: 18px; min-width: 0; }

.pz-mundo {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--panel), var(--bg-2));
  overflow: hidden; min-width: 0;
  transition: border-color .25s, box-shadow .25s;
}
.pz-mundo.is-completo {
  border-color: color-mix(in srgb, var(--w) 60%, var(--line));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--w) 25%, transparent),
              0 30px 70px -40px color-mix(in srgb, var(--w) 60%, transparent);
}

.pz-mundo-head {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px;
  padding: 18px 20px; border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(90deg, color-mix(in srgb, var(--w) 11%, transparent), transparent 62%);
}
.pz-mundo-id { display: flex; align-items: baseline; gap: 9px; min-width: 0; }
.pz-mundo-n {
  font-family: var(--display); font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(19px, 2.1vw, 25px); color: var(--ink); margin: 0;
}
.pz-mundo-n span { color: var(--w); }
.pz-mundo-p { font-size: 13.5px; color: var(--muted); margin: 0; flex: 1 1 220px; min-width: 0; }

/* Contador de progreso hacia el mundo completo — la mecánica hecha visible. */
.pz-prog { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.pz-prog-b { width: 62px; height: 5px; border-radius: 999px; background: var(--line); overflow: hidden; }
.pz-prog-b i {
  display: block; height: 100%; width: 0; border-radius: 999px; background: var(--w);
  transform-origin: left center; transition: width .35s var(--reveal-ease);
}
.pz-prog-t { font-family: var(--mono); font-size: 11px; color: var(--faint); white-space: nowrap; }

/* Aviso de ahorro: aparece cuando el mundo queda completo. */
.pz-ahorro-mundo {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px;
  padding: 11px 20px; font-size: 13px; color: var(--ink);
  background: color-mix(in srgb, var(--w) 13%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--w) 24%, transparent);
}
.pz-ahorro-mundo b { color: var(--w); font-family: var(--mono); font-size: 13px; }
.pz-ahorro-mundo[hidden] { display: none; }

.pz-mods { list-style: none; margin: 0; padding: 6px; display: grid; gap: 4px; }

/* Cada módulo es una fila-etiqueta con su casilla real dentro. */
.pz-mod { border-radius: 14px; transition: background-color .18s; min-width: 0; }
.pz-mod.is-on { background: rgba(255, 255, 255, .028); }
.pz-mod-l {
  position: relative;
  display: grid; grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center; gap: 12px;
  padding: 13px 14px; min-height: var(--touch); cursor: pointer;
}
.pz-mod-l input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.pz-box {
  width: 22px; height: 22px; border-radius: 7px; flex: none;
  border: 1.6px solid var(--line); background: rgba(255, 255, 255, .03);
  display: grid; place-items: center;
  transition: background-color .18s, border-color .18s, transform .18s;
}
.pz-box svg { width: 14px; height: 14px; stroke: #08121d; stroke-width: 3.2; fill: none; opacity: 0; transform: scale(.5); transition: opacity .18s, transform .18s; }
.pz-mod-l:hover .pz-box { border-color: var(--w); }
.pz-mod-l input:checked + .pz-box { background: var(--w); border-color: var(--w); }
.pz-mod-l input:checked + .pz-box svg { opacity: 1; transform: scale(1); }
.pz-mod-l input:focus-visible + .pz-box { outline: 3px solid var(--blue); outline-offset: 3px; }

.pz-mod-txt { min-width: 0; }
.pz-mod-n { display: block; font-weight: 700; font-size: 15px; color: var(--ink); line-height: 1.3; }
.pz-mod-m { display: block; font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.pz-mod-precio { text-align: right; font-family: var(--mono); font-weight: 600; font-size: 14.5px; color: var(--ink-2); white-space: nowrap; }
.pz-mod.is-on .pz-mod-precio { color: var(--ink); }
/* Cubierto por el precio del mundo: el módulo ya no se cobra suelto. */
.pz-mod-precio.is-cubierto { color: var(--faint); text-decoration: line-through; }

/* ── Consumo ────────────────────────────────────────────────────────
   Sólo existe cuando el módulo está marcado: preguntar "¿cuántos
   vehículos?" a quien no compró TMS es ruido. */
.pz-consumo { display: none; padding: 0 14px 14px 48px; }
.pz-mod.is-on .pz-consumo { display: grid; gap: 12px; }

.pz-met { display: grid; gap: 7px; min-width: 0; }
.pz-met-top { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.pz-met-l { font-size: 13px; font-weight: 600; color: var(--ink-2); }
.pz-step { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; }
.pz-step button {
  width: var(--touch); height: 36px; min-width: 40px;
  border: 1px solid var(--line); border-radius: 10px;
  background: rgba(255, 255, 255, .03); color: var(--ink);
  font-family: var(--mono); font-size: 17px; line-height: 1; cursor: pointer;
  transition: border-color .16s, background-color .16s, transform .16s;
}
.pz-step button:hover { border-color: var(--w); background: color-mix(in srgb, var(--w) 12%, transparent); }
.pz-step button:active { transform: scale(.93); }
.pz-step button:disabled { opacity: .38; cursor: not-allowed; }
.pz-step input {
  width: 78px; height: 36px; text-align: center;
  border: 1px solid var(--line); border-radius: 10px;
  background: var(--bg-1); color: var(--ink);
  font-family: var(--mono); font-size: 14px; font-weight: 600;
  -moz-appearance: textfield;
}
.pz-step input::-webkit-outer-spin-button,
.pz-step input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pz-step input:focus-visible,
.pz-step button:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }

/* Medidor de cuota: la parte incluida se llena; el excedente sale por fuera. */
.pz-meter { height: 6px; border-radius: 999px; background: var(--line-soft); overflow: hidden; display: flex; }
.pz-meter i { display: block; height: 100%; background: var(--w); width: 0; transition: width .3s var(--reveal-ease); }
.pz-meter u { display: block; height: 100%; background: repeating-linear-gradient(135deg, var(--gold) 0 5px, transparent 5px 10px); width: 0; transition: width .3s var(--reveal-ease); }

.pz-met-pie { display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 12px; color: var(--faint); }
.pz-inc { color: var(--muted); }
.pz-extra { color: var(--gold); font-family: var(--mono); font-weight: 600; }
.pz-extra[hidden] { display: none; }

/* ══════════════════════════════════════════════════════════════════
   5 · RESUMEN (columna pegajosa en escritorio, hoja fija en móvil)
   ══════════════════════════════════════════════════════════════════ */
.pz-resumen { min-width: 0; }
@media (min-width: 1020px) {
  .pz-resumen { position: sticky; top: 96px; }
}
.pz-card {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--panel-2), var(--bg-2));
  box-shadow: var(--shadow-craft);
  overflow: hidden;
}
.pz-card.is-suite {
  border-color: rgba(163, 214, 27, .55);
  box-shadow: var(--glow-lime);
}
.pz-card-h {
  padding: 16px 20px 12px; border-bottom: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.pz-card-t { font-family: var(--display); font-weight: 800; font-size: 16px; color: var(--ink); margin: 0; letter-spacing: -.01em; }
.pz-card-n { font-family: var(--mono); font-size: 11px; color: var(--faint); }

/* La celebración de la Suite: discreta, una sola línea que cambia de tono. */
.pz-suite-flag {
  display: flex; align-items: center; gap: 9px;
  padding: 11px 20px; font-size: 13px; font-weight: 600; color: #08121d;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
}
.pz-suite-flag[hidden] { display: none; }
.pz-suite-flag svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2.2; fill: none; flex: none; }

.pz-lineas { list-style: none; margin: 0; padding: 12px 20px; display: grid; gap: 8px; }
.pz-linea { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 13.5px; }
.pz-linea span { color: var(--ink-2); min-width: 0; }
.pz-linea b { font-family: var(--mono); font-weight: 600; color: var(--ink); white-space: nowrap; }
.pz-linea.es-mundo span { color: var(--ink); font-weight: 700; }
.pz-linea.es-mundo span::before {
  content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: var(--w); margin-right: 8px; vertical-align: middle;
}
.pz-linea.es-consumo span { color: var(--gold); }
.pz-linea.es-consumo b { color: var(--gold); }

.pz-vacio { padding: 22px 20px; font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.pz-vacio[hidden] { display: none; }

.pz-tot { padding: 14px 20px 18px; border-top: 1px solid var(--line-soft); display: grid; gap: 7px; }
.pz-fila { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 13.5px; color: var(--muted); }
.pz-fila b { font-family: var(--mono); font-weight: 600; color: var(--ink-2); }
.pz-fila.es-ahorro { color: var(--lime); }
.pz-fila.es-ahorro b { color: var(--lime); }
.pz-fila.es-ahorro[hidden] { display: none; }
.pz-gran { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 4px; }
.pz-gran-l { font-size: 12.5px; color: var(--faint); line-height: 1.4; }
.pz-gran-v {
  font-family: var(--display); font-weight: 900; letter-spacing: -.03em;
  font-size: clamp(28px, 4.4vw, 40px); color: var(--ink); line-height: 1;
  font-variant-numeric: tabular-nums;
}
.pz-gran-v small { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.pz-anualizado { font-size: 12px; color: var(--faint); font-family: var(--mono); }

.pz-ctas { padding: 0 20px 18px; display: grid; gap: 9px; }
.pz-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: var(--touch); padding: 12px 18px; border-radius: 999px;
  font-family: inherit; font-size: 14.5px; font-weight: 700; text-decoration: none;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .18s, box-shadow .18s, border-color .18s, background-color .18s;
}
.pz-cta-1 { background: var(--lime); color: #08121d; box-shadow: var(--shadow-craft); }
.pz-cta-1:hover { transform: translateY(-2px); box-shadow: var(--shadow-craft-hover); }
.pz-cta-2 { border-color: var(--line); color: var(--ink); background: rgba(255, 255, 255, .02); }
.pz-cta-2:hover { border-color: var(--blue); transform: translateY(-2px); }
.pz-cta-3 {
  border-color: transparent; color: var(--muted); background: transparent;
  font-size: 13px; font-weight: 600; min-height: 38px;
}
.pz-cta-3:hover { color: var(--ink); }
.pz-cta svg { width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; flex: none; }
.pz-cta:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.pz-nota { padding: 0 20px 18px; font-size: 11.5px; color: var(--faint); line-height: 1.55; }

/* ── Móvil: el resumen se va abajo, fijo, y se despliega ─────────── */
.pz-movil { display: none; }
@media (max-width: 1019px) {
  .pz-resumen .pz-card { display: none; }
  .pz-resumen.is-abierto .pz-card { display: block; }

  .pz-movil {
    display: block;
    position: fixed; inset: auto 0 0 0; z-index: 60;
    background: color-mix(in srgb, var(--bg) 94%, transparent);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--line);
    padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -20px 50px -30px rgba(0, 0, 0, .9);
  }
  .pz-movil-in { display: flex; align-items: center; gap: 12px; max-width: var(--maxw); margin-inline: auto; }
  .pz-movil-tot { min-width: 0; flex: 1 1 auto; }
  .pz-movil-tot small { display: block; font-size: 11px; color: var(--faint); font-family: var(--mono); }
  .pz-movil-tot strong {
    display: block; font-family: var(--display); font-weight: 900; font-size: 22px;
    color: var(--ink); letter-spacing: -.02em; font-variant-numeric: tabular-nums;
  }
  .pz-movil-btn {
    min-height: var(--touch); padding: 11px 16px; border-radius: 999px;
    border: 1px solid var(--line); background: rgba(255, 255, 255, .03);
    color: var(--ink); font-family: inherit; font-size: 13.5px; font-weight: 700; cursor: pointer;
    display: inline-flex; align-items: center; gap: 7px; flex: none;
  }
  .pz-movil-btn svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2.4; fill: none; transition: transform .2s; }
  .pz-movil-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
  .pz-movil-cta {
    background: var(--lime); border-color: var(--lime); color: #08121d;
    text-decoration: none;
  }
  /* Espacio para que la barra fija nunca tape el último módulo. */
  body { padding-bottom: 96px; }
}

/* ══════════════════════════════════════════════════════════════════
   6 · PIE DE PÁGINA DEL COTIZADOR: reglas + las 4 familias
   ══════════════════════════════════════════════════════════════════ */
.pz-seccion { padding: clamp(46px, 8vh, 96px) var(--gutter); border-top: 1px solid var(--line-soft); }
.pz-seccion-t {
  font-family: var(--display); font-weight: 800; letter-spacing: -.02em;
  font-size: clamp(23px, 3.2vw, 36px); color: var(--ink); margin: 0 0 8px;
}
.pz-seccion-t em { font-family: var(--font-editorial); font-style: italic; font-weight: 600; color: var(--blue); }
.pz-seccion-s { font-size: 15px; color: var(--ink-2); margin: 0 0 26px; max-width: 62ch; line-height: 1.6; }

.pz-reglas { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.pz-regla {
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  background: rgba(255, 255, 255, .02); padding: 16px 18px; min-width: 0;
}
.pz-regla strong { display: block; font-size: 14.5px; color: var(--ink); margin-bottom: 5px; }
.pz-regla span { font-size: 13px; color: var(--muted); line-height: 1.55; }

.pz-fams { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.pz-fam {
  display: block; text-decoration: none; min-width: 0;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(160deg, color-mix(in srgb, var(--w) 10%, var(--panel)), var(--bg-2));
  padding: 18px 20px;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.pz-fam:hover {
  transform: translateY(-3px); border-color: var(--w);
  box-shadow: 0 26px 60px -34px color-mix(in srgb, var(--w) 75%, transparent);
}
.pz-fam:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.pz-fam-n { font-family: var(--display); font-weight: 800; font-size: 18px; color: var(--ink); letter-spacing: -.01em; }
.pz-fam-n b { color: var(--w); }
.pz-fam-p { display: block; font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.5; }
.pz-fam-a { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 12.5px; font-weight: 700; color: var(--w); }
.pz-fam-a svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2.6; fill: none; }

/* ══════════════════════════════════════════════════════════════════
   7 · APARICIONES AL SCROLL
   ══════════════════════════════════════════════════════════════════ */
.pz-js .pz-rv { opacity: 0; transform: translateY(16px); }
.pz-js .pz-rv.is-in { opacity: 1; transform: none; transition: opacity .7s var(--reveal-ease), transform .7s var(--reveal-ease); }

/* Aviso efímero (copiar enlace) */
.pz-toast {
  position: fixed; left: 50%; bottom: 110px; z-index: 90;
  transform: translate(-50%, 12px); opacity: 0; pointer-events: none;
  padding: 11px 18px; border-radius: 999px;
  background: var(--panel-2); border: 1px solid var(--line); color: var(--ink);
  font-size: 13.5px; font-weight: 600; box-shadow: var(--shadow);
  transition: opacity .22s, transform .22s;
}
.pz-toast.is-on { opacity: 1; transform: translate(-50%, 0); }
@media (min-width: 1020px) { .pz-toast { bottom: 40px; } }

/* ══════════════════════════════════════════════════════════════════
   8 · MENOS MOVIMIENTO
   Si el sistema lo pide, aquí se apaga TODO —incluido el `.reveal` del
   shell compartido— y nada nace oculto.
   ══════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .pz-js .pz-rv, .reveal { opacity: 1 !important; transform: none !important; }
  .pz-fam:hover, .pz-cta:hover, .pz-chip:active, .pz-vert:active, .pz-step button:active { transform: none !important; }
}
