/* ===== Product landing page — dark immersive variant (scoped under .lp) =====
 * Ported from the People/OS reference design. Every selector is scoped under
 * .lp so it never leaks into the rest of the site. Escape #content padding via
 * :has() so the page can go full-bleed while other pages keep their container. */

/* Opt out of the global #content wrapper when the page is a .lp landing. */
main#content:has(.lp) {
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Dark chrome when a .lp landing is on the page. Re-declares the same CSS
 * custom properties that @syott/styles exposes under .theme-dark, so the
 * global nav, footer, locale switcher, and cookie banner all flip without any
 * template-side wiring. The body gets a black background so the area around
 * the sticky nav pill doesn't leak white at the top of the viewport. */
body:has(.lp) {
  background: #000;
}
/* Float every chrome-pill UI (cookie banner, locale prompt, nav) over the
 * hero so nothing above <main> takes flow space — the hero then starts at
 * y=0. Its 120px top padding still keeps the eyebrow clear of the pill nav. */
body:has(.lp) #cookie-consent-root,
body:has(.lp) #locale-switcher-root,
body:has(.lp) #globalheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body:has(.lp) #cookie-consent-root {
  z-index: 70;
}
body:has(.lp) #locale-switcher-root {
  z-index: 60;
}
body:has(.lp) #globalheader {
  z-index: 50;
}
body:has(.lp) .global-nav {
  --gnav-bg: rgba(22, 22, 24, 0.92);
  --gnav-fg: rgb(245, 245, 247);
  --gnav-fg-muted: rgba(245, 245, 247, 0.78);
  --gnav-hover: rgba(255, 255, 255, 0.08);
  --gnav-chip: rgba(255, 255, 255, 0.06);
}
body:has(.lp) .global-footer {
  --gfoot-bg: #000;
  --gfoot-fg: rgb(245, 245, 247);
  --gfoot-fg-muted: rgba(245, 245, 247, 0.6);
  --gfoot-border: rgba(255, 255, 255, 0.12);
  --gfoot-chip: rgba(255, 255, 255, 0.06);
  --gfoot-hover: rgba(255, 255, 255, 0.1);
}
body:has(.lp) .ac-ls-content,
body:has(.lp) .ac-cc-content {
  --gnav-bg: rgba(22, 22, 24, 0.92);
  --gnav-fg: rgb(245, 245, 247);
  --gnav-fg-muted: rgba(245, 245, 247, 0.78);
  --gnav-hover: rgba(255, 255, 255, 0.08);
  --gnav-chip: rgba(255, 255, 255, 0.06);
}
body:has(.lp) .ac-ls-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23fff' stroke-opacity='0.7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
body:has(.lp) .ac-cc-btn--primary {
  background: rgb(245, 245, 247);
  color: rgb(29, 29, 31);
}

