body.marketing {
  padding-bottom: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(70, 104, 160, 0.16), transparent 28rem),
    linear-gradient(180deg, #080b10 0%, #0a0e14 42%, #090c11 100%);
  color: #f7f9fc;
  line-height: 1.55;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --lp-bg: #080b10;
  --lp-panel: #111720;
  --lp-line: #273140;
  --lp-text: #f7f9fc;
  --lp-soft: #c8d0dc;
  --lp-muted: #8f9bad;
  --lp-accent2: #c7dcff;
  --lp-ok: #8bd6ad;
  --lp-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  --lp-radius: 24px;
  --lp-max: 1180px;
  --cta-primary: #7fb2ff;
  --cta-primary-hover: #92bfff;
  --cta-primary-text: #08111c;
}

body.marketing #view {
  max-width: none;
  padding: 0;
  margin: 0;
}

.lp-wrap {
  width: min(calc(100% - 32px), var(--lp-max));
  margin: auto;
}

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 11, 16, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lp-navin {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lp-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: inherit;
}

.lp-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: block;
  flex: none;
  box-shadow: inset 0 0 0 1px #263140;
}

.lp-mark.sm {
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

.lp-navlinks {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--lp-muted);
  font-size: 0.92rem;
}

.lp-navlinks a {
  text-decoration: none;
  color: inherit;
}

.lp-navlinks a:hover {
  color: white;
}

.lp-btn,
.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  border: 1px solid transparent;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 700;
  min-height: 44px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  transition: background 150ms ease, border-color 150ms ease;
}

.lp-btn.primary,
.lp-cta {
  background: var(--cta-primary);
  color: var(--cta-primary-text);
  border-color: var(--cta-primary);
}

.lp-btn.primary:hover,
.lp-cta:hover {
  background: var(--cta-primary-hover);
}

.lp-navcta {
  width: auto;
  padding-inline: 14px;
  font-size: 0.9rem;
}

.lp-hero {
  padding: 72px 0 56px;
}

.lp-heroGrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.lp-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  color: #bac6d6;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  background: #0d131b;
}

.lp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lp-ok);
  box-shadow: 0 0 0 5px rgba(139, 214, 173, 0.08);
}

.lp-category {
  margin: 18px 0 0;
  color: var(--lp-soft);
  font-size: 0.95rem;
}

.lp-hero h1 {
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 14px 0 20px;
  max-width: 760px;
}

.lp-lede {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--lp-soft);
  max-width: 620px;
}

.lp-heroCtas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.lp-micro {
  color: var(--lp-muted);
  font-size: 0.85rem;
  margin-top: 15px;
}

.lp-productShot {
  position: relative;
}

.lp-glow {
  position: absolute;
  inset: 10% 5%;
  background: rgba(95, 136, 205, 0.22);
  filter: blur(60px);
  border-radius: 50%;
  z-index: 0;
}

.lp-phone {
  position: relative;
  z-index: 1;
  margin: auto;
  width: min(100%, 420px);
  border: 1px solid #2a3648;
  border-radius: 28px;
  background: #0b1017;
  padding: 10px;
  box-shadow: var(--lp-shadow);
}

.lp-screen {
  border: 1px solid #202a38;
  border-radius: 22px;
  background: linear-gradient(180deg, #111823, #0d1219);
  padding: 18px;
}

.lp-appTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-appBrand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.lp-todayLabel {
  margin-top: 22px;
  color: var(--lp-muted);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lp-appDate {
  font-size: 1.35rem;
  font-weight: 750;
  margin-top: 3px;
}

.lp-captureCard {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid #334157;
  background: #131b26;
  border-radius: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
}

.lp-mic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cta-primary);
  color: var(--cta-primary-text);
  display: grid;
  place-items: center;
}

.lp-mic svg {
  width: 22px;
  height: 22px;
}

.lp-captureText b {
  display: block;
  font-size: 0.95rem;
}

.lp-captureText small {
  color: var(--lp-muted);
}

.lp-appSection {
  margin-top: 16px;
}

.lp-appSection h3 {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--lp-muted);
  text-transform: uppercase;
  margin: 0 0 6px;
}

.lp-type {
  display: inline-flex;
  min-width: 52px;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  font-weight: 750;
  padding-top: 3px;
}

