/* ============================================================
   PRODUCT SHOWCASE — scroll-driven section (.walkthrough.pshow)
   Drop-in replacement for the old .wt-* walkthrough.
   All classes namespaced with `.pshow-` to avoid collisions
   with the hero showcase ( .hero-showcase / .showcase-frame ).
   Uses tokens from styles.css (--navy, --blue-deep, --coral,
   --ink, --muted, --line, --bg-soft, --font-d, --font-ui).
   ============================================================ */

.walkthrough.pshow {
  --pshow-navy-50:#F3F7FA;
  --pshow-navy-100:#E3F2F8;
  --pshow-navy-200:#BAD7E9;
  --pshow-navy-400:#528CD6;
  --pshow-navy-500:#2B60B8;
  --pshow-navy-600:#1A3D6B;
  --pshow-navy-700:#132B52;
  --pshow-navy-800:#002652;
  --pshow-navy-950:#021530;

  --pshow-coral-100:#FDECEA;
  --pshow-coral-500:#F26649;
  --pshow-coral-700:#B83E26;

  --pshow-slate-50:#F9FAFB;
  --pshow-slate-100:#F3F7FA;
  --pshow-slate-200:#E7F0F7;
  --pshow-slate-300:#D5E3EC;
  --pshow-slate-400:#B1C3D0;
  --pshow-slate-500:#7E90A4;
  --pshow-slate-600:#4A6580;
  --pshow-slate-700:#2E4A6B;

  --pshow-green-500:#01A388;
  --pshow-green-100:#D1F5EF;
  --pshow-green-700:#047857;

  --pshow-shadow-sm:0 1px 3px rgba(0,38,82,0.06), 0 1px 2px rgba(0,38,82,0.04);
  --pshow-shadow-md:0 4px 12px rgba(0,38,82,0.08), 0 2px 4px rgba(0,38,82,0.04);
  --pshow-shadow-lg:0 12px 28px rgba(0,38,82,0.10), 0 4px 10px rgba(0,38,82,0.05);
  --pshow-shadow-xl:0 24px 48px rgba(0,38,82,0.12), 0 8px 16px rgba(0,38,82,0.06);

  --pshow-r-3xs:4px; --pshow-r-2xs:6px; --pshow-r-xs:8px; --pshow-r-sm:10px;
  --pshow-r-md:12px; --pshow-r-lg:16px; --pshow-r-xl:20px; --pshow-r-2xl:24px;
  --pshow-r-pill:999px;

  --pshow-ls-tight:-0.02em;
  --pshow-ls-caps:0.06em;

  --pshow-dur-fast:160ms;
  --pshow-dur-normal:240ms;
  --pshow-dur-slow:420ms;
  --pshow-ease:cubic-bezier(0.25, 0.8, 0.35, 1);

  --pshow-text-strong:var(--pshow-navy-800);
  --pshow-text-sub:var(--pshow-slate-600);
  --pshow-text-soft:var(--pshow-slate-500);
  --pshow-text-disabled:var(--pshow-slate-400);

  --pshow-bg-page:#FFFFFF;
  --pshow-bg-weak:var(--pshow-slate-50);
  --pshow-surface-1:#FFFFFF;
  --pshow-surface-2:var(--pshow-slate-50);
  --pshow-surface-3:var(--pshow-slate-100);

  --pshow-stroke-soft:var(--pshow-slate-200);
  --pshow-stroke-sub:var(--pshow-slate-300);

  --pshow-accent-base:var(--pshow-navy-400);
  --pshow-accent-light:var(--pshow-navy-100);
  --pshow-accent-hover:var(--pshow-navy-500);

  /* AI marker — softer blue tint ("destacar ligeramente") */
  --pshow-ai-bg:rgba(43, 96, 184, 0.10);
  --pshow-ai-text:#1F4FA0;
  --pshow-ai-spark:#2B60B8;

  --pshow-feature-light:var(--pshow-navy-100);
  --pshow-feature-text:var(--pshow-navy-700);

  position: relative;
  height: 300vh;
  background: var(--pshow-bg-page);
  scroll-margin-top: 72px;
}

.walkthrough.pshow .pshow-sticky {
  position: sticky;
  top: 52px; /* clear the page's sticky nav */
  height: calc(100vh - 52px);
  min-height: 680px;
  overflow: hidden;
  background:
    /* Match Esquemas: soft blue corner glow top-right + sky bottom-left on F6F9FC base */
    radial-gradient(circle 640px at 100% 0%, rgba(82,140,214,0.18) 0%, transparent 70%),
    radial-gradient(circle 480px at 0% 100%, rgba(163,212,232,0.20) 0%, transparent 70%),
    #F6F9FC;
}
.walkthrough.pshow .pshow-inner {
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(20px, 3vh, 40px) 32px;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.5vh, 32px);
  font-family: var(--font-d);
  color: var(--pshow-text-strong);
  line-height: 1.5;
}

/* ── Top bar ───────────────────────────────────────────────── */
.walkthrough.pshow .pshow-topbar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
.walkthrough.pshow .pshow-topbar__title {
  display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
}
.walkthrough.pshow .pshow-topbar__eyebrow {
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--pshow-ls-caps);
  text-transform: uppercase;
  color: var(--pshow-accent-base);
  display: inline-flex; align-items: center; gap: 8px;
}
.walkthrough.pshow .pshow-topbar__eyebrow::before {
  content: ''; width: 16px; height: 1px; background: currentColor;
}
.walkthrough.pshow .pshow-topbar__lead {
  font-family: var(--font-d);
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--pshow-text-strong);
  max-width: 44ch;
  text-wrap: balance;
}
.walkthrough.pshow .pshow-topbar__lead strong {
  font-weight: 500;
  color: var(--pshow-accent-base);
}

