@import url("/assets/css/base/tokens.css");

body {
  background: #fff;
  color: var(--policies-text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.politikalar-hero {
  position: relative;
  background: linear-gradient(160deg, #002237 0%, #004080 100%);
  color: #eaf6ff;
  padding: 110px 0 90px;
}
.politikalar-hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 70px;
  background: #fff;
  clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
}
.doc h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f2433;
  margin: 28px 0 12px;
}
.doc h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f2433;
  margin: 22px 0 10px;
}
.doc p {
  margin-bottom: 0.6rem;
}
.doc ul {
  margin-bottom: 0.6rem;
}
.badge-chip {
  background: #eef6ff;
  color: #0b66b1;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.meta-box {
  background: #f8fbff;
  border: 1px solid #e6eef6;
  border-radius: 12px;
  padding: 16px;
}

/* ==== İçerik metinlerini koyu (siyah) zorla - KVKK ile uyum ==== */
.doc,
.doc * {
  color: #000;
  opacity: 1;
}
.doc h1,
.doc h2,
.doc h3 {
  color: #000;
}
.doc li::marker {
  color: #000;
}
.doc a {
  color: #0b63c7;
}
.doc a:hover {
  text-decoration: underline;
}
.meta-box,
.meta-box * {
  color: #0b1722;
}

/* ufak tablo düzeni (opsiyonel çerez örnekleri) */
.doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5rem 0 1rem;
}
.doc th,
.doc td {
  border: 1px solid #e6eef6;
  padding: 0.6rem 0.7rem;
  vertical-align: top;
}
.doc th {
  background: #f3f8ff;
  font-weight: 700;
}
