/* === Legal Pages === */
.legal-page {
  padding: 140px 0 80px;
  min-height: 100vh;
}

.legal-header {
  margin-bottom: 48px;
}

.legal-header h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 16px 0 12px;
}

.legal-updated {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.legal-content {
  max-width: 800px;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--primary-light);
}

.legal-section h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 20px 0 12px;
}

.legal-section p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 12px;
}

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

.legal-section ul li {
  position: relative;
  padding-left: 20px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 6px;
}

.legal-section ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.legal-section ul li strong {
  color: var(--text);
}

.legal-nav {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
