.legal-page {
  color: #0f172a;
}

.legal-shell {
  max-width: 960px;
}

.legal-hero {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.98));
}

.legal-kicker {
  color: #475569;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-updated {
  color: #475569;
  font-size: 0.95rem;
}

.legal-copy {
  display: grid;
  gap: 2rem;
}

.legal-section h2 {
  margin: 0 0 0.85rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.legal-section p,
.legal-section li {
  color: #334155;
  font-size: 1rem;
  line-height: 1.75;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.legal-section a {
  color: #2563eb;
}

@media (max-width: 640px) {
  .legal-section h2 {
    font-size: 1.22rem;
  }

  .legal-section p,
  .legal-section li {
    line-height: 1.65;
  }
}
