/* ============================================================
   tiko — public landing page
   Marketing layer on top of app.css tokens.
   Scoped under .lp so it never fights console density.
   ============================================================ */

.lp {
  --lp-max: 1180px;
  --lp-gut: clamp(20px, 5vw, 64px);
  --lp-tint: color-mix(in oklab, var(--brand-500) 5%, var(--surface));
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--surface);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }

/* accent intensity (tweakable) */
.lp[data-accent="soft"]   { --lp-acc: var(--brand-400); --lp-acc-wash: color-mix(in oklab, var(--brand-500) 7%, var(--surface)); }
.lp[data-accent="default"]{ --lp-acc: var(--brand-500); --lp-acc-wash: color-mix(in oklab, var(--brand-500) 11%, var(--surface)); }
.lp[data-accent="bold"]   { --lp-acc: var(--brand-600); --lp-acc-wash: color-mix(in oklab, var(--brand-500) 16%, var(--surface)); }
.lp { --lp-acc: var(--brand-500); --lp-acc-wash: color-mix(in oklab, var(--brand-500) 11%, var(--surface)); }

.lp-wrap { max-width: var(--lp-max); margin: 0 auto; padding-inline: var(--lp-gut); width: 100%; }
.lp section { position: relative; }

/* generic section rhythm */
.lp-sec { padding-block: clamp(64px, 9vw, 132px); }
.lp-sec--tint { background: var(--lp-tint); border-block: 1px solid var(--hairline); }
.lp-sec--snug { padding-block: clamp(48px, 6vw, 84px); }

/* ───────── type scale ───────── */
.lp-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--lp-acc); font-weight: 500;
  display: inline-flex; align-items: center; gap: 9px;
}
.lp-eyebrow--muted { color: var(--text-faint); }
.lp-eyebrow::before {
  content: ""; width: 18px; height: 1px; background: currentColor; opacity: .5;
}
.lp-eyebrow--center { justify-content: center; }

.lp-h1 {
  font-size: clamp(40px, 5.6vw, 74px);
  line-height: 1.02; letter-spacing: -.035em; font-weight: 600;
  margin: 0; text-wrap: balance;
}
.lp-h2 {
  font-size: clamp(30px, 3.9vw, 50px);
  line-height: 1.06; letter-spacing: -.03em; font-weight: 600;
  margin: 0; text-wrap: balance;
}
.lp-h3 { font-size: clamp(21px, 2.2vw, 27px); line-height: 1.15; letter-spacing: -.02em; font-weight: 600; margin: 0; }
.lp-lead {
  font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55;
  color: var(--text-muted); margin: 0; max-width: 54ch; text-wrap: pretty;
}
.lp-kicker { color: var(--lp-acc); }
.lp-ghosttext { color: var(--text-faint); }

/* o-disc inline for headlines */
.lp-odisc {
  display: inline-flex; align-items: center; justify-content: center;
  width: .68em; height: .68em; border-radius: 50%;
  background: var(--lp-acc); position: relative; vertical-align: baseline;
  transform: translateY(.02em); margin-inline: .01em;
}
.lp-odisc::after { content: ""; width: 32%; height: 32%; border-radius: 50%; background: var(--surface); }

/* ───────── buttons (marketing sizes) ───────── */
.lp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  height: 46px; padding: 0 20px; border-radius: var(--r-3);
  font-size: 15px; font-weight: 500; cursor: pointer; user-select: none;
  border: 1px solid var(--border); background: var(--surface); color: var(--text);
  transition: transform .14s ease, background .14s, border-color .14s, box-shadow .14s;
  white-space: nowrap;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn:active { transform: translateY(0); }
