/* ── Self-hosted fonts (Schibsted Grotesk variable + Space Mono) ───────────── */
@font-face {
  font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url('./fonts/schibsted-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Schibsted Grotesk'; font-style: normal; font-weight: 400 900; font-display: swap;
  src: url('./fonts/schibsted-latinext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('./fonts/space-mono-400.woff2') format('woff2'); }
@font-face { font-family: 'Space Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url('./fonts/space-mono-700.woff2') format('woff2'); }

/* latin-ext */

/* latin */

/* latin-ext */

/* latin */

/* latin-ext */

/* latin */

/* latin-ext */

/* latin */

/* latin-ext */

/* latin */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */


/* ============================================================
   YAPITA — design system
   Warm paper · ink · clay (sello/coin) · pine (lake-green)
   ============================================================ */

:root {
  /* surfaces — warm cream */
  --paper:    oklch(0.975 0.014 76);
  --paper-2:  oklch(0.95 0.018 72);    /* sunk panels */
  --card:     oklch(0.992 0.008 80);   /* raised cards */
  --line:     oklch(0.89 0.014 72);
  --line-2:   oklch(0.83 0.016 70);

  /* ink */
  --ink:      oklch(0.255 0.014 58);
  --ink-2:    oklch(0.46 0.014 58);
  --ink-3:    oklch(0.63 0.012 60);
  --ink-4:    oklch(0.78 0.01 62);

  /* clay — primary (sello / coin / wax stamp) */
  --clay:      oklch(0.655 0.132 52);
  --clay-deep: oklch(0.50 0.115 48);
  --clay-ink:  oklch(0.38 0.10 47);
  --clay-soft: oklch(0.93 0.038 60);
  --clay-tint: oklch(0.965 0.018 65);
  --on-clay:   oklch(0.99 0.01 80);

  /* pine — secondary (lake-green, network/success) */
  --pine:      oklch(0.55 0.085 168);
  --pine-deep: oklch(0.43 0.075 168);
  --pine-soft: oklch(0.93 0.028 168);
  --on-pine:   oklch(0.99 0.01 160);

  /* semantic */
  --danger:    oklch(0.565 0.155 27);
  --danger-soft: oklch(0.93 0.04 30);
  --warn:      oklch(0.74 0.12 75);
  --warn-soft: oklch(0.95 0.05 80);

  --font-sans: 'Schibsted Grotesk', system-ui, sans-serif;
  --font-mono: 'Space Mono', ui-monospace, monospace;

  --r-card: 20px;
  --r-btn: 13px;
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(40,30,20,0.05), 0 1px 1px rgba(40,30,20,0.04);
  --sh-2: 0 4px 14px rgba(50,38,24,0.08), 0 1px 3px rgba(50,38,24,0.06);
  --sh-3: 0 18px 48px rgba(45,33,20,0.16), 0 4px 12px rgba(45,33,20,0.08);
  --sh-pop: 0 10px 30px rgba(120,72,30,0.22);
}

* { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body { background: var(--paper-2); }

button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::-webkit-scrollbar { width: 0; height: 0; }
* { scrollbar-width: none; }

/* ---------- typographic helpers ---------- */
.mono { font-family: var(--font-mono); }
.tnum { font-feature-settings: 'tnum' 1; font-variant-numeric: tabular-nums; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 700;
}

/* ============================================================
   STAGE / HUB
   ============================================================ */
.stage {
  min-height: 100vh; width: 100%;
  background:
    radial-gradient(120% 80% at 50% -10%, oklch(0.985 0.012 70), transparent 60%),
    var(--paper-2);
  display: flex; flex-direction: column;
}

.toolbar {
  height: 56px; flex-shrink: 0;
  display: flex; align-items: center; gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: oklch(0.98 0.008 75 / 0.85);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 40;
}
.tb-brand { font-weight: 800; letter-spacing: -0.02em; font-size: 18px; display: flex; align-items: center; gap: 9px; }
.tb-mark {
  width: 24px; height: 24px; border-radius: 7px;
  background: var(--clay); color: var(--on-clay);
  display: grid; place-items: center; font-weight: 800; font-size: 14px;
  box-shadow: inset 0 0 0 1px oklch(0.5 0.11 48 / 0.4);
}
.tb-back {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 600; color: var(--ink-2);
  padding: 7px 12px 7px 9px; border-radius: var(--r-pill);
  border: 1px solid var(--line-2); background: var(--card);
  transition: .15s;
}
.tb-back:hover { color: var(--ink); border-color: var(--ink-3); }
.tb-seg { display: flex; gap: 2px; padding: 3px; background: var(--paper-2); border-radius: var(--r-pill); border: 1px solid var(--line); }
.tb-seg button {
  font-size: 13px; font-weight: 600; color: var(--ink-3);
  padding: 6px 14px; border-radius: var(--r-pill); transition: .15s;
}
.tb-seg button.on { background: var(--card); color: var(--ink); box-shadow: var(--sh-1); }

.stage-body { flex: 1; display: grid; place-items: center; padding: 32px 20px 56px; overflow: auto; }

/* ---------- HUB ---------- */
.hub { width: 100%; max-width: 1120px; }
.hub-hero { text-align: center; margin-bottom: 40px; }
.hub-loc {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 22px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--clay-ink); background: var(--clay-tint);
  border: 1px solid var(--clay-soft); padding: 6px 13px; border-radius: var(--r-pill); font-weight: 700;
}
.hub-title {
  font-size: clamp(40px, 7vw, 76px); line-height: 0.96; letter-spacing: -0.035em;
  font-weight: 800; margin: 0 0 18px; color: var(--ink);
}
.hub-title em { font-style: normal; color: var(--clay); }
.hub-sub { font-size: clamp(16px, 2vw, 20px); color: var(--ink-2); max-width: 560px; margin: 0 auto; line-height: 1.45; text-wrap: balance; }

.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 860px) { .persona-grid { grid-template-columns: 1fr; } }

.persona {
  position: relative; text-align: left; overflow: hidden;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-card); padding: 24px 22px 22px;
  box-shadow: var(--sh-1); transition: .2s cubic-bezier(.2,.7,.3,1);
  display: flex; flex-direction: column; min-height: 250px;
}
.persona:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--line-2); }
.persona-badge {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  font-size: 22px; margin-bottom: 16px;
}
.persona h3 { margin: 0 0 3px; font-size: 21px; letter-spacing: -0.02em; font-weight: 700; }
.persona .role { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.persona p { margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; flex: 1; }
.persona .go {
  margin-top: 18px; display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; color: var(--ink);
}
.persona .go .arr { transition: .2s; }
.persona:hover .go .arr { transform: translateX(4px); }
.persona-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.ptag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.04em; color: var(--ink-3); background: var(--paper-2); border: 1px solid var(--line); padding: 3px 9px; border-radius: var(--r-pill); }

.hub-foot { text-align: center; margin-top: 38px; font-size: 13px; color: var(--ink-3); }
.hub-foot .mono { color: var(--ink-2); }

