/* Legal / KVKK / Aydınlatma / Gizlilik sayfaları */
.legal-page {
  padding: 120px 0 80px;
  min-height: 100vh;
}
.legal-content {
  max-width: 720px;
}
.legal-content h1 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 8px;
}
.legal-updated {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin: 0 0 32px;
}
.legal-content h2 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 32px 0 12px;
}
.legal-content p {
  margin: 0 0 16px;
  color: var(--text);
  line-height: 1.7;
}
.legal-content a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-content a:hover {
  opacity: 0.9;
}
.legal-back {
  display: inline-block;
  margin-top: 40px;
  font-weight: 500;
  text-decoration: none !important;
}
.legal-back:hover {
  color: var(--accent);
}
