/* ════════════════════════════════════════════════════════════
   GEZİP — yasal doküman sayfaları (Gizlilik / Koşullar)
   gezip-site.css token + nav + footer'ına bağlı; sadece
   doküman tipografisini ekler.
   ════════════════════════════════════════════════════════════ */

.legal-hero { padding: 64px 0 18px; }
.legal-hero .eyebrow { margin-bottom: 16px; }
.legal-hero h1 {
  font-family: var(--h); font-weight: 800; font-size: clamp(38px, 6vw, 64px);
  line-height: .98; letter-spacing: -.04em; color: var(--ink); text-wrap: balance;
}
.legal-hero .meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px;
  margin-top: 22px; font-size: 13.5px; color: var(--ink2); font-weight: 600;
}
.legal-hero .meta .chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px;
}
.legal-hero .meta .chip b { font-weight: 800; color: var(--ink); }
.legal-hero .meta .chip .d { width: 7px; height: 7px; border-radius: 50%; background: var(--g); }

/* document shell */
.doc-wrap { max-width: 820px; margin: 0 auto; padding: 0 28px 90px; }
.doc {
  background: var(--card); border: 1px solid var(--line); border-radius: 26px;
  padding: 14px 44px 48px; box-shadow: 0 40px 80px -50px rgba(20,40,30,.45);
}
.doc > p.lead {
  font-size: 16.5px; line-height: 1.65; color: var(--ink2);
  padding: 30px 0 6px; border-bottom: 1px dashed var(--line); margin-bottom: 8px;
}

.doc h2 {
  display: flex; align-items: center; gap: 13px;
  font-family: var(--h); font-weight: 800; font-size: clamp(22px, 2.6vw, 27px);
  letter-spacing: -.025em; color: var(--ink); margin-top: 42px; margin-bottom: 14px;
  scroll-margin-top: 90px;
}
.doc h2 .n {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--h); font-weight: 800; font-size: 14px; color: #fff;
  background: linear-gradient(145deg, var(--g), var(--gd));
}
.doc h3 {
  font-family: var(--h); font-weight: 800; font-size: 16.5px; letter-spacing: -.01em;
  color: var(--ink); margin-top: 26px; margin-bottom: 9px;
}
.doc p { font-size: 15px; line-height: 1.7; color: var(--ink2); margin-bottom: 13px; }
.doc strong { color: var(--ink); font-weight: 700; }
.doc a { color: var(--gd); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: color-mix(in srgb, var(--g) 40%, transparent); }
.doc a:hover { text-decoration-color: var(--g); }

.doc ul { list-style: none; margin: 4px 0 16px; display: flex; flex-direction: column; gap: 10px; }
.doc li { position: relative; padding-left: 24px; font-size: 15px; line-height: 1.6; color: var(--ink2); }
.doc li::before {
  content: ''; position: absolute; left: 2px; top: 9px; width: 9px; height: 9px;
  border-radius: 50% 50% 50% 2px; transform: rotate(45deg);
  background: var(--g); box-shadow: 0 0 0 3px color-mix(in srgb, var(--g) 12%, transparent);
}

/* table */
.doc .tbl-wrap { overflow-x: auto; margin: 14px 0 18px; border: 1px solid var(--line); border-radius: 16px; }
.doc table { width: 100%; border-collapse: collapse; font-size: 14px; }
.doc th, .doc td { text-align: left; padding: 13px 16px; line-height: 1.5; border-bottom: 1px solid var(--line2); }
.doc thead th { background: color-mix(in srgb, var(--g) 8%, #fff); color: var(--gd); font-weight: 800; font-family: var(--h); letter-spacing: -.01em; }
.doc tbody tr:last-child td { border-bottom: none; }
.doc td:first-child { font-weight: 700; color: var(--ink); }

/* callout / contact card */
.doc .callout {
  display: flex; gap: 13px; align-items: flex-start;
  background: color-mix(in srgb, var(--g) 7%, #fff);
  border: 1px solid color-mix(in srgb, var(--g) 22%, transparent);
  border-radius: 16px; padding: 16px 18px; margin: 16px 0; font-size: 14.5px; line-height: 1.6; color: var(--ink2);
}
.doc .callout .ic { flex-shrink: 0; color: var(--g); margin-top: 1px; }
.doc .contact {
  background: linear-gradient(155deg, #16241F, #0d1a14); color: #fff;
  border-radius: 20px; padding: 24px 26px; margin-top: 14px;
}
.doc .contact .nm { font-family: var(--h); font-weight: 800; font-size: 19px; letter-spacing: -.02em; display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.doc .contact .nm .pin { color: var(--gl); display: flex; }
.doc .contact .row { display: flex; align-items: center; gap: 10px; font-size: 14.5px; padding: 5px 0; color: rgba(255,255,255,.8); }
.doc .contact .row .lab { width: 76px; flex-shrink: 0; color: rgba(255,255,255,.5); font-weight: 600; }
.doc .contact .row a { color: var(--gl); text-decoration: none; font-weight: 700; }
.doc .contact .row a:hover { text-decoration: underline; }

/* back-to-top legal nav helper */
.legal-back {
  display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700;
  color: var(--ink2); padding: 8px 13px; border-radius: 10px; transition: background .16s ease, color .16s ease;
}
.legal-back:hover { background: var(--paper2); color: var(--gd); }

@media (max-width: 680px) {
  .doc { padding: 10px 22px 36px; border-radius: 22px; }
  .doc h2 { margin-top: 34px; }
}