/* ============================================================
   GENERIC UI PRIMITIVES (used inside surfaces)
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; padding: 13px 18px; border-radius: var(--r-btn);
  transition: .15s; white-space: nowrap; line-height: 1;
}
.btn-primary { background: var(--clay); color: var(--on-clay); box-shadow: var(--sh-2); }
.btn-primary:hover { background: var(--clay-deep); }
.btn-primary:active { transform: translateY(1px); }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: oklch(0.32 0.014 58); }
.btn-ghost { background: var(--card); color: var(--ink); border: 1px solid var(--line-2); }
.btn-ghost:hover { border-color: var(--ink-3); }
.btn-pine { background: var(--pine); color: var(--on-pine); box-shadow: var(--sh-2); }
.btn-pine:hover { background: var(--pine-deep); }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 20px; font-size: 16px; border-radius: 15px; }
.btn:disabled { opacity: 0.4; pointer-events: none; }

.pill {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: var(--r-pill);
  letter-spacing: 0.01em;
}
.pill-clay { background: var(--clay-soft); color: var(--clay-ink); }
.pill-pine { background: var(--pine-soft); color: var(--pine-deep); }
.pill-ink  { background: var(--paper-2); color: var(--ink-2); border: 1px solid var(--line); }
.pill-danger { background: var(--danger-soft); color: var(--danger); }
.pill-warn { background: var(--warn-soft); color: oklch(0.5 0.11 70); }
.pill-live { background: var(--danger); color: white; }
.pill-live .dot { width: 6px; height: 6px; border-radius: 50%; background: white; animation: blink 1.1s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.25} }

/* ---------- faux QR ---------- */
.qr { display: grid; background: white; padding: 0; border-radius: 12px; }
.qr i { display: block; }

/* ---------- stamp grid (sellos) ---------- */
.sellos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.sello {
  aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center;
  position: relative; font-family: var(--font-mono); font-weight: 700;
}
.sello.empty { border: 2px dashed var(--line-2); color: var(--ink-4); font-size: 13px; }
.sello.full {
  background: radial-gradient(circle at 38% 32%, oklch(0.72 0.13 56), var(--clay) 70%);
  color: var(--on-clay); box-shadow: inset 0 0 0 2px oklch(0.5 0.11 48 / 0.35), var(--sh-1);
}
.sello.full::after { content: '✦'; font-size: 15px; opacity: 0.9; }
.sello.reward { border: 2px solid var(--clay); color: var(--clay-ink); font-size: 11px; background: var(--clay-tint); }
.sello.pop { animation: sello-pop .5s cubic-bezier(.2,.9,.3,1.4); }
@keyframes sello-pop { 0%{transform:scale(0); opacity:0} 60%{transform:scale(1.18)} 100%{transform:scale(1)} }

/* ---------- progress ring ---------- */
.ring-wrap { position: relative; display: grid; place-items: center; }
.ring-wrap .ring-label { position: absolute; text-align: center; }

/* animations */
@keyframes card-in { 0%{transform:translateY(34px) scale(.96)} 100%{transform:translateY(0) scale(1)} }
@keyframes fly-in { 0%{transform:translateY(120px) scale(.82) rotate(-4deg)} 70%{transform:translateY(-8px) scale(1.03)} 100%{transform:translateY(0) scale(1)} }
@keyframes pop-in { 0%{transform:scale(.9)} 100%{transform:scale(1)} }
@keyframes slide-down { 0%{transform:translateY(-130%);} 100%{transform:translateY(0);} }
@keyframes fade-up { 0%{transform:translateY(13px)} 100%{transform:translateY(0)} }
@keyframes pulse-ring { 0%{box-shadow:0 0 0 0 oklch(0.655 0.132 52 / 0.5)} 70%{box-shadow:0 0 0 16px oklch(0.655 0.132 52 / 0)} 100%{box-shadow:0 0 0 0 oklch(0.655 0.132 52 / 0)} }
@keyframes scanline { 0%{top:6%} 50%{top:90%} 100%{top:6%} }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shimmer { 0%{background-position:-200% 0} 100%{background-position:200% 0} }

.anim-card-in { animation: card-in .45s cubic-bezier(.2,.8,.3,1) both; }
.anim-fly-in { animation: fly-in .7s cubic-bezier(.2,.8,.3,1.1) both; }
.anim-fade-up { animation: fade-up .5s ease both; }
.stagger > * { animation: fade-up .5s ease both; }
.stagger > *:nth-child(1){animation-delay:.03s}
.stagger > *:nth-child(2){animation-delay:.08s}
.stagger > *:nth-child(3){animation-delay:.13s}
.stagger > *:nth-child(4){animation-delay:.18s}
.stagger > *:nth-child(5){animation-delay:.23s}
.stagger > *:nth-child(6){animation-delay:.28s}
.stagger > *:nth-child(7){animation-delay:.33s}
.stagger > *:nth-child(8){animation-delay:.38s}

/* locked / blurred (revert-to-free) */
.locked { position: relative; }
.locked .veil {
  position: absolute; inset: 0; backdrop-filter: blur(6px);
  background: oklch(0.97 0.008 75 / 0.55); display: grid; place-items: center;
  border-radius: inherit; z-index: 5; text-align: center; padding: 16px;
}

/* image placeholder */
.imgph {
  background:
    repeating-linear-gradient(135deg, oklch(0.9 0.012 70) 0 9px, oklch(0.93 0.01 72) 9px 18px);
  display: grid; place-items: center; color: var(--ink-3);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  border-radius: 12px;
}

/* ============================================================
   PHONE SURFACE shells
   ============================================================ */
.scr { height: 100%; display: flex; flex-direction: column; background: var(--paper); position: relative; }
.scr-body { flex: 1; overflow-y: auto; overflow-x: hidden; }
.scr-pad { padding: 16px 16px 24px; }

.app-head {
  padding: 10px 16px 12px; display: flex; align-items: center; justify-content: space-between;
  position: sticky; top: 0; z-index: 10; background: var(--paper);
}
.app-head h1 { margin: 0; font-size: 25px; letter-spacing: -0.025em; font-weight: 800; }
.app-head .sub { font-size: 13px; color: var(--ink-3); margin-top: 1px; }

.avatar {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 700; font-size: 15px; color: var(--on-pine);
  background: linear-gradient(140deg, var(--pine), var(--pine-deep));
}

/* bottom tab bar */
.tabbar {
  display: flex; border-top: 1px solid var(--line); background: oklch(0.985 0.006 78 / 0.96);
  backdrop-filter: blur(8px); padding: 6px 6px 4px; flex-shrink: 0;
}
.tabbar button { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 6px 2px; color: var(--ink-3); transition: .15s; }
.tabbar button .ico { width: 24px; height: 24px; display: grid; place-items: center; }
.tabbar button span { font-size: 10.5px; font-weight: 600; }
.tabbar button.on { color: var(--clay); }
.tabbar .fab {
  flex: 0 0 auto; margin: -22px 6px 0; width: 60px; height: 60px; border-radius: 50%;
  background: var(--clay); color: var(--on-clay); box-shadow: var(--sh-pop);
  display: grid; place-items: center; transition: .15s;
}
.tabbar .fab:hover { background: var(--clay-deep); transform: translateY(-2px); }

/* cards inside phone */
.cartilla {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 15px; box-shadow: var(--sh-1); transition: .15s; text-align: left; width: 100%;
}
.cartilla:hover { box-shadow: var(--sh-2); }
.cartilla .row { display: flex; align-items: center; gap: 12px; }
.merch-logo {
  width: 46px; height: 46px; border-radius: 13px; flex-shrink: 0; display: grid; place-items: center;
  font-weight: 800; font-size: 18px; color: white; letter-spacing: -0.02em;
}
.bar { height: 8px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.bar > i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--clay), oklch(0.7 0.13 58)); }

.sheet-back { position: absolute; inset: 0; background: oklch(0.2 0.02 50 / 0.45); z-index: 50; display: flex; align-items: flex-end; animation: fade-up .2s ease; }
.sheet {
  width: 100%; background: var(--paper); border-radius: 22px 22px 0 0; padding: 8px 0 0;
  max-height: 92%; display: flex; flex-direction: column; animation: slide-up .32s cubic-bezier(.2,.8,.3,1);
}
@keyframes slide-up { from{transform:translateY(100%)} to{transform:translateY(0)} }
.sheet-grip { width: 38px; height: 4px; border-radius: 2px; background: var(--line-2); margin: 6px auto 4px; }

