/* ==========================================================================
   KEMİAD — Kemer Turizmci ve İş İnsanları Derneği
   Ana stil dosyası
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TASARIM DEĞİŞKENLERİ
   -------------------------------------------------------------------------- */
:root {
  /* Kurumsal renkler — logodan alınmıştır */
  --navy-900: #0d1440;
  --navy-800: #131c52;
  --navy-700: #1b2a6b;
  --navy-600: #24358a;
  --navy-500: #2f45a8;

  --blue-600: #0f8ac4;
  --blue-500: #22a7e0;
  --blue-400: #4fc3f7;
  --blue-300: #8ddcff;
  --blue-100: #e3f4fd;

  /* Akdeniz vurgusu */
  --gold-500: #e6a833;
  --gold-400: #f5c26b;

  --ink-900: #10152e;
  --ink-700: #2b3350;
  --ink-500: #5a6480;
  --ink-400: #7e88a3;
  --ink-300: #aab2c6;
  --ink-200: #d9dee9;
  --ink-100: #eef1f7;
  --ink-50:  #f7f9fc;
  --white:   #ffffff;

  --success: #17a673;
  --danger:  #d64545;
  --warning: #e6a833;

  /* Yüzeyler */
  --surface:      var(--white);
  --surface-alt:  var(--ink-50);
  --border:       var(--ink-200);

  /* Tipografi */
  --font-body: "Manrope", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --font-head: var(--font-body);

  /* Ölçek */
  --container: 1240px;
  --gutter: 24px;
  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  /* Gölgeler */
  --shadow-xs: 0 1px 2px rgba(13, 20, 64, .06);
  --shadow-sm: 0 2px 8px rgba(13, 20, 64, .07);
  --shadow:    0 8px 26px rgba(13, 20, 64, .09);
  --shadow-lg: 0 20px 55px rgba(13, 20, 64, .14);
  --shadow-blue: 0 14px 38px rgba(34, 167, 224, .28);

  /* Hareket */
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out-back: cubic-bezier(.34, 1.4, .64, 1);
  --dur: .45s;

  --header-h: 88px;
}

/* --------------------------------------------------------------------------
   2. TEMEL SIFIRLAMA
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
  -webkit-text-size-adjust: 100%;
  /* Giriş animasyonları ve dekoratif ışıklar yatay kaydırma çubuğu oluşturmasın.
     "clip" kullanılır çünkü "hidden" sabit başlığın yapışkanlığını bozar. */
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink-700);
  background: var(--surface);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* overflow: clip desteklemeyen eski tarayıcılar için yedek */
@supports not (overflow: clip) {
  html { overflow-x: hidden; }
  body { overflow-x: hidden; }
}

img, svg, video { max-width: 100%; display: block; }
img { height: auto; }

a { color: var(--blue-600); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--navy-700); }

h1, h2, h3, h4, h5 {
  font-family: var(--font-head);
  color: var(--navy-800);
  line-height: 1.2;
  margin: 0 0 .6em;
  font-weight: 800;
  letter-spacing: -.02em;
}

h1 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.1vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.3em; }
li { margin-bottom: .4em; }

hr { border: 0; border-top: 1px solid var(--border); margin: 2.5rem 0; }

button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }

::selection { background: var(--blue-500); color: #fff; }

:focus-visible {
  outline: 3px solid var(--blue-400);
  outline-offset: 3px;
  border-radius: 4px;
}

/* --------------------------------------------------------------------------
   3. DÜZEN
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container-narrow { max-width: 860px; }

.section { padding: clamp(56px, 8vw, 108px) 0; position: relative; }
.section-tight { padding: clamp(40px, 5vw, 64px) 0; }
.section-alt { background: var(--surface-alt); }

.section-dark {
  background: linear-gradient(150deg, var(--navy-900) 0%, var(--navy-700) 55%, var(--navy-600) 100%);
  color: rgba(255, 255, 255, .82);
  position: relative;
  overflow: hidden;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark a { color: var(--blue-300); }

.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fill, minmax(min(100%, 235px), 1fr)); }

/* --------------------------------------------------------------------------
   İKİ SÜTUNLU YERLEŞİMLER
   Sütun oranı sayfadan --c1 / --c2 ile verilir; sütun kararı BURADA alınır.
   (Oranlar satır içi style ile yazılsaydı medya sorguları onları ezemezdi.)
   -------------------------------------------------------------------------- */
.grid-2up {
  display: grid;
  grid-template-columns: var(--c1, 1fr) var(--c2, 1fr);
  gap: var(--gap-2up, 44px);
  align-items: start;
}

/* Küçük ikili kutucuklar (misyon/vizyon, acil numaralar) */
.grid-2tight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-2up, 14px);
}

@media (max-width: 900px) {
  .grid-2up { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 460px) {
  .grid-2tight { grid-template-columns: 1fr; }
}

.flex { display: flex; gap: 16px; }
.flex-between { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.flex-center { display: flex; align-items: center; gap: 12px; }

.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-1 { margin-bottom: 1rem; } .mb-2 { margin-bottom: 2rem; } .mb-3 { margin-bottom: 3rem; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --------------------------------------------------------------------------
   4. BÖLÜM BAŞLIKLARI
   -------------------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--blue-600);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 30px; height: 2px;
  background: linear-gradient(90deg, var(--blue-500), var(--navy-600));
  border-radius: 2px;
}
.section-dark .eyebrow { color: var(--blue-300); }
.section-dark .eyebrow::before { background: linear-gradient(90deg, var(--blue-400), transparent); }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.is-center { margin-inline: auto; text-align: center; }
.section-head.is-center .eyebrow::before { display: none; }
.section-head p { color: var(--ink-500); font-size: 1.06rem; margin-bottom: 0; }
.section-dark .section-head p { color: rgba(255, 255, 255, .74); }

.title-underline { position: relative; display: inline-block; }
.title-underline::after {
  content: "";
  position: absolute;
  left: 0; bottom: -10px;
  width: 0; height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--blue-500), var(--navy-600));
  transition: width 1s var(--ease) .2s;
}
.is-revealed .title-underline::after,
[data-reveal].is-revealed .title-underline::after { width: 74px; }

/* --------------------------------------------------------------------------
   5. DÜĞMELER
   -------------------------------------------------------------------------- */