/* ── Stepper ───────────────────────────────────────────────── */
.walkthrough.pshow .pshow-stepper {
  background: rgba(255,255,255,0.65);
  border: 1px solid var(--pshow-stroke-soft);
  border-radius: var(--pshow-r-xl);
  padding: 12px 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  flex-shrink: 0;
}
.walkthrough.pshow .pshow-stepper__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  position: relative;
}
.walkthrough.pshow .pshow-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: var(--pshow-r-md);
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: background var(--pshow-dur-fast) var(--pshow-ease);
}
.walkthrough.pshow .pshow-step:hover { background: var(--pshow-surface-2); }
.walkthrough.pshow .pshow-step[aria-selected="true"] { background: var(--pshow-accent-light); }

.walkthrough.pshow .pshow-step__num {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--pshow-surface-3);
  color: var(--pshow-text-soft);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d);
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  transition: all var(--pshow-dur-normal) var(--pshow-ease);
}
.walkthrough.pshow .pshow-step[aria-selected="true"] .pshow-step__num {
  background: var(--pshow-accent-base);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(82,140,214,0.22);
}
.walkthrough.pshow .pshow-step[data-seen="true"] .pshow-step__num {
  background: var(--pshow-accent-base);
  color: #fff;
}
.walkthrough.pshow .pshow-step__name {
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 500;
  color: var(--pshow-text-sub);
  line-height: 1.2;
}
.walkthrough.pshow .pshow-step[aria-selected="true"] .pshow-step__name {
  color: var(--pshow-text-strong);
  font-weight: 600;
}
.walkthrough.pshow .pshow-stepper__track {
  margin-top: 8px;
  height: 2px;
  background: var(--pshow-stroke-soft);
  border-radius: var(--pshow-r-pill);
  position: relative;
  overflow: hidden;
}
.walkthrough.pshow .pshow-stepper__fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--pshow-accent-base);
  border-radius: var(--pshow-r-pill);
  width: 0%;
  transition: width var(--pshow-dur-normal) var(--pshow-ease);
}

/* ── Body (2 columns) ──────────────────────────────────────── */
.walkthrough.pshow .pshow-body {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(500px, 1.6fr);
  gap: clamp(24px, 4vw, 48px);
  flex: 1;
  min-height: 0;
  align-items: center;
}
.walkthrough.pshow .pshow-content {
  position: relative;
  min-height: 0;
  height: 100%;
}
.walkthrough.pshow .pshow-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity var(--pshow-dur-normal) var(--pshow-ease),
              transform var(--pshow-dur-slow) var(--pshow-ease);
}
.walkthrough.pshow .pshow-panel[aria-hidden="false"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.walkthrough.pshow .pshow-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 30px;
  padding: 0 16px;
  border-radius: var(--pshow-r-pill);
  background: var(--pshow-feature-light);
  color: var(--pshow-feature-text);
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--pshow-ls-caps);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.walkthrough.pshow .pshow-panel__title {
  font-family: var(--font-d);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: var(--pshow-ls-tight);
  color: var(--pshow-text-strong);
  margin-bottom: 20px;
}
.walkthrough.pshow .pshow-accent { color: var(--pshow-accent-base); }
.walkthrough.pshow .pshow-panel__desc {
  color: var(--pshow-text-sub);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 52ch;
}
.walkthrough.pshow .pshow-panel__chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 24px;
}
.walkthrough.pshow .pshow-chip {
  display: inline-flex; align-items: center; gap: 6px;
  height: 28px;
  padding: 0 12px;
  border-radius: var(--pshow-r-pill);
  background: var(--pshow-feature-light);
  color: var(--pshow-feature-text);
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.walkthrough.pshow .pshow-chip--ai {
  background: var(--pshow-ai-bg);
  color: var(--pshow-ai-text);
  box-shadow: inset 0 0 0 1px rgba(43,96,184,0.18);
}
.walkthrough.pshow .pshow-chip--ai::before {
  content: '✦'; font-size: 11px; color: var(--pshow-ai-spark);
}
.walkthrough.pshow .pshow-panel__actions { display: flex; gap: 12px; align-items: center; }
.walkthrough.pshow .pshow-panel__link {
  display: inline-flex; align-items: center; gap: 8px;
  height: 36px;
  padding: 0 16px;
  border-radius: var(--pshow-r-sm);
  border: 1px solid var(--pshow-stroke-sub);
  color: var(--pshow-text-strong);
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 500;
  transition: all var(--pshow-dur-fast) var(--pshow-ease);
  background: transparent;
}
.walkthrough.pshow .pshow-panel__link:hover {
  border-color: var(--pshow-accent-base);
  color: var(--pshow-accent-base);
}
.walkthrough.pshow .pshow-panel__link::after { content: '→'; }

/* ── Stage (right) ─────────────────────────────────────────── */
.walkthrough.pshow .pshow-stage {
  position: relative;
  min-height: 0;
  height: 100%;
}
.walkthrough.pshow .pshow-composition {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity var(--pshow-dur-normal) var(--pshow-ease),
              transform var(--pshow-dur-slow) var(--pshow-ease);
}
.walkthrough.pshow .pshow-composition[aria-hidden="false"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ── Placeholder ───────────────────────────────────────────── */
.walkthrough.pshow .pshow-placeholder {
  background:
    repeating-linear-gradient(135deg,
      var(--pshow-surface-2) 0,
      var(--pshow-surface-2) 1px,
      transparent 1px,
      transparent 14px),
    var(--pshow-surface-1);
  border: 1px solid var(--pshow-stroke-soft);
  border-radius: var(--pshow-r-2xl);
  box-shadow: var(--pshow-shadow-lg);
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px;
  position: relative;
}
.walkthrough.pshow .pshow-placeholder__num {
  font-family: var(--font-d);
  font-size: clamp(70px, 9vw, 120px);
  font-weight: 700;
  color: var(--pshow-accent-light);
  line-height: 1;
  letter-spacing: var(--pshow-ls-tight);
}
.walkthrough.pshow .pshow-placeholder__label {
  display: inline-flex; align-items: center; height: 32px;
  padding: 0 16px;
  border-radius: var(--pshow-r-pill);
  background: var(--pshow-surface-1);
  border: 1px solid var(--pshow-stroke-soft);
  color: var(--pshow-text-strong);
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: var(--pshow-ls-caps); text-transform: uppercase;
  box-shadow: var(--pshow-shadow-sm);
}
.walkthrough.pshow .pshow-placeholder__hint {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--pshow-text-soft);
}
.walkthrough.pshow .pshow-placeholder__timer {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--pshow-stroke-soft);
  border-radius: var(--pshow-r-pill);
  font-size: 12px; font-weight: 500; color: var(--pshow-text-sub);
  box-shadow: var(--pshow-shadow-sm);
}
.walkthrough.pshow .pshow-placeholder__timer::before {
  content: ''; width: 6px; height: 6px;
  background: var(--pshow-green-500); border-radius: 50%;
  animation: pshowPulse 1.8s ease-in-out infinite;
}
.walkthrough.pshow .pshow-placeholder__caption {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 9px; font-weight: 600;
  letter-spacing: var(--pshow-ls-caps); text-transform: uppercase;
  color: var(--pshow-text-disabled);
  white-space: nowrap;
}
@keyframes pshowPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

