@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500;600;700;800&family=Geist:wght@300;400;500;600;700;800;900&display=swap');

/* ═══════════════════════════════════════════
   KENTDEKS — DESIGN TOKENS v2
   Palette: Navy · Steel Blue · Turquoise
   No green · No gold · No earth tones
═══════════════════════════════════════════ */
:root {
  /* ── NAVY (Koyu metin + koyu zeminler) — Slate/Gece Laciverti ── */
  --navy-950: #0B1220;   /* en koyu */
  --navy-900: #0F172A;   /* Heading — gece laciverti */
  --navy-800: #1E293B;   /* Primary Text — koyu slate */
  --navy-700: #2563EB;   /* Ana marka mavisi (primary buton) */
  --navy-600: #3B82F6;   /* primary hover */
  --navy-500: #60A5FA;
  --navy-400: #93C5FD;

  /* ── PRIMARY BLUE (Marka Rengi) ── */
  --blue-700: #1D4ED8;   /* Primary 800 — koyu mavi */
  --blue-600: #2563EB;   /* Primary 700 — ana marka */
  --blue-500: #3B82F6;   /* Primary 600 */
  --blue-400: #60A5FA;   /* Primary 500 — gökyüzü */
  --blue-300: #93C5FD;   /* Primary 400 — buz */
  --blue-200: #BFDBFE;   /* Primary 300 */
  --blue-100: #DBEAFE;   /* Primary 200 — sis */
  --blue-50:  #EFF6FF;   /* Primary 100 — neredeyse beyaz */

  /* ── ACCENT (turkuaz kaldırıldı → mavi) ── */
  --teal-600: #2563EB;
  --teal-500: #3B82F6;
  --teal-400: #60A5FA;
  --teal-100: #DBEAFE;
  --teal-50:  #EFF6FF;

  /* ── NEUTRAL — Slate ── */
  --n950: #0F172A;   /* Heading */
  --n900: #1E293B;   /* Primary Text */
  --n800: #334155;   /* gövde metni */
  --n700: #475569;   /* Secondary Text */
  --n600: #64748B;   /* Description */
  --n500: #64748B;
  --n400: #94A3B8;   /* Disabled */
  --n300: #CBD5E1;   /* Border Hover */
  --n200: #E2E8F0;   /* Border */
  --n150: #E8EDF3;
  --n100: #F1F5F9;   /* Divider / ikincil zemin */
  --n75:  #F5F8FB;
  --n50:  #F8FAFC;   /* Background */
  --white: #FFFFFF;

  /* ── BACKGROUNDS ── */
  --bg:    #F8FAFC;   /* Premium beyaz */
  --bg-2:  #F1F5F9;   /* İkincil zemin */
  --bg-3:  #EEF2F7;   /* Section — hafif mavi gri */
  --bg-dark: var(--navy-800);

  /* ── GLASS EFFECT ── */
  --glass-bg:     rgba(255,255,255,0.70);
  --glass-border: rgba(255,255,255,0.35);

  /* ── SEMANTIC ── */
  --red:    #EF4444;
  --red-bg: #FEF2F2;
  --amber:  #F59E0B;
  --amber-bg: #FFFBEB;
  --success: #2563EB;   /* yeşil yerine mavi onay */
  --success-bg: var(--blue-50);

  /* ── TYPOGRAPHY ── */
  --font-serif:   'Cormorant Garamond', 'Bodoni Moda', Georgia, serif;
  --font-display: 'Geist', sans-serif;
  --font-body:    'Inter', 'Geist', sans-serif;

  /* ── EDITORIAL HEADING TOKENS ── */
  --eh-weight: 300;
  --eh-lh:     0.95;
  --eh-ls:     -0.02em;

  /* ── RADIUS ── */
  --r4:   4px;
  --r6:   6px;
  --r8:   8px;
  --r10:  10px;
  --r12:  12px;
  --r16:  16px;
  --r20:  20px;
  --r24:  24px;
  --r999: 9999px;

  /* ── SHADOWS (slate tabanlı) ── */
  --s1: 0 1px 2px rgba(15,23,42,.04);
  --s2: 0 8px 24px rgba(15,23,42,.08);
  --s3: 0 20px 60px rgba(15,23,42,.12);
  --s4: 0 30px 80px rgba(15,23,42,.18);
  --s-blue: 0 8px 32px rgba(37,99,235,.25), 0 2px 8px rgba(37,99,235,.12);
  --s-teal: 0 8px 32px rgba(59,130,246,.22), 0 2px 8px rgba(59,130,246,.10);
  --s-navy: 0 8px 32px rgba(15,23,42,.30), 0 2px 8px rgba(15,23,42,.15);

  /* ── TRANSITIONS ── */
  --t:    .2s ease;
  --t-md: .35s cubic-bezier(.4,0,.2,1);
  --t-lg: .5s cubic-bezier(.4,0,.2,1);
}