.lp-btn--brand { background: var(--lp-acc); border-color: var(--lp-acc); color: #fff; box-shadow: 0 1px 2px rgba(79,90,232,.25); }
.lp-btn--brand:hover { background: var(--brand-600); border-color: var(--brand-600); box-shadow: 0 8px 24px -8px rgba(79,90,232,.55); }
.lp-btn--ghost { background: transparent; border-color: var(--border-strong); }
.lp-btn--ghost:hover { background: var(--surface-2); }
.lp-btn--lg { height: 52px; padding: 0 26px; font-size: 16px; }
.lp-btn--on-dark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff; }
.lp-btn--on-dark:hover { background: rgba(255,255,255,.16); }
.lp-btn--white { background: #fff; border-color: #fff; color: var(--brand-700); }
.lp-btn--white:hover { background: #fff; box-shadow: 0 10px 30px -8px rgba(0,0,0,.4); }
.lp-arrow { transition: transform .16s; }
.lp-btn:hover .lp-arrow { transform: translateX(3px); }

/* ───────── nav ───────── */
.lp-nav {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in oklab, var(--surface) 82%, transparent);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, background .2s;
}
.lp-nav[data-stuck="true"] { border-bottom-color: var(--hairline); }
.lp-nav__in { display: flex; align-items: center; gap: 24px; height: 64px; }
.lp-brand { display: inline-flex; align-items: center; font-weight: 600; letter-spacing: -.04em; font-size: 24px; }
.lp-brand .lp-odisc { width: .62em; height: .62em; }
.lp-nav__links { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.lp-nav__link {
  font-size: 14px; color: var(--text-muted); padding: 8px 12px; border-radius: var(--r-2);
  cursor: pointer; transition: background .14s, color .14s;
}
.lp-nav__link:hover { background: var(--surface-2); color: var(--text); }
.lp-nav__cta { display: flex; align-items: center; gap: 8px; }
.lp-nav .lp-btn { height: 38px; font-size: 14px; padding: 0 14px; }
.lp-nav__login { color: var(--text-muted); }
@media (max-width: 880px){ .lp-nav__links { display: none; } }

/* ───────── hero ───────── */
.lp-hero { padding-top: clamp(40px, 6vw, 76px); padding-bottom: clamp(56px, 7vw, 104px); overflow: clip; }
.lp-hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.12fr); gap: clamp(32px, 4vw, 64px); align-items: center; }
.lp-hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.lp-hero h1 { margin: 2px 0 0; }
.lp-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.lp-trust { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 6px; }
.lp-trust__metric { display: flex; align-items: baseline; gap: 7px; }
.lp-trust__num { font-family: var(--font-mono); font-weight: 600; font-size: 18px; color: var(--text); font-variant-numeric: tabular-nums; }
.lp-trust__lbl { font-size: 13px; color: var(--text-faint); }
.lp-trust__div { width: 1px; height: 26px; background: var(--hairline); }
@media (max-width: 920px){
  .lp-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .lp-hero__art { order: 2; }
}

/* channel monogram tile (reused) */
.lp-chan__logo img { width: 26px; height: 26px; display: block; }
.lp-mono img { width: 17px; height: 17px; display: block; }
.lp-srow__ch img { width: 13px; height: 13px; display: block; }
.lp-mono--lz { background: #fff; border: 1px solid var(--border); padding: 3px; overflow: hidden; }
.lp-mono--lz img { width: 100%; height: 100%; object-fit: contain; }
.lp-mono {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  font-family: var(--font-mono); font-weight: 600; font-size: 13px;
  background: var(--surface); border: 1px solid var(--border); color: var(--text-muted);
  flex: 0 0 auto;
}
.lp-mono--tt { color: var(--text); }
.lp-trust__logos { display: flex; gap: 8px; }
.lp-trust__logos .lp-mono { width: 30px; height: 30px; border-radius: 8px; font-size: 12px; }

/* ───────── the cockpit (hero art / shared device chrome) ───────── */
.lp-device {
  position: relative; border-radius: 16px; background: var(--surface);
  border: 1px solid var(--border); box-shadow: var(--el-3);
  overflow: hidden;
}
.lp-device__bar {
  display: flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px;
  border-bottom: 1px solid var(--hairline); background: var(--surface-2); overflow: hidden;
}
.lp-device__dots { display: flex; gap: 6px; }
.lp-device__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--ink-300); display: block; }
.lp-device__title { font-size: 12px; color: var(--text-faint); font-family: var(--font-mono); margin-left: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.lp-device__live { margin-left: auto; padding-left: 8px; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: var(--success); font-family: var(--font-mono); white-space: nowrap; flex: 0 0 auto; }

.lp-cockpit { position: relative; padding: 20px; background:
  radial-gradient(120% 90% at 50% -10%, var(--lp-acc-wash), transparent 60%); }
.lp-cockpit__svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.lp-cockpit__path { fill: none; stroke: var(--brand-200); stroke-width: 1.5; opacity: .55; }
.lp-cockpit__flow { fill: none; stroke: var(--lp-acc); stroke-width: 2; stroke-linecap: round;
  stroke-dasharray: 14 280; stroke-dashoffset: 0; opacity: 0; }
.lp-cockpit__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; position: relative; z-index: 2; }
.lp-cockpit__center { grid-column: 1 / -1; }