.btn {
  --btn-bg: var(--navy-700);
  --btn-fg: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border: 0;
  border-radius: 100px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .01em;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), color .3s var(--ease);
  box-shadow: 0 6px 18px rgba(27, 42, 107, .22);
}
.btn::after {
  content: "";
  position: absolute; inset: 0;
  z-index: -1;
  background: linear-gradient(120deg, var(--blue-500), var(--blue-600));
  transform: translateY(102%);
  transition: transform .42s var(--ease);
}
.btn:hover { color: #fff; transform: translateY(-3px); box-shadow: var(--shadow-blue); }
.btn:hover::after { transform: translateY(0); }
.btn:active { transform: translateY(-1px); }

.btn svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

.btn-blue { --btn-bg: linear-gradient(120deg, var(--blue-500), var(--blue-600)); }
.btn-blue::after { background: linear-gradient(120deg, var(--navy-600), var(--navy-700)); }

.btn-gold { --btn-bg: linear-gradient(120deg, var(--gold-500), var(--gold-400)); --btn-fg: var(--navy-900); }
.btn-gold::after { background: linear-gradient(120deg, var(--navy-700), var(--navy-600)); }
.btn-gold:hover { color: #fff; }

.btn-outline {
  --btn-bg: transparent;
  --btn-fg: var(--navy-700);
  border: 2px solid var(--navy-700);
  box-shadow: none;
}
.btn-outline:hover { color: #fff; border-color: transparent; }

.btn-ghost {
  --btn-bg: transparent;
  --btn-fg: #fff;
  border: 2px solid rgba(255, 255, 255, .5);
  box-shadow: none;
}
.btn-ghost::after { background: #fff; }
.btn-ghost:hover { color: var(--navy-800); border-color: #fff; }

.btn-sm { padding: 10px 20px; font-size: .85rem; }
.btn-lg { padding: 17px 38px; font-size: 1.02rem; }
.btn-block { display: flex; width: 100%; }

/* Ok animasyonlu bağlantı */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--navy-700);
}
.link-arrow svg { width: 17px; height: 17px; fill: currentColor; transition: transform .32s var(--ease); }
.link-arrow:hover { color: var(--blue-600); }
.link-arrow:hover svg { transform: translateX(6px); }

/* --------------------------------------------------------------------------
   6. ÜST BAR + BAŞLIK
   -------------------------------------------------------------------------- */
.topbar {
  background: var(--navy-900);
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  padding: 9px 0;
  position: relative;
  z-index: 60;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a { color: rgba(255, 255, 255, .72); }
.topbar a:hover { color: var(--blue-300); }
.topbar-info { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.topbar-info span, .topbar-info a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-info svg { width: 14px; height: 14px; fill: var(--blue-400); flex-shrink: 0; }

.topbar-social { display: flex; gap: 6px; }
.topbar-social a {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.topbar-social svg { width: 14px; height: 14px; fill: rgba(255, 255, 255, .8); transition: fill .3s; }
.topbar-social a:hover { background: var(--blue-500); transform: translateY(-2px); }
.topbar-social a:hover svg { fill: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .93);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(13, 20, 64, .07);
  transition: box-shadow .35s var(--ease), background .35s var(--ease);
}
.site-header.is-stuck { box-shadow: 0 8px 30px rgba(13, 20, 64, .1); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
  transition: height .35s var(--ease);
}
.site-header.is-stuck .header-inner { height: 72px; }

/* Logo */
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img, .brand svg.brand-mark { height: 50px; width: auto; transition: height .35s var(--ease); }
.site-header.is-stuck .brand img,
.site-header.is-stuck .brand svg.brand-mark { height: 40px; }

/* Logo zaten "KEMİAD" yazıyor; yandaki metin yalnızca açılımı verir */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.28;
  padding-left: 14px;
  border-left: 1px solid var(--border);
}
.brand-text small {
  font-size: .66rem;
  letter-spacing: .075em;
  color: var(--ink-400);
  text-transform: uppercase;
  font-weight: 700;
}

/* Ana menü */
.nav { display: flex; align-items: center; gap: 2px; }
.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list > li {
  list-style: none;
  position: relative;
  margin: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px;
  font-size: .935rem;
  font-weight: 700;
  color: var(--ink-700);
  border-radius: 10px;
  position: relative;
  white-space: nowrap;
  transition: color .28s var(--ease), background .28s var(--ease);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 15px; right: 15px; bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--blue-500), var(--navy-600));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .34s var(--ease);
}
.nav-link:hover { color: var(--navy-800); }
.nav-link:hover::after,
.nav-link.is-active::after { transform: scaleX(1); }
.nav-link.is-active { color: var(--navy-800); }
.nav-link .caret { width: 10px; height: 10px; fill: currentColor; opacity: .55; transition: transform .3s var(--ease); }
.has-drop:hover .caret { transform: rotate(180deg); }

/* Açılır menü */
.dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 250px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  padding: 9px;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s;
}
.has-drop:hover > .dropdown,
.has-drop:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li { margin: 0; }
.dropdown a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border-radius: 9px;
  font-size: .9rem; font-weight: 600;
  color: var(--ink-700);
  transition: background .24s var(--ease), color .24s var(--ease), padding-left .24s var(--ease);
}
.dropdown a::before {
  content: "";
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--blue-500);
  opacity: 0;
  transition: opacity .24s var(--ease);
}
.dropdown a:hover { background: var(--blue-100); color: var(--navy-800); padding-left: 18px; }
.dropdown a:hover::before { opacity: 1; }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.icon-btn {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy-700);
  transition: all .3s var(--ease);
}
.icon-btn svg { width: 18px; height: 18px; fill: currentColor; }
.icon-btn:hover { background: var(--navy-700); color: #fff; border-color: var(--navy-700); transform: translateY(-2px); }

/* Mobil menü düğmesi */
.burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 12px;
  padding: 0;
  position: relative;
}
.burger span {
  position: absolute;
  left: 12px;
  width: 20px; height: 2px;
  background: var(--navy-800);
  border-radius: 2px;
  transition: transform .38s var(--ease), opacity .2s var(--ease), width .38s var(--ease);
}
.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 21px; width: 14px; }
.burger span:nth-child(3) { top: 27px; }
.burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobil çekmece */
.mobile-nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(400px, 88vw);
  background: #fff;
  z-index: 200;
  padding: 26px 22px 40px;
  overflow-y: auto;
  transform: translateX(102%);
  transition: transform .48s var(--ease);
  box-shadow: -18px 0 60px rgba(13, 20, 64, .2);
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-nav > ul > li { border-bottom: 1px solid var(--ink-100); }
.mobile-nav a {
  display: block;
  padding: 14px 4px;
  font-weight: 700;
  color: var(--navy-800);
  font-size: 1.02rem;
}
.mobile-nav .sub { padding-left: 16px; }
.mobile-nav .sub a { font-weight: 500; font-size: .93rem; color: var(--ink-500); padding: 9px 4px; }
.mobile-nav .sub a:hover { color: var(--blue-600); }
.mobile-nav .m-toggle {
  display: flex; justify-content: space-between; align-items: center; width: 100%;
  background: none; border: 0; padding: 14px 4px; text-align: left;
  font-weight: 700; font-size: 1.02rem; color: var(--navy-800);
}
.mobile-nav .m-toggle svg { width: 14px; height: 14px; fill: var(--ink-400); transition: transform .3s var(--ease); }
.mobile-nav .m-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.mobile-nav .sub { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.mobile-nav .sub.is-open { max-height: 460px; }

.overlay {
  position: fixed; inset: 0;
  background: rgba(13, 20, 64, .55);
  backdrop-filter: blur(3px);
  z-index: 190;
  opacity: 0; visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s;
}
.overlay.is-open { opacity: 1; visibility: visible; }

/* Arama katmanı */
.search-layer {
  position: fixed; inset: 0;
  background: rgba(13, 20, 64, .96);
  z-index: 300;
  display: grid; place-items: center;
  opacity: 0; visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s;
}
.search-layer.is-open { opacity: 1; visibility: visible; }
.search-layer form { width: min(720px, 90vw); }
.search-layer input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, .3);
  color: #fff;
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  font-weight: 700;
  padding: 16px 4px;
  outline: none;
}
.search-layer input::placeholder { color: rgba(255, 255, 255, .35); }
.search-layer input:focus { border-color: var(--blue-400); }
.search-layer .hint { color: rgba(255, 255, 255, .45); margin-top: 18px; font-size: .9rem; }
.search-close {
  position: absolute; top: 28px; right: 32px;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255, 255, 255, .1); border: 0;
  display: grid; place-items: center;
  transition: background .3s, transform .3s;
}
.search-close svg { width: 20px; height: 20px; fill: #fff; }
.search-close:hover { background: rgba(255, 255, 255, .22); transform: rotate(90deg); }

/* Sayfa yükleme çubuğu */
.progress-bar {
  position: fixed; top: 0; left: 0;
  height: 3px; width: 0;
  background: linear-gradient(90deg, var(--blue-400), var(--blue-500), var(--navy-600));
  z-index: 400;
  transition: width .2s linear, opacity .4s;
  box-shadow: 0 0 12px rgba(34, 167, 224, .7);
}

/* --------------------------------------------------------------------------
   7. KAHRAMAN BÖLÜMÜ (HERO)
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: min(94vh, 860px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(140deg, var(--navy-900) 0%, var(--navy-700) 48%, #17429b 100%);
  color: #fff;
  padding: 90px 0;
}

/* Hareketli ışık lekeleri */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .5;
  pointer-events: none;
  animation: orbFloat 18s ease-in-out infinite;
}
.hero-orb.o1 { width: 520px; height: 520px; background: #22a7e0; top: -140px; right: -80px; }
.hero-orb.o2 { width: 400px; height: 400px; background: #2f45a8; bottom: -120px; left: -60px; animation-delay: -6s; }
.hero-orb.o3 { width: 300px; height: 300px; background: #4fc3f7; top: 40%; left: 42%; animation-delay: -11s; opacity: .3; }

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(42px, -34px) scale(1.09); }
  66%      { transform: translate(-30px, 28px) scale(.94); }
}

/* Izgara dokusu */
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(ellipse 85% 70% at 50% 45%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 85% 70% at 50% 45%, #000 30%, transparent 100%);
  pointer-events: none;
}

.hero .container { position: relative; z-index: 3; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 60px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  margin-bottom: 26px;
}
.hero-badge b {
  background: var(--gold-500);
  color: var(--navy-900);
  padding: 3px 11px;
  border-radius: 100px;
  font-size: .76rem;
  font-weight: 800;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4rem);
  line-height: 1.08;
  margin-bottom: 22px;
  letter-spacing: -.028em;
}
.hero h1 .accent {
  background: linear-gradient(100deg, var(--blue-400) 10%, var(--blue-300) 50%, var(--gold-400) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 220% auto;
  animation: shimmer 7s linear infinite;
}
@keyframes shimmer { to { background-position: 220% center; } }

.hero-lead {
  font-size: clamp(1.02rem, 1.5vw, 1.19rem);
  color: rgba(255, 255, 255, .8);
  max-width: 560px;
  margin-bottom: 34px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }

/* Kahraman istatistikleri */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 14px;
  max-width: 620px;
}
.hero-stat {
  padding: 20px 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(10px);
  transition: transform .4s var(--ease), background .4s var(--ease);
}
.hero-stat:hover { transform: translateY(-6px); background: rgba(255, 255, 255, .12); }
.hero-stat .num {
  font-size: 2.05rem; font-weight: 800; color: #fff; line-height: 1;
  display: flex; align-items: baseline; gap: 2px;
}
.hero-stat .num .suffix { color: var(--blue-400); font-size: 1.4rem; }
.hero-stat .lbl { font-size: .8rem; color: rgba(255, 255, 255, .62); margin-top: 7px; font-weight: 600; }