/* ═══════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--n800);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: var(--font-body); cursor: pointer; border: none; outline: none; background: none; }
input, select, textarea { font-family: var(--font-body); outline: none; }
ul, ol { list-style: none; }

/* ── ERİŞİLEBİLİRLİK: klavye odağı (mouse tıklamasında görünmez) ── */
:focus-visible {
  outline: 2px solid var(--blue-500);
  outline-offset: 2px;
  border-radius: 4px;
}
a:focus-visible, button:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--blue-500);
  outline-offset: 2px;
}

/* ═══════════════════════════════════════════
   LAYOUT
═══════════════════════════════════════════ */
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }

/* ═══════════════════════════════════════════
   TYPOGRAPHY TOKENS
═══════════════════════════════════════════ */
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  color: var(--blue-500);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--teal-500);
  border-radius: 2px;
  flex-shrink: 0;
}
.eyebrow.center { justify-content: center; }
.eyebrow.center::before { display: none; }
.eyebrow.center::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--teal-500);
  border-radius: 2px;
}
.section-h {
  font-family: 'Cormorant Garamond', 'Bodoni Moda', Georgia, serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 300;
  color: var(--navy-800);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.section-p {
  font-size: 16px;
  color: var(--n500);
  line-height: 1.75;
  max-width: 540px;
}
.sec-head { margin-bottom: 56px; }
.sec-head.center { text-align: center; }
.sec-head.center .section-p { margin: 0 auto; }

/* ═══════════════════════════════════════════
   BUTTONS
   Not: navy/blue/teal değişkenleri stok Tailwind mavi
   tonlarıyla birebir aynı hex'ler. Butonlarda şablon
   hissi vermemesi için ayrı, özel karışım tonlar kullanılır.
═══════════════════════════════════════════ */
:root {
  --btn-ink:          #16233D;
  --btn-ink-hover:    #0F1930;
  --btn-accent:       #2C4E7C;
  --btn-accent-hover: #1F3B60;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: var(--r8);
  font-size: 14px;
  font-weight: 600;
  transition: var(--t-md);
  cursor: pointer;
  border: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: var(--t);
}
.btn:hover::after { background: rgba(255,255,255,.08); }
.btn-sm  { padding: 7px 16px; font-size: 13px; }
.btn-lg  { padding: 14px 28px; font-size: 15px; font-weight: 700; }
.btn-xl  { padding: 16px 36px; font-size: 16px; font-weight: 700; }

.btn-primary {
  background: var(--btn-ink);
  color: var(--white);
  box-shadow: 0 1px 2px rgba(10,16,30,.08), 0 6px 16px rgba(10,16,30,.14);
}
.btn-primary:hover {
  box-shadow: 0 2px 4px rgba(10,16,30,.10), 0 10px 22px rgba(10,16,30,.18);
}

.btn-blue {
  background: var(--btn-accent);
  color: var(--white);
  box-shadow: 0 1px 2px rgba(10,16,30,.08), 0 6px 16px rgba(10,16,30,.14);
}
.btn-blue:hover {
  box-shadow: 0 2px 4px rgba(10,16,30,.10), 0 10px 22px rgba(10,16,30,.18);
}

.btn-teal {
  background: var(--teal-500);
  color: var(--white);
  box-shadow: var(--s-teal);
}
.btn-outline {
  background: transparent;
  color: var(--navy-700);
  border: 1.5px solid var(--navy-200);
}

.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.3);
}

.btn-ghost {
  background: rgba(15,28,63,.06);
  color: var(--navy-700);
}
.btn-white {
  background: var(--white);
  color: var(--navy-800);
  box-shadow: var(--s2);
}

