/* Invoiceum landing */

.landing-body {
  --lp-ink: #1a2332;
  --lp-muted: #5f6b7c;
  --lp-line: #e2e7ee;
  --lp-paper: #f3f5f7;
  --lp-card: #ffffff;
  --lp-accent: #0f6e6a;
  --lp-accent-ink: #0b524f;
  --lp-ok: #1f7a4c;
  --lp-ok-bg: #e8f6ee;
  --lp-soft: #eef2f5;
  --lp-body-text: #3d4758;
  --lp-cta-bg: #e8efef;
  --lp-cta-line: #d2dddc;
  --lp-callout-bg: #f5f8f2;
  --lp-callout-line: #d5ddd0;
  --lp-tag-muted-bg: #f2eee4;
  --lp-tag-muted-ink: #74643f;
  --font: "Manrope", "Segoe UI", sans-serif;
  --display: "Outfit", "Avenir Next", sans-serif;
  --lp-sample-peek: clamp(480px, 64vw, 780px);
  background:
    linear-gradient(180deg, #eef2f5 0%, var(--lp-paper) 45%, #e9eef3 100%);
  color: var(--lp-ink);
  font-family: var(--font);
  font-optical-sizing: auto;
  letter-spacing: -0.01em;
}

html[data-theme="dark"] .landing-body {
  --lp-ink: #e7ecf1;
  --lp-muted: #9aa5b5;
  --lp-line: #2a3441;
  --lp-paper: #121820;
  --lp-card: #1a222d;
  --lp-accent: #3db8b1;
  --lp-accent-ink: #7ad4cf;
  --lp-ok: #86efac;
  --lp-ok-bg: rgba(22, 163, 74, 0.2);
  --lp-soft: #232c38;
  --lp-body-text: #c5ced8;
  --lp-cta-bg: #151c26;
  --lp-cta-line: #2a3441;
  --lp-callout-bg: rgba(61, 184, 177, 0.08);
  --lp-callout-line: rgba(61, 184, 177, 0.28);
  --lp-tag-muted-bg: rgba(212, 175, 90, 0.14);
  --lp-tag-muted-ink: #e7c97a;
  background:
    linear-gradient(180deg, #0f1419 0%, var(--lp-paper) 45%, #0c1117 100%);
}

.landing-body .pub-topbar-minimal {
  background: rgba(6, 10, 18, 0.82);
  border-bottom-color: rgba(120, 160, 220, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.landing-body .pub-topbar-minimal .pub-brand {
  color: #f4f7fb;
}

.landing-body .pub-topbar-minimal .pub-actions {
  margin-left: auto;
}

.landing-body .pub-topbar-minimal .btn-secondary {
  background: transparent;
  border-color: rgba(180, 200, 230, 0.28);
  color: #d7e0ef;
}

.landing-body .pub-topbar-minimal .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.landing-body .pub-topbar-minimal .theme-toggle {
  border-color: rgba(180, 200, 230, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #d7e0ef;
}

.landing-body .pub-topbar-minimal .theme-toggle:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.landing-body a {
  color: var(--lp-accent);
}

.lp-shell {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
}

.lp-narrow {
  width: min(720px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.lp-hero {
  position: relative;
  padding: 1rem 0 1.25rem;
  border-bottom: 0;
  overflow: hidden;
  background: #05070c;
  color: #e8eef8;
}

.lp-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 18% 40%, rgba(32, 96, 210, 0.22), transparent 70%),
    radial-gradient(700px 360px at 88% 30%, rgba(255, 140, 40, 0.08), transparent 60%),
    linear-gradient(180deg, #070b14 0%, #05070c 55%, #0a101c 100%);
  pointer-events: none;
}

.lp-hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 0.75rem 1rem 0;
}

.lp-brand {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: rgba(247, 249, 252, 0.88);
  text-align: center;
}

.brand-beta {
  font-family: var(--font);
  font-weight: 200;
  font-size: 0.55em;
  letter-spacing: 0.04em;
  color: rgba(247, 249, 252, 0.55);
  vertical-align: super;
  margin-left: 0.12em;
}

.landing-body .pub-brand .brand-beta {
  font-size: 0.62em;
  color: rgba(215, 224, 239, 0.55);
  vertical-align: baseline;
  position: relative;
  top: -0.35em;
}

.lp-hero h1,
.lp-section h2,
.lp-cta h2 {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--lp-ink);
}

.lp-hero h1 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  max-width: 22rem;
  color: #f0f4fa;
}

.lp-h1-line {
  display: block;
}

.lp-section h2,
.lp-cta h2 {
  font-size: clamp(1.45rem, 2.7vw, 1.9rem);
}

.lp-tagline {
  margin: -0.25rem 0 1rem;
  max-width: 34rem;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: var(--lp-accent-ink);
}

.lp-lead {
  margin: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--lp-muted);
  max-width: 36rem;
}

.lp-joke {
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--lp-accent-ink);
  max-width: 40rem;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin: 0.85rem 0 0;
  position: relative;
  z-index: 2;
}

.landing-body .btn-hero {
  min-width: 0;
  min-height: 2.6rem;
  padding: 0.65rem 1.1rem;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.landing-body .btn-primary {
  background: var(--lp-accent);
  border-color: var(--lp-accent);
  color: #fff;
}

.landing-body .btn-primary:hover {
  background: var(--lp-accent-ink);
  border-color: var(--lp-accent-ink);
  color: #fff;
  text-decoration: none;
}

.landing-body .btn-secondary {
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  color: var(--lp-ink);
}

.landing-body .btn-secondary:hover {
  background: var(--lp-soft);
  color: var(--lp-ink);
  text-decoration: none;
}

.lp-hero .btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(170, 195, 230, 0.35);
  color: #e8eef8;
}

.lp-hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lp-hero-art {
  position: relative;
  width: min(1120px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  align-items: stretch;
}

.lp-hero-card {
  margin: 0;
  padding: 1rem 1.15rem 1.1rem;
  border-radius: 16px;
  background: rgba(14, 22, 38, 0.72);
  border: 1px solid rgba(150, 180, 230, 0.2);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: clamp(0.92rem, 1.3vw, 1.05rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(214, 226, 244, 0.88);
}

.lp-hero-card strong {
  display: block;
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: #fff;
}

.lp-hero-card span {
  display: block;
}

.lp-hero-art > picture {
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}

.lp-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(62vh, 540px);
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
  animation: lp-hero-in 0.7s ease both;
}

@keyframes lp-hero-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.lp-hero-foot {
  background: #05070c;
  border-bottom: 1px solid var(--lp-line);
  padding: 1.25rem 0 1.75rem;
  color: rgba(214, 224, 240, 0.78);
}

.lp-hero-foot .lp-pillars {
  margin-bottom: 0.85rem;
  color: rgba(190, 205, 230, 0.72);
}

.lp-hero-foot .lp-pillars li:not(:last-child)::after {
  color: rgba(140, 160, 190, 0.55);
}

.lp-hero-foot .lp-trust {
  max-width: 46rem;
  color: rgba(190, 205, 230, 0.7);
}

.lp-hero-foot .lp-trust strong {
  color: #f0f4fa;
}

.lp-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  color: var(--lp-muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.lp-pillars li {
  display: inline-flex;
  align-items: center;
}

.lp-pillars li:not(:last-child)::after {
  content: "·";
  margin: 0 0.65rem;
  color: #a0a8b5;
  font-weight: 500;
}

.lp-trust {
  margin: 0;
  max-width: 34rem;
  color: var(--lp-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.lp-trust strong {
  display: block;
  color: var(--lp-ink);
  margin-bottom: 0.2rem;
}

.lp-transform {
  display: grid;
  gap: 0.7rem;
}

.lp-tx-card,
.lp-stmt-card,
.lp-verify-panel,
.lp-step {
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  border-radius: 12px;
}

.lp-tx-card,
.lp-stmt-card {
  padding: 1rem 1.1rem;
}

.lp-tx-kicker,
.lp-tx-amount {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lp-tx-path {
  margin-top: 0.4rem;
  font-size: 0.86rem;
  color: var(--lp-muted);
}

.lp-tx-meta {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: #8b93a1;
}

.lp-transform-arrow {
  display: flex;
  justify-content: center;
}

.lp-transform-arrow span {
  display: inline-flex;
  padding: 0.18rem 0.55rem;
  border-radius: 6px;
  background: rgba(15, 110, 106, 0.08);
  color: var(--lp-accent-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lp-stmt-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.45rem;
  font-size: 0.84rem;
  color: var(--lp-muted);
}

.lp-ok {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.45rem;
  border-radius: 5px;
  background: var(--lp-ok-bg);
  color: var(--lp-ok);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.lp-stmt-card strong {
  display: block;
  font-size: 1.05rem;
}

.lp-stmt-card p {
  margin: 0.15rem 0 0.6rem;
  color: var(--lp-muted);
}

.lp-stmt-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.3rem;
}

.lp-stmt-card li {
  font-size: 0.88rem;
  padding-left: 0.9rem;
  position: relative;
}

.lp-stmt-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--lp-accent);
}

.lp-reveal,
.lp-reveal-onview {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.lp-reveal-delay {
  transition-delay: 0.1s;
}

.lp-reveal.is-visible,
.lp-reveal-onview.is-visible {
  opacity: 1;
  transform: none;
}

.lp-section {
  padding: 3rem 0;
}

.lp-section-alt {
  background: color-mix(in srgb, var(--lp-card) 55%, transparent);
  border-block: 1px solid var(--lp-line);
}

.lp-section p,
.lp-cta p {
  margin: 0 0 0.85rem;
  color: var(--lp-body-text);
}

.lp-checklist {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: var(--lp-body-text);
}

.lp-checklist li + li {
  margin-top: 0.3rem;
}

.lp-checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 1.25rem;
  padding-left: 1.15rem;
  columns: unset;
}

.lp-emphasis {
  margin-top: 1rem;
}

.lp-note {
  margin: 1rem 0 0;
  padding: 0.75rem 0.9rem;
  border-left: 3px solid var(--lp-accent);
  background: rgba(15, 110, 106, 0.06);
  color: var(--lp-muted);
  font-size: 0.9rem;
}

.lp-footnote {
  font-size: 0.82rem;
  line-height: 1.45;
}

.lp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.lp-step {
  padding: 1rem 0.95rem;
}

.lp-step-num {
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(15, 110, 106, 0.1);
  color: var(--lp-accent-ink);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.lp-step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}

.lp-step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--lp-muted);
}

.lp-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1.5rem 1.75rem;
  align-items: start;
}

.lp-status-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-content: flex-start;
  padding: 1rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  border-radius: 12px;
}

.lp-status-flow span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  background: var(--lp-soft);
  color: var(--lp-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.lp-status-flow span.is-active {
  background: var(--lp-ok-bg);
  color: var(--lp-ok);
}

.lp-invoice-preview {
  padding: 1rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  border-radius: 12px;
}

.lp-preview-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-muted);
}

