/* Legal pages — Terms & Privacy */

.legal-page {
  padding: 120px 0 60px;
}

.legal-page .container {
  max-width: 760px;
}

.legal-page h1 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 8px;
}

.legal-updated {
  font-size: 14px;
  color: var(--text-tertiary);
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.legal-page section {
  margin-bottom: 36px;
}

.legal-page h2 {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.legal-page h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-top: 20px;
  margin-bottom: 10px;
}

.legal-page p {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal-page ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.legal-page ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 6px;
}

.legal-page ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: bold;
}

.legal-page a {
  color: var(--gold);
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

.footer-bottom a {
  color: var(--text-tertiary);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-bottom a:hover {
  color: var(--gold);
}