/* ═══ ORIGIN FILL — tıklama/hover noktasından yayılan dairesel dolgu ═══
   Kaynak: harici bir "origin-button" React bileşeninin etkileşim mantığı
   (react-motion tabanlı), saf CSS+JS'e uyarlandı (js/app.js), Kentdeks
   paletiyle. Her .btn zaten position:relative + overflow:hidden'a sahip;
   js/app.js her .btn'e bir .btn-origin-fill (imleç konumunu --ox/--oy/--od
   ile takip eden bir daire) ve içeriği saran bir .btn-label ekliyor. */
.btn-origin-fill {
  position: absolute;
  left: var(--ox, 50%);
  top: var(--oy, 50%);
  width: var(--od, 0px);
  height: var(--od, 0px);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .5s cubic-bezier(.16,1,.3,1);
  z-index: 0;
}
.btn.is-origin-active .btn-origin-fill { transform: translate(-50%, -50%) scale(1); }
.btn-label {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: 7px;
  transition: color .3s cubic-bezier(.16,1,.3,1);
}
@media (prefers-reduced-motion: reduce) {
  .btn-origin-fill { transition: none; }
}

/* Her varyantın dolgu rengi + dolduğunda metin rengi — mevcut :hover
   renkleriyle birebir aynı, yalnızca ANİ renk değişimi yerine imleç
   noktasından büyüyen bir daire ile geçiş yapılıyor. */
.btn-primary .btn-origin-fill { background: var(--btn-ink-hover); }
.btn-blue    .btn-origin-fill { background: var(--btn-accent-hover); }
.btn-teal    .btn-origin-fill { background: var(--teal-600); }
.btn-outline .btn-origin-fill { background: var(--navy-800); }
.btn-outline.is-origin-active { border-color: var(--navy-800); }
.btn-outline.is-origin-active .btn-label { color: var(--white); }
.btn-outline-white .btn-origin-fill { background: var(--white); }
.btn-outline-white.is-origin-active { border-color: var(--white); }
.btn-outline-white.is-origin-active .btn-label { color: var(--navy-900); }
.btn-ghost .btn-origin-fill { background: var(--navy-800); }
.btn-ghost.is-origin-active .btn-label { color: var(--white); }
.btn-white .btn-origin-fill { background: var(--navy-900); }
.btn-white.is-origin-active { box-shadow: var(--s3); }
.btn-white.is-origin-active .btn-label { color: var(--white); }
.btn-secondary .btn-origin-fill { background: var(--navy-800); }
.btn-secondary.is-origin-active .btn-label { color: var(--white); }

/* ═══════════════════════════════════════════
   BADGES
═══════════════════════════════════════════ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: var(--r999);
  font-size: 11px;
  font-weight: 600;
}
.badge-blue   { background: var(--blue-50);  color: var(--blue-600); }
.badge-navy   { background: rgba(15,28,63,.08); color: var(--navy-700); }
.badge-teal   { background: var(--teal-50);  color: var(--teal-600); }
.badge-gray   { background: var(--n100);     color: var(--n600); }
.badge-red    { background: var(--red-bg);   color: var(--red); }
.badge-amber  { background: var(--amber-bg); color: var(--amber); }
/* Legacy compat */
.badge-g      { background: var(--blue-50);  color: var(--blue-600); }