.lp-mod {
  position: relative; background: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px; display: flex; flex-direction: column; gap: 10px;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.lp-mod.is-hit { border-color: var(--lp-acc); box-shadow: 0 0 0 3px var(--lp-acc-wash); transform: translateY(-2px); }
.lp-mod__head { display: flex; align-items: center; gap: 9px; }
.lp-mod__ico {
  width: 30px; height: 30px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--lp-acc-wash); color: var(--lp-acc); flex: 0 0 auto;
}
.lp-mod__name { font-size: 13px; font-weight: 600; letter-spacing: -.01em; }
.lp-mod__sub { font-size: 11px; color: var(--text-faint); font-family: var(--font-mono); }
.lp-mod__val { margin-left: auto; font-family: var(--font-mono); font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; transition: color .3s; white-space: nowrap; }
.lp-mod__val.is-flash { color: var(--lp-acc); }
.lp-mod__bar { height: 4px; border-radius: 2px; background: var(--surface-3); overflow: hidden; }
.lp-mod__bar > i { display: block; height: 100%; background: var(--lp-acc); border-radius: 2px; width: 50%; transition: width .5s ease; }
.lp-mod__feed { font-size: 11px; color: var(--text-muted); font-family: var(--font-mono); min-height: 15px; }

/* central "sale flows in" ticker for hero */
.lp-saleline {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  border-radius: 10px; background: var(--surface); border: 1px dashed var(--border-strong);
  font-size: 12px; color: var(--text-muted);
}
.lp-saleline__pin { width: 8px; height: 8px; border-radius: 50%; background: var(--success); flex: 0 0 8px; }
.lp-saleline__amt { margin-left: auto; font-family: var(--font-mono); font-weight: 600; color: var(--text); }

/* ───────── reveal animation ─────────
   NB: opacity stays 1 at rest — we animate transform only. This guarantees
   content is visible even in throttled frames where CSS transitions don't
   advance (otherwise an opacity:0 base would freeze invisible). */