/* ============================================================
   ONBOARDING — iPhone overlapping MacBook
   ============================================================ */
.walkthrough.pshow .compo-onboarding {
  position: relative;
  width: 100%;
  max-width: 820px;
  height: clamp(380px, 56vh, 520px);
  margin: 0 auto;
}
.walkthrough.pshow .compo-onboarding .pshow-macbook {
  position: absolute; top: 0; right: 0; width: 86%;
}
.walkthrough.pshow .compo-onboarding .pshow-iphone {
  position: absolute; bottom: -10px; left: 0;
}

/* iPhone */
.walkthrough.pshow .pshow-iphone {
  width: clamp(170px, 14vw, 208px);
  background: var(--pshow-navy-950);
  border-radius: 30px;
  padding: 7px;
  box-shadow: var(--pshow-shadow-xl);
  position: relative;
  z-index: 2;
}
.walkthrough.pshow .pshow-iphone__screen {
  width: 100%;
  background: var(--pshow-surface-1);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 9 / 19;
}
.walkthrough.pshow .pshow-iphone__notch {
  position: absolute;
  top: 6px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 18px;
  background: var(--pshow-navy-950);
  border-radius: var(--pshow-r-pill);
  z-index: 5;
}
.walkthrough.pshow .pshow-ios-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 16px 0;
  font-family: var(--font-d);
  font-size: 9px; font-weight: 600;
  color: var(--pshow-text-strong);
  height: 26px;
}
.walkthrough.pshow .pshow-ios-status__signals {
  display: inline-flex; gap: 3px; align-items: center; font-size: 8px;
}
.walkthrough.pshow .pshow-ios-appheader {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid var(--pshow-stroke-soft);
}
.walkthrough.pshow .pshow-brand {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-d);
  font-size: 11px; font-weight: 700;
  color: var(--pshow-text-strong);
}
.walkthrough.pshow .pshow-brand::before {
  content: ''; width: 11px; height: 11px;
  background: var(--pshow-navy-400); border-radius: 3px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.walkthrough.pshow .pshow-menu-icon {
  display: flex; flex-direction: column; gap: 2px; width: 12px; cursor: pointer;
}
.walkthrough.pshow .pshow-menu-icon span {
  height: 1.5px; width: 100%; background: var(--pshow-text-sub); border-radius: 2px;
}
.walkthrough.pshow .pshow-ios-body {
  flex: 1; padding: 8px 12px; overflow: hidden;
  display: flex; flex-direction: column; gap: 6px;
}
.walkthrough.pshow .pshow-cot-eyebrow {
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 7.5px; font-weight: 600;
  color: var(--pshow-navy-400);
  letter-spacing: var(--pshow-ls-caps); text-transform: uppercase;
}
.walkthrough.pshow .pshow-cot-eyebrow--navy { color: var(--pshow-navy-500); }
.walkthrough.pshow .pshow-cot-title {
  font-family: var(--font-d);
  font-size: 13px; font-weight: 700;
  color: var(--pshow-text-strong);
  line-height: 1.15;
  letter-spacing: var(--pshow-ls-tight);
}
.walkthrough.pshow .pshow-cot-sub {
  font-size: 8.5px; color: var(--pshow-text-sub); line-height: 1.4;
}
.walkthrough.pshow .pshow-cot-card {
  background: var(--pshow-surface-1);
  border: 1px solid var(--pshow-stroke-soft);
  border-radius: var(--pshow-r-md);
  padding: 6px 8px;
}
.walkthrough.pshow .pshow-cot-card__head {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px;
}
.walkthrough.pshow .pshow-cot-card__label {
  font-family: var(--font-d); font-size: 8.5px; font-weight: 600; color: var(--pshow-text-strong);
}
.walkthrough.pshow .pshow-cot-card__hint { font-size: 7px; color: var(--pshow-text-soft); }
.walkthrough.pshow .pshow-cot-options {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
}
.walkthrough.pshow .pshow-cot-option {
  padding: 4px 5px;
  border-radius: var(--pshow-r-2xs);
  border: 1px solid var(--pshow-stroke-soft);
  display: flex; flex-direction: column; gap: 1px;
}
.walkthrough.pshow .pshow-cot-option.active {
  border-color: var(--pshow-navy-400); background: var(--pshow-navy-50);
}
.walkthrough.pshow .pshow-cot-option__name {
  font-family: var(--font-d); font-size: 7.5px; font-weight: 600; color: var(--pshow-text-strong);
}
.walkthrough.pshow .pshow-cot-option__sub {
  font-size: 6.5px; color: var(--pshow-text-soft);
}
.walkthrough.pshow .pshow-cot-amount {
  font-family: var(--font-d);
  font-size: 14px; font-weight: 700;
  color: var(--pshow-text-strong);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.walkthrough.pshow .pshow-cot-amount__currency {
  font-size: 7.5px; font-weight: 500; color: var(--pshow-text-soft); margin-left: 3px;
}
.walkthrough.pshow .pshow-cot-slider {
  position: relative; height: 3px; background: var(--pshow-stroke-sub);
  border-radius: var(--pshow-r-pill); margin: 3px 0;
}
.walkthrough.pshow .pshow-cot-slider__fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--pshow-navy-500); border-radius: var(--pshow-r-pill); width: 65%;
}
.walkthrough.pshow .pshow-cot-slider__handle {
  position: absolute; top: 50%; left: 65%; width: 10px; height: 10px;
  border-radius: 50%; background: #fff; border: 2px solid var(--pshow-navy-500);
  transform: translate(-50%, -50%); box-shadow: var(--pshow-shadow-sm);
}
.walkthrough.pshow .pshow-cot-slider__range {
  display: flex; justify-content: space-between;
  font-size: 6.5px; color: var(--pshow-text-soft); margin-top: 2px;
}
.walkthrough.pshow .pshow-cot-plazo {
  display: flex; gap: 3px; flex-wrap: wrap;
}
.walkthrough.pshow .pshow-cot-plazo__btn {
  flex: 1; min-width: 0; padding: 4px 0;
  border-radius: var(--pshow-r-2xs);
  border: 1px solid var(--pshow-stroke-soft);
  font-family: var(--font-d); font-size: 7.5px; font-weight: 500;
  color: var(--pshow-text-sub); text-align: center;
}
.walkthrough.pshow .pshow-cot-plazo__btn.active {
  border-color: var(--pshow-navy-400);
  color: var(--pshow-navy-700);
  font-weight: 600;
  background: var(--pshow-navy-50);
}
.walkthrough.pshow .pshow-cot-card--pago {
  background: linear-gradient(135deg, var(--pshow-navy-100), var(--pshow-navy-50));
  border-color: var(--pshow-navy-200);
}
.walkthrough.pshow .pshow-cot-card__bigamount {
  font-family: var(--font-d); font-size: 16px; font-weight: 700;
  color: var(--pshow-text-strong); font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em; line-height: 1;
}
.walkthrough.pshow .pshow-cot-card__pago-sub {
  font-size: 7px; color: var(--pshow-text-sub); margin-top: 2px;
}
.walkthrough.pshow .pshow-cot-foot {
  display: flex; align-items: center; gap: 4px;
  font-size: 6.5px; color: var(--pshow-text-soft);
  margin-top: auto; padding-top: 4px;
}
.walkthrough.pshow .pshow-cot-foot::before {
  content: '○'; font-size: 7px; color: var(--pshow-text-soft);
}
.walkthrough.pshow .pshow-cot-cta {
  background: var(--pshow-navy-800); color: #fff;
  padding: 7px 10px; border-radius: var(--pshow-r-sm);
  font-family: var(--font-d); font-size: 9.5px; font-weight: 600;
  text-align: center; margin-top: 8px;
}
.walkthrough.pshow .pshow-cot-cta::after { content: ' →'; }

