/* ============================================================================
   Acquire — public marketing page. Tokens come from design.css (loaded
   first); this file only adds marketing layout on top. No external assets.
   ============================================================================ */

body.landing {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.lp-wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --------------------------------- header -------------------------------- */
.lp-header {
  position: sticky;
  top: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  z-index: 10;
}
.lp-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.lp-logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  text-decoration: none;
}
.lp-logo-domain {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}
.lp-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.lp-nav a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.lp-nav a:hover { color: var(--text); }

/* -------------------------------- buttons -------------------------------- */
.lp-btn {
  display: inline-block;
  padding: 9px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: var(--text);
  background: var(--card);
}
.lp-btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink) !important;
}
.lp-btn-primary:hover { filter: brightness(1.08); }
.lp-btn-ghost:hover { background: var(--panel); }
.lp-btn-lg { padding: 12px 26px; font-size: 15px; }
.lp-btn-block { display: block; text-align: center; }

/* ---------------------------------- hero ---------------------------------- */
.lp-hero { padding: 80px 0 64px; text-align: center; }
.lp-hero h1 {
  margin: 0 auto;
  max-width: 720px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.lp-sub {
  margin: 20px auto 0;
  max-width: 620px;
  font-size: 18px;
  color: var(--text-dim);
}
.lp-cta-row {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* --------------------------- screenshot frames ---------------------------- */
.lp-shot {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  background: var(--panel);
  padding: 10px;
  box-shadow: 0 20px 50px -24px rgba(17, 19, 24, 0.25);
}
.lp-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}
.lp-shot-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(-45deg, transparent 0 14px,
      var(--row-hover) 14px 28px), var(--card);
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.lp-shot-hero { margin-top: 48px; }

/* -------------------------------- features -------------------------------- */
.lp-features { padding: 32px 0 16px; }
.lp-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 48px 0;
  border-top: 1px solid var(--border);
}
.lp-feature:nth-child(even) .lp-feature-copy { order: 2; }
.lp-feature h2 {
  margin: 0 0 12px;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.lp-feature p { margin: 0 0 14px; color: var(--text-dim); }
.lp-feature ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-feature li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 15px;
}
.lp-feature li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-soft);
  border: 2px solid var(--accent);
}

/* -------------------------------- pricing --------------------------------- */
.lp-pricing {
  padding: 64px 0 72px;
  border-top: 1px solid var(--border);
  text-align: center;
}
.lp-pricing h2 { margin: 0; font-size: 30px; letter-spacing: -0.02em; }
.lp-pricing-sub {
  margin: 12px auto 40px;
  max-width: 520px;
  color: var(--text-dim);
}
.lp-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.lp-plan {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  padding: 28px;
}
.lp-plan-featured { border-color: var(--accent); }
.lp-plan-flag {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--badge-pos-text);
}
.lp-plan h3 { margin: 0; font-size: 18px; }
.lp-price {
  margin: 10px 0 2px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: var(--font-mono);
}
.lp-price span {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
  font-family: var(--font-sans);
}
.lp-credits { margin: 0 0 18px; color: var(--text-dim); font-size: 14px; }
.lp-plan ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.lp-plan li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
}
.lp-plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}
.lp-footnote {
  margin: 28px auto 0;
  max-width: 560px;
  font-size: 13px;
  color: var(--muted);
}

/* --------------------------------- footer --------------------------------- */
.lp-footer {
  border-top: 1px solid var(--border);
  background: var(--panel);
  padding: 36px 0 44px;
  font-size: 13px;
  color: var(--muted);
}
.lp-footer p { margin: 0 0 10px; max-width: 640px; }
.lp-footer a { color: var(--text-dim); }
.lp-footer-links { margin-top: 16px; }

/* -------------------------------- responsive ------------------------------ */
@media (max-width: 760px) {
  .lp-feature { grid-template-columns: 1fr; gap: 24px; padding: 36px 0; }
  .lp-feature:nth-child(even) .lp-feature-copy { order: 0; }
  .lp-plans { grid-template-columns: 1fr; }
  .lp-hero { padding: 48px 0 40px; }
  .lp-nav { gap: 14px; }
  .lp-logo-domain { display: none; }
}