.lp-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.lp-preview-card {
  background: #ffffff;
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  padding: 0.75rem;
}

.lp-preview-card.is-digital {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.lp-preview-type {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7a8290;
}

.lp-preview-title {
  margin: 0.35rem 0 0.55rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--lp-ink);
}

.lp-preview-lines {
  margin: 0;
  display: grid;
  gap: 0.32rem;
}

.lp-preview-lines div {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 0.35rem;
  font-size: 0.76rem;
}

.lp-preview-lines dt {
  margin: 0;
  color: #7a8290;
}

.lp-preview-lines dd {
  margin: 0;
  color: #2d3648;
  font-weight: 600;
}

.lp-preview-tags {
  list-style: none;
  margin: 0 0 0.55rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.lp-preview-tags li {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: var(--lp-soft);
  color: var(--lp-muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.lp-preview-view-state {
  display: inline-flex;
  gap: 0.35rem;
  margin: 0 0 0.55rem;
}

.lp-preview-view-state span {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: #eef1f6;
  color: #7a8290;
  font-size: 0.68rem;
  font-weight: 700;
}

.lp-preview-view-state span.is-on {
  background: rgba(30, 153, 88, 0.14);
  color: #1f7a4a;
}

.lp-preview-tags li.is-active {
  background: var(--lp-ok-bg);
  color: var(--lp-ok);
}

.lp-preview-foot {
  margin: 0;
  color: #5f6877;
  font-size: 0.74rem;
  line-height: 1.4;
}

.lp-verify-panel {
  padding: 1.05rem 1.1rem;
}

.lp-verify-panel h3 {
  margin: 0 0 0.75rem;
  font-size: 0.98rem;
}

.lp-verify-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.lp-verify-list li {
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: center;
  font-size: 0.88rem;
}

.lp-verify-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-verify-shot {
  display: block;
  width: min(100%, 520px);
  height: auto;
  border: 1px solid rgba(126, 138, 158, 0.35);
  border-radius: 18px;
  background: #ffffff;
}

.lp-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.18rem 0.35rem;
  border-radius: 5px;
  background: var(--lp-soft);
  color: var(--lp-muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lp-tag.is-ok {
  background: var(--lp-ok-bg);
  color: var(--lp-ok);
}

.lp-tag.is-muted {
  background: var(--lp-tag-muted-bg);
  color: var(--lp-tag-muted-ink);
}

.lp-sample-section {
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
  border-bottom: none;
}

.lp-sample-labels {
  margin: 1.1rem 0 0.85rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
}

.lp-sample-labels p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--lp-muted);
  text-align: center;
  line-height: 1.45;
}

.lp-sample-labels strong {
  color: var(--lp-ink);
  font-weight: 700;
}

.lp-after-sample {
  margin-top: 0.85rem;
  margin-bottom: 0;
  color: var(--lp-muted);
}

.lp-sample-stage {
  position: relative;
  z-index: 1;
  margin-top: 0.35rem;
  height: var(--lp-sample-peek);
  overflow: visible;
  pointer-events: none;
}

.lp-sample-stage:has(.lp-sample-pane.is-peeked) {
  z-index: 4;
}

.lp-sample-compare {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: start;
  height: auto;
  pointer-events: none;
}

.lp-sample-pane {
  margin: 0;
  padding: 0;
  min-width: 0;
  max-height: var(--lp-sample-peek);
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.7s ease,
    max-height 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
  cursor: pointer;
  pointer-events: auto;
  outline: none;
  border-radius: 8px 8px 0 0;
}

.lp-sample-pane:nth-child(2) {
  transition-delay: 0.12s;
}

.lp-sample-pane:focus-visible {
  box-shadow: 0 0 0 2px var(--lp-accent);
}

.lp-reveal-rise.is-visible .lp-sample-pane {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.lp-reveal-rise.is-visible .lp-sample-pane:nth-child(2) {
  transition-delay: 0.08s;
}

/* Ticket pulled slightly from the pocket — may overlap blanket text */
.lp-reveal-rise.is-visible .lp-sample-pane.is-peeked {
  max-height: calc(var(--lp-sample-peek) + 9rem);
  transform: translate3d(0, -5.25rem, 0);
  z-index: 5;
  transition-delay: 0s;
}

.lp-reveal-rise.is-visible .lp-sample-pane.is-peeked .lp-sample-img {
  box-shadow:
    0 2px 4px rgba(15, 28, 45, 0.08),
    0 16px 36px rgba(15, 28, 45, 0.18),
    0 36px 64px rgba(15, 28, 45, 0.14);
}

.lp-sample-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: top center;
  border-radius: 8px 8px 0 0;
  background: #fff;
  border: none;
  box-shadow:
    0 1px 2px rgba(15, 28, 45, 0.06),
    0 10px 28px rgba(15, 28, 45, 0.14),
    0 28px 56px rgba(15, 28, 45, 0.1);
  pointer-events: none;
  user-select: none;
}

html[data-theme="dark"] .lp-sample-img {
  background: var(--lp-card);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.45),
    0 28px 56px rgba(0, 0, 0, 0.35);
}

.lp-sample-hint {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--lp-muted);
}