/* ═══════════════════════════════════════════
   FORMS
═══════════════════════════════════════════ */
.field { margin-bottom: 14px; }
.field label {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--n500);
  margin-bottom: 5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 14px;
  border: 1.5px solid var(--n150);
  border-radius: var(--r8);
  background: var(--n50);
  color: var(--n800);
  transition: var(--t);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue-400);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(59,122,191,.12);
}
.field textarea { resize: vertical; min-height: 90px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ── KVKK AYDINLATMA BİLDİRİMİ ──
   Aydınlatma yükümlülüğü (KVKK m.10) her hâlükârda yerine getirilmesi gereken
   bir BİLGİLENDİRMEDİR; onay kutusu değildir. Talep edilen hizmetin sunulması
   için yapılan işlemenin hukuki sebebi açık rıza değil, sözleşmenin ifası
   (m.5/2-c) ve meşru menfaattir (m.5/2-f) — bkz. pages/kvkk.html §5.
   Bu yüzden aydınlatma ile rıza TEK bir kutuda birleştirilmez; gerçekten açık
   rıza gereken ayrı bir işleme (ör. bülten) varsa o, ayrı ve İSTEĞE BAĞLI bir
   .kvkk-row onay kutusuyla alınır. */
.kvkk-notice {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 12px; color: var(--n500); line-height: 1.55;
  margin: 4px 0 14px; padding: 10px 12px;
  background: var(--n50, rgba(0,0,0,.03));
  border-left: 3px solid var(--blue-500);
  border-radius: var(--r8, 8px);
}
.kvkk-notice i { color: var(--blue-500); flex-shrink: 0; margin-top: 1px; }
.kvkk-notice a { color: var(--blue-500); text-decoration: underline; }
/* koyu zemin (hero form kartı) varyantı */
.hero-form-card .kvkk-notice {
  color: rgba(255,255,255,.62); background: rgba(255,255,255,.06);
  border-left-color: rgba(168,204,236,.75);
}
.hero-form-card .kvkk-notice i,
.hero-form-card .kvkk-notice a { color: rgba(168,204,236,.9); }
/* mobilde sabit WhatsApp balonu (.wa-float, sağ-alt köşe) bu metnin üstüne
   biniyordu (KVKK aydınlatma metni gizli kalıyordu) — sağda balonun
   kapladığı alan kadar boşluk bırak, metin o sütuna hiç girmesin */
@media (max-width: 600px) {
  .kvkk-notice { padding-right: 92px; }
}

/* ── KVKK AÇIK RIZA (yalnızca gerçekten rıza gereken işlemeler için) ── */
.kvkk-row {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 12px; color: var(--n500); line-height: 1.55;
  margin: 4px 0 14px; cursor: pointer;
}
.kvkk-row input[type=checkbox] {
  width: 16px; height: 16px; margin-top: 2px;
  accent-color: var(--blue-500); cursor: pointer; flex-shrink: 0;
}
.kvkk-row a { color: var(--blue-500); text-decoration: underline; }
/* koyu zemin (hero form kartı) varyantı */
.hero-form-card .kvkk-row { color: rgba(255,255,255,.4); }
.hero-form-card .kvkk-row a { color: rgba(168,204,236,.75); }

/* ═══════════════════════════════════════════
   UPLOAD
═══════════════════════════════════════════ */
.upload-zone {
  border: 2px dashed var(--n150);
  border-radius: var(--r12);
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: var(--t-md);
  background: var(--n50);
}
.upload-zone:hover, .upload-zone.drag-over {
  border-color: var(--blue-400);
  background: var(--blue-50);
}
.upload-zone input[type=file] { display: none; }
.uz-icon  { font-size: 32px; color: var(--blue-400); margin-bottom: 8px; }
.uz-title { font-size: 14px; font-weight: 600; color: var(--n700); margin-bottom: 4px; }
.uz-sub   { font-size: 12px; color: var(--n400); }

/* ═══════════════════════════════════════════
   AI STATES
═══════════════════════════════════════════ */
.ai-proc { display:none; flex-direction:column; align-items:center; gap:10px; padding:24px; background:var(--blue-50); border-radius:var(--r12); }
.ai-proc.on { display:flex; }
.ai-spinner { width:36px; height:36px; border:3px solid var(--blue-100); border-top-color:var(--blue-500); border-radius:50%; animation:spin .7s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }
.ai-proc-label { font-size:13px; font-weight:600; color:var(--navy-700); }
.ai-proc-file  { font-size:11.5px; color:var(--blue-600); }
.ai-ok { display:none; flex-direction:column; align-items:center; gap:7px; padding:22px; background:var(--blue-50); border:1.5px solid var(--blue-200); border-radius:var(--r12); }
.ai-ok.on { display:flex; }
.ai-ok-icon  { font-size:40px; color:var(--blue-500); }
.ai-ok-title { font-size:14px; font-weight:600; color:var(--navy-700); }
.ai-ok-file  { font-size:12px; color:var(--blue-600); }

/* ═══════════════════════════════════════════
   MODAL
═══════════════════════════════════════════ */
.modal-bg {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(6,13,31,.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}
.modal-bg.open { opacity: 1; pointer-events: all; }
.modal {
  background: var(--white);
  border-radius: var(--r20);
  width: 100%;
  max-width: 520px;
  max-height: 92vh;
  overflow-y: auto;
  transform: translateY(20px) scale(.97);
  transition: transform .3s cubic-bezier(.34,1.56,.64,1);
  box-shadow: var(--s4);
}
.modal-bg.open .modal { transform: none; }
.modal-head {
  padding: 24px 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.modal-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy-800);
}
.modal-close {
  width: 32px; height: 32px;
  border-radius: var(--r8);
  background: var(--n75);
  display: flex; align-items: center; justify-content: center;
  color: var(--n500);
  font-size: 16px;
  cursor: pointer;
  transition: var(--t);
}
.modal-close:hover { background: var(--n150); color: var(--n800); }
.modal-body { padding: 4px 28px 28px; }
.modal-tabs {
  display: flex; gap: 3px;
  background: var(--n75);
  border-radius: var(--r8);
  padding: 3px;
  margin-bottom: 18px;
}
.m-tab {
  flex: 1; padding: 9px; text-align: center;
  border-radius: 6px; font-size: 13px; font-weight: 600;
  color: var(--n500); cursor: pointer; transition: var(--t);
}
.m-tab.on { background: var(--white); color: var(--navy-700); box-shadow: var(--s1); }
.m-pane { display: none; }
.m-pane.on { display: block; }
.modal-submit {
  width: 100%; padding: 13px;
  background: var(--navy-700);
  color: var(--white);
  border: none; border-radius: var(--r8);
  font-size: 15px; font-weight: 700;
  cursor: pointer; transition: var(--t-md);
  margin-top: 8px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.modal-submit:hover { background: var(--navy-600); transform: translateY(-1px); box-shadow: var(--s-navy); }
.modal-submit:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.modal-note { font-size: 12px; color: var(--n400); text-align: center; margin-top: 10px; line-height: 1.6; }
.modal-note a { color: var(--blue-500); }
.modal-steps { display:flex; gap:3px; background:var(--n75); border-radius:var(--r8); padding:3px; margin-bottom:18px; }
.m-step { flex:1; padding:7px 6px; text-align:center; border-radius:6px; font-size:12px; font-weight:600; color:var(--n400); cursor:pointer; transition:var(--t); }
.m-step.on { background:var(--white); color:var(--navy-700); box-shadow:var(--s1); }
.s-pane { display:none; }
.s-pane.on { display:block; }

/* ═══════════════════════════════════════════
   NAVBAR — TEK KAYNAK
   Bu blok sitedeki TÜM sayfalarda birebir aynı navbarı üretir.
   Sayfa CSS'lerinde (home.css, inner.css vb.) .navbar/.nav-* için
   İKİNCİ bir tanım YAZMA — hepsi buradan gelir. Değişiklik gerekiyorsa
   sadece burayı düzenle, otomatik tüm sayfalara yansır.
═══════════════════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(15,23,42,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background var(--t-md), box-shadow var(--t-md);
}
.navbar.scrolled {
  background: rgba(15,23,42,.97);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nav-inner {
  display: flex; align-items: center;
  height: 62px; gap: 20px;
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
}
.nav-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.nav-logo-img {
  height: 32px; width: auto; display: block;
  background: #fff; border-radius: 10px; padding: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.nav-logo-text b { display: block; font-size: 15px; font-weight: 800; color: #fff; letter-spacing: .06em; }
.nav-logo-text small { font-size: 9.5px; color: rgba(255,255,255,.45); letter-spacing: .06em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; flex: 1; margin-left: 20px; }
.nav-link {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13.5px; font-weight: 500;
  color: rgba(255,255,255,.65); transition: var(--t);
  white-space: nowrap; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  position: relative;
}
.nav-link:hover, .nav-link.on { color: #fff; background: rgba(255,255,255,.07); }
.nav-link.on::after {
  content: '';
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 20px; height: 2px;
  background: var(--teal-400); border-radius: 2px;
}
.nav-link i { font-size: 14px; }

/* Dropdown */
.nav-dd { position: relative; }
.nav-dd > .nav-link .dd-caret {
  display: inline-block;
  width: 0; height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
  opacity: .45;
  transition: transform .2s;
  margin-left: 2px;
}
.nav-dd:hover > .nav-link .dd-caret { transform: rotate(180deg); }
.nav-dd-menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 200px;
  background: var(--navy-900);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,.5);
  padding: 8px;
  z-index: 100;
  opacity: 0; pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease;
  transition-delay: .25s; /* kapanma gecikmesi — imleç menüye inerken kaybolmasın */
}
/* link ile menü arasındaki boşluğu görünmez köprüyle kapat */
.nav-dd-menu::before {
  content: ''; position: absolute;
  top: -14px; left: -8px; right: -8px; height: 14px;
}
.nav-dd:hover .nav-dd-menu,
.nav-dd-menu:hover {
  opacity: 1; pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}
