.legal-page {
  padding: 120px 0 80px;
}
.legal-page .container {
  max-width: 760px;
}
.legal-page h1 {
  font-size: 2rem;
  margin-bottom: 8px;
}
.legal-updated {
  color: var(--muted);
  font-size: 0.85rem;
  margin-bottom: 32px;
}
.legal-page h2 {
  font-size: 1.2rem;
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--text);
}
.legal-page h3 {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 8px;
  color: var(--text);
}
.legal-page p {
  font-size: 0.92rem;
  color: var(--muted2);
  line-height: 1.7;
  margin-bottom: 12px;
}
.legal-page ul {
  margin: 0 0 12px 20px;
  font-size: 0.92rem;
  color: var(--muted2);
  line-height: 1.7;
}
.legal-page li {
  margin-bottom: 4px;
}
.legal-page strong {
  color: var(--text);
}
.footer-legal-links {
  display: flex;
  gap: 16px;
}
.footer-legal-links a {
  color: var(--muted2);
  text-decoration: none;
  font-size: 0.8rem;
}
.footer-legal-links a:hover {
  color: var(--text);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