/* Lower section tucks over the bottoms like a blanket — stays put */
.lp-blanket-section {
  position: relative;
  z-index: 3;
  margin-top: calc(var(--lp-sample-peek) * -0.42);
  padding-top: 2.75rem;
  background: var(--lp-paper);
  border-top: 1px solid var(--lp-line);
  box-shadow:
    0 -28px 50px rgba(18, 28, 42, 0.1),
    0 -1px 0 var(--lp-line);
}

html[data-theme="dark"] .lp-blanket-section {
  box-shadow:
    0 -28px 50px rgba(0, 0, 0, 0.35),
    0 -1px 0 var(--lp-line);
}

@media (max-width: 860px) {
  .landing-body {
    --lp-sample-peek: clamp(320px, 78vw, 520px);
  }

  .lp-sample-labels {
    gap: 0.75rem;
    font-size: 0.82rem;
  }

  .lp-sample-compare {
    gap: 0.75rem;
  }

  .lp-reveal-rise.is-visible .lp-sample-pane.is-peeked {
    max-height: calc(var(--lp-sample-peek) + 7rem);
    transform: translate3d(0, -3.75rem, 0);
  }
}

.lp-questions {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.lp-questions li {
  padding: 0.65rem 0.85rem;
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}

.lp-callout {
  margin: 1.15rem 0 0;
  padding: 1rem 1.1rem;
  border: 1px solid var(--lp-callout-line);
  border-radius: 10px;
  background: var(--lp-callout-bg);
  color: var(--lp-ink);
  font-size: 0.98rem;
}

.lp-audience {
  list-style: none;
  margin: 0.85rem 0 1.1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.lp-audience li {
  padding: 0.4rem 0.65rem;
  border-radius: 6px;
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  font-size: 0.88rem;
  font-weight: 500;
}

.lp-cta {
  padding: 3.25rem 0;
  background: var(--lp-cta-bg);
  border-block: 1px solid var(--lp-cta-line);
}

.lp-pricing {
  margin: 0.7rem 0 0;
  color: var(--lp-muted);
  font-size: 0.9rem;
}

.lp-faq {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.1rem;
}

.lp-faq details {
  background: var(--lp-card);
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  padding: 0.75rem 0.95rem;
}

.lp-faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.lp-faq summary::-webkit-details-marker {
  display: none;
}

.lp-faq details[open] summary {
  margin-bottom: 0.4rem;
}

.lp-faq p {
  margin: 0;
  color: var(--lp-muted);
}

.landing-body .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

@media (max-width: 960px) {
  .lp-split,
  .lp-steps {
    grid-template-columns: 1fr;
  }

  .lp-hero-art {
    width: min(100%, 90vw);
  }

  .lp-hero-card strong {
    font-size: clamp(1.15rem, 2.6vw, 1.45rem);
  }

  .lp-hero-img {
    max-height: min(48vh, 420px);
  }

  .lp-checklist-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lp-shell,
  .lp-narrow {
    width: calc(100% - 1.25rem);
  }

  .lp-hero {
    padding: 0.5rem 0 1rem;
  }

  .lp-hero-art {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: min(100%, 90vw);
  }

  .lp-hero-note-wallet {
    order: 1;
  }

  .lp-hero-art > picture {
    order: 2;
  }

  .lp-hero-img {
    max-height: none;
    width: 100%;
  }

  .lp-hero-note-docs {
    order: 3;
  }

  .lp-hero-card {
    max-width: none;
    text-align: left;
    padding: 0.9rem 1rem;
  }

  .lp-hero-card strong {
    font-size: clamp(1.25rem, 5.5vw, 1.55rem);
  }

  .lp-hero-foot {
    padding: 1rem 0 1.35rem;
  }

  .lp-section,
  .lp-cta {
    padding: 2.25rem 0;
  }

  .lp-hero-actions .btn-hero {
    width: 100%;
  }

  .lp-pillars {
    row-gap: 0.25rem;
  }

  .lp-verify-list li {
    grid-template-columns: 5.6rem minmax(0, 1fr);
  }

  .lp-preview-grid {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  .lp-reveal,
  .lp-reveal-onview,
  .lp-reveal-rise .lp-sample-pane,
  .lp-sample-stage,
  .lp-sample-compare,
  .lp-blanket-section {
    opacity: 1;
    transform: none !important;
    transition: none;
  }

  .lp-hero-img {
    animation: none;
  }
}

.lp-contact-form {
  margin-top: 1.25rem;
  text-align: left;
}

#contact .flash {
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  font-weight: 500;
  border: 1px solid transparent;
  text-align: left;
}

#contact .flash-success {
  background: #ecfdf5;
  color: #065f46;
  border-color: #a7f3d0;
}

#contact .flash-error {
  background: #fef2f2;
  color: #991b1b;
  border-color: #fecaca;
}