/* MacBook */
.walkthrough.pshow .pshow-macbook { position: relative; }
.walkthrough.pshow .pshow-macbook__lid {
  background: var(--pshow-navy-950);
  border-radius: 12px 12px 4px 4px;
  padding: 10px 10px 12px;
}
.walkthrough.pshow .pshow-macbook__screen {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--pshow-surface-1);
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 140px 1fr;
}
.walkthrough.pshow .pshow-macbook__base {
  height: 10px;
  background: linear-gradient(180deg, var(--pshow-slate-400), var(--pshow-slate-500));
  border-radius: 0 0 12px 12px;
  width: 108%; margin: 0 0 0 -4%;
  box-shadow: var(--pshow-shadow-md);
  position: relative;
}
.walkthrough.pshow .pshow-macbook__base::after {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 80px; height: 3px; background: var(--pshow-slate-600);
  border-radius: 0 0 6px 6px;
}
.walkthrough.pshow .pshow-macbook__camera {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--pshow-slate-700); z-index: 4;
}

.walkthrough.pshow .pshow-mac-sidebar {
  background: #fff;
  border-right: 1px solid var(--pshow-stroke-soft);
  padding: 12px;
  display: flex; flex-direction: column; gap: 12px;
  overflow: hidden;
}
.walkthrough.pshow .pshow-mac-sidebar__brand {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: var(--font-d); font-size: 11px; font-weight: 700;
  color: var(--pshow-text-strong); margin-bottom: 4px;
}
.walkthrough.pshow .pshow-mac-sidebar__brand::before {
  content: ''; width: 11px; height: 11px;
  background: var(--pshow-navy-400); border-radius: 3px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.walkthrough.pshow .pshow-mac-company {
  display: flex; align-items: center; gap: 5px;
  padding: 5px 6px;
  background: var(--pshow-surface-2);
  border-radius: var(--pshow-r-2xs);
  border: 1px solid var(--pshow-stroke-soft);
}
.walkthrough.pshow .pshow-mac-company__avatar {
  width: 18px; height: 18px;
  background: var(--pshow-navy-800);
  color: #fff;
  border-radius: var(--pshow-r-3xs);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 8px; font-weight: 700; flex-shrink: 0;
}
.walkthrough.pshow .pshow-mac-company__body { flex: 1; min-width: 0; }
.walkthrough.pshow .pshow-mac-company__name {
  font-size: 8px; font-weight: 600; color: var(--pshow-text-strong);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.walkthrough.pshow .pshow-mac-company__rfc {
  font-family: ui-monospace, 'SF Mono', monospace;
  font-size: 7px; color: var(--pshow-text-soft);
}
.walkthrough.pshow .pshow-mac-company__chev { font-size: 7px; color: var(--pshow-text-soft); }

.walkthrough.pshow .pshow-mac-section { display: flex; flex-direction: column; gap: 4px; }
.walkthrough.pshow .pshow-mac-section__head {
  display: flex; align-items: center; gap: 5px; margin-bottom: 2px;
}
.walkthrough.pshow .pshow-mac-section__num {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--pshow-navy-400); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 8px; font-weight: 700; flex-shrink: 0;
}
.walkthrough.pshow .pshow-mac-section__num.dim {
  background: var(--pshow-surface-3); color: var(--pshow-text-soft);
}
.walkthrough.pshow .pshow-mac-section__title {
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 8px; font-weight: 700;
  letter-spacing: var(--pshow-ls-caps); text-transform: uppercase;
  color: var(--pshow-text-strong);
}
.walkthrough.pshow .pshow-mac-section__title.dim { color: var(--pshow-text-soft); }

.walkthrough.pshow .pshow-mac-step {
  display: flex; align-items: center; gap: 5px;
  padding: 3px 0 3px 18px;
  font-family: var(--font-d); font-size: 9px; color: var(--pshow-text-sub);
}
.walkthrough.pshow .pshow-mac-step__check {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--pshow-green-500); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-weight: 700; flex-shrink: 0;
}
.walkthrough.pshow .pshow-mac-step.active {
  color: var(--pshow-text-strong); font-weight: 600;
}
.walkthrough.pshow .pshow-mac-step.active .pshow-mac-step__check {
  background: var(--pshow-navy-400);
}