.nav-dd-sect {
  font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.35);
  text-transform: uppercase; letter-spacing: .07em;
  padding: 6px 10px 4px;
}
.nav-dd-item {
  display: flex; align-items: center; gap: 7px;
  padding: 8px 10px; border-radius: 8px;
  font-size: 13px; color: rgba(255,255,255,.65); transition: var(--t);
}
.nav-dd-item:hover { background: rgba(255,255,255,.07); color: #fff; }
.nav-dd-item i { font-size: 14px; color: var(--blue-400); width: 16px; text-align: center; }
.nav-dd-sep { height: 1px; background: rgba(255,255,255,.07); margin: 4px 0; }

/* Nav Right */
.nav-divider { width: 1px; height: 22px; background: rgba(255,255,255,.1); margin: 0 14px; flex-shrink: 0; }
.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-lang-btn {
  display: flex; align-items: center; gap: 5px;
  padding: 7px 12px; border-radius: 7px;
  font-size: 12.5px; font-weight: 600;
  color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.12);
  background: transparent; cursor: pointer; transition: var(--t);
  letter-spacing: .04em;
}
.nav-lang-btn:hover { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
.nav-btn-login {
  padding: 7px 16px; border-radius: 7px;
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.75); border: 1px solid rgba(255,255,255,.18);
  background: transparent; cursor: pointer; transition: var(--t);
}
.nav-btn-login:hover { border-color: rgba(255,255,255,.4); color: #fff; }
.nav-btn-reg {
  padding: 7px 16px; border-radius: 7px;
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06); cursor: pointer; transition: var(--t);
}
.nav-btn-reg:hover { background: rgba(255,255,255,.12); color: #fff; }
.nav-btn-cta {
  padding: 7px 16px; border-radius: 7px;
  font-size: 13px; font-weight: 600;
  background: #fff; color: var(--navy-800);
  border: none; cursor: pointer; transition: var(--t);
  display: flex; align-items: center; gap: 6px;
}
.nav-btn-cta:hover { background: rgba(255,255,255,.88); transform: translateY(-1px); }
.nav-btn-cta i { font-size: 14px; }
.nav-hamburger {
  display: none; background: none; border: none;
  font-size: 22px; color: #fff; cursor: pointer;
  margin-left: 4px; padding: 6px;
}

/* Oturum açık kullanıcı çipi */
.nav-user-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 14px 5px 5px;
  border-radius: var(--r999);
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85);
  transition: var(--t); cursor: pointer;
}
.nav-user-chip:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); }
.nav-user-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-500), var(--teal-500));
  color: #fff; font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: .02em; flex-shrink: 0;
}

