/* Styles for /privacy.html and /terms.html */
.legal {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 24px 100px;
  color: var(--on-surface);
}
.back-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 32px;
  transition: color 0.15s ease;
}
.back-link:hover { color: var(--brand-2); }

.legal h1 {
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.legal .meta { color: var(--muted); font-size: 14px; margin-bottom: 24px; }
.legal .intro { font-size: 16px; line-height: 1.6; color: var(--on-surface-soft); margin-bottom: 40px; }
.legal h2 {
  font-size: 19px;
  font-weight: 700;
  color: var(--brand);
  margin: 36px 0 14px;
  letter-spacing: -0.3px;
}
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface);
  margin-bottom: 10px;
}
.legal li::marker { color: var(--brand); }
.legal p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface);
  margin-bottom: 14px;
}
.legal a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal a:hover { color: var(--brand-2); }
.legal strong { color: var(--brand); font-weight: 700; }
.legal .copy {
  margin-top: 48px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
}