/* Kahraman görseli / dünya animasyonu */
.hero-visual { position: relative; display: grid; place-items: center; }

.globe-wrap {
  position: relative;
  width: min(430px, 82vw);
  aspect-ratio: 1;
  animation: floatY 7s ease-in-out infinite;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-22px); }
}

.globe-ring {
  position: absolute;
  inset: -6%;
  border: 1px dashed rgba(255, 255, 255, .22);
  border-radius: 50%;
  animation: spin 34s linear infinite;
}
.globe-ring::after {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 16px var(--gold-400);
  transform: translateX(-50%);
}
.globe-ring.r2 { inset: -17%; animation-duration: 52s; animation-direction: reverse; border-style: dotted; }
.globe-ring.r2::after { background: var(--blue-300); box-shadow: 0 0 16px var(--blue-300); }

@keyframes spin { to { transform: rotate(360deg); } }

/* Animasyonlu tel kafes küre (views/_partial-globe.php) */
.globe-svg {
  position: absolute;
  inset: 6%;
  width: 88%;
  height: 88%;
  overflow: visible;
  filter: drop-shadow(0 22px 60px rgba(34, 167, 224, .35));
}

/* Kürenin arkasında yumuşak bir ışık halesi */
.globe-wrap::before {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%,
              rgba(141, 220, 255, .22), rgba(34, 167, 224, .10) 55%, transparent 72%);
  filter: blur(14px);
  pointer-events: none;
}

/* Yörüngedeki rozetler */
.orbit-card {
  position: absolute;
  display: flex; align-items: center; gap: 10px;
  padding: 11px 17px;
  border-radius: 100px;
  background: rgba(255, 255, 255, .96);
  color: var(--navy-800);
  font-weight: 800;
  font-size: .84rem;
  box-shadow: var(--shadow-lg);
  white-space: nowrap;
  animation: floatY 5.5s ease-in-out infinite;
}
.orbit-card svg { width: 17px; height: 17px; fill: var(--blue-500); }
.orbit-card.c1 { top: 6%; left: -6%; animation-delay: -1.4s; }
.orbit-card.c2 { bottom: 14%; right: -8%; animation-delay: -3.1s; }
.orbit-card.c3 { bottom: -2%; left: 8%; animation-delay: -4.6s; }