html[data-theme="dark"] #contact .flash-success {
  background: rgba(22, 163, 74, 0.18);
  color: #86efac;
  border-color: rgba(134, 239, 172, 0.35);
}

html[data-theme="dark"] #contact .flash-error {
  background: rgba(220, 38, 38, 0.18);
  color: #fca5a5;
  border-color: rgba(252, 165, 165, 0.35);
}

.lp-contact-form .field {
  margin-bottom: 0.85rem;
}

.lp-contact-form label {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 600;
  font-size: 0.88rem;
}

.lp-contact-form .optional {
  font-weight: 500;
  color: var(--lp-muted);
}

.lp-contact-form input,
.lp-contact-form textarea {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--lp-line);
  border-radius: 8px;
  font: inherit;
  background: var(--lp-card);
  color: var(--lp-ink);
}

.lp-contact-form textarea {
  resize: vertical;
  min-height: 7rem;
}

.lp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
}

.lp-contact-form .captcha-field .captcha-input {
  display: flex;
  align-items: stretch;
  max-width: 10rem;
}

.lp-contact-form .captcha-field .captcha-prefix {
  display: inline-flex;
  align-items: center;
  padding: 0 0.7rem;
  border: 1px solid var(--lp-line);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: var(--lp-soft);
  color: var(--lp-muted);
  font-weight: 600;
}

.lp-contact-form .captcha-field .captcha-input input {
  max-width: none;
  width: 100%;
  border-radius: 0 8px 8px 0;
}

.lp-contact-form .captcha-hint {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--lp-muted);
}

@media (max-width: 640px) {
  .lp-contact-grid {
    grid-template-columns: 1fr;
  }
}