@keyframes lp-navIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lp-pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in oklab, var(--lp-accent) 60%, transparent);
  }
  70% {
    box-shadow: 0 0 0 12px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes lp-lineUp {
  from {
    transform: translateY(110%);
  }
  to {
    transform: none;
  }
}
@keyframes lp-iconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-14px) rotate(-2deg);
  }
}
@keyframes lp-barRise {
  from {
    transform: scaleY(0.02);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes lp-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.lp {
  --lp-bg: #000;
  --lp-bg-2: #0a0a0c;
  --lp-bg-3: #141418;
  --lp-ink: #f5f5f7;
  --lp-ink-dim: #a1a1a6;
  --lp-ink-3: #6e6e73;
  --lp-ink-4: #3a3a3d;
  --lp-ink-light: #1d1d1f;
  --lp-ink-light-dim: #515154;
  --lp-rule: rgba(255, 255, 255, 0.08);
  --lp-rule-2: rgba(255, 255, 255, 0.14);
  --lp-accent: #7c5cff;
  --lp-accent-2: #a58bff;
  --lp-sans: -apple-system, "SF Pro Display", system-ui, sans-serif;
  --lp-mono: ui-monospace, Menlo, monospace;

  background: var(--lp-bg);
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-height: 100vh;
}

.lp *,
.lp *::before,
.lp *::after {
  box-sizing: border-box;
}
.lp a {
  color: inherit;
  text-decoration: none;
}
.lp img {
  max-width: 100%;
  display: block;
}

/* ===== Grain overlay ===== */
.lp-grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 .6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ===== Buttons ===== */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .25s;
  font-family: inherit;
  text-decoration: none;
  margin: 0;
}
.lp-btn .lp-arrow {
  transition: transform .22s ease;
  display: inline-block;
}
.lp-btn:hover .lp-arrow {
  transform: translateX(3px);
}
.lp-btn-primary {
  background: #fff;
  color: #0a0a0a;
  border-color: #fff;
}
.lp-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px -12px rgba(255, 255, 255, 0.35);
  color: #0a0a0a;
  text-decoration: none;
}
.lp-btn-accent {
  background: var(--lp-accent);
  color: #fff;
  border-color: var(--lp-accent);
  box-shadow: 0 10px 30px -10px color-mix(in oklab, var(--lp-accent) 60%, transparent);
}
.lp-btn-accent:hover {
  background: var(--lp-accent-2);
  border-color: var(--lp-accent-2);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.lp-btn-ghost {
  background: transparent;
  color: var(--lp-ink);
  border-color: var(--lp-rule-2);
}
.lp-btn-ghost:hover {
  border-color: var(--lp-ink-dim);
  background: rgba(255, 255, 255, 0.04);
  color: var(--lp-ink);
  text-decoration: none;
}
.lp-btn-ghost-light {
  background: transparent;
  color: var(--lp-ink-light);
  border-color: rgba(0, 0, 0, 0.18);
}
.lp-btn-ghost-light:hover {
  border-color: rgba(0, 0, 0, 0.38);
  background: rgba(0, 0, 0, 0.03);
  color: var(--lp-ink-light);
  text-decoration: none;
}
.lp-btn-sm {
  padding: 7px 14px;
  font-size: 13px;
}
.lp-btn-lg {
  padding: 13px 26px;
  font-size: 15px;
}

/* ===== Typography ===== */
.lp-lead {
  font-size: 19px;
  line-height: 1.5;
  color: var(--lp-ink-dim);
  font-weight: 400;
  margin: 0;
}
.lp-tiny {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lp-ink-dim);
  display: block;
}

/* ===== Layout ===== */
.lp-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.lp-section {
  padding: 160px 0;
  position: relative;
  z-index: 2;
}
.lp-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 0;
  border: 0;
}

/* ===== Reveal animation ===== */
.lp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .9s ease, transform .9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.lp-reveal.in {
  opacity: 1;
  transform: none;
}
.lp-reveal.d1 {
  transition-delay: .1s;
}
.lp-reveal.d2 {
  transition-delay: .2s;
}
.lp-reveal.d3 {
  transition-delay: .3s;
}
.lp-reveal.d4 {
  transition-delay: .4s;
}

