/* ─────────────────────────────────────────────────────────────────────
   Terms and privacy.

   Long text people only read when something has gone wrong or a
   procurement form demands it. So: generous measure, real hierarchy, and
   tables for anything that is actually a table — a retention schedule
   buried in a paragraph is how policies end up unread and unenforced.
   ───────────────────────────────────────────────────────────────────── */

.legal { padding-block: 56px 96px; }

.legal h1 { font-size: clamp(30px, 4vw, 40px); margin: 0 0 8px; }

.legal-date { margin: 0 0 30px; font-size: 13.5px; color: var(--muted); }

.legal .lede { font-size: 17.5px; margin-bottom: 36px; }

.legal h2 {
  margin: 42px 0 12px;
  font-size: 21px;
  font-weight: 640;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.legal .callout h2 { border-top: 0; padding-top: 0; margin-top: 0; }

.legal p { color: var(--ink-soft); max-width: var(--measure); margin: 0 0 14px; }
.legal strong { color: var(--ink); }
.legal ul.plain { margin: 0 0 16px; padding-left: 20px; display: grid; gap: 8px; color: var(--ink-soft); }

/* The two passages most likely to matter in a dispute get lifted out of
   the run of text, rather than trusting anyone to read evenly. */
.callout {
  margin: 34px 0;
  padding: 24px 26px;
  border-radius: var(--r-lg);
  background: var(--accent-soft);
  border: 1px solid #cdd3f7;
}
.callout h2 { font-size: 19px; }
.callout p { color: var(--ink-soft); }
.callout p:last-child { margin-bottom: 0; }

.callout-warn { background: var(--warn-soft); border-color: #f0dcbb; }
.callout-warn h2 { color: #7c3d06; }
.callout-warn p { color: #7c3d06; }
.callout-warn strong { color: #5c2d04; }

.tbl {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin: 20px 0 26px;
}
.tbl table { border-collapse: collapse; width: 100%; font-size: 15px; }
.tbl th, .tbl td {
  text-align: left;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}
.tbl th {
  background: var(--bg);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
  font-weight: 640;
}
.tbl tr:last-child td { border-bottom: 0; }
.tbl td { color: var(--ink-soft); }
.tbl strong { color: var(--ink); }

@media (max-width: 620px) {
  .tbl { overflow-x: auto; }
  .tbl table { min-width: 460px; }
}