.lp-reveal { transform: translateY(22px); transition: transform .7s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.lp-reveal.is-in { transform: none; }
.lp-reveal[data-d="1"] { transition-delay: .07s; }
.lp-reveal[data-d="2"] { transition-delay: .14s; }
.lp-reveal[data-d="3"] { transition-delay: .21s; }
.lp-reveal[data-d="4"] { transition-delay: .28s; }
.lp[data-motion="off"] .lp-reveal { transform: none; transition: none; }
@media (prefers-reduced-motion: reduce){ .lp-reveal { transform: none; transition: none; } }

/* section heading block */
.lp-head { display: flex; flex-direction: column; gap: 16px; max-width: 60ch; }
.lp-head--center { align-items: center; text-align: center; margin-inline: auto; }
.lp-head__sub { margin-top: 2px; }

/* ───────── problem: disconnected tools ───────── */
.lp-prob { display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(20px,3vw,40px); align-items: center; margin-top: 44px; }
@media (max-width: 860px){ .lp-prob { grid-template-columns: 1fr; } .lp-prob__arrow { transform: rotate(90deg); justify-self: center; } }
.lp-tools { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.lp-tool {
  background: var(--surface); border: 1px solid var(--border); border-radius: 10px;
  padding: 12px; display: flex; align-items: center; gap: 10px; box-shadow: var(--el-1);
}
.lp-tool:nth-child(5){ grid-column: 1 / -1; }
.lp-tool__ic { width: 28px; height: 28px; border-radius: 7px; background: var(--surface-2); border: 1px solid var(--hairline);
  display: inline-flex; align-items: center; justify-content: center; color: var(--text-faint); font-family: var(--font-mono); font-size: 12px; flex: 0 0 auto; }
.lp-tool__t { font-size: 12.5px; font-weight: 500; }
.lp-tool__x { margin-left: auto; color: var(--danger); opacity: .8; }
.lp-tools.is-broken .lp-tool { animation: lp-jitter 2.4s ease-in-out infinite; }
.lp-tool:nth-child(2){ animation-delay: .3s; }
.lp-tool:nth-child(3){ animation-delay: .6s; }
.lp-tool:nth-child(4){ animation-delay: .9s; }
@keyframes lp-jitter { 0%,100%{ transform: translate(0,0); } 25%{ transform: translate(1.5px,-1.5px); } 50%{ transform: translate(-1px,1px); } 75%{ transform: translate(1px,1px); } }
.lp[data-motion="off"] .lp-tools.is-broken .lp-tool { animation: none; }
.lp-prob__arrow { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--lp-acc); }
.lp-prob__arrow span { font-family: var(--font-mono); font-size: 11px; color: var(--text-faint); text-transform: uppercase; letter-spacing: .1em; }
.lp-prob__one { }

/* ───────── all-in-one grid (emotional core) ───────── */
.lp-aio { position: relative; margin-top: 56px; }
.lp-aio__svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; }
.lp-aio__line { fill: none; stroke: var(--brand-200); stroke-width: 1.5; stroke-dasharray: 4 5; opacity: 0; transition: opacity .8s; }
.lp-aio.is-in .lp-aio__line { opacity: .8; }
.lp-aio__hub {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 92px; height: 92px; border-radius: 50%; z-index: 2;
  background: var(--surface); border: 1px solid var(--border); box-shadow: var(--el-3);
  display: flex; align-items: center; justify-content: center;
}
.lp-aio__hub .lp-odisc { width: 30px; height: 30px; }
.lp-aio__hub-ring { position: absolute; inset: -10px; border-radius: 50%; border: 1px solid var(--lp-acc); opacity: .3; }
.lp-aio.is-in .lp-aio__hub-ring { animation: lp-hubpulse 3s ease-out infinite; }
@keyframes lp-hubpulse { 0%{ transform: scale(.9); opacity: .35; } 100%{ transform: scale(1.5); opacity: 0; } }
.lp-aio__cells { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; position: relative; z-index: 2; }
@media (max-width: 900px){ .lp-aio__cells { grid-template-columns: repeat(2, 1fr); } .lp-aio__hub { display: none; } .lp-aio__svg { display: none; } }
.lp-cell {
  background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  padding: 20px 18px; display: flex; flex-direction: column; gap: 12px; min-height: 168px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.lp-cell:hover { border-color: var(--lp-acc); box-shadow: var(--el-2); transform: translateY(-3px); }
.lp-cell__ico { width: 40px; height: 40px; border-radius: 11px; background: var(--lp-acc-wash); color: var(--lp-acc);
  display: inline-flex; align-items: center; justify-content: center; }
.lp-cell__n { font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.lp-cell__d { font-size: 13px; color: var(--text-muted); line-height: 1.45; margin-top: -4px; }
.lp-cell__chip { margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 11px; color: var(--text-faint); white-space: nowrap; }
.lp-cell__chip .lp-livedot { width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
/* stagger pop-in when section enters (transform-only, see reveal note) */
.lp-aio .lp-cell { transform: translateY(20px) scale(.985); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.lp-aio.is-in .lp-cell { transform: none; }
.lp-aio.is-in .lp-cell:nth-child(1){ transition-delay: .05s; }
.lp-aio.is-in .lp-cell:nth-child(2){ transition-delay: .13s; }
.lp-aio.is-in .lp-cell:nth-child(3){ transition-delay: .21s; }
.lp-aio.is-in .lp-cell:nth-child(4){ transition-delay: .29s; }
.lp-aio.is-in .lp-cell:nth-child(5){ transition-delay: .37s; }
.lp[data-motion="off"] .lp-aio .lp-cell { transform: none; }

/* ───────── module deep-dive rows ───────── */
.lp-feat { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.lp-feat + .lp-feat { margin-top: clamp(72px, 9vw, 128px); }
.lp-feat__txt { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 46ch; }
.lp-feat--flip .lp-feat__txt { order: 2; }
@media (max-width: 860px){ .lp-feat { grid-template-columns: 1fr; gap: 32px; } .lp-feat--flip .lp-feat__txt { order: 0; } }
.lp-badge {
  display: inline-flex; align-items: center; gap: 7px; height: 26px; padding: 0 11px; border-radius: var(--r-full);
  font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--lp-acc); background: var(--lp-acc-wash);
}
.lp-feat__list { display: flex; flex-direction: column; gap: 9px; margin: 2px 0 0; }
.lp-feat__li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--text-muted); }
.lp-feat__li svg { color: var(--lp-acc); flex: 0 0 auto; margin-top: 2px; }

/* in-action stage shared */
.lp-stage { position: relative; }
.lp-stage .lp-device { min-height: 280px; }
.lp-stage__body { padding: 16px; display: flex; flex-direction: column; gap: 10px; }

/* mockup atoms */
.lp-row { display: flex; align-items: center; gap: 10px; }
.lp-srow {
  display: flex; align-items: center; gap: 10px; padding: 9px 12px;
  border: 1px solid var(--hairline); border-radius: 9px; background: var(--surface);
  font-size: 12.5px;
}
.lp-srow__ch { width: 22px; height: 22px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 10px; font-weight: 600; background: var(--surface-2); color: var(--text-muted); flex: 0 0 auto; }
.lp-srow__name { font-weight: 500; }
.lp-srow__meta { font-family: var(--font-mono); font-size: 11px; color: var(--text-faint); }
.lp-srow__qty { margin-left: auto; font-family: var(--font-mono); font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap;
  padding: 2px 8px; border-radius: 6px; background: var(--surface-2); transition: background .3s, color .3s; }
.lp-srow__qty.is-flash { background: var(--lp-acc); color: #fff; }

/* inventory hero: big editable qty */
.lp-qtybox { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--border); border-radius: 11px; background: var(--surface-2); }
.lp-qtybox__lbl { font-size: 12px; color: var(--text-faint); }
.lp-qtybox__field { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.lp-qtybox__num { font-family: var(--font-mono); font-size: 22px; font-weight: 600; font-variant-numeric: tabular-nums; min-width: 56px; text-align: right; }
.lp-stepper { width: 28px; height: 28px; border-radius: 7px; border: 1px solid var(--border); background: var(--surface); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; color: var(--text-muted); }
.lp-stepper:hover { background: var(--surface-2); color: var(--text); border-color: var(--border-strong); }

/* fulfilment lanes */
.lp-lanes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lp-lane { background: var(--surface-2); border: 1px solid var(--hairline); border-radius: 10px; padding: 10px; min-height: 150px; }
.lp-lane__h { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-faint); margin-bottom: 9px; display: flex; align-items: center; gap: 6px; }
.lp-ordcard {
  background: var(--surface); border: 1px solid var(--border); border-radius: 9px; padding: 10px;
  display: flex; flex-direction: column; gap: 6px; box-shadow: var(--el-1);
  transition: transform .5s cubic-bezier(.4,0,.2,1), opacity .4s;
}
.lp-ordcard__id { font-family: var(--font-mono); font-size: 11px; color: var(--text-faint); }
.lp-ordcard__cust { font-size: 12.5px; font-weight: 500; }
.lp-ordcard__foot { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); }

/* finance mini P&L */
.lp-pl { display: flex; flex-direction: column; gap: 0; }
.lp-pl__row { display: flex; align-items: center; justify-content: space-between; padding: 9px 4px; border-bottom: 1px solid var(--hairline); font-size: 13px; }
.lp-pl__row:last-child { border-bottom: none; }
.lp-pl__k { color: var(--text-muted); }
.lp-pl__v { font-family: var(--font-mono); font-weight: 500; font-variant-numeric: tabular-nums; transition: color .3s; white-space: nowrap; }
.lp-pl__v.is-flash { color: var(--lp-acc); }
.lp-pl__row--total { padding-top: 12px; margin-top: 4px; border-top: 1px solid var(--border); border-bottom: none; }
.lp-pl__row--total .lp-pl__k { color: var(--text); font-weight: 600; }
.lp-pl__row--total .lp-pl__v { font-size: 18px; font-weight: 700; color: var(--success); }
.lp-statgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.lp-ministat { border: 1px solid var(--hairline); border-radius: 9px; padding: 10px 12px; }
.lp-ministat__l { font-size: 10.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--text-faint); }
.lp-ministat__v { font-family: var(--font-mono); font-size: 18px; font-weight: 600; margin-top: 3px; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* storefront phone */
.lp-phone { width: 230px; margin-inline: auto; border-radius: 30px; border: 9px solid var(--ink-900); background: var(--ink-900); box-shadow: var(--el-3); overflow: hidden; }
.lp-phone__screen { background: var(--surface); border-radius: 21px; overflow: hidden; position: relative; }
.lp-phone__bar { height: 28px; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 10px; color: var(--text-faint); border-bottom: 1px solid var(--hairline); }
.lp-store__hero { height: 96px; background: linear-gradient(135deg, var(--lp-acc), var(--brand-700)); position: relative; display: flex; align-items: flex-end; padding: 12px; }
.lp-store__name { color: #fff; font-weight: 600; font-size: 15px; letter-spacing: -.01em; }
.lp-store__body { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.lp-store__prod { display: flex; gap: 10px; align-items: center; }
.lp-store__thumb { width: 44px; height: 44px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--hairline); flex: 0 0 auto; }
.lp-store__pname { font-size: 12px; font-weight: 500; }
.lp-store__price { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); }
.lp-store__cta { height: 36px; border-radius: 9px; background: var(--lp-acc); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; gap: 8px; transition: background .3s; }
.lp-store__cta.is-paid { background: var(--success); }
.lp-store__pay { font-family: var(--font-mono); font-size: 10px; color: var(--text-faint); text-align: center; }
.lp-feat--storefront .lp-stage { display: flex; justify-content: center; align-items: center; position: relative; }
/* mini cockpit behind phone */
.lp-behind { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px; opacity: .5; z-index: 0; filter: blur(.3px); }
.lp-behind .lp-mod { padding: 10px; }
.lp-feat--storefront .lp-phone { position: relative; z-index: 2; }

/* back office tiles */
.lp-bo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.lp-botile { background: var(--surface); border: 1px solid var(--border); border-radius: 11px; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.lp-botile__ic { width: 34px; height: 34px; border-radius: 9px; background: var(--lp-acc-wash); color: var(--lp-acc); display: inline-flex; align-items: center; justify-content: center; }
.lp-botile__n { font-size: 13px; font-weight: 600; }
.lp-botile__m { font-family: var(--font-mono); font-size: 11px; color: var(--text-faint); }

/* ───────── channels ───────── */
.lp-chans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
@media (max-width: 760px){ .lp-chans { grid-template-columns: 1fr 1fr; } }
.lp-chan {
  position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: 14px;
  padding: 22px 18px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.lp-chan--live { border-color: color-mix(in oklab, var(--success) 40%, var(--border)); }
.lp-chan--live::after { content: ""; position: absolute; inset: 0; border-radius: 14px; box-shadow: 0 0 0 1px color-mix(in oklab, var(--success) 30%, transparent), 0 8px 30px -12px color-mix(in oklab, var(--success) 50%, transparent); pointer-events: none; animation: lp-glow 3.2s ease-in-out infinite; }
@keyframes lp-glow { 0%,100%{ opacity: .5; } 50%{ opacity: 1; } }
.lp[data-motion="off"] .lp-chan--live::after { animation: none; }
.lp-chan__logo { width: 46px; height: 46px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 17px; letter-spacing: -.02em; }
.lp-chan__logo--tt { background: var(--ink-900); color: #fff; }
.lp-chan__logo--sp { background: #fff4ec; color: #d8612f; border: 1px solid #f3d9c8; }
.lp-chan__logo--lz { width: 46px; min-width: 0; padding: 6px; background: #fff; border: 1px solid var(--border); }
.lp-chan__logo--lz img { width: 100%; height: 100%; object-fit: contain; }
.lp-chan__logo--sf { background: var(--lp-acc-wash); color: var(--lp-acc); }
.lp-chan__n { font-size: 15px; font-weight: 600; }
.lp-chan__d { font-size: 12.5px; color: var(--text-faint); margin-top: -6px; }
.lp-chan__status { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 11px; padding: 4px 9px; border-radius: var(--r-full); white-space: nowrap; }
.lp-chan__status--live { color: var(--success); background: var(--success-bg); }
.lp-chan__status--soon { color: var(--warning); background: var(--warning-bg); }
.lp-chan__status .lp-livedot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.lp-chan__status--live .lp-livedot { animation: lp-blink 1.6s ease-in-out infinite; }
@keyframes lp-blink { 0%,100%{ opacity: 1; } 50%{ opacity: .3; } }
.lp-chan--soon { opacity: .92; }
.lp-chan--soon .lp-chan__logo { filter: saturate(.7); }

/* shimmer for soon */
.lp-chan--soon::before { content: ""; position: absolute; inset: 0; border-radius: 14px; overflow: hidden;
  background: linear-gradient(110deg, transparent 30%, color-mix(in oklab, var(--warning) 12%, transparent) 50%, transparent 70%);
  background-size: 220% 100%; animation: lp-shim 3.5s linear infinite; pointer-events: none; }
@keyframes lp-shim { from{ background-position: 140% 0; } to{ background-position: -40% 0; } }
.lp[data-motion="off"] .lp-chan--soon::before { animation: none; opacity: 0; }

/* ───────── why (3 col) ───────── */
.lp-cols3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 28px); margin-top: 48px; }
@media (max-width: 820px){ .lp-cols3 { grid-template-columns: 1fr; } }
.lp-why { display: flex; flex-direction: column; gap: 14px; padding: 26px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.lp-why__num { font-family: var(--font-mono); font-size: 12px; color: var(--lp-acc); letter-spacing: .1em; }
.lp-why__t { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.lp-why__d { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.lp-why__d b { color: var(--text); font-weight: 600; }

/* ───────── how (3 steps) ───────── */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px,3vw,40px); margin-top: 48px; counter-reset: step; }
@media (max-width: 760px){ .lp-steps { grid-template-columns: 1fr; } }
.lp-step { display: flex; flex-direction: column; gap: 12px; position: relative; }
.lp-step__n { width: 42px; height: 42px; border-radius: 12px; background: var(--lp-acc-wash); color: var(--lp-acc);
  display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 600; font-size: 17px; }
.lp-step__t { font-size: 18px; font-weight: 600; }
.lp-step__d { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.lp-step__line { position: absolute; top: 21px; left: 54px; right: -20px; height: 1px; background: repeating-linear-gradient(90deg, var(--border-strong) 0 5px, transparent 5px 10px); }
.lp-step:last-child .lp-step__line { display: none; }
@media (max-width: 760px){ .lp-step__line { display: none; } }

/* ───────── social proof ───────── */
.lp-testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
@media (max-width: 820px){ .lp-testis { grid-template-columns: 1fr; } }
.lp-testi { display: flex; flex-direction: column; gap: 16px; padding: 24px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); }
.lp-testi__q { font-size: 15px; line-height: 1.5; color: var(--text); text-wrap: pretty; }
.lp-testi__q::before { content: "\201C"; }
.lp-testi__q::after { content: "\201D"; }
.lp-testi__by { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.lp-testi__av { width: 38px; height: 38px; border-radius: 50%; background: var(--lp-acc-wash); color: var(--lp-acc);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; flex: 0 0 auto; }
.lp-testi__nm { font-size: 13.5px; font-weight: 600; }
.lp-testi__role { font-size: 12px; color: var(--text-faint); }
.lp-testi__ph { font-family: var(--font-mono); font-size: 10px; color: var(--text-ghost); margin-left: auto; }

.lp-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 22px;
  background: var(--hairline); border: 1px solid var(--hairline); border-radius: 14px; overflow: hidden; }
@media (max-width: 720px){ .lp-metrics { grid-template-columns: 1fr 1fr; } }
.lp-metric { background: var(--surface); padding: 26px 20px; text-align: center; display: flex; flex-direction: column; gap: 6px; }
.lp-metric__v { font-family: var(--font-mono); font-size: clamp(26px, 3vw, 36px); font-weight: 600; letter-spacing: -.02em; color: var(--lp-acc); font-variant-numeric: tabular-nums; }
.lp-metric__l { font-size: 12.5px; color: var(--text-faint); }

/* ───────── pricing teaser ───────── */
.lp-price { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.lp-price__card { width: 100%; max-width: 560px; margin-top: 8px; border: 1px solid var(--border); border-radius: 18px; padding: 36px; background: var(--surface);
  display: flex; flex-direction: column; gap: 20px; align-items: center; box-shadow: var(--el-2); }
.lp-price__tag { font-family: var(--font-mono); font-size: 12px; color: var(--lp-acc); letter-spacing: .1em; text-transform: uppercase; }
.lp-price__big { font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; letter-spacing: -.02em; line-height: 1.1; }
.lp-price__list { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 360px; text-align: left; }
.lp-price__li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-muted); }
.lp-price__li svg { color: var(--lp-acc); flex: 0 0 auto; }
.lp-price__cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ───────── final CTA (dark premium) ───────── */
.lp-final { position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(120% 140% at 80% -20%, color-mix(in oklab, var(--brand-500) 55%, var(--ink-900)), transparent 55%),
    radial-gradient(100% 120% at 0% 120%, color-mix(in oklab, var(--brand-600) 40%, var(--ink-900)), transparent 50%),
    var(--ink-900);
}
.lp-final__in { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px; position: relative; z-index: 2; }
.lp-final h2 { color: #fff; }
.lp-final .lp-lead { color: rgba(255,255,255,.72); }
.lp-final .lp-eyebrow { color: var(--brand-200); }
.lp-final__cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.lp-final__grid { position: absolute; inset: 0; z-index: 1; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: radial-gradient(80% 80% at 50% 30%, #000, transparent 75%); }
.lp-final__note { font-size: 13px; color: rgba(255,255,255,.55); }
.lp-final__note a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* ───────── footer ───────── */
.lp-foot { background: var(--surface-2); border-top: 1px solid var(--hairline); padding-block: clamp(48px, 6vw, 72px) 36px; }
.lp-foot__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
@media (max-width: 820px){ .lp-foot__grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
.lp-foot__brandcol { display: flex; flex-direction: column; gap: 14px; max-width: 30ch; }
.lp-foot__tag { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; }
.lp-foot__col h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--text-faint); margin: 0 0 14px; font-weight: 600; font-family: var(--font-mono); }
.lp-foot__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.lp-foot__col a { font-size: 13.5px; color: var(--text-muted); cursor: pointer; }
.lp-foot__col a:hover { color: var(--text); }
.lp-foot__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--hairline); }
.lp-foot__copy { font-size: 12.5px; color: var(--text-faint); }
.lp-foot__login { font-size: 13px; color: var(--text-muted); }
.lp-foot__login a { color: var(--lp-acc); font-weight: 500; }
.lp-foot__social { display: flex; gap: 8px; }

/* utility */
.lp-spacer-s { height: 8px; } .lp-spacer-m { height: 18px; }
.lp-nowrap { white-space: nowrap; }
.lp-livedot { display: inline-block; }

/* ───────── PROFIT differentiator ───────── */
.lp-sec--profit { background: radial-gradient(90% 65% at 82% -5%, var(--lp-acc-wash), transparent 58%); }
.lp-profit-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(26px, 3.5vw, 52px); align-items: center; margin-top: clamp(40px, 5vw, 60px); }
@media (max-width: 940px){ .lp-profit-grid { grid-template-columns: 1fr; gap: 32px; } }

.lp-pf__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 13px; }
.lp-pf__tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.lp-pf__tab { font-family: var(--font-mono); font-size: 11px; padding: 4px 10px; border-radius: var(--r-full); border: 1px solid var(--border); color: var(--text-faint); }
.lp-pf__tab--on { background: var(--ink-900); color: var(--ink-0); border-color: var(--ink-900); }
.lp-pf__vanity { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 2px 0 12px; border-bottom: 1px dashed var(--border-strong); }
.lp-pf__vlabel { font-family: var(--font-mono); font-size: 11px; color: var(--text-faint); max-width: 20ch; line-height: 1.35; }
.lp-pf__gmv { font-family: var(--font-mono); font-size: 21px; font-weight: 600; color: var(--text-muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.lp-pf__stack { display: flex; flex-direction: column; }
.lp-pf__cost { display: flex; align-items: center; justify-content: space-between; padding: 6px 0; font-size: 13px; transition: opacity .4s ease, transform .4s ease; }
.lp-pf__cname { color: var(--text-muted); display: flex; align-items: center; gap: 9px; }
.lp-pf__minus { color: var(--danger); font-family: var(--font-mono); font-weight: 600; }
.lp-pf__cval { font-family: var(--font-mono); font-size: 13px; color: var(--text-muted); font-variant-numeric: tabular-nums; white-space: nowrap; }
.lp-pf__net { margin-top: 4px; padding-top: 14px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 4px; }
.lp-pf__netl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-faint); }
.lp-pf__netnum { font-family: var(--font-mono); font-size: clamp(34px, 4.6vw, 50px); font-weight: 700; letter-spacing: -.02em; line-height: 1; font-variant-numeric: tabular-nums; color: var(--success); transition: color .4s; }
.lp-pf__netnum.is-calc { color: var(--text-muted); }
.lp-pf__nets { font-size: 12.5px; color: var(--text-faint); }
.lp-pf__shops { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 6px; transition: opacity .5s ease; }
.lp-pf__shop { display: flex; align-items: center; justify-content: space-between; padding: 8px 11px; border: 1px solid var(--hairline); border-radius: 8px; background: var(--surface); font-size: 12px; }
.lp-pf__shopn { color: var(--text-muted); }
.lp-pf__shop b { font-family: var(--font-mono); color: var(--success); font-weight: 600; font-variant-numeric: tabular-nums; }

/* vs comparison */
.lp-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: 16px; overflow: hidden; }
.lp-vs__cell { background: var(--surface); padding: 15px 16px; display: flex; align-items: center; gap: 10px; font-size: 13.5px; min-height: 58px; line-height: 1.35; }
.lp-vs__cell--head { background: var(--surface-2); font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-faint); min-height: 0; padding: 11px 16px; }
.lp-vs__them { color: var(--text-faint); }
.lp-vs__x { color: var(--text-ghost); flex: 0 0 auto; }
.lp-vs__tiko { background: var(--lp-acc-wash); color: var(--text); font-weight: 500; }
.lp-vs__tiko--head { background: color-mix(in oklab, var(--lp-acc) 14%, var(--surface)); color: var(--lp-acc); }
.lp-vs__chk { color: var(--lp-acc); flex: 0 0 auto; }
.lp-vs__tiko b { font-weight: 700; }

/* ───────── accessibility: visible keyboard focus + skip link ───────── */
.lp a:focus-visible,
.lp button:focus-visible,
.lp [tabindex]:focus-visible {
  outline: 2px solid var(--lp-acc);
  outline-offset: 3px;
  border-radius: 8px;
}
.lp-final a:focus-visible,
.lp-btn--white:focus-visible,
.lp-btn--on-dark:focus-visible { outline-color: #fff; }

.lp-skip {
  position: absolute; left: 12px; top: -56px; z-index: 200;
  background: var(--lp-acc); color: #fff; padding: 10px 16px;
  border-radius: 0 0 8px 8px; font-weight: 600; font-size: 14px;
  text-decoration: none; transition: top .15s ease;
}
.lp-skip:focus { top: 0; }
