/* ════════════════════════════════════════
   KVKK — kvkk.css
════════════════════════════════════════ */

/* ── HERO ── */
.kv-hero {
  padding: 72px 0 56px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.kv-hero-inner h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.5px;
  margin: 20px 0 12px;
}
.kv-hero-inner h1 span {
  background: linear-gradient(90deg, var(--accent-primary), #a5a8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.kv-hero-inner p {
  font-size: 14px;
  color: rgba(255,255,255,.35);
}
.kv-hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: rgba(109,111,245,.15);
  border: 1px solid rgba(109,111,245,.28);
  font-size: 30px;
  color: var(--accent-primary);
  margin-bottom: 4px;
}

/* ── LAYOUT ── */
.kv-content-section { padding: 56px 0 100px; }
.kv-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
}

/* ── SIDEBAR ── */
.kv-sidebar { position: sticky; top: 100px; }
.kv-toc-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 20px;
}
.kv-toc-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,.40);
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.kv-toc-title i { color: var(--accent-primary); }
.kv-toc-nav { display: flex; flex-direction: column; gap: 2px; }
.kv-toc-item {
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: rgba(255,255,255,.40);
  text-decoration: none;
  transition: all .18s;
  border-left: 2px solid transparent;
  line-height: 1.40;
}
.kv-toc-item:hover { color: rgba(255,255,255,.80); background: rgba(255,255,255,.05); }
.kv-toc-active { color: var(--accent-primary) !important; background: rgba(109,111,245,.10) !important; border-left-color: var(--accent-primary) !important; }

.kv-contact-card {
  background: linear-gradient(135deg, rgba(109,111,245,.14) 0%, rgba(8,9,18,.98) 80%);
  border: 1px solid rgba(109,111,245,.22);
  border-radius: 18px;
  padding: 24px;
  text-align: center;
}
.kv-cc-icon { font-size: 28px; color: var(--accent-primary); display: block; margin-bottom: 10px; }
.kv-cc-title { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.kv-contact-card p { font-size: 13px; color: rgba(255,255,255,.40); line-height: 1.65; margin-bottom: 14px; }
.kv-cc-btn {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 10px;
  background: rgba(109,111,245,.20);
  border: 1px solid rgba(109,111,245,.30);
  color: var(--accent-primary);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .20s;
  word-break: break-all;
}
.kv-cc-btn:hover { background: rgba(109,111,245,.30); color: #fff; }

/* ── MAKALE ── */
.kv-info-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(109,111,245,.10);
  border: 1px solid rgba(109,111,245,.22);
  border-radius: 12px;
  font-size: 14px;
  color: rgba(255,255,255,.55);
  line-height: 1.65;
  margin-bottom: 48px;
}
.kv-info-banner i { color: var(--accent-primary); font-size: 16px; flex-shrink: 0; margin-top: 2px; }

.kv-section {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  scroll-margin-top: 100px;
}
.kv-section:last-child { border-bottom: none; }

.kv-section h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -.3px;
}
.kv-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(109,111,245,.15);
  border: 1px solid rgba(109,111,245,.25);
  font-size: 13px;
  font-weight: 800;
  color: var(--accent-primary);
  flex-shrink: 0;
}
.kv-section p {
  font-size: 15px;
  color: rgba(255,255,255,.50);
  line-height: 1.80;
  margin-bottom: 16px;
}
.kv-section strong { color: rgba(255,255,255,.80); }

/* Bilgi kutusu */
.kv-info-box {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.kv-ib-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  gap: 16px;
}
.kv-ib-row span { color: rgba(255,255,255,.35); min-width: 80px; }
.kv-ib-row strong { color: rgba(255,255,255,.75); text-align: right; }

/* Liste */
.kv-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kv-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,.50);
  line-height: 1.72;
  padding: 12px 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
}
.kv-list li i {
  color: #34d399;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 3px;
}
.kv-list li i.bi-envelope-fill,
.kv-list li i.bi-geo-alt-fill { color: var(--accent-primary); }

/* Tablo */
.kv-table-wrap { overflow-x: auto; margin: 20px 0; border-radius: 14px; border: 1px solid rgba(255,255,255,.08); }
.kv-table { width: 100%; border-collapse: collapse; }
.kv-table th {
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.40);
  text-transform: uppercase;
  letter-spacing: .5px;
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
}
.kv-table td {
  padding: 14px 16px;
  font-size: 14px;
  color: rgba(255,255,255,.55);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.kv-table tr:last-child td { border-bottom: none; }
.kv-table tr:hover td { background: rgba(255,255,255,.02); }

.kv-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 700;
}
.kv-badge-green  { background: rgba(52,211,153,.15); border: 1px solid rgba(52,211,153,.25); color: #34d399; }
.kv-badge-blue   { background: rgba(96,165,250,.15); border: 1px solid rgba(96,165,250,.25); color: #60a5fa; }
.kv-badge-orange { background: rgba(251,146,60,.15); border: 1px solid rgba(251,146,60,.25); color: #fb923c; }

/* Haklar grid */
.kv-rights-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 16px;
}
.kv-right-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .20s, transform .20s;
}
.kv-right-card:hover { border-color: rgba(109,111,245,.25); transform: translateY(-3px); }
.kv-right-card i { font-size: 20px; color: var(--accent-primary); }
.kv-right-card strong { font-size: 14px; font-weight: 800; color: #fff; }
.kv-right-card span { font-size: 12.5px; color: rgba(255,255,255,.40); line-height: 1.55; }

/* İletişim satırı */
.kv-contact-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.kv-contact-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  text-decoration: none;
  transition: all .22s;
  flex: 1;
  min-width: 200px;
}
.kv-contact-btn:hover { border-color: rgba(109,111,245,.30); background: rgba(109,111,245,.08); }
.kv-contact-btn i { font-size: 22px; color: var(--accent-primary); flex-shrink: 0; }
.kv-contact-btn div { display: flex; flex-direction: column; gap: 3px; }
.kv-contact-btn span { font-size: 12px; color: rgba(255,255,255,.35); font-weight: 600; }
.kv-contact-btn strong { font-size: 14px; color: rgba(255,255,255,.75); font-weight: 700; }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .kv-layout { grid-template-columns: 1fr; gap: 36px; }
  .kv-sidebar { position: static; }
  .kv-rights-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:600px){
  .kv-rights-grid { grid-template-columns: 1fr; }
  .kv-hero { padding: 48px 0 40px; }
  .kv-section h2 { font-size: 1.15rem; }
}