/* ===== HERO ===== */
.lp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 24px 64px;
}
.lp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.lp-hero-bg::before {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(60% 50% at 20% 18%, color-mix(in oklab, var(--lp-accent) 35%, transparent), transparent 60%),
    radial-gradient(55% 45% at 85% 30%, rgba(59, 130, 246, 0.22), transparent 60%),
    radial-gradient(70% 60% at 50% 100%, color-mix(in oklab, var(--lp-accent) 22%, transparent), transparent 60%);
  filter: blur(60px);
}
.lp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 30%, transparent, rgba(0, 0, 0, 0.65) 80%);
}
.lp-hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.lp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border: 1px solid var(--lp-rule-2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lp-ink-dim);
}
.lp-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lp-accent);
  box-shadow: 0 0 0 0 color-mix(in oklab, var(--lp-accent) 60%, transparent);
  animation: lp-pulse 2.2s infinite;
  flex: none;
}
.lp-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 32px;
}
.lp-ln {
  font-size: clamp(64px, 10vw, 160px);
  line-height: 0.94;
  letter-spacing: -.035em;
  font-weight: 500;
}
.lp-ln em {
  font-style: italic;
  font-weight: 300;
  color: var(--lp-accent-2);
}
.lp-ln-b {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
}
.lp-ln-comma {
  font-size: clamp(64px, 10vw, 160px);
  line-height: 0.94;
  letter-spacing: -.035em;
  font-weight: 500;
}
.lp-inline-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid var(--lp-rule-2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: clamp(24px, 2.6vw, 44px);
  font-weight: 400;
  letter-spacing: -.02em;
  color: var(--lp-ink);
}
.lp-avs {
  display: flex;
}
.lp-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #0a0a0a;
  margin-left: -14px;
  flex: none;
}
.lp-av:first-child {
  margin-left: 0;
}
.lp-hero-lead {
  max-width: 58ch;
  margin: 40px auto 28px;
}
.lp-hero-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Marquee ===== */
.lp-marquee {
  overflow: hidden;
  border-top: 1px solid var(--lp-rule);
  border-bottom: 1px solid var(--lp-rule);
  padding: 28px 0;
  position: relative;
}
.lp-marquee::before,
.lp-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.lp-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--lp-bg), transparent);
}
.lp-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, var(--lp-bg), transparent);
}
.lp-marquee-track {
  display: flex;
  gap: 72px;
  width: max-content;
  animation: lp-scroll 44s linear infinite;
}
.lp-m-logo {
  font-weight: 500;
  font-size: 20px;
  color: var(--lp-ink-dim);
  white-space: nowrap;
  letter-spacing: -.01em;
}
.lp-m-logo.caps {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.lp-m-logo.mono {
  font-family: var(--lp-mono);
  font-size: 16px;
  letter-spacing: .1em;
}

/* ===== Gallery ===== */
.lp-gallery-head h2 {
  font-size: clamp(44px, 5.5vw, 80px);
  letter-spacing: -.03em;
  font-weight: 500;
  margin: 16px 0 36px;
  max-width: 20ch;
  line-height: 1;
}
.lp-gallery-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--lp-rule);
}
.lp-gallery-tabs button {
  border: 1px solid var(--lp-rule-2);
  background: transparent;
  color: var(--lp-ink-dim);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  transition: all .2s;
  margin: 0;
  line-height: 1;
}
.lp-gallery-tabs button.active {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.lp-gallery-tabs button:hover:not(.active) {
  color: var(--lp-ink);
  border-color: var(--lp-ink-dim);
}
.lp-gallery-stage {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a20, #0c0c10);
  border: 1px solid var(--lp-rule-2);
  min-height: 580px;
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.lp-gallery-slide {
  display: none;
}
.lp-gallery-slide.active {
  display: contents;
}
.lp-gallery-copy h3 {
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -.02em;
  font-weight: 500;
  margin: 16px 0 14px;
  line-height: 1.05;
}
.lp-gallery-copy p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--lp-ink-dim);
  max-width: 44ch;
  margin: 0 0 20px;
}
.lp-lrn {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--lp-ink);
  border-bottom: 1px solid var(--lp-rule-2);
  padding-bottom: 2px;
  transition: gap .2s, border-color .2s;
}
.lp-lrn:hover {
  gap: 10px;
  border-color: var(--lp-accent);
  text-decoration: none;
  color: var(--lp-ink);
}
.lp-gallery-visual {
  border-radius: 16px;
  overflow: hidden;
  min-height: 440px;
  border: 1px solid var(--lp-rule);
  background: #0a0a0e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  gap: 10px;
}
.lp-gallery-visual.visual-hire {
  background: radial-gradient(80% 60% at 20% 20%, rgba(124, 92, 255, 0.3), transparent 60%),
    radial-gradient(60% 60% at 80% 80%, rgba(255, 107, 157, 0.22), transparent 60%), #0e0e14;
}
.lp-gallery-visual.visual-pay {
  background: radial-gradient(60% 60% at 80% 20%, rgba(92, 229, 192, 0.22), transparent 60%),
    radial-gradient(60% 60% at 20% 90%, rgba(59, 130, 246, 0.22), transparent 60%), #0e0e14;
  padding: 32px;
  gap: 14px;
}
.lp-gallery-visual.visual-perf {
  background: radial-gradient(70% 70% at 80% 80%, rgba(255, 158, 44, 0.2), transparent 60%),
    radial-gradient(60% 60% at 20% 20%, rgba(124, 92, 255, 0.25), transparent 60%), #0e0e14;
  padding: 28px;
}
.lp-gallery-visual.visual-ana {
  background: radial-gradient(70% 70% at 50% 30%, rgba(124, 92, 255, 0.28), transparent 60%), #0c0c14;
  padding: 28px;
}
.lp-gallery-visual.visual-work {
  background: radial-gradient(60% 60% at 30% 70%, rgba(184, 252, 92, 0.18), transparent 60%),
    radial-gradient(60% 60% at 70% 30%, rgba(255, 107, 61, 0.16), transparent 60%), #0e0e14;
  padding: 28px;
}