/* scan viewfinder */
.viewfinder {
  position: absolute; inset: 0; background: oklch(0.18 0.012 60); z-index: 70;
  display: flex; flex-direction: column; align-items: center; justify-content: center; color: white;
}
.reticle { width: 60%; aspect-ratio: 1; position: relative; }
.reticle .corner { position: absolute; width: 34px; height: 34px; border: 3px solid white; }
.reticle .c1 { top:0; left:0; border-right:0; border-bottom:0; border-radius: 10px 0 0 0; }
.reticle .c2 { top:0; right:0; border-left:0; border-bottom:0; border-radius: 0 10px 0 0; }
.reticle .c3 { bottom:0; left:0; border-right:0; border-top:0; border-radius: 0 0 0 10px; }
.reticle .c4 { bottom:0; right:0; border-left:0; border-top:0; border-radius: 0 0 10px 0; }
.reticle .line { position: absolute; left: 6%; right: 6%; height: 2px; background: var(--clay); box-shadow: 0 0 12px var(--clay); animation: scanline 2.4s ease-in-out infinite; }

/* KPI tiles */
.kpi { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 14px; }
.kpi .v { font-family: var(--font-mono); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.kpi .k { font-size: 12px; color: var(--ink-3); margin-top: 7px; font-weight: 600; }
.kpi .delta { font-size: 11.5px; font-weight: 700; }
.up { color: var(--pine); } .down { color: var(--danger); }

/* list rows */
.lrow { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.lrow:last-child { border-bottom: 0; }

/* trial banner */
.trial-banner {
  border-radius: 16px; padding: 14px 15px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--ink), oklch(0.32 0.02 50)); color: var(--paper);
}
.trial-banner .label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: oklch(0.8 0.06 70); font-weight: 700; }

/* segmented control inside phone */
.seg2 { display: flex; gap: 4px; padding: 4px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 13px; }
.seg2 button { flex: 1; padding: 9px; border-radius: 10px; font-weight: 700; font-size: 13.5px; color: var(--ink-3); transition: .15s; }
.seg2 button.on { background: var(--card); color: var(--ink); box-shadow: var(--sh-1); }

/* choice card */
.choice { text-align: left; width: 100%; background: var(--card); border: 1.5px solid var(--line-2); border-radius: 16px; padding: 16px; transition: .15s; }
.choice:hover { border-color: var(--ink-3); }
.choice.on { border-color: var(--clay); background: var(--clay-tint); box-shadow: 0 0 0 3px oklch(0.655 0.132 52 / 0.12); }
.choice h4 { margin: 0 0 3px; font-size: 16px; font-weight: 700; }
.choice p { margin: 0; font-size: 13px; color: var(--ink-2); line-height: 1.4; }

/* ============================================================
   OPERATOR CONSOLE (web)
   ============================================================ */
.op { display: flex; height: 100%; font-size: 14px; color: var(--ink); background: var(--paper); }
.op-nav { width: 232px; flex-shrink: 0; border-right: 1px solid var(--line); background: var(--paper); padding: 18px 14px; display: flex; flex-direction: column; }
.op-brand { display: flex; align-items: center; gap: 10px; padding: 4px 8px 18px; }
.op-brand .tb-mark { width: 28px; height: 28px; border-radius: 8px; font-size: 16px; }
.op-brand b { font-size: 17px; letter-spacing: -0.02em; }
.op-nav .navitem { display: flex; align-items: center; gap: 11px; padding: 9px 11px; border-radius: 10px; font-weight: 600; font-size: 14px; color: var(--ink-2); transition: .12s; width: 100%; text-align: left; }
.op-nav .navitem:hover { background: var(--paper-2); }
.op-nav .navitem.on { background: var(--ink); color: var(--paper); }
.op-nav .navitem .ico { width: 18px; height: 18px; display: grid; place-items: center; flex-shrink: 0; }
.op-city { margin-top: auto; padding: 12px; border-radius: 12px; background: var(--clay-tint); border: 1px solid var(--clay-soft); }

.op-main { flex: 1; overflow-y: auto; }
.op-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 28px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: oklch(0.985 0.006 78 / 0.9); backdrop-filter: blur(8px); z-index: 20; }
.op-top h2 { margin: 0; font-size: 21px; letter-spacing: -0.02em; }
.op-content { padding: 24px 28px 56px; }

.op-grid { display: grid; gap: 14px; }
.metric { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 17px; }
.metric .k { font-size: 12.5px; color: var(--ink-3); font-weight: 600; display: flex; align-items: center; justify-content: space-between; }
.metric .v { font-family: var(--font-mono); font-size: 30px; font-weight: 700; letter-spacing: -0.02em; margin-top: 8px; line-height: 1; }
.metric .foot { font-size: 12px; color: var(--ink-3); margin-top: 8px; display: flex; align-items: center; gap: 6px; }

.panel { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 18px 19px; }
.panel-h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.panel-h h3 { margin: 0; font-size: 15px; font-weight: 700; }
.panel-h .eyebrow { margin: 0; }

table.tbl { width: 100%; border-collapse: collapse; font-size: 13.5px; }
table.tbl th { text-align: left; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; padding: 0 12px 11px; border-bottom: 1px solid var(--line); }
table.tbl td { padding: 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.tbl tr:last-child td { border-bottom: 0; }
table.tbl tr.hov:hover td { background: var(--paper-2); }
.cellmerch { display: flex; align-items: center; gap: 10px; }
.cellmerch .merch-logo { width: 32px; height: 32px; border-radius: 9px; font-size: 13px; }

/* horizontal bars (density) */
.hbar { display: grid; grid-template-columns: 120px 1fr 42px; align-items: center; gap: 12px; padding: 7px 0; }
.hbar .name { font-size: 13px; font-weight: 600; color: var(--ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hbar .track { height: 12px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
.hbar .track > i { display: block; height: 100%; border-radius: 999px; }
.hbar .num { font-family: var(--font-mono); font-size: 13px; font-weight: 700; text-align: right; }

/* mini map */
.minimap { position: relative; border-radius: 14px; overflow: hidden; background: oklch(0.95 0.014 168); border: 1px solid var(--line); }
.minimap .street { position: absolute; background: oklch(0.99 0.004 80); box-shadow: 0 0 0 1px var(--line); }
.minimap .pin { position: absolute; width: 14px; height: 14px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: var(--sh-1); border: 2px solid white; }
.minimap .pin.lg { width: 20px; height: 20px; }

.donut { display: grid; place-items: center; position: relative; }

/* tweaks-launched note tag */
.proto-tag {
  position: fixed; bottom: 14px; left: 14px; z-index: 60;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em;
  color: var(--ink-3); background: var(--card); border: 1px solid var(--line);
  padding: 5px 11px; border-radius: 999px; box-shadow: var(--sh-1);
}

/* ============================================================
   CONSUMER — warm + polished
   ============================================================ */
.c-wrap { background: var(--paper); }
.c-head { padding: 20px 19px 12px; display: flex; align-items: flex-start; justify-content: space-between; position: sticky; top: 0; z-index: 10; background: linear-gradient(var(--paper) 78%, transparent); }
.c-head .hi { font-size: 23px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; }
.c-head .sub { font-size: 13px; color: var(--ink-3); margin-top: 4px; font-weight: 500; white-space: nowrap; }
.c-head .sub .accent { color: var(--clay-ink); font-weight: 700; }
.c-ava { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 15px; color: var(--on-pine); background: linear-gradient(145deg, var(--pine), var(--pine-deep)); box-shadow: var(--sh-1); }

/* loyalty card */
.cart { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 16px; box-shadow: var(--sh-1); width: 100%; text-align: left; transition: box-shadow .16s, transform .12s; display: block; cursor: pointer; }
.cart:hover { box-shadow: var(--sh-2); }
.cart:active { transform: scale(.992); }
.cart.ready { border-color: var(--clay-soft); box-shadow: 0 0 0 1px var(--clay-soft), var(--sh-2); }
.cart-top { display: flex; align-items: center; gap: 13px; }
.cart-name { font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.cart-meta { font-size: 12.5px; color: var(--ink-3); margin-top: 2px; }
.tag-ready { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; color: var(--clay-ink); background: var(--clay-tint); border: 1px solid var(--clay-soft); padding: 4px 9px; border-radius: 999px; white-space: nowrap; }

.dot-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin: 15px 0 0; }
.dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; }
.dot.on { background: var(--clay); box-shadow: inset 0 1.5px 2.5px oklch(1 0 0 / 0.28); }
.dot.off { background: transparent; box-shadow: inset 0 0 0 1.5px var(--line-2); }
.dot.next { box-shadow: inset 0 0 0 1.5px var(--clay); }
.dot.big { width: 27px; height: 27px; }
.dot.big.on { box-shadow: inset 0 2px 3px oklch(1 0 0 / 0.28); }

.cart-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; }
.cart-foot .lab { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12.5px; color: var(--ink-3); font-weight: 500; }
.cart-foot .lab b { color: var(--ink-2); font-weight: 700; }
.cart-foot .cart-count, .cart-foot .btn { flex-shrink: 0; }
.cart-count { font-family: var(--font-mono); font-size: 12.5px; font-weight: 700; color: var(--ink-3); }

.pts-bar { height: 7px; border-radius: 999px; background: var(--paper-2); overflow: hidden; margin: 15px 0 0; }
.pts-bar > i { display: block; height: 100%; border-radius: 999px; background: var(--clay); }

.btn-sm { padding: 9px 16px; font-size: 13px; border-radius: 10px; font-weight: 700; }

/* shop row (Cerca) */
.shoprow { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; box-shadow: var(--sh-1); }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; }
}