/* Aşağı kaydır göstergesi */
.scroll-cue {
  position: absolute;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  color: rgba(255, 255, 255, .6);
  font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.scroll-cue .mouse {
  width: 25px; height: 40px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 14px;
  position: relative;
}
.scroll-cue .mouse::after {
  content: "";
  position: absolute; top: 7px; left: 50%;
  width: 4px; height: 8px;
  margin-left: -2px;
  background: var(--blue-400);
  border-radius: 3px;
  animation: wheel 1.9s ease-in-out infinite;
}
@keyframes wheel {
  0%   { opacity: 0; transform: translateY(0); }
  35%  { opacity: 1; }
  100% { opacity: 0; transform: translateY(13px); }
}

/* Dalga ayırıcı */
.wave-divider { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; z-index: 2; }
.wave-divider svg { width: 100%; height: clamp(50px, 7vw, 100px); display: block; }

/* --------------------------------------------------------------------------
   8. İÇ SAYFA BAŞLIĞI
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  padding: clamp(70px, 10vw, 130px) 0 clamp(60px, 8vw, 100px);
  background: linear-gradient(135deg, var(--navy-900), var(--navy-700) 70%, #1c3a92);
  color: #fff;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 70% 80% at 30% 50%, #000, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 30% 50%, #000, transparent);
}
.page-hero .hero-orb.o1 { width: 420px; height: 420px; top: -160px; right: -60px; opacity: .42; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin-bottom: 12px; }
.page-hero p { color: rgba(255, 255, 255, .74); max-width: 640px; margin-bottom: 0; font-size: 1.05rem; }

.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 9px;
  list-style: none; margin: 0 0 20px; padding: 0;
  font-size: .84rem; color: rgba(255, 255, 255, .55);
}
.breadcrumb li { margin: 0; display: flex; align-items: center; gap: 9px; }
.breadcrumb li + li::before { content: "/"; opacity: .4; }
.breadcrumb a { color: rgba(255, 255, 255, .78); font-weight: 600; }
.breadcrumb a:hover { color: var(--blue-300); }

/* --------------------------------------------------------------------------
   9. KARTLAR
   -------------------------------------------------------------------------- */
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.card:hover { transform: translateY(-9px); box-shadow: var(--shadow-lg); border-color: transparent; }

.card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--ink-100), var(--blue-100));
}
.card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.card:hover .card-media img { transform: scale(1.09); }
.card-media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13, 20, 64, .55), transparent 55%);
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.card:hover .card-media::after { opacity: 1; }

.card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { font-size: 1.16rem; margin-bottom: 10px; transition: color .3s var(--ease); }
.card:hover .card-body h3 { color: var(--blue-600); }
.card-body p { color: var(--ink-500); font-size: .93rem; flex: 1; }

.card-meta {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: .8rem; color: var(--ink-400); font-weight: 600;
  margin-bottom: 12px;
}
.card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.card-meta svg { width: 14px; height: 14px; fill: var(--blue-500); }

.card-foot {
  padding: 16px 24px;
  border-top: 1px solid var(--ink-100);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}

/* Tüm kartı tıklanabilir yapan bağlantı */
.stretched-link::after {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
}

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 13px;
  border-radius: 100px;
  font-size: .74rem; font-weight: 800;
  letter-spacing: .03em;
  background: var(--blue-100);
  color: var(--blue-600);
}
.badge-navy { background: rgba(27, 42, 107, .1); color: var(--navy-700); }
.badge-gold { background: rgba(230, 168, 51, .16); color: #a8761a; }
.badge-green { background: rgba(23, 166, 115, .13); color: #0f7a53; }
.badge-float {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-sm);
}

/* --------------------------------------------------------------------------
   10. ÜYE / KİŞİ KARTLARI
   -------------------------------------------------------------------------- */
.person-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: center;
  position: relative;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.person-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.person-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  height: 92px;
  background: linear-gradient(120deg, var(--navy-700), var(--blue-600));
  transition: height .45s var(--ease);
}
.person-card:hover::before { height: 108px; }

.person-photo {
  position: relative;
  z-index: 2;
  width: 128px; height: 128px;
  margin: 34px auto 16px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: var(--shadow);
  background: var(--ink-100);
  display: grid; place-items: center;
  transition: transform .5s var(--ease-out-back);
}
.person-card:hover .person-photo { transform: scale(1.06); }
.person-photo img { width: 100%; height: 100%; object-fit: cover; }
.person-photo .avatar-initials {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  font-size: 2.4rem; font-weight: 800; color: #fff;
}

.person-body { padding: 0 20px 24px; position: relative; z-index: 2; }
.person-body h3 { font-size: 1.1rem; margin-bottom: 4px; }
.person-role { font-size: .87rem; color: var(--blue-600); font-weight: 700; margin-bottom: 8px; }
.person-company { font-size: .85rem; color: var(--ink-400); margin-bottom: 14px; }

.person-links { display: flex; justify-content: center; gap: 8px; }
.person-links a {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--ink-100);
  transition: all .3s var(--ease);
}
.person-links svg { width: 15px; height: 15px; fill: var(--ink-500); transition: fill .3s; }
.person-links a:hover { background: var(--navy-700); transform: translateY(-3px); }
.person-links a:hover svg { fill: #fff; }

/* Başkan öne çıkan kart */
.president-feature {
  display: grid;
  grid-template-columns: minmax(280px, 400px) 1fr;
  gap: 50px;
  align-items: center;
}
.president-photo {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 5;
  background: var(--ink-100);
}
.president-photo img { width: 100%; height: 100%; object-fit: cover; }
.president-photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13, 20, 64, .6), transparent 45%);
  z-index: 1;
}
.president-photo .caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 26px;
  z-index: 2; color: #fff;
}
.president-photo .caption strong { display: block; font-size: 1.3rem; font-weight: 800; }
.president-photo .caption span { font-size: .88rem; opacity: .85; }

.president-photo-deco {
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 2px solid var(--blue-500);
  border-radius: var(--radius-xl);
  z-index: -1;
}

.quote-mark {
  font-size: 5rem;
  line-height: .6;
  color: var(--blue-300);
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 6px;
}

.signature {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.25rem;
  color: var(--navy-700);
  font-weight: 700;
}

/* Eski başkanlar zaman çizelgesi */
.timeline { position: relative; padding-left: 42px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 13px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--blue-500), var(--navy-600), transparent);
}
.timeline-item { position: relative; margin-bottom: 34px; }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -35px; top: 26px;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--blue-500);
  box-shadow: 0 0 0 5px rgba(34, 167, 224, .16);
  transition: transform .4s var(--ease-out-back), background .4s var(--ease);
}
.timeline-item:hover::before { transform: scale(1.32); background: var(--blue-500); }

.timeline-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.timeline-card:hover { transform: translateX(8px); box-shadow: var(--shadow); }
.timeline-photo {
  width: 96px; height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ink-100);
  display: grid; place-items: center;
  border: 3px solid var(--ink-100);
}
.timeline-photo img { width: 100%; height: 100%; object-fit: cover; }
.timeline-photo .avatar-initials { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 1.8rem; }
.timeline-term {
  display: inline-block;
  font-size: .78rem; font-weight: 800;
  color: var(--blue-600);
  background: var(--blue-100);
  padding: 3px 12px;
  border-radius: 100px;
  margin-bottom: 7px;
}
.timeline-card h3 { font-size: 1.12rem; margin-bottom: 4px; }
.timeline-card p { font-size: .89rem; color: var(--ink-500); margin: 0; }

