/* Legal pages — legal.css */

.legal-page {
  padding-top: 68px; /* nav height */
  min-height: 100vh;
  background: var(--white);
}

.legal-container {
  max-width: 760px;
  padding: 64px 24px 80px;
}

.legal-header {
  border-bottom: 1px solid var(--gray-border);
  padding-bottom: 32px;
  margin-bottom: 48px;
}

.legal-header h1 {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

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

.legal-body h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.legal-body p,
.legal-body address {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.75;
  margin-bottom: 14px;
  font-style: normal;
}

.legal-body ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 14px;
}

.legal-body ul li {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 6px;
}

.legal-body a {
  color: var(--green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-body a:hover {
  color: var(--green);
}

.legal-body strong {
  color: var(--navy);
}
