/* Legal pages — privacy / terms */

.legal-header {
  background: rgba(2, 6, 23, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-content h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: #94a3b8;
  line-height: 1.75;
  font-size: 0.9375rem;
}

.legal-content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.legal-content li + li {
  margin-top: 0.35rem;
}

.legal-content a {
  color: #3b82f6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-content a:hover {
  color: #60a5fa;
}

.legal-updated {
  font-size: 0.875rem;
  color: rgba(148, 163, 184, 0.7);
}