/* --------------------------------------------------------------------------
   11. İŞLETME KARTI
   -------------------------------------------------------------------------- */
.biz-card { display: flex; flex-direction: column; }
.biz-logo {
  position: absolute;
  bottom: -30px; left: 22px;
  width: 74px; height: 74px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid; place-items: center;
  padding: 8px;
  z-index: 3;
  transition: transform .45s var(--ease-out-back);
}
.card:hover .biz-logo { transform: translateY(-5px) rotate(-4deg); }
.biz-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.biz-card .card-body { padding-top: 44px; }

.biz-info { list-style: none; padding: 0; margin: 14px 0 0; }
.biz-info li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .87rem; color: var(--ink-500);
  margin-bottom: 8px;
}
.biz-info svg { width: 15px; height: 15px; fill: var(--blue-500); flex-shrink: 0; margin-top: 4px; }

/* Filtre çubuğu */
.filter-chips { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

.filter-bar {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 34px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
}
.filter-chip {
  padding: 9px 19px;
  border-radius: 100px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: .87rem; font-weight: 700;
  color: var(--ink-500);
  transition: all .3s var(--ease);
  white-space: nowrap;
}
.filter-chip:hover { border-color: var(--blue-400); color: var(--blue-600); transform: translateY(-2px); }
.filter-chip.is-active {
  background: var(--navy-700); border-color: var(--navy-700); color: #fff;
  box-shadow: 0 6px 16px rgba(27, 42, 107, .25);
}

.search-inline {
  display: flex; gap: 10px; flex: 1; min-width: 240px;
}
.search-inline input {
  flex: 1;
  padding: 11px 18px;
  border: 1px solid var(--border);
  border-radius: 100px;
  outline: none;
  transition: border-color .3s, box-shadow .3s;
}
.search-inline input:focus { border-color: var(--blue-400); box-shadow: 0 0 0 4px rgba(34, 167, 224, .13); }

/* --------------------------------------------------------------------------
   12. HİZMET / ÖZELLİK KUTULARI
   -------------------------------------------------------------------------- */
.feature {
  position: relative;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.feature::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--blue-500), var(--navy-600));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease);
}
.feature:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature:hover::before { transform: scaleX(1); }

.feature-icon {
  width: 62px; height: 62px;
  border-radius: 18px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue-100), #fff);
  border: 1px solid var(--blue-100);
  margin-bottom: 20px;
  transition: transform .5s var(--ease-out-back), background .4s var(--ease);
}
.feature-icon svg { width: 27px; height: 27px; fill: var(--blue-600); transition: fill .4s; }
.feature:hover .feature-icon {
  transform: rotate(-7deg) scale(1.08);
  background: linear-gradient(135deg, var(--navy-700), var(--blue-600));
  border-color: transparent;
}
.feature:hover .feature-icon svg { fill: #fff; }

.feature h3 { font-size: 1.14rem; margin-bottom: 10px; }
.feature p { color: var(--ink-500); font-size: .93rem; margin-bottom: 0; }

.feature-num {
  position: absolute;
  top: 16px; right: 22px;
  font-size: 3.6rem; font-weight: 800;
  color: var(--ink-100);
  line-height: 1;
  pointer-events: none;
  transition: color .45s var(--ease);
}
.feature:hover .feature-num { color: var(--blue-100); }

/* --------------------------------------------------------------------------
   13. İSTATİSTİK ŞERİDİ
   -------------------------------------------------------------------------- */
.stats-strip { position: relative; overflow: hidden; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; }
.stat-box { text-align: center; padding: 30px 16px; position: relative; }
.stat-box + .stat-box::before {
  content: "";
  position: absolute; left: 0; top: 22%; bottom: 22%;
  width: 1px;
  background: rgba(255, 255, 255, .15);
}
.stat-box .num {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  display: flex; align-items: baseline; justify-content: center; gap: 3px;
}
.stat-box .num .suffix { color: var(--blue-400); font-size: .68em; }
.stat-box .lbl {
  margin-top: 11px;
  font-size: .87rem;
  color: rgba(255, 255, 255, .68);
  font-weight: 600;
  letter-spacing: .02em;
}
.stat-box svg.stat-ico { width: 30px; height: 30px; fill: var(--blue-400); margin: 0 auto 14px; }

/* --------------------------------------------------------------------------
   14. KAYAN LOGO ŞERİDİ
   -------------------------------------------------------------------------- */
.marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track {
  display: flex;
  gap: 46px;
  width: max-content;
  animation: marquee 42s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

.marquee-item {
  height: 76px;
  min-width: 152px;
  display: grid; place-items: center;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  filter: grayscale(1);
  opacity: .62;
  transition: filter .4s var(--ease), opacity .4s var(--ease), transform .4s var(--ease);
}
.marquee-item:hover { filter: grayscale(0); opacity: 1; transform: translateY(-5px); }
.marquee-item img { max-height: 52px; max-width: 128px; object-fit: contain; }
.marquee-item .txt { font-weight: 800; color: var(--navy-700); font-size: .9rem; text-align: center; }

/* --------------------------------------------------------------------------
   15. KEMER REHBERİ KARTLARI
   -------------------------------------------------------------------------- */
.place-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
  background: var(--navy-700);
}
.place-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 1.3s var(--ease);
}
.place-card::after {
  content: "";
  position: absolute; inset: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(13, 20, 64, .92) 6%, rgba(13, 20, 64, .35) 45%, transparent 78%);
  transition: background .5s var(--ease);
}
.place-card:hover img { transform: scale(1.1); }
.place-card:hover::after { background: linear-gradient(to top, rgba(13, 20, 64, .95) 10%, rgba(15, 138, 196, .45) 60%, transparent 95%); }

.place-body { padding: 26px 24px; position: relative; z-index: 2; width: 100%; }
.place-body h3 { color: #fff; font-size: 1.2rem; margin-bottom: 6px; }
.place-body p {
  font-size: .88rem;
  color: rgba(255, 255, 255, .78);
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .5s var(--ease), opacity .4s var(--ease), margin .4s var(--ease);
}
.place-card:hover .place-body p { max-height: 120px; opacity: 1; margin-top: 8px; }
.place-kind {
  display: inline-block;
  font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--blue-300);
  margin-bottom: 8px;
}

/* Bilgi kutuları (acil numaralar vb.) */
.info-tile {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all .35s var(--ease);
}
.info-tile:hover { border-color: var(--blue-400); box-shadow: var(--shadow); transform: translateY(-4px); }
.info-tile .ico {
  width: 46px; height: 46px; flex-shrink: 0;
  border-radius: 13px;
  display: grid; place-items: center;
  background: var(--blue-100);
}
.info-tile .ico svg { width: 21px; height: 21px; fill: var(--blue-600); }
.info-tile strong { display: block; color: var(--navy-800); font-size: 1.02rem; }
.info-tile span { font-size: .84rem; color: var(--ink-400); }