/* ============================================================
   YAPITA — landing page styles (builds on ../styles.css tokens)
   Two directions share these primitives; .lp = shared,
   .a- = Editorial direction, .b- = Producto direction.
   ============================================================ */

/* ---------- compare / focus shell ---------- */
.lp-shell { min-height: 100vh; display: flex; flex-direction: column; background: var(--paper-2); }
.lp-bar {
  height: 54px; flex-shrink: 0; display: flex; align-items: center; gap: 12px;
  padding: 0 16px; border-bottom: 1px solid var(--line);
  background: oklch(0.98 0.008 75 / 0.88); backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 200;
}
.lp-bar .brand { font-weight: 800; letter-spacing: -0.02em; font-size: 16px; display: flex; align-items: center; gap: 8px; }
.lp-bar .tb-mark { width: 22px; height: 22px; border-radius: 6px; font-size: 13px; }
.lp-bar .seg { display: flex; gap: 2px; padding: 3px; background: var(--paper-2); border-radius: var(--r-pill); border: 1px solid var(--line); }
.lp-bar .seg button { font-size: 12.5px; font-weight: 600; color: var(--ink-3); padding: 6px 14px; border-radius: var(--r-pill); transition: .15s; white-space: nowrap; }
.lp-bar .seg button.on { background: var(--card); color: var(--ink); box-shadow: var(--sh-1); }
.lp-bar .note { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; color: var(--ink-3); }

.lp-stage { flex: 1; min-height: 0; overflow: hidden; display: flex; }

/* focus: one page, real scroll */
.lp-focus { flex: 1; min-height: 0; overflow-y: auto; overflow-x: hidden; }

/* compare: two zoomed scroll columns */
.lp-compare { flex: 1; display: grid; grid-template-columns: 1fr 1fr; min-height: 0; }
.cmp-col { min-width: 0; overflow-y: auto; overflow-x: hidden; position: relative; border-right: 1px solid var(--line-2); background: var(--paper-2); }
.cmp-col:last-child { border-right: 0; }
.cmp-tag {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 9px;
  padding: 9px 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em;
  color: var(--ink-2); background: oklch(0.97 0.01 75 / 0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.cmp-tag .k { color: var(--clay-ink); font-weight: 700; }
.cmp-tag .open { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--ink); padding: 4px 11px; border-radius: var(--r-pill); border: 1px solid var(--line-2); background: var(--card); transition: .15s; }
.cmp-tag .open:hover { border-color: var(--ink-3); }
.cmp-frame { position: relative; width: 100%; }
.cmp-scaler { position: absolute; top: 0; left: 0; transform-origin: top left; }

/* ============================================================
   PAGE FRAME (shared by both directions)
   ============================================================ */
.lp { width: 100%; background: var(--paper); color: var(--ink); position: relative; container-type: inline-size; container-name: lp; }
.lp-wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 40px; }
.lp section { position: relative; }

/* nav */
.lp-nav {
  position: sticky; top: 0; z-index: 90; display: flex; align-items: center;
  height: 66px; backdrop-filter: blur(10px);
}
.lp-nav .lp-wrap { display: flex; align-items: center; gap: 26px; }
.lp-logo { font-weight: 800; letter-spacing: -0.025em; font-size: 21px; display: flex; align-items: center; gap: 9px; }
.lp-logo .tb-mark { width: 26px; height: 26px; border-radius: 8px; font-size: 15px; }
.lp-links { display: flex; gap: 24px; margin-left: 12px; }
.lp-links a { font-size: 14px; font-weight: 600; color: var(--ink-2); text-decoration: none; transition: .15s; }
.lp-links a:hover { color: var(--ink); }
.lp-nav .spacer { flex: 1; }

/* generic section heading */
.lp-eye {
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--clay-ink); font-weight: 700; display: inline-flex; align-items: center; gap: 8px;
}
.lp-eye::before { content: ''; width: 22px; height: 1px; background: var(--clay); display: inline-block; }
.lp-h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.02; letter-spacing: -0.03em; font-weight: 800; margin: 16px 0 0; text-wrap: balance; }
.lp-h2 em { font-style: normal; color: var(--clay); }
.lp-lead { font-size: 18px; color: var(--ink-2); line-height: 1.5; max-width: 540px; margin: 14px 0 0; text-wrap: pretty; }

/* footer (shared) */
.lp-foot { background: var(--ink); color: oklch(0.86 0.012 70); padding: 56px 0 30px; }
.lp-foot .lp-wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
.lp-foot .fbrand { font-weight: 800; font-size: 22px; color: var(--paper); letter-spacing: -0.02em; display: flex; align-items: center; gap: 9px; }
.lp-foot .fbrand .tb-mark { box-shadow: none; }
.lp-foot p { font-size: 14px; line-height: 1.55; color: oklch(0.74 0.012 70); margin: 14px 0 0; max-width: 280px; }
.lp-foot h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: oklch(0.66 0.012 70); margin: 0 0 14px; font-weight: 700; }
.lp-foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lp-foot ul a { color: oklch(0.82 0.012 70); text-decoration: none; font-size: 14px; }
.lp-foot ul a:hover { color: var(--paper); }
.lp-foot .fbar { max-width: 1160px; margin: 40px auto 0; padding: 22px 40px 0; border-top: 1px solid oklch(0.34 0.012 60); display: flex; justify-content: space-between; gap: 16px; font-size: 12.5px; color: oklch(0.66 0.012 70); font-family: var(--font-mono); }