.type-do { color: #c1cad6; }
.type-go { color: #7fb2ff; }
.type-buy { color: #83d6a6; }
.type-pay { color: #f2c56e; }
.type-remember { color: #bd9cff; }
.type-waiting { color: #e6a96f; }
.type-ideas { color: #7ed7df; }

.lp-sortRow {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px;
  padding: 9px 0;
  border-top: 1px solid #222c3a;
  animation: lp-rise 420ms ease both;
}

.lp-sortRow:first-of-type {
  border-top: 0;
}

.lp-sortMain {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.lp-sortMain strong {
  font-size: 0.95rem;
  font-weight: 650;
}

.lp-sortMain small {
  color: var(--lp-muted);
  font-size: 0.82rem;
}

.lp-sorted .lp-sortRow:nth-child(1) { animation-delay: 80ms; }
.lp-sorted .lp-sortRow:nth-child(2) { animation-delay: 160ms; }
.lp-sorted .lp-sortRow:nth-child(3) { animation-delay: 240ms; }

@keyframes lp-rise {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.lp-section {
  padding: 72px 0;
}

.lp-tight {
  padding-top: 24px;
}

.lp-sectionHead {
  max-width: 760px;
  margin-bottom: 28px;
}

.lp-kicker {
  color: var(--lp-accent2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.lp-section h2,
.lp-final h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 10px 0 14px;
}

.lp-sub {
  font-size: 1.05rem;
  color: var(--lp-muted);
}

.lp-problemList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid var(--lp-line);
  padding-top: 22px;
}

.lp-problemList h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.lp-problemList p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-sortDemo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--lp-line);
  border-radius: 28px;
  background: #0c1118;
  padding: 28px;
}

.lp-say blockquote {
  margin: 12px 0 0;
  font-size: 1.35rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.lp-sortArrow {
  color: #607189;
  font-size: 1.6rem;
}

.lp-also {
  margin: 14px 0 0;
  color: var(--lp-muted);
  font-size: 0.82rem;
}

.lp-todayPayoff {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.lp-todayCard {
  border: 1px solid var(--lp-line);
  background: #0c1118;
  border-radius: 24px;
  padding: 22px;
}

.lp-voiceNote {
  color: var(--lp-muted);
  max-width: 640px;
}

.lp-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-steps > div {
  border-top: 1px solid var(--lp-line);
  padding-top: 16px;
}

.lp-steps span {
  color: #8da9cf;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.lp-steps h3 {
  margin: 8px 0 6px;
}

.lp-steps p {
  margin: 0;
  color: var(--lp-muted);
}

.lp-priceWrap {
  max-width: 560px;
}

.lp-priceCard {
  border: 1px solid #40516a;
  background: linear-gradient(150deg, #17202b, #10161e);
  border-radius: 28px;
  padding: 32px;
}

.lp-price {
  font-size: 4.1rem;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.lp-price span {
  font-size: 1rem;
  color: var(--lp-muted);
  font-weight: 600;
  letter-spacing: 0;
}

.lp-priceList {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.lp-priceItem {
  display: flex;
  gap: 9px;
  color: #d2dbe7;
}

.lp-tick {
  color: var(--lp-ok);
}

.lp-fulfill {
  color: var(--lp-muted);
  font-size: 0.9rem;
  margin: 16px 0 0;
}

.lp-faq {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.lp-faq details {
  border-bottom: 1px solid var(--lp-line);
  padding: 12px 0;
}

.lp-faq summary {
  cursor: pointer;
  font-weight: 650;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.lp-faq p {
  color: var(--lp-muted);
  margin: 8px 0 12px;
}

.lp-final {
  padding: 64px 0 80px;
  text-align: center;
}

.lp-final .lp-sub {
  max-width: 520px;
  margin: 0 auto 24px;
}

.lp-footer {
  padding: 42px 0 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--lp-muted);
}

.lp-footerGrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.lp-footer nav {
  display: grid;
  gap: 10px;
}

.lp-footer a {
  text-decoration: none;
  color: inherit;
}

.lp-footer a:hover {
  color: var(--lp-text);
}

.lp-footMeta p,
.lp-footer p {
  margin: 8px 0 0;
}

.lp-paypal {
  display: grid;
  justify-items: stretch;
  gap: 0.6rem;
}

.lp-paypal-mark {
  margin: 0;
  font-size: 0.75rem;
  color: var(--lp-muted);
  text-align: center;
}

.lp-paypal-mark img {
  height: 0.875rem;
  vertical-align: middle;
}

.legal {
  padding: 40px 0 80px;
  max-width: 760px;
}

.legal h1 {
  font-size: 2.4rem;
  letter-spacing: -0.04em;
}

.legal h2 {
  font-size: 1.15rem;
  margin-top: 28px;
}

.legal p,
.legal li {
  color: var(--lp-muted);
}

@media (max-width: 900px) {
  .lp-heroGrid,
  .lp-todayPayoff,
  .lp-sortDemo,
  .lp-problemList,
  .lp-steps,
  .lp-footerGrid {
    grid-template-columns: 1fr;
  }
  .lp-hero {
    padding-top: 40px;
  }
  .lp-sortArrow {
    transform: rotate(90deg);
    text-align: center;
  }
  .lp-navlinks a:not(.lp-btn) {
    display: none;
  }
  .lp-productShot {
    margin-top: 8px;
  }
}

@media (max-width: 560px) {
  .lp-wrap {
    width: min(calc(100% - 22px), var(--lp-max));
  }
  .lp-hero {
    padding: 28px 0 36px;
  }
  .lp-hero h1 {
    font-size: 2.15rem;
  }
  .lp-section {
    padding: 48px 0;
  }
  .lp-navin {
    height: 64px;
  }
  .lp-heroCtas,
  .lp-final .lp-btn,
  .lp-paypal .lp-btn {
    width: 100%;
  }
  .lp-navcta {
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-sortRow {
    animation: none;
  }
}
