/* Public marketing surface.
 *
 * Deliberately declares no colour or type tokens of its own — it relies on the
 * :root block in locke-ui.css, which every application page already uses.
 * Redeclaring them here would create a second source of truth for the brand and
 * the two would drift the first time one is edited.
 *
 * Application layout classes (.app, .main, .sidebar) are avoided: .main sets
 * overflow:hidden for the fixed app chrome, which would break page scrolling.
 *
 * Nothing here hides an element at any breakpoint. The header wraps and the
 * grids collapse to fewer columns, so every link remains reachable on a phone.
 */

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

/* ── Header ───────────────────────────────────────────────────────────── */
.lp-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(250, 249, 246, .94);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.lp-header-inner {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 12px 20px; min-height: 68px; padding: 12px 0;
}
/* Brand lockup — shared across products.
 * Seal: navy field, thin gold outline, cream serif L. favicon.svg draws the
 * same mark; if one changes the other has to. Wordmark: "Locke" set solid,
 * the product name in gold italic. */
.lp-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 21px; }
.lp-brand:hover { text-decoration: none; }
.lp-mark {
  width: 38px; height: 38px; border-radius: 9px; flex: none;
  background: var(--navy); color: var(--bg);
  border: 1.5px solid var(--gold);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 21px; font-weight: 700; line-height: 1;
}
.lp-word { color: var(--navy); letter-spacing: .01em; white-space: nowrap; }
.lp-word .lp-word-1 { font-weight: 700; }
.lp-word .lp-word-2 { font-style: italic; font-weight: 400; color: var(--gold); margin-left: .32em; }
/* Sign in is a sibling of the nav, not a child of it, so it can stay pinned
 * top-right while the links wrap to their own row on narrow screens. When it
 * lived inside .lp-nav it was dragged onto the second row with them and ended
 * up 522px from the right edge at 860px wide. */
.lp-nav { margin-left: auto; display: flex; align-items: center; flex-wrap: wrap; gap: 10px 22px; }
.lp-signin { flex: none; }
.lp-nav a { color: var(--text); text-decoration: none; font-size: 15px; }
.lp-nav a:hover { color: var(--navy); text-decoration: underline; }

.lp-btn {
  display: inline-block; padding: 11px 20px; border-radius: 9px;
  background: var(--navy); color: #fff; text-decoration: none;
  font-size: 15px; font-weight: 600; border: 1px solid var(--navy);
}
.lp-btn:hover { background: #0f1a2b; text-decoration: none; }
.lp-btn.ghost { background: transparent; color: var(--navy); }
.lp-btn.ghost:hover { background: var(--surface2); }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.lp-hero { padding: 76px 0 56px; }
.lp-eyebrow {
  display: inline-block; margin-bottom: 18px; padding: 6px 12px;
  border: 1px solid var(--border); border-radius: 999px;
  background: var(--surface); color: var(--muted);
  font-size: 13px; letter-spacing: .02em;
}
.lp-hero h1 {
  font-size: 52px; line-height: 1.12; letter-spacing: -.015em;
  color: var(--navy); max-width: 18ch; margin-bottom: 20px;
}
.lp-hero .lp-lead { font-size: 20px; line-height: 1.55; color: var(--text); max-width: 62ch; margin-bottom: 30px; }
.lp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* ── Sections ─────────────────────────────────────────────────────────── */
.lp-section { padding: 56px 0; border-top: 1px solid var(--border); }
.lp-section h2 { font-size: 32px; line-height: 1.22; color: var(--navy); letter-spacing: -.01em; margin-bottom: 12px; max-width: 28ch; }
.lp-section .lp-sub { font-size: 17px; color: var(--muted); max-width: 64ch; margin-bottom: 30px; }

.lp-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.lp-grid.two { grid-template-columns: repeat(2, 1fr); }
.lp-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; padding: 22px; box-shadow: var(--shadow-1);
}
.lp-card h3 { font-size: 17px; color: var(--navy); margin-bottom: 8px; }
.lp-card p { font-size: 15px; line-height: 1.6; color: var(--text); }
.lp-card .lp-step { font-size: 13px; color: var(--gold); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }

/* ── Jurisdiction index ───────────────────────────────────────────────── */
.lp-juris-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); }
.lp-juris {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  padding: 12px 14px; border: 1px solid var(--border); border-radius: 9px;
  background: var(--surface); text-decoration: none; color: var(--text); font-size: 15px;
}
.lp-juris:hover { border-color: var(--navy); }
.lp-juris .lp-count { font-size: 13px; color: var(--muted); white-space: nowrap; }

/* ── Honest-limits panel ──────────────────────────────────────────────── */
.lp-limits { background: var(--surface2); border: 1px solid var(--border); border-radius: 12px; padding: 26px; }
.lp-limits ul { list-style: none; display: grid; gap: 12px; }
.lp-limits li { display: flex; gap: 10px; font-size: 15px; line-height: 1.6; }
.lp-limits li::before { content: "—"; color: var(--gold); flex: none; }

/* ── Footer ───────────────────────────────────────────────────────────── */
.lp-footer { border-top: 1px solid var(--border); padding: 34px 0 56px; color: var(--muted); font-size: 14px; }
.lp-footer .lp-disclaimer { max-width: 74ch; line-height: 1.65; margin-bottom: 16px; }
.lp-footer a { color: var(--text); }

/* ── Responsive: fewer columns, nothing hidden ────────────────────────── */
@media (max-width: 900px) {
  .lp-grid, .lp-grid.two { grid-template-columns: 1fr; }
  .lp-juris-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-hero h1 { font-size: 38px; }
  .lp-hero { padding: 48px 0 36px; }
  /* Row one keeps the brand and Sign in; the links wrap beneath them. Ordering
   * rather than hiding, so every link stays reachable. */
  .lp-signin { order: 2; margin-left: auto; }
  .lp-nav { order: 3; margin-left: 0; width: 100%; gap: 8px 16px; }
  .lp-nav a { font-size: 14px; }
  .lp-brand { font-size: 18px; }
  .lp-mark { width: 34px; height: 34px; font-size: 19px; }
}
@media (max-width: 560px) {
  .lp-juris-grid { grid-template-columns: 1fr; }
  .lp-hero h1 { font-size: 32px; }
}

/* ── Hero two-column ──────────────────────────────────────────────────── */
.lp-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: start; }
.lp-stats {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; padding: 24px; box-shadow: var(--shadow-1);
  display: grid; gap: 18px;
}
.lp-stat { display: grid; gap: 2px; }
.lp-stat-n { font-size: 34px; line-height: 1.05; color: var(--navy); font-weight: 700; }
.lp-stat-l { font-size: 14px; color: var(--muted); }
.lp-stat-note {
  font-size: 13px; line-height: 1.55; color: var(--muted);
  border-top: 1px solid var(--border); padding-top: 14px;
}

@media (max-width: 900px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 28px; }
}