/* ---------- waitlist form ---------- */
.wl { display: flex; flex-direction: column; gap: 12px; max-width: 440px; }
.wl-roles { display: inline-flex; gap: 4px; padding: 4px; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-pill); align-self: flex-start; }
.wl-roles button { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--ink-3); padding: 8px 15px; border-radius: var(--r-pill); transition: .15s; }
.wl-roles button.on { background: var(--card); color: var(--ink); box-shadow: var(--sh-1); }
.wl-roles button .ico { display: grid; place-items: center; }
.wl-field { display: flex; gap: 9px; }
.wl-field input {
  flex: 1; min-width: 0; font-family: inherit; font-size: 15px; color: var(--ink);
  padding: 14px 16px; border-radius: var(--r-btn); border: 1.5px solid var(--line-2);
  background: var(--card); outline: none; transition: .15s;
}
.wl-field input::placeholder { color: var(--ink-4); }
.wl-field input:focus { border-color: var(--clay); box-shadow: 0 0 0 3px oklch(0.655 0.132 52 / 0.12); }
.wl-note { font-size: 13px; color: var(--ink-3); display: flex; align-items: center; gap: 7px; }
.wl-note .dotg { width: 6px; height: 6px; border-radius: 50%; background: var(--pine); box-shadow: 0 0 0 3px var(--pine-soft); flex-shrink: 0; }
.wl-ok {
  display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-radius: var(--r-card);
  background: var(--pine-soft); border: 1px solid oklch(0.85 0.04 168); max-width: 440px;
  animation: pop-in .35s cubic-bezier(.2,.8,.3,1.2) both;
}
.wl-ok .chk { width: 38px; height: 38px; border-radius: 50%; background: var(--pine); color: var(--on-pine); display: grid; place-items: center; flex-shrink: 0; }
.wl-ok b { font-size: 15px; color: var(--pine-deep); }
.wl-ok p { margin: 2px 0 0; font-size: 13.5px; color: var(--ink-2); }

/* ---------- merchant strip / chips ---------- */
.mchip { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.mchip .lg { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; font-size: 15px; flex-shrink: 0; }
.mchip .nm { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.mchip .ct { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); letter-spacing: 0.04em; }

/* ---------- step / how-it-works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step .n { font-family: var(--font-mono); font-size: 13px; font-weight: 700; color: var(--clay); letter-spacing: 0.1em; }
.step .ic { width: 52px; height: 52px; border-radius: 15px; background: var(--clay-tint); color: var(--clay); display: grid; place-items: center; margin: 16px 0 16px; border: 1px solid var(--clay-soft); }
.step h4 { margin: 0 0 7px; font-size: 19px; font-weight: 700; letter-spacing: -0.015em; }
.step p { margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }

/* ---------- feature bullets ---------- */
.flist { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-direction: column; gap: 16px; }
.flist li { display: flex; gap: 13px; }
.flist .fi { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.flist b { font-size: 15.5px; font-weight: 700; display: block; }
.flist span { font-size: 14px; color: var(--ink-2); line-height: 1.45; }

/* ---------- tier cards ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.tier { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px 24px; position: relative; transition: .2s; }
.tier:hover { box-shadow: var(--sh-2); }
.tier.hot { border-color: var(--clay); box-shadow: 0 0 0 1px var(--clay), var(--sh-3); }
.tier .badge { position: absolute; top: -11px; left: 24px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--on-clay); background: var(--clay); padding: 5px 11px; border-radius: var(--r-pill); }
.tier .tname { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; }
.tier .tline { font-size: 13px; color: var(--ink-3); margin-top: 3px; }
.tier .price { font-family: var(--font-mono); font-size: 34px; font-weight: 700; letter-spacing: -0.02em; margin: 18px 0 2px; }
.tier .per { font-size: 13px; color: var(--ink-3); }
.tier ul { list-style: none; padding: 0; margin: 20px 0 0; display: flex; flex-direction: column; gap: 11px; }
.tier ul li { display: flex; gap: 10px; font-size: 13.5px; color: var(--ink-2); line-height: 1.4; }
.tier ul li .ck { color: var(--clay); flex-shrink: 0; margin-top: 1px; }
.tier .tcta { margin-top: 22px; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; border-top: 1px solid var(--line); max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: left; padding: 22px 4px; font-size: 17px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); transition: .15s; }
.faq-q:hover { color: var(--clay); }
.faq-q .pm { flex-shrink: 0; width: 24px; height: 24px; display: grid; place-items: center; color: var(--clay); transition: transform .25s; }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 240px; }
.faq-a p { margin: 0; padding: 0 40px 24px 4px; font-size: 15px; color: var(--ink-2); line-height: 1.6; text-wrap: pretty; }

/* ---------- reveal: load-time entrance, always ends visible ---------- */
.reveal { animation: reveal-rise .6s cubic-bezier(.2,.7,.3,1) both; }
@keyframes reveal-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none; } }

/* ---------- Yapita wordmark: skewed clay slab (matches hero "yapa") ---------- */
.ymark { color: var(--on-clay); background: var(--clay); padding: 0.04em 0.22em; border-radius: 0.34em;
  box-decoration-break: clone; -webkit-box-decoration-break: clone; display: inline-block;
  transform: rotate(-1.6deg); font-weight: 800; }

/* ============================================================
   DIRECTION A — Editorial cálido
   ============================================================ */
.a-hero { padding: 24px 0 92px; overflow: hidden; }
.a-hero .lp-wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.a-loc {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 26px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--clay-ink); background: var(--clay-tint); border: 1px solid var(--clay-soft);
  padding: 7px 14px; border-radius: var(--r-pill); font-weight: 700;
}
.a-title { font-size: clamp(44px, 6vw, 78px); line-height: 0.94; letter-spacing: -0.04em; font-weight: 800; margin: 0; }
.a-title em { font-style: normal; color: var(--clay); position: relative; }
.a-title em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0.08em; height: 0.1em; background: var(--clay-soft); z-index: -1; border-radius: 2px; }
.a-sub { font-size: 19px; color: var(--ink-2); line-height: 1.5; max-width: 480px; margin: 22px 0 30px; text-wrap: pretty; }

.a-herofig { position: relative; }
.a-herofig .photo { aspect-ratio: 3/4; width: 100%; border-radius: 22px; box-shadow: var(--sh-3); }
.a-herofig .floatcard {
  position: absolute; left: -34px; bottom: 34px; width: 232px; background: var(--card);
  border: 1px solid var(--line); border-radius: 18px; padding: 16px; box-shadow: var(--sh-3);
}
.a-herofig .floatcard .ftop { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.a-herofig .floatcard .ftop b { font-size: 14px; font-weight: 700; }
.a-herofig .floatcard .ftop .ct { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); }

.a-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.a-strip .lp-wrap { display: flex; align-items: center; gap: 14px; padding-top: 18px; padding-bottom: 18px; }
.a-strip .lab { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; padding-right: 8px; border-right: 1px solid var(--line); }
.a-strip .row { display: flex; gap: 26px; flex-wrap: wrap; flex: 1; }

.a-sec { padding: 92px 0; }
.a-sec.alt { background: var(--paper-2); }
.a-head { max-width: 600px; margin-bottom: 52px; }
.a-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.a-split.rev .a-col-fig { order: -1; }
.a-fig { border-radius: 20px; box-shadow: var(--sh-2); aspect-ratio: 4/3; width: 100%; }
.a-fig.tall { aspect-ratio: 3/4; max-width: 320px; margin: 0 auto; }

.a-cta { padding: 96px 0; text-align: center; }
.a-cta .lp-wrap { display: flex; flex-direction: column; align-items: center; }
.a-cta h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -0.035em; font-weight: 800; margin: 18px 0 18px; text-wrap: balance; }
.a-cta .wl { align-items: center; }
.a-cta .wl-field { width: min(440px, 86vw); }

/* ============================================================
   DIRECTION B — Producto punchy
   ============================================================ */
