/* Decimo - gizlilik, kullanim kosullari, hesap silme
 *
 * Bu sayfalar magaza kayitlarindan dogrudan baglaniyor, yani Decimo'yu ilk
 * gorecegi yer burasi olan insanlar var. Ana sayfayla ayni paleti kullaniyor;
 * degiskenler style.css'te tanimli, burada yeniden tanimlanmiyor.
 *
 * Sinif adlari sayfalarin HTML'inden geliyor ve degistirilmedi: hukuk metnine
 * dokunmamak, cevirileri riske atmamak icin yalnizca gorunum yeniden yazildi.
 */

/* ── Ust bar ─────────────────────────────────────────────────────────── */
.navbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 246, 240, .88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cizgi);
}
.nav-container {
  width: min(1120px, 92vw); margin: 0 auto;
  display: flex; align-items: center; gap: 14px; padding: 12px 0;
}
.nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.nav-logo img { width: 40px; height: 40px; border-radius: 11px; box-shadow: var(--golge-s); }
.nav-logo span { font-size: 20px; font-weight: 900; letter-spacing: -.02em; }
.nav-links { list-style: none; margin-left: auto; display: flex; gap: 22px; padding: 0; }
.nav-links a { color: var(--soluk); text-decoration: none; font-weight: 700; font-size: 15px; }
.nav-links a:hover { color: var(--pembe); }

/* ── Sayfa govdesi ───────────────────────────────────────────────────── */
.legal-page { background: var(--krem); min-height: 100vh; }
.legal-container { width: min(820px, 92vw); margin: 0 auto; padding: 52px 0 76px; }

.legal-header { text-align: center; margin-bottom: 38px; }
.section-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(20, 200, 200, .14); color: #0E8F8F;
  padding: 7px 15px; border-radius: 999px; font-weight: 800; font-size: 14px;
}
.legal-header h1 {
  font-size: clamp(30px, 4.4vw, 42px); font-weight: 900;
  letter-spacing: -.03em; color: var(--lacivert); margin-top: 14px; line-height: 1.15;
}
.legal-updated { font-size: 14.5px; color: var(--soluk); font-weight: 700; margin-top: 8px; }

.legal-content {
  background: var(--beyaz); border: 1px solid var(--cizgi);
  border-radius: var(--r); padding: clamp(22px, 4vw, 40px);
  box-shadow: var(--golge-s);
}
.legal-intro { font-size: 17.5px; color: var(--soluk); font-weight: 600; margin-bottom: 28px; }

.legal-section { margin-bottom: 30px; }
.legal-section:last-child { margin-bottom: 0; }
.legal-section h2 {
  font-size: 20px; font-weight: 800; color: var(--lacivert); line-height: 1.3;
  margin-bottom: 11px; padding-left: 14px; border-left: 4px solid var(--pembe);
  /* style.css'teki h2 bolum basligi ortali; hukuk metninde sola yaslanmali. */
  text-align: left;
}
.legal-section h3 { font-size: 17px; font-weight: 800; color: var(--mor); margin: 20px 0 7px; }
.legal-section p { color: var(--soluk); margin-bottom: 11px; }
.legal-section ul { list-style: none; margin: 6px 0 16px; padding: 0; }
.legal-section li { position: relative; padding-left: 26px; margin-bottom: 8px; color: var(--soluk); }
/* Madde imi oyundaki hucre: yuvarlatilmis kare, turkuaz. */
.legal-section li::before {
  content: ""; position: absolute; left: 4px; top: .62em;
  width: 9px; height: 9px; border-radius: 3px; background: var(--turkuaz);
}
.legal-section a { color: var(--pembe); font-weight: 700; }
.legal-section a:hover { text-decoration: underline; }
.legal-section strong { color: var(--ink); font-weight: 800; }

.legal-contact { background: var(--krem); border-radius: 14px; padding: 18px 20px; margin-top: 8px; }
.legal-contact p { margin-bottom: 4px; }

.callout {
  display: flex; gap: 14px; align-items: flex-start;
  background: linear-gradient(135deg, rgba(20, 200, 200, .12), rgba(255, 200, 61, .14));
  border: 1px solid var(--cizgi); border-radius: 14px;
  padding: 16px 19px; margin: 18px 0;
}
.callout .ico { font-size: 24px; line-height: 1.2; }
.callout p { margin: 0; color: var(--soluk); }

/* ── Dil secici ──────────────────────────────────────────────────────── */
.lang-toggle { display: flex; gap: 8px; justify-content: center; margin-bottom: 28px; }
.lang-toggle button {
  font-family: inherit; font-weight: 800; font-size: 14.5px; cursor: pointer;
  padding: 8px 20px; border-radius: 999px;
  border: 1.5px solid var(--cizgi); background: var(--beyaz); color: var(--soluk);
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.lang-toggle button:hover { color: var(--pembe); }
.lang-toggle button.active {
  background: var(--pembe); color: #fff; border-color: transparent;
  box-shadow: 0 4px 12px rgba(255, 91, 163, .34);
}
.lang-block { display: none; }
.lang-block.active { display: block; }

/* ── Silme adimlari ──────────────────────────────────────────────────── */
.steps-deletion { counter-reset: dstep; margin: 16px 0; }
.step-del {
  position: relative; padding: 16px 16px 16px 56px; margin-bottom: 11px;
  background: var(--krem); border-radius: 14px; font-weight: 600; color: var(--soluk);
}
.step-del::before {
  counter-increment: dstep; content: counter(dstep);
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 30px; background: var(--pembe); color: #fff;
  border-radius: 50%; display: grid; place-items: center; font-weight: 900; font-size: 15px;
}

/* ── Altbilgi ────────────────────────────────────────────────────────── */
.footer { background: #221F5C; color: rgba(255, 255, 255, .72); padding: 34px 0; font-size: 14.5px; }
.footer .container { width: min(1120px, 92vw); margin: 0 auto; text-align: center; }
.footer a { color: var(--sari); text-decoration: none; font-weight: 700; }
.footer a:hover { text-decoration: underline; }

@media (max-width: 620px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