/* ===== Mini cards ===== */
.lp-mini-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--lp-rule-2);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lp-mini-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4c28a, #b07c4b);
  flex: none;
}
.lp-mini-av.b {
  background: linear-gradient(135deg, #8fa3bd, #4a5b73);
}
.lp-mini-av.c {
  background: linear-gradient(135deg, #c8a076, #6b5538);
}
.lp-mini-av.d {
  background: linear-gradient(135deg, #d97a9c, #7b2f4a);
}
.lp-mini-av.green {
  background: linear-gradient(135deg, #b8fc5c, #3bc97a);
}
.lp-mini-av.violet {
  background: linear-gradient(135deg, #7c5cff, #3e2bc9);
}
.lp-mini-av.orange {
  background: linear-gradient(135deg, #ff9e2c, #ff5c3a);
}
.lp-mini-av.cyan {
  background: linear-gradient(135deg, #5cdfef, #2a7eff);
}
.lp-mini-name {
  font-size: 13px;
  font-weight: 500;
}
.lp-mini-role {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--lp-ink-dim);
  margin-top: 2px;
  text-transform: uppercase;
}
.lp-mini-value {
  font-size: 13px;
  color: var(--lp-ink);
  margin-top: 2px;
}
.lp-mini-tag {
  margin-left: auto;
  padding: 3px 9px;
  border-radius: 999px;
  font-family: var(--lp-mono);
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  flex: none;
}
.lp-tag-on {
  background: color-mix(in oklab, var(--lp-accent) 25%, transparent);
  color: var(--lp-accent-2);
}
.lp-tag-new {
  background: rgba(92, 211, 140, 0.2);
  color: #5cd38c;
}
.lp-tag-pend {
  background: rgba(255, 255, 255, 0.08);
  color: var(--lp-ink-dim);
}

.lp-mini-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}
.lp-mini-col .lp-mini-big {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -.02em;
  margin-top: 4px;
}
.lp-mini-col .lp-mini-mid {
  font-size: 20px;
  font-weight: 500;
  margin-top: 4px;
}

/* ===== Section head ===== */
.lp-sec-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 72px;
}
.lp-sec-head h2 {
  font-size: clamp(44px, 5.5vw, 86px);
  margin: 14px 0 0;
  max-width: 14ch;
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1;
}

/* ===== App-highlight panels ===== */
.lp-panel-section {
  padding: 140px 0;
}
.lp-panel {
  max-width: 1280px;
  margin: 0 auto 28px;
  border-radius: 28px;
  overflow: hidden;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.lp-panel.dark {
  background: linear-gradient(160deg, #16161b 0%, #0a0a0c 100%);
  color: var(--lp-ink);
  border: 1px solid var(--lp-rule-2);
}
.lp-panel.light {
  background: linear-gradient(180deg, #f5f5f7 0%, #eaeaec 100%);
  color: var(--lp-ink-light);
}
.lp-panel.violet {
  background: radial-gradient(70% 70% at 20% 20%, rgba(124, 92, 255, 0.55), transparent 60%),
    radial-gradient(80% 80% at 80% 80%, rgba(59, 130, 246, 0.35), transparent 60%), #0a0a18;
  color: var(--lp-ink);
  border: 1px solid var(--lp-rule-2);
}
.lp-panel.warm {
  background: radial-gradient(70% 70% at 80% 20%, rgba(255, 158, 44, 0.35), transparent 60%),
    radial-gradient(70% 70% at 20% 90%, rgba(255, 107, 157, 0.3), transparent 60%), #17100c;
  color: var(--lp-ink);
  border: 1px solid var(--lp-rule-2);
}
.lp-panel.flipped .lp-panel-copy {
  order: 2;
}
.lp-panel.flipped .lp-panel-visual {
  order: 1;
}
.lp-panel-copy {
  padding: 88px 72px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-app-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lp-app-chip-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.lp-app-chip-mark.violet {
  background: linear-gradient(135deg, #7c5cff, #a58bff);
}
.lp-app-chip-mark.cyan {
  background: linear-gradient(135deg, #5cdfef, #2a7eff);
}
.lp-app-chip-mark.orange {
  background: linear-gradient(135deg, #ff9e2c, #ff5c3a);
}
.lp-app-chip-mark.green {
  background: linear-gradient(135deg, #b8fc5c, #3bc97a);
}
.lp-app-chip-name {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  opacity: 0.7;
}
.lp-panel.light .lp-app-chip-name {
  color: var(--lp-ink-light-dim);
}
.lp-panel h3 {
  font-size: clamp(36px, 4.2vw, 64px);
  letter-spacing: -.025em;
  line-height: 1;
  margin: 6px 0 8px;
  font-weight: 500;
  max-width: 14ch;
}
.lp-panel .lp-lead {
  font-size: 18px;
  line-height: 1.55;
  max-width: 48ch;
  margin: 0;
}
.lp-panel .lp-lead strong {
  color: var(--lp-ink);
  font-weight: 500;
}
.lp-panel.light .lp-lead {
  color: var(--lp-ink-light-dim);
}
.lp-panel ul.lp-checks {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-panel ul.lp-checks li {
  font-size: 14.5px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}
.lp-panel ul.lp-checks li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-accent);
  margin-top: 8px;
  flex: none;
}
.lp-cta-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.lp-panel-visual {
  padding: 48px;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product mocks */
.lp-mock {
  width: 100%;
  max-width: 560px;
  background: #0a0a0e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.6);
}
.lp-panel.light .lp-mock {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.18);
}
.lp-mock-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-panel.light .lp-mock-bar {
  border-color: rgba(0, 0, 0, 0.06);
}
.lp-mock-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex: none;
}
.lp-panel.light .lp-mock-dot {
  background: rgba(0, 0, 0, 0.18);
}
.lp-mock-ttl {
  margin-left: 8px;
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--lp-ink-dim);
}
.lp-panel.light .lp-mock-ttl {
  color: var(--lp-ink-light-dim);
}
.lp-mock-body {
  padding: 22px 24px;
}
.lp-mock-body.no-pad-top {
  padding-top: 0;
}
.lp-mock-row {
  display: grid;
  grid-template-columns: 36px 1.4fr 1fr 1fr auto;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
  align-items: center;
}
.lp-panel.light .lp-mock-row {
  border-color: rgba(0, 0, 0, 0.06);
}
.lp-mock-row:last-child {
  border-bottom: 0;
}
.lp-mock-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4c28a, #b07c4b);
  flex: none;
}
.lp-mock-av.b {
  background: linear-gradient(135deg, #8fa3bd, #4a5b73);
}
.lp-mock-av.c {
  background: linear-gradient(135deg, #c8a076, #6b5538);
}
.lp-mock-av.d {
  background: linear-gradient(135deg, #d97a9c, #7b2f4a);
}
.lp-mock-rl {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: .08em;
  color: var(--lp-ink-dim);
  margin-top: 3px;
}
.lp-panel.light .lp-mock-rl {
  color: var(--lp-ink-light-dim);
}
.lp-pill-status {
  padding: 4px 10px;
  border-radius: 999px;
  font-family: var(--lp-mono);
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lp-pill-status.on {
  background: color-mix(in oklab, var(--lp-accent) 22%, transparent);
  color: var(--lp-accent-2);
}
.lp-pill-status.new {
  background: rgba(92, 211, 140, 0.18);
  color: #5cd38c;
}
.lp-pill-status.off {
  background: rgba(255, 255, 255, 0.08);
  color: var(--lp-ink-dim);
}
.lp-panel.light .lp-pill-status.off {
  background: rgba(0, 0, 0, 0.06);
  color: var(--lp-ink-light-dim);
}
.lp-panel.light .lp-pill-status.on {
  background: rgba(124, 92, 255, 0.15);
  color: #6340d6;
}
.lp-run-sum {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px 22px;
}
.lp-run-sum .cell {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px;
}
.lp-panel.light .lp-run-sum .cell {
  border-color: rgba(0, 0, 0, 0.06);
}
.lp-run-sum .k {
  font-family: var(--lp-mono);
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lp-ink-dim);
}
.lp-panel.light .lp-run-sum .k {
  color: var(--lp-ink-light-dim);
}
.lp-run-sum .v {
  font-size: 24px;
  font-weight: 500;
  margin-top: 6px;
  letter-spacing: -.02em;
}
.lp-calib {
  display: grid;
  grid-template-columns: auto repeat(4, 1fr);
  gap: 6px;
  padding: 20px 22px;
}
.lp-calib.inset {
  padding: 24px;
}
.lp-calib .lbl {
  font-family: var(--lp-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--lp-ink-dim);
  display: flex;
  align-items: center;
}
.lp-calib .lbl.center {
  justify-content: center;
}
.lp-panel.light .lp-calib .lbl {
  color: var(--lp-ink-light-dim);
}
.lp-calib .cell {
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.03);
}
.lp-panel.light .lp-calib .cell {
  border-color: rgba(0, 0, 0, 0.06);
  background: rgba(0, 0, 0, 0.02);
  color: var(--lp-ink-light);
}
.lp-calib .cell.lo {
  background: color-mix(in oklab, var(--lp-accent) 12%, transparent);
}
.lp-calib .cell.md {
  background: color-mix(in oklab, var(--lp-accent) 26%, transparent);
}
.lp-calib .cell.hi {
  background: color-mix(in oklab, var(--lp-accent) 44%, transparent);
  color: #fff;
}

/* ===== Numbers band ===== */
.lp-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding: 72px 0;
  border-top: 1px solid var(--lp-rule);
  border-bottom: 1px solid var(--lp-rule);
}
.lp-numbers .n {
  font-size: 76px;
  letter-spacing: -.04em;
  font-weight: 400;
  line-height: 0.95;
}
.lp-numbers .n em {
  font-style: normal;
  color: var(--lp-accent-2);
}
.lp-numbers .lbl {
  font-family: var(--lp-mono);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lp-ink-dim);
  margin-top: 14px;
}
.lp-numbers .desc {
  font-size: 13px;
  color: var(--lp-ink-dim);
  margin-top: 10px;
  line-height: 1.5;
  max-width: 22ch;
}

/* ===== Testimonials ===== */
.lp-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lp-q {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--lp-rule);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 280px;
  transition: transform .4s, border-color .3s, background .3s;
}
.lp-q:hover {
  transform: translateY(-5px);
  border-color: var(--lp-rule-2);
  background: rgba(255, 255, 255, 0.05);
}
.lp-q blockquote {
  margin: 0;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: -.01em;
}
.lp-q .who {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-q-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4c28a, #b07c4b);
  flex: none;
}
.lp-q-av.b {
  background: linear-gradient(135deg, #8fa3bd, #4a5b73);
}
.lp-q-av.c {
  background: linear-gradient(135deg, #c8a076, #6b5538);
}
.lp-q-name {
  font-size: 14px;
  font-weight: 500;
}
.lp-q-role {
  font-size: 11px;
  color: var(--lp-ink-dim);
  font-family: var(--lp-mono);
  letter-spacing: .1em;
  margin-top: 2px;
}

/* ===== FAQ ===== */
.lp-faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
}
.lp-faq-heading {
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -.03em;
  margin: 14px 0 20px;
  max-width: 14ch;
  font-weight: 500;
  line-height: 1;
}
.lp-faq-lead {
  max-width: 34ch;
  margin: 0;
}
.lp-faq-list {
  display: flex;
  flex-direction: column;
}
.lp-faq-item {
  padding: 26px 0;
  border-top: 1px solid var(--lp-rule);
  cursor: pointer;
  transition: padding .3s;
}
.lp-faq-item:last-child {
  border-bottom: 1px solid var(--lp-rule);
}
.lp-faq-item:hover {
  padding-left: 6px;
}
.lp-faq-item-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.lp-faq-item h4 {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: -.01em;
}
.lp-faq-plus {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--lp-rule-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lp-mono);
  color: var(--lp-ink-dim);
  transition: all .3s;
  flex: none;
  font-size: 18px;
}
.lp-faq-item:hover .lp-faq-plus {
  border-color: var(--lp-accent);
  color: var(--lp-accent-2);
  transform: rotate(90deg);
}
.lp-faq-ans {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, margin .3s ease;
  color: var(--lp-ink-dim);
  font-size: 14.5px;
  line-height: 1.6;
  max-width: 70ch;
}
.lp-faq-item.open .lp-faq-ans {
  max-height: 400px;
  margin-top: 16px;
}
.lp-faq-item.open .lp-faq-plus {
  transform: rotate(45deg);
  border-color: var(--lp-accent);
  color: var(--lp-accent-2);
}

/* ===== Big CTA ===== */
.lp-big-cta {
  padding: 180px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lp-big-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  max-width: 100%;
  border-radius: 50%;
  background: radial-gradient(ellipse, color-mix(in oklab, var(--lp-accent) 28%, transparent), transparent 60%);
  filter: blur(60px);
  z-index: -1;
}
.lp-big-cta h2 {
  font-size: clamp(60px, 10vw, 160px);
  line-height: 0.94;
  margin: 0 auto 32px;
  max-width: 16ch;
  letter-spacing: -.035em;
  font-weight: 500;
}
.lp-big-cta h2 em {
  font-style: italic;
  font-weight: 300;
  color: var(--lp-accent-2);
}
.lp-big-cta .lp-ctas {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Bar chart ===== */
.lp-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 120px;
}
.lp-bars i {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px 4px 0 0;
  display: block;
  position: relative;
  transform-origin: bottom;
  animation: lp-barRise 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.lp-bars i.hl {
  background: linear-gradient(180deg, var(--lp-accent-2), var(--lp-accent));
}

/* ===== Mini-card summary grids (payroll + analytics) ===== */
.lp-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.lp-summary-grid-analytics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
}
.lp-payroll-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}
.lp-workflow-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .lp-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .lp-panel-copy {
    padding: 56px 40px;
  }
  .lp-panel-visual {
    padding: 24px 40px 56px;
    min-height: auto;
  }
  .lp-panel.flipped .lp-panel-copy {
    order: 1;
  }
  .lp-panel.flipped .lp-panel-visual {
    order: 2;
  }
  .lp-gallery-stage {
    grid-template-columns: 1fr;
    padding: 40px;
    min-height: auto;
  }
  .lp-gallery-slide.active {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .lp-gallery-visual {
    min-height: 320px;
  }
  .lp-numbers,
  .lp-quotes,
  .lp-faq,
  .lp-sec-head {
    grid-template-columns: 1fr;
  }
  .lp-ln {
    font-size: clamp(48px, 8vw, 96px);
  }
  .lp-ln-comma {
    font-size: clamp(48px, 8vw, 96px);
  }
}