.walkthrough.pshow .pshow-mac-main {
  padding: 12px 20px;
  background: var(--pshow-bg-weak);
  overflow: hidden;
  display: flex; flex-direction: column; gap: 8px;
}
.walkthrough.pshow .pshow-mac-eyebrow {
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 9px; font-weight: 700;
  color: var(--pshow-accent-base);
  letter-spacing: var(--pshow-ls-caps); text-transform: uppercase;
  border-left: 2px solid var(--pshow-accent-base);
  padding-left: 6px;
}
.walkthrough.pshow .pshow-mac-title {
  font-family: var(--font-d);
  font-size: 17px; font-weight: 700;
  color: var(--pshow-text-strong);
  line-height: 1.15;
  letter-spacing: var(--pshow-ls-tight);
}
.walkthrough.pshow .pshow-mac-sub {
  font-size: 9.5px; color: var(--pshow-text-sub); line-height: 1.45;
  margin-bottom: 2px;
}
.walkthrough.pshow .pshow-mac-sub strong {
  color: var(--pshow-text-strong); font-weight: 600;
}
.walkthrough.pshow .pshow-mac-card {
  background: var(--pshow-surface-1);
  border: 1px solid var(--pshow-stroke-soft);
  border-radius: var(--pshow-r-md);
  padding: 10px 12px;
  box-shadow: var(--pshow-shadow-sm);
}
.walkthrough.pshow .pshow-mac-card__head {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px;
}
.walkthrough.pshow .pshow-mac-card__label {
  font-family: var(--font-d); font-size: 10px; font-weight: 600; color: var(--pshow-text-strong);
}
.walkthrough.pshow .pshow-mac-card__hint { font-size: 8px; color: var(--pshow-text-soft); }
.walkthrough.pshow .pshow-mac-amount {
  font-family: var(--font-d); font-size: 19px; font-weight: 700;
  color: var(--pshow-text-strong); font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em; margin-bottom: 4px;
}
.walkthrough.pshow .pshow-mac-amount__currency {
  font-size: 9px; font-weight: 500; color: var(--pshow-text-soft); margin-left: 3px;
}
.walkthrough.pshow .pshow-mac-slider {
  position: relative; height: 4px;
  background: var(--pshow-stroke-sub);
  border-radius: var(--pshow-r-pill); margin: 6px 0 4px;
}
.walkthrough.pshow .pshow-mac-slider__fill {
  position: absolute; left: 0; top: 0; bottom: 0;
  background: var(--pshow-navy-500); border-radius: var(--pshow-r-pill); width: 100%;
}
.walkthrough.pshow .pshow-mac-slider__handle {
  position: absolute; top: 50%; right: 0; width: 12px; height: 12px;
  border-radius: 50%; background: var(--pshow-navy-500); border: 2px solid #fff;
  transform: translate(50%, -50%); box-shadow: var(--pshow-shadow-sm);
}
.walkthrough.pshow .pshow-mac-range {
  display: flex; justify-content: space-between;
  font-size: 8px; color: var(--pshow-text-soft);
  font-family: ui-monospace, 'SF Mono', monospace;
}
.walkthrough.pshow .pshow-mac-plazo {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; margin-top: 6px;
}
.walkthrough.pshow .pshow-mac-plazo__btn {
  padding: 7px 0; border-radius: var(--pshow-r-2xs);
  border: 1px solid var(--pshow-stroke-soft);
  font-family: var(--font-d); font-size: 9px; font-weight: 500;
  color: var(--pshow-text-sub); text-align: center; background: var(--pshow-surface-1);
}
.walkthrough.pshow .pshow-mac-plazo__btn.active {
  border-color: var(--pshow-navy-400);
  color: var(--pshow-navy-700);
  font-weight: 600;
}
.walkthrough.pshow .pshow-mac-card--offer {
  background: linear-gradient(135deg, var(--pshow-navy-50), #fff);
  border-color: var(--pshow-navy-200);
  position: relative;
}
.walkthrough.pshow .pshow-mac-card__offerhead {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px;
}
.walkthrough.pshow .pshow-mac-card__offerlabel {
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 8px; font-weight: 700;
  color: var(--pshow-feature-text);
  letter-spacing: var(--pshow-ls-caps); text-transform: uppercase;
}
.walkthrough.pshow .pshow-mac-chip-ok {
  display: inline-flex; align-items: center; gap: 3px;
  padding: 2px 6px;
  background: var(--pshow-green-100);
  color: var(--pshow-green-700);
  font-family: var(--font-d); font-size: 8px; font-weight: 600;
  border-radius: var(--pshow-r-pill);
}
.walkthrough.pshow .pshow-mac-chip-ok::before {
  content: ''; width: 4px; height: 4px; background: var(--pshow-green-500); border-radius: 50%;
}
.walkthrough.pshow .pshow-mac-offer-amount {
  font-family: var(--font-d); font-size: 22px; font-weight: 700;
  color: var(--pshow-text-strong); font-variant-numeric: tabular-nums;
  line-height: 1; letter-spacing: -0.01em;
}
.walkthrough.pshow .pshow-mac-offer-amount__per {
  font-size: 10px; font-weight: 500; color: var(--pshow-text-sub); margin-left: 3px;
}
.walkthrough.pshow .pshow-mac-offer-sub {
  font-size: 8.5px; color: var(--pshow-text-sub); margin: 3px 0 6px;
}
.walkthrough.pshow .pshow-mac-offer-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.walkthrough.pshow .pshow-mac-offer-key {
  font-family: 'Work Sans', var(--font-ui), system-ui, sans-serif;
  font-size: 7.5px; font-weight: 700;
  color: var(--pshow-text-soft);
  letter-spacing: var(--pshow-ls-caps); text-transform: uppercase;
  margin-bottom: 1px;
}
.walkthrough.pshow .pshow-mac-offer-val {
  font-family: var(--font-d); font-size: 13px; font-weight: 700; color: var(--pshow-text-strong);
}
.walkthrough.pshow .pshow-mac-info {
  display: flex; align-items: flex-start; gap: 5px;
  background: var(--pshow-surface-2);
  border: 1px solid var(--pshow-stroke-soft);
  border-radius: var(--pshow-r-2xs);
  padding: 6px 8px;
  font-size: 8.5px; color: var(--pshow-text-sub); line-height: 1.45;
}
.walkthrough.pshow .pshow-mac-info::before {
  content: 'i';
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--pshow-slate-400); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 8px; font-style: italic; font-family: serif; flex-shrink: 0;
}
.walkthrough.pshow .pshow-mac-info strong {
  color: var(--pshow-text-strong); font-weight: 600;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 899px) {
  .walkthrough.pshow { height: auto; }
  .walkthrough.pshow .pshow-sticky {
    position: static;
    height: auto;
    min-height: auto;
    overflow: visible;
  }
  .walkthrough.pshow .pshow-inner { padding: 56px 20px; }
  .walkthrough.pshow .pshow-body { grid-template-columns: 1fr; gap: 32px; }
  .walkthrough.pshow .pshow-stage { min-height: 360px; height: auto; }
  .walkthrough.pshow .compo-onboarding { height: 380px; }
  .walkthrough.pshow .pshow-content { height: auto; }
  .walkthrough.pshow .pshow-panel {
    position: relative; opacity: 1; transform: none; pointer-events: auto;
  }
  .walkthrough.pshow .pshow-composition {
    position: relative; opacity: 1; transform: none; pointer-events: auto;
  }
  .walkthrough.pshow .pshow-panel + .pshow-panel { margin-top: 48px; }
  .walkthrough.pshow .pshow-composition + .pshow-composition { margin-top: 32px; }
}
@media (max-width: 899px) {
  .walkthrough.pshow .pshow-topbar__lead { font-size: clamp(24px, 6.5vw, 32px); }
  .walkthrough.pshow .pshow-stepper { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .walkthrough.pshow *,
  .walkthrough.pshow *::before,
  .walkthrough.pshow *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}


/* ──────────────────────────────────────── ONBOARDING COMPOSITION v2
   Single desktop frame — same vocabulary as the Buro stage. */

.walkthrough.pshow .compo-onboarding-v2 {
  position: relative;
  width: 100%;
  max-width: 880px;
  aspect-ratio: 16 / 11; /* matches Buro / placeholder slot */
  margin: 0 auto;
}

.walkthrough.pshow .pshow-onb-frame {
  position: absolute;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  overflow: hidden;
}
.walkthrough.pshow .pshow-onb-frame__inner {
  position: relative;
  width: 100%;
  height: var(--scaled-h, auto);
  overflow: hidden;
}

/* Desktop frame — fills slot, same style as Buro */
.walkthrough.pshow .pshow-onb-desktop {
  inset: 0;
  width: 100%;
  border-radius: 24px;
  border: 1px solid rgba(82, 140, 214, 0.12);
  box-shadow:
    0 32px 64px rgba(0, 38, 82, 0.10),
    0 12px 24px rgba(0, 38, 82, 0.06),
    0 2px 4px rgba(0, 38, 82, 0.04);
}

@media (max-width: 899px) {
  .walkthrough.pshow .compo-onboarding-v2 { max-width: 100%; }
}
@media (max-width: 899px) {
  .walkthrough.pshow .pshow-onb-desktop { border-radius: 18px; }
}


/* ── Evaluación crediticia: Buro desktop in translucent frame ── */
.walkthrough.pshow .compo-buro {
  position: relative;
  width: 100%;
  max-width: 880px;
  aspect-ratio: 16 / 11; /* matches placeholder slot */
  margin: 0 auto;
}
.walkthrough.pshow .pshow-buro-desktop {
  position: absolute;
  inset: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: 24px;
  border: 1px solid rgba(82, 140, 214, 0.12);
  box-shadow:
    0 32px 64px rgba(0, 38, 82, 0.10),
    0 12px 24px rgba(0, 38, 82, 0.06),
    0 2px 4px rgba(0, 38, 82, 0.04);
  overflow: hidden;
}
@media (max-width: 899px) {
  .walkthrough.pshow .compo-buro {
    max-width: 100%;
    aspect-ratio: 16 / 11;
  }
}
@media (max-width: 899px) {
  .walkthrough.pshow .pshow-buro-desktop { border-radius: 18px; }
}

/* Common rule: every mock image fits within the stage slot, maintaining
   its native aspect ratio (contain). Drop-shadow gives the bezel float. */
.walkthrough.pshow .compo-buro-img,
.walkthrough.pshow .compo-onboarding-img,
.walkthrough.pshow .compo-expediente,
.walkthrough.pshow .compo-firma-img,
.walkthrough.pshow .compo-clientes-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.walkthrough.pshow .pshow-buro-img,
.walkthrough.pshow .pshow-onboarding-img,
.walkthrough.pshow .pshow-expediente-img,
.walkthrough.pshow .pshow-firma-img,
.walkthrough.pshow .pshow-clientes-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 24px 48px rgba(0, 38, 82, 0.18))
    drop-shadow(0 8px 16px rgba(0, 38, 82, 0.10));
  user-select: none;
  -webkit-user-drag: none;
}