/* ═══ MOBILE NAV DRAWER — tek kaynak ═══ */
.mobile-nav {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(280px, 88vw);
  background: var(--navy-900);
  z-index: 2000;
  padding: 24px 20px;
  transform: translateX(110%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  box-shadow: -12px 0 48px rgba(0,0,0,.45);
  overflow-y: auto;
}
.mobile-nav.open { transform: none; }
.mobile-nav-overlay {
  position: fixed; inset: 0;
  background: rgba(6,13,31,.6);
  backdrop-filter: blur(4px);
  z-index: 1999;
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
}
.mobile-nav-overlay.open { opacity: 1; pointer-events: all; }
.mnav-head, .mnav-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.mnav-close {
  width: 36px; height: 36px; border-radius: var(--r8);
  background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: rgba(255,255,255,.6); cursor: pointer; transition: var(--t); border: none;
}
.mnav-close:hover { background: rgba(255,255,255,.14); color: #fff; }
.mnav-link {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 10px; border-radius: var(--r8);
  font-size: 15px; font-weight: 500; color: rgba(255,255,255,.7);
  transition: var(--t); text-decoration: none;
}
.mnav-link:hover { background: rgba(255,255,255,.08); color: #fff; }
.mnav-link i { font-size: 18px; color: var(--blue-400); }
.mnav-sep { height: 1px; background: rgba(255,255,255,.08); margin: 12px 0; }
.mnav-actions { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.mnav-actions .btn { width: 100%; justify-content: center; }

/* ═══ NAVBAR RESPONSIVE — tüm sayfalarda aynı breakpoint'ler ═══ */
@media (max-width: 1280px) {
  .nav-logo-text small { display: none; }
  .nav-inner { gap: 10px; }
  .nav-links { margin-left: 6px; gap: 2px; }
  .nav-link { padding: 6px 8px; font-size: 12.5px; }
  .nav-link i { display: none; }
  .nav-lang-btn { display: none; }
}
@media (max-width: 1100px) {
  .nav-link { padding: 5px 6px; font-size: 12px; }
  .nav-btn-cta { font-size: 0; padding: 8px 11px; gap: 0; }
  .nav-btn-cta i { font-size: 16px; }
  .nav-btn-login { padding: 6px 10px; font-size: 12px; }
}
@media (max-width: 900px) {
  .nav-link { font-size: 11.5px; padding: 5px 5px; }
  .nav-logo-text { display: none; }
  .nav-inner { gap: 6px; }
  .nav-links { margin-left: 0; }
  .nav-divider { display: none; }
  .nav-btn-reg { padding: 6px 11px; font-size: 12px; }
  .nav-btn-login { padding: 6px 9px; font-size: 11.5px; }
}
@media (max-width: 768px) {
  .nav-links, .nav-divider, .nav-actions { display: none; }
  .nav-hamburger { display: flex; }
}
@media (max-width: 400px) {
  .nav-btn-cta span { display: none; }
}

/* ═══════════════════════════════════════════
   PAGE HERO (inner pages)
═══════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(135deg, var(--navy-950) 0%, var(--navy-800) 50%, var(--navy-700) 100%);
  padding: 120px 0 60px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 75% 40%, rgba(59,122,191,.12) 0%, transparent 60%);
  pointer-events: none;
}
.breadcrumb {
  display: flex; align-items: center; gap: 7px;
  font-size: 12px; color: rgba(255,255,255,.4);
  margin-bottom: 12px;
}
.breadcrumb a { color: var(--blue-300); transition: var(--t); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb i { font-size: 11px; opacity: .4; }
.page-hero-h {
  font-family: 'Cormorant Garamond', 'Bodoni Moda', Georgia, serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 300;
  color: #F5F5F5;
  margin-bottom: 14px;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.page-hero-p { font-size: 16px; color: rgba(255,255,255,.55); max-width: 480px; }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.footer { background: var(--navy-950); padding: 72px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr;
  gap: 36px;
  margin-bottom: 56px;
}
.footer-brand-desc {
  font-size: 13px; color: rgba(255,255,255,.62);
  line-height: 1.8; margin: 12px 0 16px; max-width: 220px;
}
.footer-contact {
  display: flex; align-items: center; gap: 9px;
  font-size: 12.5px; color: rgba(255,255,255,.65); margin-bottom: 6px;
}
.footer-contact i { color: var(--blue-300); font-size: 14px; }
.footer-socials { display: flex; gap: 8px; margin-top: 16px; }
.footer-social {
  width: 32px; height: 32px; border-radius: var(--r8);
  background: rgba(255,255,255,.06);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65); font-size: 14px; transition: var(--t);
}
.footer-social:hover { background: var(--blue-600); color: var(--white); transform: translateY(-2px); }
.footer-col-head {
  font-size: 10px; font-weight: 700;
  color: rgba(255,255,255,.75);
  text-transform: uppercase; letter-spacing: .1em;
  margin-bottom: 16px;
}
.footer-link {
  font-size: 13px; color: rgba(255,255,255,.6);
  display: block; margin-bottom: 9px; transition: var(--t);
}
.footer-link:hover { color: var(--blue-300); transform: translateX(3px); }
.footer-nl input {
  width: 100%; padding: 10px 12px; font-size: 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r8); background: rgba(255,255,255,.05);
  color: var(--white); margin-bottom: 8px; transition: var(--t);
}
.footer-nl input::placeholder { color: rgba(255,255,255,.22); }
.footer-nl input:focus { border-color: var(--blue-400); background: rgba(255,255,255,.08); }
.footer-nl button {
  width: 100%; padding: 10px;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-500));
  color: var(--white); border: none; border-radius: var(--r8);
  font-size: 13px; font-weight: 600; cursor: pointer; transition: var(--t);
}
.footer-nl button:hover { background: linear-gradient(135deg, var(--navy-600), var(--blue-600)); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 8px;
}
.footer-copy { font-size: 11.5px; color: rgba(255,255,255,.55); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11.5px; color: rgba(255,255,255,.55); transition: var(--t); }
.footer-legal a:hover { color: rgba(255,255,255,.9); }

/* ═══════════════════════════════════════════
   SCROLL ANIMATIONS
═══════════════════════════════════════════ */
[data-anim] {
  opacity: 0;
  transition: opacity .65s cubic-bezier(.4,0,.2,1),
              transform .65s cubic-bezier(.4,0,.2,1);
}
[data-anim="fade-up"]   { transform: translateY(32px); }
[data-anim="fade-down"] { transform: translateY(-24px); }
[data-anim="fade-left"] { transform: translateX(32px); }
[data-anim="fade-right"]{ transform: translateX(-32px); }
[data-anim="zoom-in"]   { transform: scale(.94); }
[data-anim].visible {
  opacity: 1;
  transform: none;
}

/* Stagger delays */
[data-delay="100"] { transition-delay: .1s; }
[data-delay="150"] { transition-delay: .15s; }
[data-delay="200"] { transition-delay: .2s; }
[data-delay="250"] { transition-delay: .25s; }
[data-delay="300"] { transition-delay: .3s; }
[data-delay="350"] { transition-delay: .35s; }
[data-delay="400"] { transition-delay: .4s; }
[data-delay="500"] { transition-delay: .5s; }

/* ═══════════════════════════════════════════
   COUNTER ANIMATION
═══════════════════════════════════════════ */
.stat-n { display: inline-block; }

/* ═══════════════════════════════════════════
   RESPONSIVE — SHARED
═══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 72px 0; }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .section-h { font-size: 26px; }
  .wrap { padding: 0 18px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn-xl { padding: 13px 24px; font-size: 15px; }
}
@media (max-width: 480px) {
  .section-h { font-size: 22px; }
}

/* ═══════════════════════════════════════════
   CURSOR GLOW EFFECT
═══════════════════════════════════════════ */
.cursor-glow {
  position: fixed;
  width: 90px; height: 90px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(251,191,36,.35) 0%, rgba(251,191,36,.12) 42%, transparent 72%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity .2s ease;
  will-change: left, top, opacity;
}
@media (pointer: coarse) { .cursor-glow { display: none; } }

/* ── ÇEREZ BİLGİLENDİRME BANDI (js/cookie-consent.js) ── */
.kd-cerez-bant {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 9995;
  max-width: 640px; margin: 0 auto;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  background: var(--navy-900, #0f172a); color: rgba(255,255,255,.88);
  border-radius: var(--r12, 12px); padding: 14px 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
  font-size: 13px; line-height: 1.6;
  animation: kdCerezGir .3s ease;
}
.kd-cerez-bant a { color: #fff; text-decoration: underline; }
.kd-cerez-bant.kd-cerez-kapan { opacity: 0; transform: translateY(8px); transition: .25s; }
.kd-cerez-btn {
  margin-left: auto; flex-shrink: 0;
  background: var(--blue-500); color: #fff; border: none; border-radius: var(--r8, 8px);
  padding: 8px 16px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit;
}
.kd-cerez-btn:hover { background: var(--blue-600); }
@keyframes kdCerezGir { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 560px) {
  .kd-cerez-bant { flex-direction: column; align-items: stretch; text-align: left; }
  .kd-cerez-btn { margin-left: 0; width: 100%; }
}