.b-hero { background: linear-gradient(180deg, var(--clay-tint), var(--paper) 78%); padding: 30px 0 80px; overflow: hidden; }
.b-hero .lp-wrap { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 40px; align-items: center; }
.b-kick { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--clay-ink); background: var(--card); border: 1px solid var(--clay-soft); padding: 7px 13px 7px 9px; border-radius: var(--r-pill); margin-bottom: 24px; }
.b-kick .pip { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }
.b-title { font-size: clamp(44px, 6.4vw, 84px); line-height: 0.9; letter-spacing: -0.045em; font-weight: 800; margin: 0; }
.b-title span { display: block; }
.b-title .c2 { color: var(--clay); }
.b-sub { font-size: 19px; color: var(--ink-2); line-height: 1.5; max-width: 470px; margin: 22px 0 28px; text-wrap: pretty; }
.b-paths { display: flex; gap: 12px; flex-wrap: wrap; }
.b-pathbtn { display: inline-flex; align-items: center; gap: 11px; padding: 14px 20px 14px 16px; border-radius: var(--r-btn); font-weight: 700; font-size: 15.5px; transition: .15s; }
.b-pathbtn .ic { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0; }
.b-pathbtn small { display: block; font-size: 11.5px; font-weight: 600; opacity: 0.7; margin-top: 1px; }
.b-pathbtn.prim { background: var(--clay); color: var(--on-clay); box-shadow: var(--sh-2); }
.b-pathbtn.prim:hover { background: var(--clay-deep); }
.b-pathbtn.prim .ic { background: oklch(1 0 0 / 0.18); }
.b-pathbtn.sec { background: var(--card); color: var(--ink); border: 1px solid var(--line-2); }
.b-pathbtn.sec:hover { border-color: var(--ink-3); }
.b-pathbtn.sec .ic { background: var(--pine-soft); color: var(--pine-deep); }

.b-stats { display: flex; gap: 30px; margin-top: 40px; }
.b-stat .v { font-family: var(--font-mono); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.b-stat .k { font-size: 12.5px; color: var(--ink-3); margin-top: 6px; font-weight: 600; }

.b-herofig { position: relative; display: grid; place-items: center; }
.b-phone { width: 290px; }

.b-sec { padding: 84px 0; }
.b-sec.ink { background: var(--ink); color: var(--paper); }
.b-sec.ink .lp-eye { color: oklch(0.78 0.07 60); }
.b-sec.ink .lp-eye::before { background: var(--clay); }
.b-sec.ink .lp-lead { color: oklch(0.82 0.01 70); }
.b-head { max-width: 580px; margin-bottom: 46px; }

.b-shopgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.b-shop { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 17px; transition: .18s; }
.b-shop:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.b-shop .lg { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-size: 21px; margin-bottom: 13px; }
.b-shop .nm { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.b-shop .ct { font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-3); letter-spacing: 0.04em; margin-top: 2px; }
.b-shop .rw { font-size: 12.5px; color: var(--clay-ink); background: var(--clay-tint); border: 1px solid var(--clay-soft); border-radius: var(--r-pill); padding: 5px 10px; margin-top: 13px; display: inline-block; font-weight: 600; }

.b-stepcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.b-stepcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 26px 22px; position: relative; overflow: hidden; }
.b-stepcard .bign { font-family: var(--font-mono); font-size: 56px; font-weight: 700; color: var(--clay-soft); line-height: 0.8; letter-spacing: -0.04em; }
.b-stepcard .ic { width: 46px; height: 46px; border-radius: 13px; background: var(--clay); color: var(--on-clay); display: grid; place-items: center; margin: -34px 0 16px auto; box-shadow: var(--sh-2); }
.b-stepcard h4 { margin: 0 0 7px; font-size: 18px; font-weight: 700; letter-spacing: -0.015em; }
.b-stepcard p { margin: 0; font-size: 14px; color: var(--ink-2); line-height: 1.5; }

.b-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.b-tile { background: oklch(0.32 0.014 58); border: 1px solid oklch(0.4 0.014 58); border-radius: 16px; padding: 20px; }
.b-tile .ic { width: 40px; height: 40px; border-radius: 11px; background: oklch(0.42 0.02 55); color: oklch(0.85 0.06 60); display: grid; place-items: center; margin-bottom: 14px; }
.b-tile b { font-size: 16px; font-weight: 700; color: var(--paper); display: block; }
.b-tile p { margin: 6px 0 0; font-size: 13.5px; color: oklch(0.78 0.01 70); line-height: 1.45; }

.b-benefits { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.b-benefit { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 15px 17px; }
.b-benefit .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--pine-soft); color: var(--pine-deep); display: grid; place-items: center; flex-shrink: 0; }
.b-benefit b { font-size: 15px; font-weight: 700; }
.b-benefit p { margin: 2px 0 0; font-size: 13px; color: var(--ink-2); }

.b-cta { background: var(--clay); color: var(--on-clay); padding: 84px 0; text-align: center; }
.b-cta .lp-wrap { display: flex; flex-direction: column; align-items: center; }
.b-cta .ce { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: oklch(1 0 0 / 0.7); font-weight: 700; }
.b-cta h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -0.035em; font-weight: 800; margin: 16px 0 14px; text-wrap: balance; }
.b-cta p { font-size: 18px; color: oklch(1 0 0 / 0.85); margin: 0 0 30px; max-width: 460px; }
.b-cta .wl { align-items: center; }
.b-cta .wl-field { width: min(440px, 86vw); }
.b-cta .wl-field input { border-color: transparent; background: oklch(1 0 0 / 0.95); }
.b-cta .wl-roles { background: oklch(1 0 0 / 0.16); border-color: oklch(1 0 0 / 0.2); }
.b-cta .wl-roles button { color: oklch(1 0 0 / 0.78); }
.b-cta .wl-roles button.on { background: var(--paper); color: var(--clay-ink); }
.b-cta .wl-note { color: oklch(1 0 0 / 0.82); }
.b-cta .wl-note .dotg { box-shadow: 0 0 0 3px oklch(1 0 0 / 0.18); background: var(--on-clay); }
.b-cta .wl-ok { background: oklch(1 0 0 / 0.96); border-color: transparent; }