/* Laptop mockups get a +10% scale bump (buro + clientes use a MacBook bezel). */
.walkthrough.pshow .pshow-buro-img,
.walkthrough.pshow .pshow-clientes-img {
  transform: scale(1.1);
  transform-origin: center;
}

/* Non-laptop mockups (tablet + phone, desktop monitor, tablet) get -10% scale. */
.walkthrough.pshow .pshow-onboarding-img,
.walkthrough.pshow .pshow-expediente-img,
.walkthrough.pshow .pshow-firma-img {
  transform: scale(0.9);
  transform-origin: center;
}
@media (max-width: 899px) {
  .walkthrough.pshow .compo-buro-img,
  .walkthrough.pshow .compo-onboarding-img,
  .walkthrough.pshow .compo-expediente,
  .walkthrough.pshow .compo-firma-img,
  .walkthrough.pshow .compo-clientes-img {
    position: relative;
  }
  .walkthrough.pshow .compo-expediente { aspect-ratio: 1768 / 1313; }
  .walkthrough.pshow .compo-buro-img { aspect-ratio: 1976 / 1088; }
  .walkthrough.pshow .compo-onboarding-img { aspect-ratio: 1691 / 1315; }
  .walkthrough.pshow .compo-firma-img { aspect-ratio: 1538 / 1182; }
  .walkthrough.pshow .compo-clientes-img { aspect-ratio: 1938 / 1066; }
}

