/**
 * HBR Data — Çerez Politikası (hd-cookies) · DOSYA 13
 * Kısa yasal metin sayfası: içerik metni sayfa içi TR metin + js/lang.js'teki
 * cookies_* / footer_* anahtarlarıdır (metin dondurucu); bu dosya yalnızca
 * çevreleyen yapıyı, tipografiyi ve spacing'i "editoryal veri dosyası"
 * kimliğine bağlar. Ortak katman css/hd-core.css bu dosyadan ÖNCE yüklenir;
 * bu sayfada css/style.css ve css/sandbox-styles.css YÜKLENMEZ.
 */

/* ---------- Yasal bölümler ---------- */

/* Ardışık numaralı bölümler 1px çizgiyle ayrılır (dossier dili) */
.hd-legal-sec { border-top: 1px solid var(--hd-line); }

/* ---------- Yasal metin tipografisi ---------- */
.hd-legal { max-width: 72ch; }

.hd-legal h2 {
  font-family: var(--hd-font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--hd-ink);
  margin-bottom: 16px;
}

.hd-legal h3 {
  font-family: var(--hd-font-display);
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.3;
  color: var(--hd-ink);
  margin: 30px 0 8px;
}

.hd-legal p {
  color: var(--hd-ink-soft);
  font-size: 0.98rem;
  line-height: 1.8;
}

.hd-legal p + p { margin-top: 0.9em; }

/* Bölüm giriş paragrafı ile ilk başlık arası nefes */
.hd-legal > p + h2 { margin-top: 30px; }