/* phone mock used in both directions */
.lp-phone { width: 280px; background: oklch(0.14 0.01 60); border-radius: 38px; padding: 9px; box-shadow: var(--sh-3); }
.lp-phone .scr2 { background: var(--paper); border-radius: 30px; overflow: hidden; padding: 18px 16px 22px; }
.lp-phone .ph-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.lp-phone .ph-hi { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.lp-phone .ph-sub { font-size: 11px; color: var(--ink-3); margin-top: 1px; }
.lp-phone .ph-ava { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(145deg, var(--pine), var(--pine-deep)); color: var(--on-pine); display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.lp-cardmock { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 14px; box-shadow: var(--sh-1); }
.lp-cardmock.ready { border-color: var(--clay-soft); box-shadow: 0 0 0 1px var(--clay-soft), var(--sh-1); }
.lp-cardmock + .lp-cardmock { margin-top: 11px; }
.lp-cardmock .top { display: flex; align-items: center; gap: 11px; }
.lp-cardmock .top > div { flex: 1; min-width: 0; }
.lp-cardmock .lg { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-size: 18px; }
.lp-cardmock .nm { font-size: 14px; font-weight: 700; }
.lp-cardmock .mt { font-size: 11px; color: var(--ink-3); margin-top: 1px; }
.lp-cardmock .tag { margin-left: auto; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; color: var(--clay-ink); background: var(--clay-tint); border: 1px solid var(--clay-soft); padding: 4px 8px; border-radius: var(--r-pill); }
.lp-dots { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 13px; }
.lp-dots .d { width: 14px; height: 14px; border-radius: 50%; }
.lp-dots .d.on { background: var(--clay); box-shadow: inset 0 1.5px 2px oklch(1 0 0 / 0.28); }
.lp-dots .d.off { box-shadow: inset 0 0 0 1.5px var(--line-2); }

/* responsive — container queries so each page responds to ITS OWN width
   (so a zoomed compare column still renders the desktop composition) */
@container lp (max-width: 1024px) {
  .lp-wrap { padding: 0 28px; }
  .a-hero .lp-wrap, .b-hero .lp-wrap { grid-template-columns: 1fr; gap: 40px; }
  .a-herofig, .b-herofig { display: none; }
  .a-split { grid-template-columns: 1fr; gap: 34px; }
  .a-split.rev .a-col-fig { order: 0; }
  .steps, .b-stepcards { grid-template-columns: 1fr; }
  .b-shopgrid { grid-template-columns: repeat(2, 1fr); }
  .tiers { grid-template-columns: 1fr; }
  .b-tiles { grid-template-columns: 1fr; }
  .lp-links { display: none; }
  .lp-foot .lp-wrap { grid-template-columns: 1fr 1fr; }
}
@container lp (max-width: 560px) {
  .lp-wrap { padding: 0 20px; }
  .b-shopgrid { grid-template-columns: 1fr; }
  .lp-foot .lp-wrap { grid-template-columns: 1fr; }
  .b-stats { flex-wrap: wrap; gap: 22px; }
}

/* ============================================================
   YAPITA — "Punch" landing theme
   Bold, color-blocked, confident. Builds on styles.css tokens
   and reuses .lp-wrap / .lp-nav / .wl / .faq / .tiers / .lp-foot
   from landing.css. Punch-specific classes are .pn-*.
   ============================================================ */

.pn { width: 100%; background: var(--paper); color: var(--ink); position: relative;
  container-type: inline-size; container-name: lp; overflow-x: clip; }
.pn [id] { scroll-margin-top: 86px; }

/* full-bleed scroll host */
.pn-host { height: 100vh; overflow-y: auto; overflow-x: hidden; background: var(--paper); }

/* ---------- nav (solid, chunky CTA) ---------- */
.pn-nav { position: sticky; top: 0; z-index: 90; height: 70px; display: flex; align-items: center;
  background: oklch(0.975 0.014 76 / 0.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.pn-nav .lp-wrap { display: flex; align-items: center; gap: 26px; }
.pn-logo { font-weight: 900; letter-spacing: -0.03em; font-size: 22px; display: flex; align-items: center; gap: 9px; }
.pn-logo .tb-mark { width: 28px; height: 28px; border-radius: 9px; font-size: 16px; }
.pn-navlinks { display: flex; gap: 26px; margin-left: 14px; }
.pn-navlinks a { font-size: 14.5px; font-weight: 700; color: var(--ink-2); text-decoration: none; transition: .15s; }
.pn-navlinks a:hover { color: var(--clay); }
.pn-nav .sp { flex: 1; }
.pn-navcta { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; font-size: 14px; white-space: nowrap;
  color: var(--on-clay); background: var(--clay); padding: 10px 17px; border-radius: var(--r-pill);
  text-decoration: none; transition: .15s; box-shadow: inset 0 0 0 1px oklch(0.5 0.11 48 / 0.45); }
.pn-navcta:hover { background: var(--clay-deep); transform: translateY(-1px); }

/* ---------- punchy section heading kit ---------- */
.pn-eye {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 13px;
  letter-spacing: 0.01em; color: var(--on-clay); background: var(--clay); white-space: nowrap;
  padding: 7px 14px 7px 12px; border-radius: var(--r-pill); box-shadow: var(--sh-1);
}
.pn-eye .dotp { width: 7px; height: 7px; border-radius: 50%; background: var(--on-clay); }
.pn-eye.alt { color: var(--clay-ink); background: var(--clay-soft); box-shadow: none; }
.pn-eye.alt .dotp { background: var(--clay); }
.pn-eye.on-dark { color: var(--ink); background: oklch(0.82 0.07 60); }

.pn-h2 { font-size: clamp(34px, 4.6vw, 56px); line-height: 0.96; letter-spacing: -0.04em; font-weight: 900;
  margin: 20px 0 0; text-wrap: balance; }
.pn-lead { font-size: 19px; color: var(--ink-2); line-height: 1.45; max-width: 540px; margin: 16px 0 0; font-weight: 500; }

/* highlight marker — bold clay slab behind a word */
.pn-mark { color: var(--on-clay); background: var(--clay); padding: 0.02em 0.16em; border-radius: 14px;
  box-decoration-break: clone; -webkit-box-decoration-break: clone; display: inline-block;
  transform: rotate(-1.6deg); }

/* ============================================================
   HERO
   ============================================================ */
.pn-hero { position: relative; padding: 40px 0 88px; }
.pn-hero .lp-wrap { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 48px; align-items: center; }
.pn-loc {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; font-weight: 800; font-size: 13px;
  color: var(--clay-ink); background: var(--clay-tint); border: 1.5px solid var(--clay-soft);
  padding: 8px 15px 8px 13px; border-radius: var(--r-pill);
}
.pn-loc .pin { display: grid; place-items: center; color: var(--clay); }
.pn-loc .arr { color: var(--clay); display: inline-flex; }
.pn-title { font-size: clamp(46px, 6.6vw, 88px); line-height: 0.9; letter-spacing: -0.05em; font-weight: 900; margin: 0; color: var(--ink); }
.pn-sub { font-size: 20px; color: var(--ink-2); line-height: 1.45; max-width: 500px; margin: 24px 0 30px; font-weight: 500; }

/* hero free-statement chips */
.pn-free { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 26px; }
.pn-free > span { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; white-space: nowrap;
  color: var(--pine-deep); background: var(--pine-soft); border: 1px solid oklch(0.85 0.04 168);
  padding: 7px 13px; border-radius: var(--r-pill); }
.pn-free > span svg { color: var(--pine); }

/* dual path buttons */
.pn-paths { display: flex; gap: 13px; margin-bottom: 26px; }
.pn-path { flex: 1 1 0; min-width: 0; display: flex; align-items: center; gap: 13px; padding: 14px 18px; border-radius: var(--r-btn);
  font-weight: 800; font-size: 16px; transition: .15s; text-decoration: none; }
.pn-path .ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.pn-path .ptxt { display: flex; flex-direction: column; min-width: 0; line-height: 1.18; }
.pn-path .ptxt b { font-weight: 800; white-space: nowrap; }
.pn-path small { font-size: 12px; font-weight: 600; opacity: 0.78; margin-top: 2px; white-space: nowrap; }
.pn-path.prim { background: var(--clay); color: var(--on-clay); box-shadow: var(--sh-pop); }
.pn-path.prim:hover { background: var(--clay-deep); transform: translateY(-2px); }
.pn-path.prim .ic { background: oklch(1 0 0 / 0.22); }
.pn-path.sec { background: var(--ink); color: var(--paper); }
.pn-path.sec:hover { background: oklch(0.32 0.014 58); transform: translateY(-2px); }
.pn-path.sec .ic { background: oklch(1 0 0 / 0.14); }

.pn-proof { display: flex; align-items: center; gap: 11px; font-size: 14px; color: var(--ink-3); font-weight: 600; }
.pn-proof .pile { display: flex; }
.pn-proof .pile > span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--paper); margin-left: -9px;
  display: grid; place-items: center; font-size: 12px; font-weight: 800; color: white; }
.pn-proof .pile > span:first-child { margin-left: 0; }

/* hero figure — phone on a bold color shape */
.pn-herofig { position: relative; display: grid; place-items: center; min-height: 480px; }
.pn-blob { position: absolute; width: 430px; height: 430px; border-radius: 46% 54% 52% 48% / 56% 44% 56% 44%;
  background: linear-gradient(150deg, var(--clay), var(--clay-deep)); box-shadow: var(--sh-3); }
.pn-blob::after { content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(60% 60% at 32% 28%, oklch(1 0 0 / 0.18), transparent 70%); }
.pn-herofig .lp-phone { position: relative; z-index: 2; transform: rotate(-3deg); }
.pn-spark { position: absolute; z-index: 3; background: var(--card); border-radius: 16px; box-shadow: var(--sh-3);
  padding: 12px 15px; display: flex; align-items: center; gap: 11px; font-weight: 800; }
.pn-spark .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.pn-spark.s1 { top: 8%; right: 2%; }
.pn-spark.s2 { bottom: 10%; left: 0%; }
.pn-spark .v { font-size: 17px; letter-spacing: -0.01em; }
.pn-spark .k { font-size: 11px; color: var(--ink-3); font-weight: 600; }

/* ============================================================
   MARQUEE — shops scrolling
   ============================================================ */
.pn-marq-sec { padding: 0 0 14px; }
.pn-marq-lab { text-align: center; font-weight: 800; font-size: 13px; letter-spacing: 0.02em; color: var(--ink-3); margin-bottom: 18px; }
.pn-marq { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.pn-track { display: flex; gap: 14px; width: max-content; animation: pn-marq 34s linear infinite; }
.pn-marq:hover .pn-track { animation-play-state: paused; }
@keyframes pn-marq { to { transform: translateX(-50%); } }
.pn-mcard { display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px 12px 12px; border-radius: var(--r-pill);
  background: var(--card); border: 1.5px solid var(--line); box-shadow: var(--sh-1); white-space: nowrap; }
.pn-mcard .lg { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-size: 19px; flex-shrink: 0; }
.pn-mcard .nm { font-size: 15px; font-weight: 800; letter-spacing: -0.01em; }
.pn-mcard .ct { font-size: 12px; color: var(--ink-3); font-weight: 600; }
@media (prefers-reduced-motion: reduce) { .pn-track { animation: none; flex-wrap: wrap; justify-content: center; } }

/* ============================================================
   SECTION SHELLS
   ============================================================ */
.pn-sec { padding: 92px 0; }
.pn-sec.sunk { background: var(--paper-2); }
.pn-sec.dark { background: var(--ink); color: var(--paper); }
.pn-sec.dark .pn-lead { color: oklch(0.82 0.01 70); }
.pn-head { max-width: 640px; margin-bottom: 52px; }

/* how it works — big numbered cards */
.pn-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pn-step { background: var(--card); border: 1.5px solid var(--line); border-radius: var(--r-card); padding: 26px 24px 24px; position: relative; overflow: hidden; transition: .18s; }
.pn-step:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--clay-soft); }
.pn-step-top { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; position: relative; z-index: 1; }
.pn-step .ic { width: 54px; height: 54px; border-radius: 16px; background: var(--clay); color: var(--on-clay);
  display: grid; place-items: center; flex-shrink: 0; box-shadow: inset 0 0 0 1px oklch(0.5 0.11 48 / 0.35), var(--sh-2); }
.pn-step-no { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--clay-ink); background: var(--clay-tint); border: 1px solid var(--clay-soft); padding: 6px 11px; border-radius: var(--r-pill); }
.pn-step h4 { position: relative; z-index: 1; margin: 0 0 8px; font-size: 21px; font-weight: 800; letter-spacing: -0.02em; }
.pn-step p { position: relative; z-index: 1; margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.pn-step-ghost { position: absolute; right: -8px; bottom: -34px; z-index: 0; pointer-events: none;
  font-family: var(--font-mono); font-weight: 700; font-size: 130px; line-height: 1; letter-spacing: -0.06em; color: var(--clay); opacity: 0.06; }

/* split layout */
.pn-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.pn-split.rev .pn-fig { order: -1; }
.pn-fig { border-radius: 20px; aspect-ratio: 4/3; width: 100%; box-shadow: var(--sh-2); }

/* feature bullets — punchy */
.pn-feats { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 13px; }
.pn-feat { display: flex; gap: 14px; align-items: flex-start; padding: 15px 16px; border-radius: 14px;
  background: var(--card); border: 1.5px solid var(--line); }
.pn-sec.dark .pn-feat { background: oklch(0.32 0.014 58); border-color: oklch(0.4 0.014 58); }
.pn-feat .fi { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; flex-shrink: 0; }
.pn-feat b { font-size: 16px; font-weight: 800; display: block; letter-spacing: -0.01em; }
.pn-feat span { font-size: 13.5px; color: var(--ink-2); line-height: 1.45; }
.pn-sec.dark .pn-feat span { color: oklch(0.8 0.01 70); }

/* benefit chips (consumer) */
.pn-bens { display: grid; gap: 13px; margin-top: 26px; }
.pn-ben { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border-radius: 14px; background: var(--card); border: 1.5px solid var(--line); transition: .15s; }
.pn-ben:hover { border-color: var(--pine); box-shadow: var(--sh-1); }
.pn-ben .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--pine-soft); color: var(--pine-deep); display: grid; place-items: center; flex-shrink: 0; }
.pn-ben b { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; }
.pn-ben p { margin: 2px 0 0; font-size: 13.5px; color: var(--ink-2); }