/* ============================================================
   MOBILE STORY (≤720px)
   ------------------------------------------------------------
   The sticky scroll-jacking layout collapses to a vertical story:
   one card per step with its own copy + mockup paired. The 300vh
   outer height is removed so the section is its natural height.
   ============================================================ */
.pshow-story { display: none; }

@media (max-width: 899px) {
  /* The section grows to 5x viewport so each stage gets one viewport of
     page scroll. As the user scrolls, the parent's scroll-driven `active`
     state updates, and only the active card is visible inside the pinned
     panel below. */
  .walkthrough.pshow {
    height: 500vh;
    background: #F6F9FC;
    background-image:
      radial-gradient(circle 640px at 100% 0%, rgba(82,140,214,0.18) 0%, transparent 70%),
      radial-gradient(circle 480px at 0% 100%, rgba(163,212,232,0.20) 0%, transparent 70%);
    background-repeat: no-repeat;
  }
  /* Hide the desktop sticky layout on mobile. */
  .walkthrough.pshow .pshow-sticky { display: none; }

  /* The mobile story IS the sticky panel — it pins below the nav for
     the duration of the section's scroll runway. */
  .pshow-story {
    display: flex !important;
    flex-direction: column;
    position: sticky;
    top: 56px; /* clear page nav */
    height: calc(100vh - 56px);
    height: calc(100dvh - 56px);
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  /* ── Sticky head: title + stepper + progress ─────────────────── */
  .pshow-story__head {
    flex: 0 0 auto;
    padding: 14px 20px 10px;
    background: rgba(246, 249, 252, 0.92);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid rgba(11, 28, 54, 0.06);
    /* position not sticky here — the whole .pshow-story is the sticky
       element on the page. */
    position: static;
  }
  .pshow-story__topbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 10px;
  }
  .pshow-story__topbar .pshow-topbar__eyebrow {
    font-size: 11px;
  }
  .pshow-story__topbar .pshow-topbar__lead {
    font-family: var(--font-d);
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--pshow-text-strong);
    text-wrap: balance;
  }
  .pshow-story__topbar .pshow-topbar__lead strong {
    font-weight: 500;
    color: var(--pshow-accent-base);
  }

  .pshow-story__stepper {
    margin: 0 -20px;
  }
  .pshow-story__stepper-row {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 20px 8px;
    scroll-behavior: smooth;
  }
  .pshow-story__stepper-row::-webkit-scrollbar { display: none; }
  .pshow-story__step {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 4px 10px 6px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    cursor: pointer;
    color: var(--pshow-text-soft);
    transition: color 180ms ease;
    flex: 0 0 auto;
    max-width: 130px;
    white-space: nowrap;
    text-align: left;
  }
  .pshow-story__step[aria-selected="true"] { color: var(--pshow-text-strong); }
  .pshow-story__step-num {
    font-family: var(--font-ui);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: var(--pshow-ls-caps);
    opacity: 0.7;
  }
  .pshow-story__step-name {
    font-family: var(--font-d);
    font-size: 12px;
    font-weight: 500;
  }
  .pshow-story__track {
    height: 2px;
    background: rgba(11, 28, 54, 0.08);
    margin: 0 20px;
    border-radius: 999px;
    overflow: hidden;
  }
  .pshow-story__fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--pshow-accent-base), var(--pshow-accent-strong, var(--pshow-accent-base)));
    border-radius: 999px;
    transition: width 280ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* ── Stage: all 5 cards stacked, only active visible ────────── */
  .pshow-story__stage {
    flex: 1 1 auto;
    position: relative;
    min-height: 0;
    overflow: hidden;
  }
  .pshow-story-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 360ms cubic-bezier(0.4, 0, 0.2, 1),
                transform 360ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .pshow-story-card[data-active="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .pshow-story-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .pshow-story-card__num {
    font-family: var(--font-d);
    font-size: 12px;
    font-weight: 600;
    color: var(--pshow-text-soft);
    letter-spacing: var(--pshow-ls-caps);
  }
  .pshow-story-card .pshow-panel__eyebrow {
    margin: 0;
    height: 22px;
    padding: 0 10px;
    font-size: 10px;
  }
  .pshow-story-card .pshow-panel__title {
    font-family: var(--font-d);
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.018em;
    color: var(--pshow-text-strong);
    margin: 0;
    text-wrap: balance;
  }
  /* Mockup gets the largest share of the remaining vertical space. */
  .pshow-story-card__mockup {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px -8px 0;
    width: calc(100% + 16px);
    overflow: hidden;
  }
  .pshow-story-card__mockup > * {
    max-height: 100%;
    max-width: 100%;
  }
  .pshow-story-card__mockup img {
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: none !important;
  }
  .walkthrough.pshow .pshow-story-card__mockup .compo-onboarding-img {
    width: auto;
    max-width: 100%;
    margin-inline: auto;
  }

  .pshow-story-card .pshow-panel__chips {
    margin: 0;
    flex: 0 0 auto;
    gap: 6px;
  }
  .pshow-story-card .pshow-chip {
    height: 22px;
    padding: 0 8px;
    font-size: 11px;
  }
  .pshow-story-card .pshow-panel__desc {
    color: var(--pshow-text-sub);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
    max-width: none;
    flex: 0 0 auto;
    /* Cap at ~3 lines so the card never grows past the pinned panel. */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* ── Firma / Formalización styles handled by the common image rule above ── */