/* --------------------------------------------------------------------------
   16. GALERİ
   -------------------------------------------------------------------------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 14px;
}
.gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--ink-100);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.gallery-item::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13, 20, 64, .7), transparent 60%);
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.gallery-item .zoom-ico {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  display: grid; place-items: center;
  opacity: 0;
  transform: scale(.5);
  transition: opacity .4s var(--ease), transform .45s var(--ease-out-back);
  z-index: 2;
}
.gallery-item .zoom-ico svg { width: 20px; height: 20px; fill: var(--navy-700); }
.gallery-item:hover img { transform: scale(1.12); }
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover .zoom-ico { opacity: 1; transform: scale(1); }
.gallery-item .cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 16px;
  color: #fff; font-size: .85rem; font-weight: 600;
  z-index: 2;
  transform: translateY(10px);
  opacity: 0;
  transition: all .4s var(--ease);
}
.gallery-item:hover .cap { transform: translateY(0); opacity: 1; }

/* Işık kutusu */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(8, 12, 34, .95);
  z-index: 500;
  display: grid; place-items: center;
  opacity: 0; visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
  padding: 40px 20px;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 84vh;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .6);
  animation: lbIn .45s var(--ease-out-back);
}
@keyframes lbIn { from { opacity: 0; transform: scale(.9); } to { opacity: 1; transform: scale(1); } }
.lightbox .lb-cap { color: rgba(255, 255, 255, .75); text-align: center; margin-top: 16px; font-size: .9rem; }
.lb-btn {
  position: absolute;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  border: 0;
  display: grid; place-items: center;
  transition: background .3s, transform .3s;
}
.lb-btn svg { width: 22px; height: 22px; fill: #fff; }
.lb-btn:hover { background: rgba(255, 255, 255, .26); }
.lb-close { top: 24px; right: 26px; }
.lb-close:hover { transform: rotate(90deg); }
.lb-prev { left: 26px; top: 50%; margin-top: -26px; }
.lb-next { right: 26px; top: 50%; margin-top: -26px; }
.lb-prev:hover { transform: translateX(-4px); }
.lb-next:hover { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   17. FORMLAR
   -------------------------------------------------------------------------- */
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field.span-2 { grid-column: 1 / -1; }
.field label { font-size: .87rem; font-weight: 700; color: var(--navy-800); }
.field label .req { color: var(--danger); }
.field .help { font-size: .79rem; color: var(--ink-400); }

.input, .field input[type=text], .field input[type=email], .field input[type=tel],
.field input[type=url], .field input[type=date], .field input[type=number],
.field input[type=password], .field select, .field textarea {
  width: 100%;
  padding: 13px 17px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  outline: none;
  font-size: .95rem;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.field textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
.field input:focus, .field select:focus, .field textarea:focus, .input:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 4px rgba(34, 167, 224, .13);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-300); }

.check {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: .88rem; color: var(--ink-500);
  cursor: pointer;
}
.check input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--blue-500); flex-shrink: 0; cursor: pointer; }

.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: clamp(26px, 4vw, 46px);
  box-shadow: var(--shadow);
}

