/* Legal pages (privacy / terms) — prose blocks. */

.legal-block { margin-bottom: 2rem; }

.legal-block p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--text);
  opacity: 0.88;
  margin-bottom: 0.7rem;
}
.legal-block p:last-child { margin-bottom: 0; }

.legal-block ul { list-style: none; margin: 0.5rem 0 0.7rem 0; }

.legal-block ul li {
  font-size: 0.9rem;
  line-height: 1.65;
  padding: 0.3rem 0 0.3rem 1.1rem;
  position: relative;
  color: var(--text);
  opacity: 0.85;
  border-bottom: 1px solid rgba(111, 147, 189, 0.08);
}
.legal-block ul li:last-child { border-bottom: none; }
.legal-block ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--steel-light);
  opacity: 0.8;
}

.last-updated {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  font-family: var(--font-display);
  color: var(--steel-light);
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 1.6rem;
}