/* pricing wrap (reuses .tiers/.tier from landing.css) */
.pn-pricing { padding: 92px 0; background: var(--paper-2); }

/* faq wrap (reuses .faq) */
.pn-faqsec { padding: 92px 0; }

/* ---------- CTA band ---------- */
.pn-cta { background: var(--clay); color: var(--on-clay); padding: 96px 0; text-align: center; position: relative; overflow: hidden; }
.pn-cta::before { content: ''; position: absolute; width: 560px; height: 560px; border-radius: 50%;
  background: oklch(1 0 0 / 0.07); top: -240px; right: -120px; }
.pn-cta .lp-wrap { position: relative; display: flex; flex-direction: column; align-items: center; }
.pn-cta .pn-eye { background: oklch(1 0 0 / 0.18); color: var(--on-clay); }
.pn-cta .pn-eye .dotp { background: var(--on-clay); }
.pn-cta h2 { font-size: clamp(36px, 5.4vw, 64px); line-height: 0.96; letter-spacing: -0.04em; font-weight: 900; margin: 20px 0 16px; text-wrap: balance; }
.pn-cta .lead { font-size: 19px; color: oklch(1 0 0 / 0.88); margin: 0 0 32px; max-width: 480px; font-weight: 500; }
.pn-cta .wl { align-items: center; }
.pn-cta .wl-field { width: min(460px, 86vw); }
.pn-cta .wl-field input { border-color: transparent; background: oklch(1 0 0 / 0.96); }
.pn-cta .wl-roles { background: oklch(1 0 0 / 0.16); border-color: oklch(1 0 0 / 0.22); }
.pn-cta .wl-roles button { color: oklch(1 0 0 / 0.8); }
.pn-cta .wl-roles button.on { background: var(--paper); color: var(--clay-ink); }
.pn-cta .wl-note { color: oklch(1 0 0 / 0.84); }
.pn-cta .wl-note .dotg { box-shadow: 0 0 0 3px oklch(1 0 0 / 0.18); background: var(--on-clay); }
.pn-cta .wl-ok { background: oklch(1 0 0 / 0.96); border-color: transparent; }

/* ============================================================
   RESPONSIVE (container queries — keyed to .pn width)
   ============================================================ */
@container lp (max-width: 1000px) {
  .pn-hero .lp-wrap { grid-template-columns: 1fr; gap: 30px; }
  .pn-herofig { display: none; }
  .pn-steps { grid-template-columns: 1fr; }
  .pn-split { grid-template-columns: 1fr; gap: 34px; }
  .pn-split.rev .pn-fig { order: 0; }
  .pn-navlinks { display: none; }
}
@container lp (max-width: 560px) {
  .pn-paths { flex-direction: column; align-items: stretch; }
  .pn-path { justify-content: flex-start; }
}


  html, body { height: 100%; margin: 0; }
  body { background: var(--paper); }
