/* =========================================================
   İKSERO BİLİŞİM — Yasal Sayfalar Ortak Stil
   Tema: koyu lacivert + turuncu accent (ajans teması uyumlu)
   Tüm renkleri aşağıdaki değişkenlerden değiştirebilirsiniz.
   ========================================================= */

:root {
  --ik-navy:        #0b1f33;   /* header / footer koyu zemin */
  --ik-navy-2:      #0f2942;   /* koyu zemin ikinci ton */
  --ik-ink:         #16222e;   /* ana metin rengi */
  --ik-muted:       #5d6b79;   /* ikincil metin */
  --ik-accent:      #ff5a1f;   /* turuncu vurgu (markanıza göre değiştirin) */
  --ik-accent-dark: #e2470f;
  --ik-soft:        #f5f7fa;   /* açık zemin */
  --ik-line:        #e6eaef;   /* çizgi/border */
  --ik-white:       #ffffff;
  --ik-radius:      14px;
  --ik-shadow:      0 18px 50px rgba(11,31,51,.10);
  --ik-maxw:        1120px;
  --ik-font:        'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--ik-font);
  color: var(--ik-ink);
  background: var(--ik-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--ik-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.ik-container {
  width: 100%;
  max-width: var(--ik-maxw);
  margin: 0 auto;
  padding: 0 22px;
}

/* ---------- Üst ince bar ---------- */
.ik-topbar {
  background: var(--ik-navy-2);
  color: #c7d3df;
  font-size: 13.5px;
}
.ik-topbar .ik-container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; min-height: 42px; flex-wrap: wrap;
}
.ik-topbar a { color: #c7d3df; }
.ik-topbar a:hover { color: var(--ik-white); text-decoration: none; }
.ik-topbar-left span { margin-right: 18px; white-space: nowrap; }
.ik-topbar-left i { color: var(--ik-accent); font-style: normal; margin-right: 6px; }
.ik-topbar-right a { margin-left: 14px; }

/* ---------- Header ---------- */
.ik-header { background: var(--ik-navy); position: sticky; top: 0; z-index: 50; }
.ik-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 76px; gap: 18px; flex-wrap: wrap;
}
.ik-logo {
  font-weight: 800; font-size: 26px; letter-spacing: -.5px;
  color: var(--ik-white); text-decoration: none;
}
.ik-logo span { color: var(--ik-accent); }
.ik-nav { display: flex; gap: 26px; flex-wrap: wrap; }
.ik-nav a {
  color: #d7e0ea; font-weight: 500; font-size: 15px; text-decoration: none;
  padding: 6px 0; transition: color .2s;
}
.ik-nav a:hover { color: var(--ik-accent); }
.ik-cta {
  background: var(--ik-accent); color: #fff !important; font-weight: 600;
  font-size: 14.5px; padding: 11px 22px; border-radius: 40px;
  text-decoration: none; transition: background .2s, transform .2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.ik-cta:hover { background: var(--ik-accent-dark); text-decoration: none; transform: translateY(-1px); }

/* ---------- Sayfa başlığı / hero ---------- */
.ik-hero {
  background: linear-gradient(120deg, var(--ik-navy) 0%, var(--ik-navy-2) 100%);
  color: #fff; padding: 64px 0 70px; position: relative; overflow: hidden;
}
.ik-hero::after {
  content: ""; position: absolute; right: -80px; top: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,90,31,.22), transparent 70%);
}
.ik-crumb { font-size: 14px; color: #9fb0c1; margin-bottom: 14px; }
.ik-crumb a { color: #9fb0c1; }
.ik-crumb a:hover { color: var(--ik-accent); text-decoration: none; }
.ik-crumb span { color: var(--ik-accent); }
.ik-hero h1 { margin: 0; font-size: 40px; line-height: 1.15; font-weight: 800; letter-spacing: -.6px; }
.ik-updated { margin: 14px 0 0; font-size: 14px; color: #aebccb; }
.ik-updated b { color: #fff; font-weight: 600; }

/* ---------- İçerik ---------- */
.ik-main { background: var(--ik-soft); padding: 56px 0 70px; }
.ik-prose {
  background: #fff; border: 1px solid var(--ik-line); border-radius: var(--ik-radius);
  box-shadow: var(--ik-shadow); padding: 46px 50px; max-width: 900px;
}
.ik-prose h2 {
  font-size: 22px; margin: 38px 0 14px; color: var(--ik-navy);
  font-weight: 700; letter-spacing: -.3px; scroll-margin-top: 90px;
}
.ik-prose h2:first-child { margin-top: 0; }
.ik-prose h2 .num {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 30px; height: 30px; margin-right: 12px; padding: 0 8px;
  background: var(--ik-accent); color: #fff; border-radius: 8px;
  font-size: 15px; font-weight: 700; vertical-align: middle;
}
.ik-prose h3 { font-size: 17px; margin: 26px 0 8px; color: var(--ik-navy); font-weight: 600; }
.ik-prose p { margin: 0 0 14px; color: #33414d; }
.ik-prose ul, .ik-prose ol { margin: 0 0 16px; padding-left: 22px; color: #33414d; }
.ik-prose li { margin-bottom: 8px; }
.ik-prose strong { color: var(--ik-navy); }
.ik-prose a { color: var(--ik-accent); font-weight: 500; }

.ik-lead {
  font-size: 16.5px; color: #44525f; border-left: 4px solid var(--ik-accent);
  background: var(--ik-soft); padding: 16px 20px; border-radius: 0 10px 10px 0; margin: 0 0 28px;
}

/* Bilgi kutusu */
.ik-note {
  background: #fff7f3; border: 1px solid #ffd9c7; border-radius: 12px;
  padding: 18px 20px; margin: 22px 0; color: #5a3a2c;
}
.ik-note strong { color: var(--ik-accent-dark); }

/* Tablo */
.ik-table-wrap { overflow-x: auto; margin: 18px 0 24px; }
.ik-table { width: 100%; border-collapse: collapse; font-size: 14.5px; min-width: 520px; }
.ik-table th {
  background: var(--ik-navy); color: #fff; text-align: left; font-weight: 600;
  padding: 12px 14px; border: 1px solid var(--ik-navy-2);
}
.ik-table td { padding: 11px 14px; border: 1px solid var(--ik-line); color: #33414d; vertical-align: top; }
.ik-table tr:nth-child(even) td { background: #fafbfc; }

/* Veri sorumlusu / iletişim kutucuğu */
.ik-id-card {
  display: grid; grid-template-columns: 200px 1fr; gap: 2px 18px;
  background: var(--ik-soft); border: 1px solid var(--ik-line);
  border-radius: 12px; padding: 22px 24px; margin: 4px 0 26px; font-size: 15px;
}
.ik-id-card dt { color: var(--ik-muted); padding: 7px 0; font-weight: 500; }
.ik-id-card dd { margin: 0; padding: 7px 0; color: var(--ik-navy); font-weight: 600; }

/* Buton */
.ik-btn {
  display: inline-flex; align-items: center; gap: 9px; background: var(--ik-accent);
  color: #fff !important; font-weight: 600; padding: 13px 26px; border-radius: 40px;
  text-decoration: none; border: none; cursor: pointer; font-size: 15px; font-family: inherit;
  transition: background .2s, transform .2s;
}
.ik-btn:hover { background: var(--ik-accent-dark); text-decoration: none; transform: translateY(-1px); }
.ik-btn-ghost {
  background: transparent; color: var(--ik-navy) !important;
  border: 1.5px solid var(--ik-line);
}
.ik-btn-ghost:hover { background: var(--ik-soft); }

/* Basit form (veri silme) */
.ik-form { margin-top: 8px; }
.ik-form .row { margin-bottom: 16px; }
.ik-form label { display: block; font-weight: 600; color: var(--ik-navy); margin-bottom: 6px; font-size: 14.5px; }
.ik-form input, .ik-form select, .ik-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--ik-line); border-radius: 10px;
  font-family: inherit; font-size: 15px; color: var(--ik-ink); background: #fff;
}
.ik-form textarea { min-height: 120px; resize: vertical; }
.ik-form input:focus, .ik-form select:focus, .ik-form textarea:focus {
  outline: none; border-color: var(--ik-accent); box-shadow: 0 0 0 3px rgba(255,90,31,.12);
}

/* ---------- Footer ---------- */
.ik-footer { background: var(--ik-navy); color: #aebccb; padding: 56px 0 0; }
.ik-footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 40px;
}
.ik-footer h4 { color: #fff; font-size: 16px; margin: 0 0 18px; font-weight: 600; }
.ik-footer p { margin: 0 0 10px; font-size: 14.5px; color: #aebccb; line-height: 1.7; }
.ik-footer a { color: #aebccb; text-decoration: none; }
.ik-footer a:hover { color: var(--ik-accent); text-decoration: none; }
.ik-footer ul { list-style: none; margin: 0; padding: 0; }
.ik-footer ul li { margin-bottom: 11px; font-size: 14.5px; }
.ik-foot-logo { font-size: 24px; font-weight: 800; color: #fff; display: inline-block; margin-bottom: 12px; }
.ik-foot-logo span { color: var(--ik-accent); }
.ik-foot-ico { color: var(--ik-accent); font-style: normal; display: inline-block; width: 20px; }
.ik-socials { display: flex; gap: 10px; margin-top: 6px; }
.ik-socials a {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.08);
  display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 14px;
}
.ik-socials a:hover { background: var(--ik-accent); }
.ik-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.10); padding: 20px 0; font-size: 13.5px;
}
.ik-footer-bottom .ik-container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ik-footer-bottom a { color: #aebccb; }
.ik-footer-bottom .links a { margin-left: 18px; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .ik-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ik-hero h1 { font-size: 30px; }
  .ik-prose { padding: 30px 22px; }
  .ik-id-card { grid-template-columns: 1fr; }
  .ik-id-card dt { padding-bottom: 0; }
  .ik-id-card dd { padding-top: 2px; padding-bottom: 12px; }
}
@media (max-width: 560px) {
  .ik-header-inner { min-height: auto; padding: 14px 0; }
  .ik-nav { gap: 16px; width: 100%; }
  .ik-footer-grid { grid-template-columns: 1fr; }
  .ik-footer-bottom .ik-container { flex-direction: column; }
  .ik-footer-bottom .links a { margin: 0 16px 0 0; }
}