/* Uyarı kutuları */
.alert {
  display: flex; align-items: flex-start; gap: 13px;
  padding: 16px 20px;
  border-radius: var(--radius);
  margin-bottom: 22px;
  font-size: .92rem;
  border: 1px solid;
  animation: alertIn .4s var(--ease);
}
@keyframes alertIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.alert svg { width: 19px; height: 19px; flex-shrink: 0; margin-top: 2px; fill: currentColor; }
.alert-success { background: rgba(23, 166, 115, .08); border-color: rgba(23, 166, 115, .28); color: #0f7a53; }
.alert-danger  { background: rgba(214, 69, 69, .07);  border-color: rgba(214, 69, 69, .26);  color: #a83232; }
.alert-info    { background: var(--blue-100); border-color: rgba(34, 167, 224, .3); color: var(--blue-600); }
.alert-warning { background: rgba(230, 168, 51, .1); border-color: rgba(230, 168, 51, .32); color: #96701c; }

/* --------------------------------------------------------------------------
   18. AKORDİYON / SEKMELER
   -------------------------------------------------------------------------- */
.accordion { border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.acc-item + .acc-item { border-top: 1px solid var(--border); }
.acc-head {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px;
  background: none; border: 0;
  text-align: left;
  font-weight: 700; font-size: 1rem; color: var(--navy-800);
  transition: background .3s var(--ease), color .3s;
}
.acc-head:hover { background: var(--surface-alt); color: var(--blue-600); }
.acc-head .acc-ico {
  width: 30px; height: 30px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--blue-100);
  display: grid; place-items: center;
  transition: transform .4s var(--ease), background .3s;
}
.acc-head .acc-ico svg { width: 13px; height: 13px; fill: var(--blue-600); transition: fill .3s; }
.acc-head[aria-expanded="true"] .acc-ico { transform: rotate(180deg); background: var(--navy-700); }
.acc-head[aria-expanded="true"] .acc-ico svg { fill: #fff; }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.acc-panel .inner { padding: 0 24px 22px; color: var(--ink-500); font-size: .94rem; }

.tabs { display: flex; gap: 8px; border-bottom: 1px solid var(--border); margin-bottom: 30px; overflow-x: auto; }
.tab-btn {
  padding: 13px 22px;
  background: none; border: 0;
  border-bottom: 3px solid transparent;
  font-weight: 700; font-size: .94rem; color: var(--ink-400);
  white-space: nowrap;
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.tab-btn:hover { color: var(--navy-700); }
.tab-btn.is-active { color: var(--navy-800); border-color: var(--blue-500); }
.tab-panel { display: none; animation: fadeUp .5s var(--ease); }
.tab-panel.is-active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* --------------------------------------------------------------------------
   19. İÇERİK (yazı) BİÇİMİ
   -------------------------------------------------------------------------- */
.prose { font-size: 1.04rem; line-height: 1.85; color: var(--ink-700); }
.prose h2 { margin-top: 2em; font-size: 1.65rem; }
.prose h3 { margin-top: 1.6em; font-size: 1.28rem; }
.prose img { border-radius: var(--radius); margin: 1.6em 0; box-shadow: var(--shadow-sm); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote {
  margin: 1.8em 0;
  padding: 20px 28px;
  border-left: 4px solid var(--blue-500);
  background: var(--blue-100);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 1.08rem;
  color: var(--navy-800);
  font-style: italic;
}
.prose table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .95rem; }
.prose th, .prose td { padding: 12px 16px; border: 1px solid var(--border); text-align: left; }
.prose th { background: var(--surface-alt); font-weight: 800; color: var(--navy-800); }
.prose ul li::marker { color: var(--blue-500); }

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* --------------------------------------------------------------------------
   20. ÇAĞRI BÖLÜMÜ (CTA)
   -------------------------------------------------------------------------- */
.cta-panel {
  position: relative;
  border-radius: var(--radius-xl);
  padding: clamp(38px, 6vw, 74px);
  background: linear-gradient(125deg, var(--navy-800), var(--navy-600) 55%, var(--blue-600));
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.cta-panel::before {
  content: "";
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.16), transparent 68%);
  top: -220px; right: -140px;
  animation: orbFloat 15s ease-in-out infinite;
}
.cta-panel::after {
  content: "";
  position: absolute;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,167,224,.32), transparent 70%);
  bottom: -180px; left: -100px;
  animation: orbFloat 19s ease-in-out infinite reverse;
}
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { color: #fff; margin-bottom: 14px; }
.cta-panel p { color: rgba(255, 255, 255, .82); max-width: 620px; margin: 0 auto 30px; font-size: 1.06rem; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   21. ALT BİLGİ
   -------------------------------------------------------------------------- */
.site-footer {
  background: linear-gradient(165deg, var(--navy-900), #080d2c);
  color: rgba(255, 255, 255, .62);
  padding-top: 74px;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -180px; left: 50%;
  width: 700px; height: 400px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(34, 167, 224, .16), transparent 70%);
  pointer-events: none;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 44px;
  padding-bottom: 54px;
  position: relative;
  z-index: 2;
}
.footer-brand img, .footer-brand svg.brand-mark { height: 62px; margin-bottom: 18px; }
.footer-brand p { font-size: .92rem; line-height: 1.75; max-width: 330px; }
.site-footer h4 {
  color: #fff;
  font-size: 1.02rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.site-footer h4::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 32px; height: 2px;
  background: var(--blue-500);
  border-radius: 2px;
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a {
  color: rgba(255, 255, 255, .62);
  font-size: .92rem;
  display: inline-flex; align-items: center; gap: 8px;
  transition: color .3s var(--ease), transform .3s var(--ease);
}
.footer-links a::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--blue-500);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.footer-links a:hover { color: #fff; transform: translateX(5px); }
.footer-links a:hover::before { opacity: 1; }

.footer-contact { list-style: none; margin: 0; padding: 0; }
.footer-contact li { display: flex; gap: 13px; margin-bottom: 17px; font-size: .92rem; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; fill: var(--blue-400); flex-shrink: 0; margin-top: 4px; }
.footer-contact a { color: rgba(255, 255, 255, .62); }
.footer-contact a:hover { color: #fff; }

.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  display: grid; place-items: center;
  transition: all .35s var(--ease);
}
.footer-social svg { width: 17px; height: 17px; fill: rgba(255, 255, 255, .7); transition: fill .3s; }
.footer-social a:hover {
  background: var(--blue-500); border-color: var(--blue-500);
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(34, 167, 224, .35);
}
.footer-social a:hover svg { fill: #fff; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 24px 0;
  font-size: .85rem;
  position: relative;
  z-index: 2;
}
.footer-bottom .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.footer-bottom a { color: rgba(255, 255, 255, .62); }
.footer-bottom a:hover { color: var(--blue-300); }

/* Yukarı çık düğmesi */
.to-top {
  position: fixed;
  right: 26px; bottom: 26px;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--navy-700);
  border: 0;
  display: grid; place-items: center;
  z-index: 150;
  opacity: 0; visibility: hidden;
  transform: translateY(18px);
  transition: all .4s var(--ease);
  box-shadow: var(--shadow-lg);
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--blue-500); transform: translateY(-4px); }
.to-top svg { width: 19px; height: 19px; fill: #fff; position: relative; z-index: 2; }
.to-top .ring { position: absolute; inset: 0; transform: rotate(-90deg); }
.to-top .ring circle { fill: none; stroke-width: 3; }
.to-top .ring .bg { stroke: rgba(255, 255, 255, .18); }
.to-top .ring .fg {
  stroke: var(--blue-400);
  stroke-linecap: round;
  transition: stroke-dashoffset .15s linear;
}

/* Whatsapp hızlı bağlantı */
.wa-float {
  position: fixed;
  left: 26px; bottom: 26px;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #25d366;
  display: grid; place-items: center;
  z-index: 150;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .4);
  transition: transform .35s var(--ease);
}
.wa-float svg { width: 27px; height: 27px; fill: #fff; }
.wa-float:hover { transform: scale(1.1) translateY(-3px); }
.wa-float::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0%   { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* --------------------------------------------------------------------------
   22. SAYFALAMA
   -------------------------------------------------------------------------- */
.pagination { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 48px; }
.pg-btn {
  min-width: 44px; height: 44px;
  padding: 0 15px;
  display: inline-grid; place-items: center;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 700; font-size: .9rem;
  color: var(--ink-500);
  transition: all .3s var(--ease);
}
.pg-btn:hover { border-color: var(--blue-400); color: var(--blue-600); transform: translateY(-2px); }
.pg-btn.is-active {
  background: var(--navy-700); border-color: var(--navy-700); color: #fff;
  box-shadow: 0 6px 16px rgba(27, 42, 107, .25);
}
.pg-gap { display: grid; place-items: center; min-width: 30px; color: var(--ink-300); }

/* Boş durum */
.empty-state {
  text-align: center;
  padding: 70px 24px;
  background: var(--surface-alt);
  border: 2px dashed var(--border);
  border-radius: var(--radius-xl);
}
.empty-state svg { width: 62px; height: 62px; fill: var(--ink-300); margin: 0 auto 18px; }
.empty-state h3 { color: var(--ink-500); font-size: 1.2rem; }
.empty-state p { color: var(--ink-400); margin-bottom: 0; }

/* --------------------------------------------------------------------------
   23. GİRİŞ ANİMASYONLARI
   -------------------------------------------------------------------------- */
[data-reveal] {
  opacity: 0;
  transition: opacity .85s var(--ease), transform .85s var(--ease), filter .85s var(--ease);
  will-change: opacity, transform;
}
[data-reveal="up"]    { transform: translateY(42px); }
[data-reveal="down"]  { transform: translateY(-38px); }
[data-reveal="left"]  { transform: translateX(-52px); }
[data-reveal="right"] { transform: translateX(52px); }
[data-reveal="zoom"]  { transform: scale(.9); }
[data-reveal="blur"]  { filter: blur(12px); transform: translateY(26px); }
[data-reveal="flip"]  { transform: perspective(900px) rotateX(-14deg) translateY(30px); transform-origin: top; }

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
  filter: none;
}

/* Sıralı gecikme */
[data-stagger] > * { opacity: 0; transform: translateY(34px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
[data-stagger].is-revealed > * { opacity: 1; transform: none; }
[data-stagger].is-revealed > *:nth-child(1) { transition-delay: .05s; }
[data-stagger].is-revealed > *:nth-child(2) { transition-delay: .13s; }
[data-stagger].is-revealed > *:nth-child(3) { transition-delay: .21s; }
[data-stagger].is-revealed > *:nth-child(4) { transition-delay: .29s; }
[data-stagger].is-revealed > *:nth-child(5) { transition-delay: .37s; }
[data-stagger].is-revealed > *:nth-child(6) { transition-delay: .45s; }
[data-stagger].is-revealed > *:nth-child(7) { transition-delay: .53s; }
[data-stagger].is-revealed > *:nth-child(8) { transition-delay: .61s; }
[data-stagger].is-revealed > *:nth-child(n+9) { transition-delay: .68s; }

/* Sayfa açılış animasyonu */
.hero-anim > * { opacity: 0; transform: translateY(28px); animation: heroIn .9s var(--ease) forwards; }
.hero-anim > *:nth-child(1) { animation-delay: .12s; }
.hero-anim > *:nth-child(2) { animation-delay: .24s; }
.hero-anim > *:nth-child(3) { animation-delay: .36s; }
.hero-anim > *:nth-child(4) { animation-delay: .48s; }
.hero-anim > *:nth-child(5) { animation-delay: .6s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* Parallax */
[data-parallax] { will-change: transform; }

/* Duyarlı hareket tercihi */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal], [data-stagger] > *, .hero-anim > * { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* --------------------------------------------------------------------------
   24. DUYARLI TASARIM
   -------------------------------------------------------------------------- */
@media (max-width: 1180px) {
  .nav-link { padding: 10px 11px; font-size: .89rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1.2fr; }
  .footer-grid > :nth-child(3) { display: none; }
}

@media (max-width: 1024px) {
  :root { --header-h: 76px; }
  .nav-list { display: none; }
  .burger { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-visual { order: -1; }
  .globe-wrap { width: min(320px, 70vw); }
  .orbit-card { font-size: .78rem; padding: 9px 14px; }
  .president-feature { grid-template-columns: 1fr; gap: 34px; }
  .president-photo { max-width: 380px; }
}

/* ---------------- TABLET ---------------- */
@media (max-width: 768px) {
  body { font-size: 15.8px; }

  .topbar { padding: 7px 0; }
  .topbar-info { gap: 14px; font-size: .78rem; }
  .topbar-info .hide-sm { display: none; }

  .section { padding: 54px 0; }
  .section-head { margin-bottom: 34px; }

  .hero { min-height: auto; padding: 54px 0 84px; }
  .hero-actions .btn { flex: 1 1 auto; min-width: 150px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > :nth-child(3) { display: block; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom .container { flex-direction: column; text-align: center; gap: 10px; }

  .timeline { padding-left: 30px; }
  .timeline-card { grid-template-columns: 1fr; text-align: center; }
  .timeline-photo { margin: 0 auto; }
  .timeline-card:hover { transform: none; }

  .stat-box + .stat-box::before { display: none; }
  .stat-box { padding: 22px 12px; }

  .to-top, .wa-float { width: 46px; height: 46px; }
  .wa-float { left: 16px; bottom: 16px; }
  .to-top { right: 16px; bottom: 16px; }

  /* Yatay yerleşimli kartlar mobilde alt alta geçsin */
  .card[style*="flex-direction:row"] { flex-direction: column !important; }
  .card[style*="flex-direction:row"] .card-media { min-height: 220px !important; }
  .card[style*="flex-direction:row"] > div[style*="margin-right"] { margin-right: 0 !important; margin-bottom: 12px; }
}

/* ---------------- TELEFON ---------------- */
@media (max-width: 600px) {
  :root { --gutter: 18px; }

  /* Başlıkta yalnızca logo + menü düğmesi kalsın */
  .brand-text { display: none; }
  .brand img, .brand svg.brand-mark { height: 40px; }
  .hide-mobile-btn { display: none; }
  .header-actions { gap: 8px; }

  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand p { max-width: none; }

  .hero { padding: 40px 0 72px; }
  .hero h1 { font-size: clamp(1.75rem, 8vw, 2.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-badge { font-size: .74rem; padding: 7px 14px 7px 8px; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-stat { padding: 15px 13px; }
  .hero-stat .num { font-size: 1.6rem; }
  .hero-stat .lbl { font-size: .74rem; }

  .globe-wrap { width: min(280px, 74vw); }
  .orbit-card.c1, .orbit-card.c2, .orbit-card.c3 { display: none; }
  .scroll-cue { display: none; }

  .card-body, .form-card, .card[style*="padding"] { padding: 20px !important; }
  .card-foot { padding: 14px 20px; }
  .btn { padding: 13px 22px; font-size: .9rem; }
  .btn-lg { padding: 15px 26px; font-size: .95rem; }

  .page-hero { padding: 46px 0 60px; }
  .breadcrumb { font-size: .78rem; }

  /* Dokunma hedefleri en az 44px */
  .nav-link, .footer-links a, .dropdown a { min-height: 44px; display: flex; align-items: center; }
  .person-links a, .footer-social a, .topbar-social a { min-width: 40px; min-height: 40px; }
  .pg-btn { min-width: 44px; height: 44px; }

  /* Filtre çubuğu: arama tam genişlik, kategoriler kaydırılabilir şerit */
  .filter-bar { display: block; padding: 12px; }
  .search-inline { width: 100%; min-width: 0; margin-bottom: 10px; }
  .filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    /* sağda soluklaşma: kaydırılabilir olduğu anlaşılsın */
    mask-image: linear-gradient(90deg, #000 86%, transparent);
    -webkit-mask-image: linear-gradient(90deg, #000 86%, transparent);
  }
  .filter-chips::-webkit-scrollbar { height: 0; }
  .filter-chip { flex-shrink: 0; }

  .tabs { gap: 4px; }
  .tab-btn { padding: 12px 16px; font-size: .88rem; }

  .prose { font-size: 1rem; }
  .prose blockquote { padding: 16px 18px; }
  .quote-mark { font-size: 3.4rem; }

  .president-photo { max-width: none; }
  .president-photo-deco { display: none; }

  .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 1fr)); gap: 10px; }
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
  .lb-btn { width: 44px; height: 44px; }

  .cta-panel { padding: 32px 22px; }
  .cta-actions .btn { flex: 1 1 100%; }

  .marquee-item { height: 64px; min-width: 128px; }
  .marquee-item img { max-height: 42px; max-width: 104px; }

  .info-tile { padding: 16px 18px; gap: 13px; }
  .feature { padding: 26px 22px; }
  .feature-num { font-size: 2.6rem; top: 12px; right: 16px; }
}

/* ---------------- DAR TELEFON ---------------- */
@media (max-width: 380px) {
  :root { --gutter: 15px; }
  .hero-stats { grid-template-columns: 1fr; }
  .brand img, .brand svg.brand-mark { height: 36px; }
  .globe-wrap { width: min(240px, 72vw); }
  .badge { font-size: .7rem; padding: 4px 10px; }
}

/* --------------------------------------------------------------------------
   25. YAZDIRMA
   -------------------------------------------------------------------------- */
@media print {
  .site-header, .topbar, .site-footer, .to-top, .wa-float,
  .hero-visual, .scroll-cue, .burger, .mobile-nav, .overlay { display: none !important; }
  body { color: #000; font-size: 12pt; }
  .hero, .page-hero, .section-dark { background: none !important; color: #000 !important; }
  .hero h1, .page-hero h1 { color: #000 !important; }
  a { color: #000; text-decoration: underline; }
  [data-reveal], [data-stagger] > * { opacity: 1 !important; transform: none !important; }
}
