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;
}

body.marketing #view {
  max-width: none;
  padding: 0;
  margin: 0;
}

body.marketing {
  --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;
}

.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;
  background: #f3f6fa;
  color: #0c1118;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  border: 1px solid var(--lp-line);
  padding: 12px 17px;
  text-decoration: none;
  font-weight: 700;
  min-height: 44px;
}

.lp-btn.primary {
  background: #f5f7fa;
  color: #0c1016;
  border-color: #f5f7fa;
}

.lp-btn.secondary {
  background: #121923;
  color: #eaf0f8;
}

.lp-hero {
  padding: 92px 0 70px;
}

.lp-heroGrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  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-hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin: 24px 0 25px;
  max-width: 760px;
}

.lp-lede {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--lp-soft);
  max-width: 650px;
}

.lp-heroCtas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 31px;
}

.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%, 470px);
  border: 1px solid #354154;
  border-radius: 34px;
  background: #0b1017;
  padding: 13px;
  box-shadow: var(--lp-shadow);
}

.lp-screen {
  border: 1px solid #202a38;
  border-radius: 25px;
  background: linear-gradient(180deg, #111823, #0d1219);
  padding: 19px;
  min-height: 610px;
}

.lp-appTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-appBrand {
  font-weight: 800;
}

.lp-pill {
  padding: 6px 9px;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  font-size: 0.7rem;
  color: #aeb9c8;
}

.lp-todayLabel {
  margin-top: 26px;
  color: var(--lp-muted);
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lp-appDate {
  font-size: 1.55rem;
  font-weight: 800;
  margin-top: 3px;
}

.lp-captureCard {
  margin-top: 19px;
  padding: 14px;
  border: 1px solid #334157;
  background: #131b26;
  border-radius: 19px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  align-items: center;
}

.lp-mic {
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: #eaf0f8;
  color: #0b1118;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}

.lp-captureText b {
  display: block;
  font-size: 0.95rem;
}

.lp-captureText small {
  color: var(--lp-muted);
}

.lp-appSection {
  margin-top: 20px;
}

.lp-appSection h3 {
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  color: #b8c3d2;
  text-transform: uppercase;
  margin: 0 0 7px;
}

.lp-task {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border-top: 1px solid #222c3a;
  padding: 11px 0;
}

.lp-task:first-of-type {
  border-top: 0;
}

.lp-check {
  width: 20px;
  height: 20px;
  border: 1px solid #4a596d;
  border-radius: 6px;
  flex: none;
  margin-top: 1px;
}

.lp-task b {
  font-size: 0.9rem;
}

.lp-task small {
  display: block;
  color: var(--lp-muted);
  margin-top: 2px;
}

.lp-section {
  padding: 76px 0;
}

.lp-sectionHead {
  max-width: 760px;
  margin-bottom: 36px;
}

.lp-kicker {
  color: var(--lp-accent2);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.lp-section h2,
.lp-card h2 {
  font-size: clamp(2.25rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 10px 0 17px;
}

.lp-sub {
  font-size: 1.08rem;
  color: var(--lp-muted);
}

.lp-problemGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.lp-card {
  border: 1px solid var(--lp-line);
  background: linear-gradient(180deg, #111720, #0e141c);
  border-radius: var(--lp-radius);
  padding: 25px;
}

.lp-cardNum {
  font-size: 0.72rem;
  color: #8da9cf;
  border: 1px solid var(--lp-line);
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.lp-card h3 {
  font-size: 1.15rem;
  margin: 22px 0 8px;
}

.lp-card p {
  color: var(--lp-muted);
  margin: 0;
}

.lp-flow {
  border: 1px solid var(--lp-line);
  border-radius: 30px;
  background: #0c1118;
  padding: 26px;
  overflow: hidden;
}

.lp-flowGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: center;
}

.lp-flowStep {
  min-height: 150px;
  border: 1px solid #293447;
  border-radius: 18px;
  padding: 18px;
  background: #111822;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp-flowStep strong {
  font-size: 1rem;
}

.lp-flowStep span {
  color: var(--lp-muted);
  font-size: 0.82rem;
}

.lp-arrow {
  text-align: center;
  color: #607189;
  font-size: 1.3rem;
}

.lp-buckets {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 9px;
  margin-top: 22px;
}

.lp-bucket {
  border: 1px solid var(--lp-line);
  background: #0f151e;
  border-radius: 16px;
  padding: 17px 12px;
  text-align: center;
}

.lp-bucket b {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.lp-bucket small {
  color: var(--lp-muted);
  font-size: 0.72rem;
}

.lp-featureGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lp-featureBig {
  min-height: 365px;
}

.lp-featureBig h2 {
  font-size: 2.7rem;
}

.lp-quote {
  font-size: 1.55rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #e9eef5;
  margin-top: 52px;
}

.lp-aiRow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-top: 24px;
}

.lp-ai {
  padding: 16px 10px;
  text-align: center;
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  color: #dce5f0;
  background: #0d131b;
  font-weight: 700;
  font-size: 0.85rem;
}

.lp-priceWrap {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 22px;
  align-items: stretch;
}

.lp-priceCard {
  border: 1px solid #40516a;
  background: linear-gradient(150deg, #17202b, #10161e);
  border-radius: 28px;
  padding: 32px;
}

.lp-price {
  font-size: 4.3rem;
  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: 25px 0;
}

.lp-priceItem {
  display: flex;
  gap: 9px;
  color: #d2dbe7;
}

.lp-tick {
  color: var(--lp-ok);
}

.lp-noteCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp-noteCard .lp-big {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-top: 14px;
}

.lp-privacy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}

.lp-privacy .lp-card {
  min-height: 190px;
}

.lp-footer {
  padding: 42px 0 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--lp-muted);
}

.lp-footerGrid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.lp-footer a {
  text-decoration: none;
  color: inherit;
}

.lp-badgeLine {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.lp-miniBadge {
  padding: 6px 9px;
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  font-size: 0.72rem;
  color: #aeb9c8;
}

@media (max-width: 900px) {
  .lp-heroGrid,
  .lp-priceWrap,
  .lp-featureGrid {
    grid-template-columns: 1fr;
  }
  .lp-hero {
    padding-top: 60px;
  }
  .lp-problemGrid,
  .lp-privacy {
    grid-template-columns: 1fr;
  }
  .lp-flowGrid {
    grid-template-columns: 1fr;
  }
  .lp-arrow {
    transform: rotate(90deg);
  }
  .lp-buckets {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-aiRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-navlinks a:not(.lp-btn) {
    display: none;
  }
  .lp-productShot {
    margin-top: 22px;
  }
}

@media (max-width: 560px) {
  .lp-wrap {
    width: min(calc(100% - 22px), var(--lp-max));
  }
  .lp-hero {
    padding: 46px 0 44px;
  }
  .lp-hero h1 {
    font-size: 3.25rem;
  }
  .lp-section {
    padding: 54px 0;
  }
  .lp-navin {
    height: 64px;
  }
  .lp-btn {
    width: 100%;
  }
  .lp-heroCtas {
    display: grid;
  }
  .lp-screen {
    min-height: 540px;
  }
  .lp-buckets,
  .lp-aiRow {
    grid-template-columns: 1fr 1fr;
  }
  .lp-footerGrid {
    display: grid;
  }
}
