@import url("./fonts.css");

/* =========================================================================
   Elit Üstün Özel Eğitim ve Rehabilitasyon Merkezi · tasarım sistemi
   Renkler logodan: mavi #017CC9 · turuncu #FF5811
   Kararlar: 3 katmanlı renk derinliği (kum / mavi / lacivert), role göre
   radius (10/16/20/24/pill), katmanlı + hue eşlemeli gölge, boyuta göre
   tracking, 4px boşluk ölçeği, tüm hareketler 300ms altı.
   ========================================================================= */

:root {
  /* --- Zemin katmanları --- */
  --paper:      #FFFFFF;
  --sand-100:   #F1F6FA;   /* serin açık mavi-gri bölüm zemini */
  --sand-200:   #E3EDF5;
  --surface:    #FFFFFF;

  /* --- Lacivert (koyu katman, logo mavisinden türetildi) --- */
  --navy-950:   #04223A;
  --navy-900:   #06304C;
  --navy-800:   #084467;
  --navy-700:   #0A5B88;

  /* --- Marka mavisi: logodan alınan tam kod --- */
  --blue:       #017CC9;
  --blue-600:   #0169AC;
  --blue-400:   #3A9EDC;
  --blue-100:   #CBE3F5;
  --blue-50:    #EDF5FB;

  /* --- Marka turuncusu: logodan --- */
  --or:         #FF5811;
  --or-600:     #E04708;
  --or-700:     #B93805;
  --or-300:     #FF9A6B;
  --or-50:      #FFF0E8;

  /* --- Metin --- */
  --ink:        #0F1E29;
  --ink-2:      #45596A;
  --ink-3:      #66798A;
  --on-dark:    #E6F1F8;
  --on-dark-2:  #A9C6DA;

  /* --- Çizgi --- */
  --line:       #E3EAF0;
  --line-2:     #CFDCE6;
  --line-blue:  #D6E7F4;

  --ok:         #1C7A55;
  --warn-bg:    #FFF6E6;
  --warn-line:  #F2D9A8;

  /* --- Gölge: zeminin hue'su, dikey ofset yatayın 2 katı --- */
  --sh: 205deg 45% 22%;
  --shadow-xs: 0 1px 2px hsl(var(--sh) / 0.10);
  --shadow-sm:
    0 1px 2px hsl(var(--sh) / 0.07),
    0 2px 4px hsl(var(--sh) / 0.07);
  --shadow-md:
    0 1px 2px hsl(var(--sh) / 0.06),
    0 2px 4px hsl(var(--sh) / 0.06),
    0 4px 8px hsl(var(--sh) / 0.06),
    0 8px 16px hsl(var(--sh) / 0.06);
  --shadow-lg:
    0 1px 2px hsl(var(--sh) / 0.05),
    0 2px 4px hsl(var(--sh) / 0.05),
    0 4px 8px hsl(var(--sh) / 0.05),
    0 8px 16px hsl(var(--sh) / 0.05),
    0 16px 32px hsl(var(--sh) / 0.06),
    0 32px 64px hsl(var(--sh) / 0.05);

  /* --- Boşluk (4px taban) --- */
  --s1: 4px;  --s2: 8px;  --s3: 12px; --s4: 16px; --s5: 24px;
  --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px; --s10: 128px;

  /* --- Radius, role göre --- */
  --r-btn: 10px;
  --r-card: 16px;
  --r-media: 20px;
  --r-panel: 24px;
  --r-pill: 999px;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --container: 1200px;

  --font-body: "Figtree", ui-sans-serif, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Bricolage Grotesque", "Figtree", Georgia, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 760px) { body { font-size: 18px; } }

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

/* ---------- Tipografi ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy-900); margin: 0; text-wrap: balance; }

.display { font-size: clamp(2.6rem, 6.4vw, 4.4rem); line-height: 1.02; letter-spacing: -0.032em; font-weight: 700; }
h1 { font-size: clamp(2.2rem, 5.2vw, 3.4rem); line-height: 1.05; letter-spacing: -0.028em; font-weight: 700; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.75rem); line-height: 1.08; letter-spacing: -0.024em; font-weight: 700; }
h3 { font-size: 1.22rem; line-height: 1.28; letter-spacing: -0.008em; font-weight: 700; }
h4 { font-size: 1rem; line-height: 1.35; letter-spacing: 0; font-weight: 700; }

p { margin: 0 0 var(--s5); max-width: 66ch; text-wrap: pretty; }
::selection { background: hsl(22 92% 52% / 0.22); color: var(--navy-950); }
p:last-child { margin-bottom: 0; }

a { color: var(--blue-600); text-underline-offset: 3px; text-decoration-thickness: 1px; }
@media (hover: hover) and (pointer: fine) { a:hover { color: var(--or-700); } }

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

.lede { font-size: clamp(1.08rem, 1.5vw, 1.24rem); line-height: 1.45; color: var(--ink-2); max-width: 52ch; letter-spacing: -0.004em; }
.small { font-size: 0.9375rem; line-height: 1.5; }
.tiny { font-size: 0.8125rem; line-height: 1.5; color: var(--ink-3); }
.muted { color: var(--ink-3); }

.label {
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--or-700); margin: 0 0 var(--s4); display: flex; align-items: center; gap: var(--s2);
}
.label::before {
  content: ""; width: 20px; height: 11px; flex: none; background: var(--or);
  clip-path: polygon(0 100%, 62% 0, 100% 0, 38% 100%);
}
.on-dark .label, .label--light, .cta-panel .label { color: var(--or-300); }

.skip-link {
  position: absolute; left: -9999px; top: var(--s2); background: var(--navy-900); color: #fff;
  padding: var(--s3) var(--s4); border-radius: var(--r-btn); z-index: 100;
}
.skip-link:focus { left: var(--s4); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ---------- Yerleşim ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 20px; }
@media (min-width: 760px) { .container { padding-inline: 40px; } }

.section { padding-block: var(--s8); }
@media (min-width: 860px) { .section { padding-block: var(--s9); } }
.section--sm { padding-block: var(--s7); }
.sand { background: var(--sand-100); }
.on-dark {
  background:
    radial-gradient(70% 60% at 88% 0%, hsl(16 100% 53% / 0.16), transparent 62%),
    radial-gradient(60% 70% at 0% 100%, hsl(203 98% 45% / 0.28), transparent 60%),
    var(--navy-900);
  color: var(--on-dark);
}
.on-dark h2, .on-dark h3, .on-dark h4 { color: #fff; }
.on-dark p { color: var(--on-dark-2); }

.head { max-width: 40ch; margin-bottom: var(--s7); }
.head p { margin-top: var(--s4); margin-bottom: 0; max-width: 52ch; }
.head--wide { max-width: 46ch; }

.dots { background-image: radial-gradient(circle at 1px 1px, hsl(204 40% 40% / 0.12) 1px, transparent 0); background-size: 24px 24px; }
.on-dark.dots {
  background-image:
    radial-gradient(circle at 1px 1px, hsl(200 60% 80% / 0.12) 1px, transparent 0),
    radial-gradient(70% 60% at 88% 0%, hsl(16 100% 53% / 0.16), transparent 62%),
    radial-gradient(60% 70% at 0% 100%, hsl(196 80% 40% / 0.20), transparent 60%);
  background-size: 24px 24px, auto, auto;
  background-color: var(--navy-900);
}

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s2);
  font-family: var(--font-body); font-size: 1rem; font-weight: 700; letter-spacing: 0.004em;
  padding: 15px 24px; border-radius: var(--r-btn); border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer; min-height: 54px; white-space: nowrap;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease,
              box-shadow 150ms ease, transform 120ms var(--ease-out);
}
.btn:active { transform: scale(0.97); }
.btn--primary { background: var(--or-600); color: #fff; box-shadow: 0 1px 2px hsl(18 88% 30% / 0.25), 0 4px 12px hsl(18 88% 30% / 0.18); }
.btn--secondary { background: var(--surface); color: var(--navy-800); border-color: var(--line-2); box-shadow: var(--shadow-xs); }
.btn--ghost { background: transparent; color: var(--navy-800); padding-inline: 10px; min-height: 44px; }
.btn--light { background: #fff; color: var(--navy-900); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn--wide { width: 100%; }
.btn--lg { font-size: 1.06rem; padding: 18px 30px; min-height: 60px; }
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover { background: var(--or-700); color: #fff; box-shadow: 0 2px 4px hsl(18 88% 30% / 0.28), 0 8px 20px hsl(18 88% 30% / 0.22); }
  .btn--secondary:hover { background: var(--blue-50); border-color: var(--blue-100); color: var(--navy-800); }
  .btn--ghost:hover { color: var(--or-700); }
  .btn--light:hover { background: var(--blue-50); }
  .btn--outline-light:hover { background: rgba(255,255,255,0.12); color: #fff; }
}
.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: center; }

/* ---------- Rozet / etiket ---------- */
.pill {
  display: inline-flex; align-items: center; gap: var(--s2);
  background: var(--surface); border: 1px solid var(--line-blue); color: var(--navy-800);
  border-radius: var(--r-pill); padding: 8px 16px 8px 12px;
  font-size: 0.875rem; font-weight: 600; box-shadow: var(--shadow-xs);
}
.pill svg { width: 18px; height: 18px; color: var(--blue); flex: none; }
.pill--warm { border-color: #F6D3BF; } .pill--warm svg { color: var(--or-600); }
.pill--dark { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); color: #fff; box-shadow: none; }
.pill--dark svg { color: var(--or-300); }

.tag-list { display: flex; flex-wrap: wrap; gap: var(--s2); padding: 0; margin: var(--s4) 0 0; list-style: none; }
.tag { font-size: 0.8125rem; font-weight: 600; background: var(--blue-50); color: var(--navy-800); border-radius: var(--r-pill); padding: 7px 14px; }
.tag--warm { background: var(--or-50); color: var(--or-700); }
.tag--plain { background: var(--sand-100); color: var(--ink-2); }
.tag--dark { background: rgba(255,255,255,0.10); color: #DCEAF3; }

/* ---------- İkon rozeti ---------- */
.ico {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; flex: none;
  background: linear-gradient(150deg, var(--blue-50), #fff);
  border: 1px solid var(--line-blue); color: var(--blue-600); box-shadow: var(--shadow-xs);
}
.ico svg { width: 28px; height: 28px; }
.ico--warm { background: linear-gradient(150deg, var(--or-50), #fff); border-color: #F6D3BF; color: var(--or-700); }
.ico--solid { background: linear-gradient(150deg, var(--blue), var(--navy-800)); border-color: transparent; color: #fff; }
.ico--sm { width: 42px; height: 42px; border-radius: 12px; }
.ico--sm svg { width: 21px; height: 21px; }
.ico--dark { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.18); color: #fff; box-shadow: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: hsl(0 0% 100% / 0.86);
  backdrop-filter: blur(14px) saturate(1.5); -webkit-backdrop-filter: blur(14px) saturate(1.5);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: var(--s4); min-height: 76px; }
.brand { display: flex; align-items: center; gap: var(--s3); text-decoration: none; margin-right: auto; }
.brand img { height: 40px; width: auto; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; letter-spacing: -0.018em; color: var(--navy-900); display: block; line-height: 1.1; }
.brand-sub { font-size: 0.625rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; display: block; }
@media (min-width: 480px) { .brand img { height: 46px; } .brand-name { font-size: 1.22rem; } .brand-sub { font-size: 0.6875rem; } }

.nav { display: none; }
.header-cta { display: none; }
@media (min-width: 1040px) {
  .nav { display: flex; align-items: center; gap: 2px; }
  .nav a {
    font-size: 0.9375rem; font-weight: 600; color: var(--ink-2); text-decoration: none;
    padding: 10px 12px; border-radius: var(--r-btn); white-space: nowrap;
    transition: background-color 150ms ease, color 150ms ease;
  }
  .nav a[aria-current="page"] { color: var(--navy-800); background: var(--blue-50); }
  .header-cta { display: inline-flex; }
}
@media (hover: hover) and (pointer: fine) { .nav a:hover { background: var(--sand-100); color: var(--navy-900); } }

.nav-toggle {
  display: inline-flex; align-items: center; gap: var(--s2); margin-left: auto;
  background: var(--surface); border: 1.5px solid var(--line-2); border-radius: var(--r-btn);
  padding: 10px 16px; min-height: 48px; font: inherit; font-size: 0.9375rem; font-weight: 700;
  color: var(--navy-800); cursor: pointer; transition: transform 120ms var(--ease-out);
}
.nav-toggle:active { transform: scale(0.97); }
@media (min-width: 1040px) { .nav-toggle { display: none; } }
.nav-toggle span { width: 18px; height: 2px; background: currentColor; position: relative; display: block; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor; }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }

.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--paper); padding: var(--s4) 0 var(--s5); }
.mobile-nav[data-open="true"] { display: block; }
.mobile-nav ul { list-style: none; margin: 0 0 var(--s4); padding: 0; display: grid; gap: 2px; }
.mobile-nav a { display: block; padding: 13px var(--s3); border-radius: var(--r-btn); text-decoration: none; font-weight: 600; color: var(--ink); }
.mobile-nav a[aria-current="page"] { background: var(--blue-50); color: var(--navy-800); }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; padding-block: var(--s7) var(--s8); }
@media (min-width: 960px) { .hero { padding-block: var(--s8) var(--s10); } }
.hero::before {
  content: ""; position: absolute; right: -8%; top: -34%; width: 900px; height: 900px;
  background: radial-gradient(circle, hsl(203 98% 40% / 0.10), transparent 62%); pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; left: -22%; bottom: -52%; width: 820px; height: 820px;
  background: radial-gradient(circle, hsl(16 100% 53% / 0.08), transparent 64%); pointer-events: none;
}
.hero-grid { position: relative; display: grid; gap: var(--s7); align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 0.95fr 1.05fr; gap: var(--s8); } }

.hero-copy > * { animation: rise 420ms var(--ease-out) both; }
.hero-copy > *:nth-child(2) { animation-delay: 60ms; }
.hero-copy > *:nth-child(3) { animation-delay: 120ms; }
.hero-copy > *:nth-child(4) { animation-delay: 180ms; }
.hero-copy > *:nth-child(5) { animation-delay: 240ms; }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero-copy > * { animation: fade 200ms ease both; }
  @keyframes fade { from { opacity: 0 } to { opacity: 1 } }
}
.hero .display { margin-bottom: var(--s5); }
.hero .display em { font-style: normal; color: var(--or-600); }
.hero .lede { margin-bottom: var(--s6); }
.hero-actions { margin-bottom: var(--s6); }
.hero-pills { display: flex; flex-wrap: wrap; gap: var(--s2); }

.hero-art { position: relative; }
.hero-art > img { width: 100%; border-radius: var(--r-panel); box-shadow: var(--shadow-lg); }
@media (min-width: 1240px) {
  .hero-art { margin-right: calc((100vw - var(--container)) / -2 + 20px); }
  .hero-art > img { border-radius: var(--r-panel) 0 0 var(--r-panel); }
}
.float-card {
  position: absolute; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-card); box-shadow: var(--shadow-lg); padding: var(--s4) var(--s5);
  display: flex; align-items: center; gap: var(--s3);
}
.float-card .k { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; letter-spacing: -0.03em; color: var(--or-600); line-height: 0.9; }
.float-card .v { font-size: 0.875rem; line-height: 1.3; color: var(--ink-2); max-width: 21ch; }
.float-card--bl { left: -24px; bottom: -30px; max-width: 300px; }
.float-card--tr { right: -16px; top: 28px; padding: var(--s3) var(--s4); }
@media (max-width: 959px) {
  .float-card--bl { position: static; margin-top: var(--s4); }
  .float-card--tr { display: none; }
}

/* ---------- Güven şeridi ---------- */
.trust-rail {
  display: flex; flex-wrap: wrap; gap: var(--s4) var(--s6); justify-content: space-between;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  box-shadow: var(--shadow-md); padding: var(--s5); position: relative; z-index: 3;
}
@media (min-width: 960px) { .trust-rail { margin-top: -52px; padding: var(--s5) var(--s6); } }
.trust-rail .item { display: flex; align-items: center; gap: var(--s3); font-size: 0.9375rem; color: var(--ink-2); font-weight: 500; }
.trust-rail .item strong { color: var(--navy-900); font-weight: 700; }
.trust-rail svg { width: 22px; height: 22px; color: var(--blue); flex: none; }

/* ---------- Bento ızgara ---------- */
.bento { display: grid; gap: var(--s4); }
@media (min-width: 700px) { .bento { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1000px) { .bento { grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--s5); } }
.tile {
  position: relative; overflow: hidden; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-card);
  padding: var(--s5); box-shadow: var(--shadow-sm); text-decoration: none; color: inherit;
  display: flex; flex-direction: column; gap: var(--s3);
  transition: transform 160ms var(--ease-out), box-shadow 160ms ease, border-color 160ms ease;
}
@media (min-width: 760px) { .tile { padding: var(--s6); } }
.tile h3 { margin: 0; }
.tile p { font-size: 0.9688rem; color: var(--ink-2); margin: 0; max-width: 42ch; }
.tile .go { margin-top: auto; padding-top: var(--s3); font-weight: 700; font-size: 0.9375rem; color: var(--blue-600); display: inline-flex; align-items: center; gap: 6px; }
.tile .go::after { content: "→"; transition: transform 160ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) {
  a.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue-100); }
  a.tile:hover .go::after { transform: translateX(4px); }
}
@media (min-width: 1000px) {
  .tile--2x { grid-column: span 2; }
  .tile--3x { grid-column: 1 / -1; }
  .tile--tall { grid-row: span 2; }
  .tile--row { flex-direction: row; align-items: center; gap: var(--s5); }
  .tile--row h3 { flex: none; max-width: 22ch; }
  .tile--row p { flex: 1; }
  .tile--row .go { margin: 0; padding: 0; }
}
.tile--feature {
  background:
    radial-gradient(120% 100% at 100% 0%, hsl(203 98% 45% / 0.10), transparent 62%),
    linear-gradient(160deg, #fff 34%, var(--blue-50));
  border-color: var(--blue-100);
}
.tile--dark {
  background: linear-gradient(150deg, var(--navy-800), var(--navy-950));
  border-color: transparent; color: var(--on-dark);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.10), var(--shadow-md);
}
.tile--dark h3 { color: #fff; } .tile--dark p { color: var(--on-dark-2); } .tile--dark .go { color: var(--or-300); }
.tile--art { padding: 0; gap: 0; }
.tile--art img { width: 100%; display: block; border-bottom: 1px solid var(--line-blue); }
.tile--art .body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s2); }
@media (min-width: 760px) { .tile--art .body { padding: var(--s6); } }

/* ---------- Dev rakam ---------- */
.figures { display: grid; gap: var(--s5); }
@media (min-width: 760px) { .figures { grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--s6); } }
.figure-xl { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: var(--s6); box-shadow: var(--shadow-sm); }
.figure-xl .k {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.035em; line-height: 0.95;
  font-size: clamp(2.6rem, 5.4vw, 3.6rem); color: var(--navy-900); font-variant-numeric: tabular-nums;
  display: flex; align-items: baseline; gap: 6px; white-space: nowrap;
}
.figure-xl .k span { font-size: 0.42em; letter-spacing: 0; color: var(--ink-3); font-weight: 700; }
.figure-xl .u { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: var(--or-700); display: block; margin-bottom: var(--s3); }
.figure-xl .v { font-size: 0.9688rem; color: var(--ink-2); margin-top: var(--s3); }

.stat-row { display: grid; gap: var(--s5); grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 900px) { .stat-row { grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--s6); } }
.stat { display: grid; gap: var(--s2); padding-top: var(--s4); border-top: 2px solid rgba(255,255,255,0.22); }
.stat .k { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 700; letter-spacing: -0.028em; line-height: 1; color: #fff; }
.stat .v { font-size: 0.9375rem; line-height: 1.45; color: var(--on-dark-2); }

/* ---------- Süreç adımları ---------- */
.steps-grid { display: grid; gap: var(--s6); counter-reset: st; margin: 0; padding: 0; }
@media (min-width: 700px) { .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1000px) { .steps-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--s7) var(--s6); } }
.steps-grid li { counter-increment: st; list-style: none; position: relative; padding-top: var(--s5); }
.steps-grid li::before {
  content: "0" counter(st); position: absolute; top: 0; left: 0;
  font-family: var(--font-display); font-size: 0.9375rem; font-weight: 700; letter-spacing: 0.1em; color: var(--or-300);
}
.steps-grid li::after { content: ""; position: absolute; top: 9px; left: 36px; right: 0; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,0.26), transparent); }
.steps-grid h3 { font-size: 1.1rem; margin-bottom: var(--s2); }
.steps-grid p { font-size: 0.9375rem; margin: 0; }
.steps-grid--light li::before { color: var(--or-600); }
.steps-grid--light li::after { background: linear-gradient(90deg, var(--line-2), transparent); }
.steps-grid--light p { color: var(--ink-2); }

/* ---------- Görsel + metin ---------- */
.split { display: grid; gap: var(--s6); }
@media (min-width: 960px) { .split { grid-template-columns: 1.05fr 0.95fr; gap: var(--s8); align-items: start; } }
.split--center { align-items: center; }
@media (min-width: 960px) { .split--flip .split-a { order: 2; } }
.split-sticky { position: sticky; top: 100px; }
/* Dar sütun içinde döşeme tek sütun kalır */
.split > * > .bento, .split .bento { grid-template-columns: 1fr; }
@media (min-width: 1240px) { .split > div > .bento { grid-template-columns: repeat(2, minmax(0,1fr)); } }

.art { border-radius: var(--r-media); width: 100%; background: var(--surface); border: 1px solid var(--line-blue); box-shadow: var(--shadow-md); display: block; }
.art--flat { border: 0; box-shadow: none; background: transparent; }

/* ---------- Kutu ---------- */
.box { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: var(--s5); box-shadow: var(--shadow-sm); }
@media (min-width: 760px) { .box { padding: var(--s6); } }
.box h3 { margin-bottom: var(--s3); }
.box p, .box li { font-size: 0.9688rem; color: var(--ink-2); }
.box--warn { background: var(--warn-bg); border-color: var(--warn-line); box-shadow: none; }
.box--blue { background: linear-gradient(160deg, var(--blue-50), #fff 72%); border-color: var(--blue-100); }
.box--sand { background: var(--sand-100); border-color: var(--line-2); box-shadow: none; }
.box--dark { background: linear-gradient(150deg, var(--navy-800), var(--navy-950)); border-color: transparent; color: var(--on-dark); }
.box--dark h3 { color: #fff; } .box--dark p, .box--dark li { color: var(--on-dark-2); }

/* ---------- Listeler ---------- */
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s3); }
.checks li { display: grid; grid-template-columns: 22px 1fr; gap: var(--s3); font-size: 0.9688rem; color: var(--ink-2); }
.checks li::before {
  content: ""; width: 15px; height: 15px; margin-top: 6px; background: var(--blue);
  clip-path: polygon(0 55%, 38% 100%, 100% 12%, 86% 0, 36% 74%, 12% 44%);
}
.checks--warm li::before { background: var(--or); }
.checks--light li { color: var(--on-dark-2); }
.checks--light li::before { background: var(--or-300); }
.plain { margin: 0; padding-left: 1.15em; display: grid; gap: var(--s2); }
.plain li { font-size: 0.9688rem; color: var(--ink-2); }

/* ---------- Alıntı ---------- */
.quote {
  position: relative; margin: 0; padding: var(--s6) var(--s6) var(--s6) var(--s7);
  background: linear-gradient(150deg, var(--navy-800), var(--navy-950));
  border-radius: var(--r-card); color: #fff; overflow: hidden;
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.12), var(--shadow-md);
}
.quote::before { content: "”"; position: absolute; left: 18px; top: 4px; font-family: var(--font-display); font-size: 5.5rem; line-height: 1; color: var(--or-300); opacity: 0.5; }
.quote::after {
  content: ""; position: absolute; right: -70px; bottom: -90px; width: 260px; height: 260px;
  background: linear-gradient(200deg, hsl(18 92% 52% / 0.5), transparent 64%);
  clip-path: polygon(18% 0, 100% 0, 100% 72%, 0 100%);
}
.quote .q { position: relative; z-index: 1; font-family: var(--font-display); font-size: clamp(1.15rem, 2.2vw, 1.5rem); line-height: 1.32; letter-spacing: -0.014em; }
.quote footer { position: relative; z-index: 1; margin-top: var(--s4); font-size: 0.875rem; color: var(--on-dark-2); font-weight: 600; }

/* ---------- SSS ---------- */
.faq { display: grid; gap: var(--s3); }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: 0 var(--s5); box-shadow: var(--shadow-xs); }
.faq details[open] { border-color: var(--blue-100); box-shadow: var(--shadow-sm); }
.faq summary {
  list-style: none; cursor: pointer; padding: var(--s5) 0; font-weight: 700;
  font-family: var(--font-display); letter-spacing: -0.01em; font-size: 1.06rem; color: var(--navy-900);
  display: flex; gap: var(--s4); align-items: flex-start; justify-content: space-between;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 12px; height: 12px; margin-top: 8px;
  border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: rotate(45deg); transition: transform 200ms var(--ease-out);
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .a { padding-bottom: var(--s5); animation: reveal 200ms var(--ease-out) both; }
.faq .a p, .faq .a li { font-size: 0.9688rem; color: var(--ink-2); }
@keyframes reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .faq .a { animation: none; } }

/* ---------- Tablo ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-card); background: var(--surface); box-shadow: var(--shadow-sm); }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 0.9375rem; }
th, td { text-align: left; padding: 16px var(--s5); border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-weight: 700; color: #fff; background: var(--navy-800); font-size: 0.8125rem; letter-spacing: 0.06em; text-transform: uppercase; }
tbody tr:nth-child(even) { background: var(--paper); }
tbody tr:last-child td { border-bottom: 0; }
td { color: var(--ink-2); }
td strong { color: var(--navy-900); }

/* ---------- Form ---------- */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); padding: var(--s5); box-shadow: var(--shadow-md); }
@media (min-width: 760px) { .form-card { padding: var(--s6); } }
.field { display: grid; gap: 6px; margin-bottom: var(--s4); }
.field label { font-size: 0.9375rem; font-weight: 700; color: var(--ink); }
.field .hint { font-size: 0.8125rem; color: var(--ink-3); }
.field input, .field select, .field textarea {
  font: inherit; font-size: 1rem; color: var(--ink); background: var(--paper);
  border: 1.5px solid var(--line-2); border-radius: var(--r-btn); padding: 14px 16px;
  min-height: 52px; width: 100%;
  transition: border-color 120ms var(--ease-out), background-color 120ms var(--ease-out), box-shadow 120ms ease;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: var(--surface); border-color: var(--blue); box-shadow: 0 0 0 4px var(--blue-50); outline: none; }
.field-row { display: grid; gap: var(--s4); }
@media (min-width: 620px) { .field-row { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.consent { display: grid; grid-template-columns: 24px 1fr; gap: var(--s3); align-items: start; margin-bottom: var(--s5); }
.consent input { width: 24px; height: 24px; min-height: 0; accent-color: var(--blue); margin-top: 2px; }
.consent label { font-size: 0.875rem; color: var(--ink-2); font-weight: 500; line-height: 1.45; }
.form-status { margin-top: var(--s4); font-size: 0.9375rem; color: var(--ok); font-weight: 600; }

/* ---------- İletişim kartı ---------- */
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow-md); padding: var(--s5); }
@media (min-width: 560px) { .contact-card { padding: var(--s6); } }
.contact-card .divider { height: 1px; background: var(--line); margin: var(--s5) 0; }
.phone-line { display: block; text-decoration: none; }
.phone-line .l { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: var(--ink-3); }
.phone-line .n {
  font-family: var(--font-display); font-size: clamp(1.6rem, 4.4vw, 2.1rem); font-weight: 700;
  letter-spacing: -0.028em; color: var(--navy-900); display: block; margin-top: 4px; font-variant-numeric: tabular-nums;
}
@media (hover: hover) and (pointer: fine) { .phone-line:hover .n { color: var(--or-700); } }
.mini-steps { margin: var(--s4) 0 0; padding: 0; list-style: none; display: grid; gap: var(--s4); counter-reset: ms; }
.mini-steps li { counter-increment: ms; display: grid; grid-template-columns: 32px 1fr; gap: var(--s3); font-size: 0.9375rem; color: var(--ink-2); }
.mini-steps li::before {
  content: counter(ms); width: 32px; height: 32px; border-radius: var(--r-pill); display: grid; place-items: center;
  background: var(--blue-50); color: var(--navy-800); font-weight: 700; font-size: 0.875rem; border: 1px solid var(--line-blue);
}

/* ---------- Sayfa başlığı ---------- */
.page-head { position: relative; overflow: hidden; padding-block: var(--s8) var(--s7); background: linear-gradient(180deg, var(--sand-100), #fff); border-bottom: 1px solid var(--line); }
@media (min-width: 860px) { .page-head { padding-block: var(--s9) var(--s8); } }
.page-head::after {
  content: ""; position: absolute; right: -60px; top: -120px; width: 460px; height: 460px;
  background: radial-gradient(circle, hsl(203 98% 45% / 0.14), transparent 62%); pointer-events: none;
}
.page-head .container { position: relative; z-index: 1; }
.crumb { font-size: 0.8125rem; color: var(--ink-3); margin-bottom: var(--s4); }
.crumb a { color: var(--ink-3); text-decoration: none; }
.page-head h1 { max-width: 22ch; }
.page-head .lede { margin-top: var(--s5); }

/* ---------- CTA paneli ---------- */
.cta { padding-block: var(--s7); }
.cta-panel {
  position: relative; overflow: hidden; border-radius: var(--r-panel);
  background: linear-gradient(148deg, var(--navy-800) 0%, var(--navy-950) 100%);
  color: var(--on-dark); padding: var(--s7) var(--s5);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.12), var(--shadow-lg);
}
@media (min-width: 760px) { .cta-panel { padding: var(--s8); } }
.cta-panel::after {
  content: ""; position: absolute; right: -80px; top: -120px; width: 420px; height: 420px;
  background: linear-gradient(200deg, hsl(18 92% 52% / 0.55), transparent 62%);
  clip-path: polygon(18% 0, 100% 0, 100% 72%, 0 100%); pointer-events: none;
}
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { color: #fff; max-width: 20ch; }
.cta-panel p { color: var(--on-dark-2); max-width: 54ch; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: var(--on-dark-2); padding-block: var(--s8) var(--s6); }
.footer-grid { display: grid; gap: var(--s6); }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: var(--s8); } }
.footer-grid .fh { font-family: var(--font-body); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: #7BA5BF; margin: 0 0 var(--s4); }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s3); }
.footer-grid a, .footer-grid span { font-size: 0.9375rem; color: var(--on-dark-2); text-decoration: none; }
@media (hover: hover) and (pointer: fine) { .footer-grid a:hover { color: var(--or-300); } }
.footer-logo { background: #fff; border-radius: var(--r-card); padding: var(--s4); display: inline-block; margin-bottom: var(--s4); }
.footer-logo img { height: 84px; width: auto; }
.footer-bottom {
  margin-top: var(--s7); padding-top: var(--s5); border-top: 1px solid rgba(255,255,255,0.14);
  display: flex; flex-wrap: wrap; gap: var(--s3) var(--s6); justify-content: space-between;
  font-size: 0.8125rem; color: #7BA5BF;
}

/* ---------- Mobil sabit eylem çubuğu ---------- */
.action-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s2);
  padding: var(--s2) var(--s3) calc(var(--s2) + env(safe-area-inset-bottom));
  background: hsl(0 0% 100% / 0.96);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
}
.action-bar .btn { min-height: 50px; font-size: 0.9375rem; padding-inline: 12px; }
@media (min-width: 1040px) { .action-bar { display: none; } }
body { padding-bottom: 82px; }
@media (min-width: 1040px) { body { padding-bottom: 0; } }

/* ---------- Uzun metin ---------- */
.prose h2 { margin-top: var(--s7); margin-bottom: var(--s4); font-size: 1.5rem; }
.prose h3 { margin-top: var(--s6); margin-bottom: var(--s2); }
.prose p, .prose li { color: var(--ink-2); font-size: 1rem; }
.prose ul { padding-left: 1.15em; display: grid; gap: var(--s2); margin-bottom: var(--s5); }

/* Izgara/flex çocuklarında taşma koruması */
.hero-grid > *, .split > *, .bento > *, .stat-row > *, .figures > *, .steps-grid > *,
.header-inner > *, .btn-row > *, .footer-grid > *, .field-row > * { min-width: 0; }

/* ---------- Harita bölümü ---------- */
.map-split { display: grid; gap: var(--s6); align-items: center; }
@media (min-width: 960px) { .map-split { grid-template-columns: 0.85fr 1.15fr; gap: var(--s8); } }
.map-split > * { min-width: 0; }
.map-frame {
  margin: 0; border-radius: var(--r-media); overflow: hidden;
  border: 1px solid var(--line-2); box-shadow: var(--shadow-md); background: var(--surface);
  height: 340px;
}
@media (min-width: 760px) { .map-frame { height: 420px; } }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(0.92) contrast(1.02); }
.map-facts { display: grid; gap: var(--s4); margin-top: var(--s6); }
.map-facts .fact { display: flex; gap: var(--s3); align-items: center; }
.map-facts strong { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-3); }
.map-facts .v { display: block; font-size: 1.02rem; font-weight: 600; color: var(--navy-900); margin-top: 2px; }
.map-facts .v a { color: inherit; text-decoration: none; }
@media (hover: hover) and (pointer: fine) { .map-facts .v a:hover { color: var(--or-700); } }

/* 4 adımlı süreç ızgarası */
@media (min-width: 700px) { .steps-grid--4 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1000px) { .steps-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--s6); } }


/* =========================================================================
   FOTOĞRAF BİLEŞENLERİ · gerçek görsel, illüstrasyon değil
   ========================================================================= */
.photo { position: relative; border-radius: var(--r-media); overflow: hidden; background: var(--sand-100); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo--4x3 { aspect-ratio: 4 / 3; }
.photo--3x2 { aspect-ratio: 3 / 2; }
.photo--tall { aspect-ratio: 4 / 5; }
.photo--shadow { box-shadow: var(--shadow-lg); }

/* Hero fotoğrafı: arkasında marka mavisi geometrik blok */
.hero-photo { position: relative; }
.hero-photo::before {
  content: ""; position: absolute; inset: 28px -28px -28px 28px; border-radius: var(--r-panel);
  background: linear-gradient(150deg, var(--blue), var(--navy-800)); opacity: 0.14;
}
.hero-photo .photo { position: relative; border-radius: var(--r-panel); aspect-ratio: 5 / 4; box-shadow: var(--shadow-lg); }
@media (min-width: 960px) { .hero-photo .photo { aspect-ratio: 1 / 1; } }

/* Fotoğraflı kart */
.tile--photo { padding: 0; gap: 0; overflow: hidden; }
.tile--photo .photo { border-radius: 0; aspect-ratio: 4 / 3; }
.tile--photo .body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s2); }
@media (min-width: 760px) { .tile--photo .body { padding: var(--s5) var(--s6) var(--s6); } }
.tile--photo .body h3 { font-size: 1.12rem; }
.tile--photo .body p { font-size: 0.9375rem; }
@media (hover: hover) and (pointer: fine) {
  a.tile--photo:hover .photo img { transform: scale(1.03); }
}
.tile--photo .photo img { transition: transform 260ms var(--ease-out); }

/* Fotoğraf + metin bloğu */
.feature-photo { display: grid; gap: var(--s6); align-items: center; }
@media (min-width: 960px) { .feature-photo { grid-template-columns: 1fr 1fr; gap: var(--s8); } }
.feature-photo > * { min-width: 0; }

/* Fotoğraf üstü rozet */
.photo-badge {
  position: absolute; left: var(--s4); bottom: var(--s4); z-index: 2;
  background: hsl(0 0% 100% / 0.94); backdrop-filter: blur(6px);
  border-radius: var(--r-btn); padding: 10px 14px; font-size: 0.8125rem; font-weight: 700;
  color: var(--navy-900); box-shadow: var(--shadow-sm);
}

/* ---------- Sayfa başlığı: fotoğraflı varyant ---------- */
.page-hero { position: relative; overflow: hidden; padding-block: var(--s7) var(--s8); background: linear-gradient(180deg, var(--sand-100), #fff); border-bottom: 1px solid var(--line); }
@media (min-width: 860px) { .page-hero { padding-block: var(--s8) var(--s9); } }
.page-hero::after {
  content: ""; position: absolute; right: -80px; top: -140px; width: 480px; height: 480px;
  background: radial-gradient(circle, hsl(203 98% 45% / 0.14), transparent 62%); pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero-grid { display: grid; gap: var(--s6); align-items: center; }
@media (min-width: 900px) { .page-hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: var(--s8); } }
.page-hero-grid > * { min-width: 0; }
.page-hero h1 { max-width: 18ch; }
.page-hero .lede { margin-top: var(--s5); }
.page-hero .photo { box-shadow: var(--shadow-lg); }

/* SSS: sabit yan kart */
.faq-aside { position: sticky; top: 100px; }

/* ---------- Sayfa içi hızlı gezinme (SSS) ---------- */
.chip-nav { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s6); }
.chip {
  display: inline-flex; align-items: center; gap: var(--s2); text-decoration: none;
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r-pill);
  padding: 10px 16px; font-size: 0.9375rem; font-weight: 600; color: var(--navy-800);
  min-height: 44px; transition: background-color 150ms ease, border-color 150ms ease, transform 120ms var(--ease-out);
}
.chip span {
  background: var(--blue-50); color: var(--blue-600); border-radius: var(--r-pill);
  padding: 2px 8px; font-size: 0.75rem; font-weight: 700;
}
.chip:active { transform: scale(0.97); }
@media (hover: hover) and (pointer: fine) { .chip:hover { background: var(--blue-50); border-color: var(--blue-100); } }

/* ---------- Kaydırınca başlık yükselir (tek amaçlı hareket) ---------- */
.site-header { transition: box-shadow 200ms ease, background-color 200ms ease; }
.site-header[data-scrolled="true"] { box-shadow: 0 1px 2px hsl(var(--sh)/0.06), 0 8px 24px hsl(var(--sh)/0.08); }

/* ---------- Dokunma hedefleri (mobil) ---------- */
@media (max-width: 1039px) {
  .footer-grid ul a { display: inline-block; padding-block: 8px; }
  .faq summary { padding-block: var(--s5); }
}

/* ---------- Odak halkası: kart ve döşemelerde ---------- */
a.tile:focus-visible, a.chip:focus-visible, .faq summary:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 3px;
}

/* ---------- Form: satır içi hata ---------- */
.field .err { font-size: 0.8125rem; color: #B3261E; font-weight: 600; display: none; }
.field[data-hata="true"] .err { display: block; }
.field[data-hata="true"] input, .field[data-hata="true"] select, .field[data-hata="true"] textarea { border-color: #B3261E; }
.consent[data-hata="true"] label { color: #B3261E; }

/* =========================================================================
   TUR 6 · ARKA PLAN KATMANLARI + HAREKET SİSTEMİ
   Amaç: düz beyaz "belge" hissini kırmak; markalı, ölçülü derinlik.
   ========================================================================= */

/* ---------- Hero: nokta ızgara + yüzen renk blokları ---------- */
.hero {
  background-image: radial-gradient(circle at 1px 1px, hsl(205 35% 50% / 0.10) 1.2px, transparent 0);
  background-size: 26px 26px;
}
.hero::before {
  width: 1000px; height: 1000px; right: -12%; top: -38%;
  background: radial-gradient(circle, hsl(203 98% 42% / 0.13), transparent 60%);
}
.hero::after {
  background: radial-gradient(circle, hsl(16 100% 53% / 0.10), transparent 62%);
}
@media (prefers-reduced-motion: no-preference) {
  .hero::before { animation: drift 22s ease-in-out infinite; }
  .hero::after  { animation: drift 26s ease-in-out infinite reverse; }
  @keyframes drift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50%      { transform: translate3d(-36px, 26px, 0); }
  }
}

/* Logodaki fırça darbesi · hero'da büyük, çok soluk marka geometrisi */
.hero .hero-grid::before {
  content: ""; position: absolute; right: -140px; bottom: -120px; width: 560px; height: 560px;
  background:
    linear-gradient(150deg, hsl(203 98% 40% / 0.05), hsl(203 98% 40% / 0)) ,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M22 78 L58 10 L84 10 L48 78 Z' fill='%23017CC9' opacity='0.05'/%3E%3Cpath d='M52 88 L78 40 L96 40 L70 88 Z' fill='%23FF5811' opacity='0.05'/%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none; z-index: -1;
}

/* ---------- Kum bölümler: marka izi filigran + üst ışık çizgisi ---------- */
.sand { position: relative; overflow: hidden; }
.sand::before {
  content: ""; position: absolute; right: -40px; bottom: -70px; width: 300px; height: 300px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M18 100 L62 8 L88 8 L44 100 Z' fill='%23017CC9'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.05; pointer-events: none;
}
.sand > .container { position: relative; z-index: 1; }

/* ---------- Beyaz bölümlere ince yapı: bölüm ayrımı hissi ---------- */
.section:not(.sand):not(.on-dark) { position: relative; }

/* ---------- Görünüm animasyonu (bir kez, kısa, kapatılabilir) ---------- */
.rv {
  opacity: 0; transform: translateY(18px);
  transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out);
  transition-delay: calc(var(--rvd, 0) * 70ms);
}
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
}

/* ---------- Mikro hareketler ---------- */
.ico { transition: transform 200ms var(--ease-out), box-shadow 200ms ease; }
@media (hover: hover) and (pointer: fine) {
  .tile:hover .ico, .box:hover .ico { transform: translateY(-3px) scale(1.05); }
  .btn--primary:hover { transform: translateY(-1px); }
  .btn--primary:active { transform: scale(0.97); }
  .nav a { position: relative; }
  .nav a::after {
    content: ""; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 2px;
    border-radius: 2px; background: var(--blue);
    transform: scaleX(0); transform-origin: left; transition: transform 200ms var(--ease-out);
  }
  .nav a:hover::after { transform: scaleX(1); }
  .nav a[aria-current="page"]::after { display: none; }
}

/* ---------- Tipografi: belge değil arayüz ---------- */
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
h2 em, h1 em:not(.display em) {
  font-style: normal;
  background: linear-gradient(transparent 62%, hsl(16 100% 53% / 0.20) 62%);
  border-radius: 2px; padding: 0 2px;
}
.display em { background: none; padding: 0; }

/* Sayfa başlığında da nokta dokusu */
.page-hero {
  background-image:
    radial-gradient(circle at 1px 1px, hsl(205 35% 50% / 0.09) 1.2px, transparent 0),
    linear-gradient(180deg, var(--sand-100), #fff);
  background-size: 26px 26px, auto;
}

/* Koyu bölümde istatistik çizgisi nefes alsın */
@media (prefers-reduced-motion: no-preference) {
  .stat { transition: border-color 300ms ease; }
  .on-dark .stat:hover { border-top-color: var(--or-300); }
}

/* Fotoğraf rozetine hafif giriş */
.photo-badge { transition: transform 200ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) {
  .photo:hover .photo-badge { transform: translateY(-2px); }
}

/* =========================================================================
   TUR 7 · SEKTÖR İMZALARI: kemer maskeler, hap butonlar, dev paneller,
   squiggle vurgu, yüzen marka şekilleri. (bkz. ANALIZ-20-SORU.md)
   ========================================================================= */

/* 1) Hap butonlar · pediatri sektörünün standart sıcaklık sinyali */
.btn { border-radius: var(--r-pill); }
.btn--lg { padding-inline: 34px; }
.nav-toggle { border-radius: var(--r-pill); }

/* 2) Kemer (arch) hero fotoğrafı */
.hero-photo .photo,
.hero-photo::before { border-radius: 999px 999px 32px 32px; }
.hero-photo .photo { aspect-ratio: 5 / 6 !important; }
.hero-photo::before { inset: 36px -24px -24px 24px; }
.hero-photo .photo-badge { left: 50%; transform: translateX(-50%); top: auto; bottom: var(--s4); white-space: nowrap; }
@media (hover: hover) and (pointer: fine) {
  .hero-photo .photo:hover .photo-badge { transform: translateX(-50%) translateY(-2px); }
}

/* 3) Organik "yaprak köşe" · iç sayfa ve bölüm fotoğrafları */
.page-hero .photo,
.feature-photo .photo { border-radius: 110px 28px 110px 28px; }

/* 4) Dev yuvarlatılmış renk panelleri (renk bloklama) */
.on-dark.dots,
.section.sand {
  border-radius: 32px;
  margin-inline: clamp(8px, 1.4vw, 22px);
}


/* 5) Squiggle vurgu: dikişsiz periyodik dalga, tam opak */
.display em {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='12' viewBox='0 0 40 12'%3E%3Cpath d='M0 8 Q 10 2 20 8 T 40 8' fill='none' stroke='%23FF5811' stroke-width='4.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 30px 9px;
  padding-bottom: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  white-space: nowrap;
}

/* 6) Yüzen marka şekilleri (hero) · markadan türeyen üç küçük form */
.spark { position: absolute; pointer-events: none; z-index: 2; }
.spark--star {
  width: 34px; height: 34px; right: 4%; top: 2%;
  background: var(--or);
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
}
.spark--brush {
  width: 30px; height: 18px; left: 40%; top: 6%;
  background: var(--blue);
  clip-path: polygon(0 100%, 62% 0, 100% 0, 38% 100%);
  opacity: 0.85;
}
@media (prefers-reduced-motion: no-preference) {
  .spark { animation: bob 7s ease-in-out infinite; }
    .spark--brush { animation-duration: 8s; animation-delay: 0.6s; }
  @keyframes bob {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-12px) rotate(8deg); }
  }
}
@media (max-width: 959px) { .spark { display: none; } }

/* Panelleşen bölümlerde container zaten boşluklu; küçük ekranda köşe daralt */
@media (max-width: 700px) {
  .on-dark.dots, .section.sand { border-radius: 22px; }
}

/* =========================================================================
   TUR 8 - DERİN ARAŞTIRMA ENTEGRASYONLARI
   Topbar, endişe kartları, yanıt taahhüdü (bkz. ARASTIRMA-DERIN.md)
   ========================================================================= */

/* Topbar: telefon her an fold üstünde (ABA Centers'ın hatasının tersi) */
.topbar { display: none; }
@media (min-width: 1040px) {
  .topbar {
    display: block; background: var(--navy-950); color: var(--on-dark-2);
    font-size: 0.8125rem;
  }
  .topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 38px; }
  .topbar .grp { display: flex; gap: var(--s5); align-items: center; }
  .topbar .itm { display: inline-flex; gap: 7px; align-items: center; }
  .topbar svg { width: 15px; height: 15px; color: var(--or-300); }
  .topbar a { color: #fff; text-decoration: none; font-weight: 700; }
  .topbar a:hover { color: var(--or-300); }
}

/* Endişe kartları: aile dert diliyle giriş yapar */
.concerns { display: grid; gap: var(--s3); grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 900px) { .concerns { grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--s4); } }
.concern {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s3);
  background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-card);
  padding: var(--s4) var(--s5); text-decoration: none; color: var(--navy-900);
  font-weight: 700; font-size: 0.9688rem; line-height: 1.35; min-height: 64px;
  box-shadow: var(--shadow-xs);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms var(--ease-out);
}
.concern::after {
  content: "→"; color: var(--or-600); font-weight: 700; flex: none;
  transition: transform 160ms var(--ease-out);
}
.concern:active { transform: scale(0.98); }
@media (hover: hover) and (pointer: fine) {
  .concern:hover { border-color: var(--blue-100); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
  .concern:hover::after { transform: translateX(4px); }
}

/* Yanıt taahhüdü satırı */
.sla {
  display: inline-flex; align-items: center; gap: var(--s2);
  font-size: 0.875rem; font-weight: 600; color: var(--ink-2);
}
.sla svg { width: 18px; height: 18px; color: var(--ok); flex: none; }
.cta-panel .sla { color: var(--on-dark-2); }
.cta-panel .sla svg { color: var(--or-300); }

/* =========================================================================
   TUR 9 - TARANABİLİRLİK: süreç akış kartları + dönüşümlü hizmet satırları
   ========================================================================= */

/* Akış kartları: tablo yerine göz gezdirilebilir adımlar */
.flow { display: grid; gap: var(--s4); counter-reset: fl; }
@media (min-width: 700px)  { .flow { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1000px) { .flow { grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--s5); } }
.flow-card {
  counter-increment: fl; position: relative; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: var(--s5); box-shadow: var(--shadow-xs);
  display: flex; flex-direction: column; gap: var(--s2);
}
.flow-card::before {
  content: "0" counter(fl);
  position: absolute; right: 14px; top: 2px;
  font-family: var(--font-display); font-size: 3.4rem; font-weight: 700;
  letter-spacing: -0.03em; color: var(--blue-50); line-height: 1;
}
.flow-card > * { position: relative; }
.flow-card h3 { font-size: 1.08rem; margin-top: var(--s2); }
.flow-card p { font-size: 0.9375rem; color: var(--ink-2); margin: 0; }
.flow-card .who {
  margin-top: auto; padding-top: var(--s3); font-size: 0.8125rem; color: var(--ink-3);
  border-top: 1px dashed var(--line); display: flex; gap: 6px;
}
.flow-card .who strong { color: var(--or-700); font-weight: 700; }

/* Belge kontrol kartı: metin listesi yerine ikonlu görsel liste */
.doc-list { display: grid; gap: var(--s3); margin: 0; padding: 0; list-style: none; }
.doc-list li {
  display: flex; gap: var(--s3); align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-btn);
  padding: var(--s3) var(--s4); font-size: 0.9375rem; font-weight: 600; color: var(--navy-900);
  box-shadow: var(--shadow-xs);
}
.doc-list svg { width: 20px; height: 20px; color: var(--blue); flex: none; }
.doc-list .opt { margin-left: auto; font-size: 0.75rem; font-weight: 700; color: var(--ink-3); background: var(--sand-100); border-radius: var(--r-pill); padding: 3px 10px; white-space: nowrap; }

/* Dönüşümlü hizmet satırları: boş sütun kalmaz */
.svc { padding-block: var(--s7); border-top: 1px solid var(--line); }
.svc:first-of-type { border-top: 0; padding-top: 0; }
.svc-grid { display: grid; gap: var(--s6); align-items: center; }
@media (min-width: 900px) { .svc-grid { grid-template-columns: 1.05fr 0.95fr; gap: var(--s8); } }
.svc-grid > * { min-width: 0; }
@media (min-width: 900px) { .svc--flip .svc-grid > figure { order: -1; } }
.svc .photo { border-radius: 90px 24px 90px 24px; }
.svc--flip .photo { border-radius: 24px 90px 24px 90px; }
.svc h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); }
.svc .lede { font-size: 1.02rem; max-width: 46ch; }

/* =========================================================================
   TUR 10 - GALERİ + ŞERİT (araştırma: scroll-snap kaydırmalı galeri,
   kenar solmaları ve ok kontrolleriyle; kayan alan şeridi)
   ========================================================================= */

/* Kaydırmalı galeri */
.gallery-wrap { position: relative; }
.gallery {
  display: flex; gap: var(--s4); overflow-x: auto;
  scroll-snap-type: x mandatory; scroll-padding-inline: 20px;
  padding: 6px 20px 18px; margin-inline: -20px;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.gallery::-webkit-scrollbar { display: none; }
.g-item {
  flex: 0 0 auto; scroll-snap-align: start; position: relative;
  border-radius: var(--r-media); overflow: hidden;
  width: min(76vw, 430px); aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-sm); background: var(--sand-100);
}
.g-item--tall { width: min(58vw, 300px); aspect-ratio: 3 / 4; }
.g-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 300ms var(--ease-out); }
@media (hover: hover) and (pointer: fine) { .g-item:hover img { transform: scale(1.04); } }
.g-cap {
  position: absolute; left: 12px; bottom: 12px;
  background: hsl(0 0% 100% / 0.94); backdrop-filter: blur(6px);
  border-radius: var(--r-pill); padding: 7px 14px;
  font-size: 0.8125rem; font-weight: 700; color: var(--navy-900);
  box-shadow: var(--shadow-xs);
}
.gallery-nav { display: none; }
@media (hover: hover) and (pointer: fine) {
  .gallery-nav { display: flex; gap: var(--s2); position: absolute; right: 0; top: -64px; }
}
.gallery-nav button {
  width: 46px; height: 46px; border-radius: var(--r-pill); border: 1.5px solid var(--line-2);
  background: var(--surface); color: var(--navy-800); font-size: 1.15rem; cursor: pointer;
  display: grid; place-items: center; box-shadow: var(--shadow-xs);
  transition: background-color 150ms ease, transform 120ms var(--ease-out);
}
.gallery-nav button:hover { background: var(--blue-50); }
.gallery-nav button:active { transform: scale(0.94); }

/* Kayan alan şeridi (marquee): 8 gelişim alanı */
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--surface); position: relative; }
.ticker-track {
  display: flex; gap: var(--s7); width: max-content;
  padding-block: 14px; animation: tick 30s linear infinite;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes tick { to { transform: translateX(-50%); } }
.ticker .t {
  display: inline-flex; gap: 10px; align-items: center; white-space: nowrap;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  letter-spacing: -0.01em; color: var(--navy-800);
}
.ticker .t::before {
  content: ""; width: 16px; height: 9px; background: var(--or);
  clip-path: polygon(0 100%, 62% 0, 100% 0, 38% 100%);
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .ticker { overflow-x: auto; }
}


/* Footer marka kilidi: işaret + isim (dev logo kartı yerine) */
.footer-brand { display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s4); }
.footer-mark { background: #fff; border-radius: 12px; padding: 8px; display: grid; place-items: center; }
.footer-mark img { width: 40px; height: auto; display: block; }
.fb-name { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.018em; color: #fff; line-height: 1.15; }
.fb-sub { display: block; font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase; color: #7BA5BF; font-weight: 700; }

/* Kutu başlığı görünümünde paragraf (başlık hiyerarşisini bozmadan) */
.box-t { font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; letter-spacing: -0.008em; color: var(--navy-900); margin: 0 0 var(--s3); }

/* =========================================================================
   UZMAN KADRO - isim + unvan kartları (fotoğraf gelene kadar baş harf rozeti)
   ========================================================================= */
.team-group { margin-top: var(--s7); }
.team-group:first-of-type { margin-top: var(--s6); }
.team-group-t {
  display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s5);
  font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--ink-3);
}
.team-group-t::after { content: ""; flex: 1; height: 1px; background: var(--line); }

.team { display: grid; gap: var(--s3); grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 700px)  { .team { grid-template-columns: repeat(3, minmax(0,1fr)); gap: var(--s4); } }
@media (min-width: 1000px) { .team { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.team--lead { grid-template-columns: repeat(1, minmax(0,1fr)); }
@media (min-width: 700px) { .team--lead { grid-template-columns: repeat(2, minmax(0,1fr)); } }

.person {
  display: flex; align-items: center; gap: var(--s3);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: var(--s4); box-shadow: var(--shadow-xs); min-width: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .person:hover { border-color: var(--blue-100); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
}
.person-av {
  width: 46px; height: 46px; border-radius: var(--r-pill); flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--blue-50), #fff);
  border: 1px solid var(--line-blue); color: var(--blue-600);
  font-family: var(--font-display); font-weight: 700; font-size: 0.9375rem; letter-spacing: 0.01em;
}
.person-tx { min-width: 0; }
.person-n {
  display: block; font-weight: 700; font-size: 0.9688rem; color: var(--navy-900);
  line-height: 1.25; letter-spacing: -0.008em;
}
.person-r { display: block; font-size: 0.8125rem; color: var(--ink-3); line-height: 1.35; margin-top: 2px; }

/* Yönetim ve uzmanlık kartları vurgulu */
.person--lead { padding: var(--s5); background: linear-gradient(160deg, var(--blue-50), #fff 70%); border-color: var(--blue-100); }
.person--lead .person-av { width: 56px; height: 56px; font-size: 1.06rem; background: linear-gradient(150deg, var(--blue), var(--navy-800)); border-color: transparent; color: #fff; }
.person--lead .person-n { font-size: 1.08rem; }
.person--spec .person-av { background: linear-gradient(150deg, var(--or-50), #fff); border-color: #F6D3BF; color: var(--or-700); }

/* Ana sayfa uzman şeridi */
.team-strip {
  display: flex; align-items: center; gap: var(--s4); flex-wrap: wrap;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: var(--s5); box-shadow: var(--shadow-sm);
}
.avatars { display: flex; }
.avatars span {
  width: 44px; height: 44px; border-radius: var(--r-pill); display: grid; place-items: center;
  background: linear-gradient(150deg, var(--blue-50), #fff); border: 2px solid #fff;
  box-shadow: var(--shadow-xs); color: var(--blue-600);
  font-family: var(--font-display); font-weight: 700; font-size: 0.875rem;
  margin-left: -12px;
}
.avatars span:first-child { margin-left: 0; }
.avatars .more { background: var(--navy-800); color: #fff; border-color: #fff; font-size: 0.8125rem; }
.team-strip .tx { flex: 1; min-width: 200px; font-size: 0.9688rem; color: var(--ink-2); }
.team-strip .tx strong { color: var(--navy-900); display: block; font-size: 1.06rem; font-family: var(--font-display); letter-spacing: -0.01em; }

/* =========================================================================
   UZMANLARIMIZ SAYFASI - profesyonel profil kartları
   ========================================================================= */

/* Sayfa hero'sundaki kadro kartı */
.roster-hero-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-panel);
  box-shadow: var(--shadow-lg); padding: var(--s6);
  display: grid; gap: var(--s5); justify-items: start;
}
.roster-hero-card .avatars span { width: 54px; height: 54px; font-size: 1rem; }
.roster-num { display: flex; align-items: baseline; gap: var(--s3); }
.roster-num .k {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.035em; line-height: 0.9;
  font-size: clamp(3.2rem, 6vw, 4.4rem); color: var(--navy-900);
}
.roster-num .v { font-size: 1rem; font-weight: 600; color: var(--ink-2); max-width: 16ch; line-height: 1.3; }
.roster-mini { display: flex; flex-wrap: wrap; gap: var(--s2); }

/* Dikey profil kartı (yönetim + uzmanlık alanları) */
.pcards { display: grid; gap: var(--s4); grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (min-width: 900px) { .pcards { grid-template-columns: repeat(4, minmax(0,1fr)); gap: var(--s5); } }
.pcards--2 { grid-template-columns: repeat(1, minmax(0,1fr)); }
@media (min-width: 700px) { .pcards--2 { grid-template-columns: repeat(2, minmax(0,1fr)); } }

.pcard {
  position: relative; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: var(--s6) var(--s5) var(--s5); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--s2);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue-100); }
}
.pcard::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 68px;
  background:
    radial-gradient(120% 150% at 50% -60%, hsl(203 98% 45% / 0.12), transparent 70%),
    linear-gradient(180deg, var(--sand-100), transparent);
}
.pcard-av {
  position: relative; width: 74px; height: 74px; border-radius: var(--r-pill);
  display: grid; place-items: center; margin-bottom: var(--s2);
  background: linear-gradient(150deg, var(--blue), var(--navy-800)); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: 0.01em;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--line-blue), var(--shadow-sm);
}
.pcard--warm .pcard-av { background: linear-gradient(150deg, var(--or), var(--or-700)); box-shadow: 0 0 0 4px #fff, 0 0 0 5px #F6D3BF, var(--shadow-sm); }
.pcard-n { position: relative; font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; letter-spacing: -0.012em; color: var(--navy-900); line-height: 1.2; }
.pcard-r { position: relative; font-size: 0.875rem; color: var(--ink-2); line-height: 1.35; }
.pcard-t {
  position: relative; margin-top: var(--s2);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  background: var(--blue-50); color: var(--blue-600); border-radius: var(--r-pill); padding: 5px 12px;
}
.pcard--warm .pcard-t { background: var(--or-50); color: var(--or-700); }

/* Öğretici listesi: avatar renk rotasyonu (monotonluk kırıcı) */
.team .person:nth-child(3n+2) .person-av { background: linear-gradient(150deg, var(--or-50), #fff); border-color: #F6D3BF; color: var(--or-700); }
.team .person:nth-child(3n) .person-av { background: linear-gradient(150deg, var(--navy-800), var(--navy-950)); border-color: transparent; color: #fff; }

/* =========================================================================
   MOBİL İNCE AYAR (375px analizi sonrası)
   ========================================================================= */
@media (max-width: 480px) {
  /* Endişe ve profil kartları dar ekranda tek sütun: metin nefes alır */
  .concerns { grid-template-columns: 1fr; }
  .pcards { grid-template-columns: 1fr; }
  .pcard { flex-direction: row; text-align: left; align-items: center; gap: var(--s4); padding: var(--s4) var(--s5); }
  .pcard::before { inset: 0 auto 0 0; width: 68px; height: auto; }
  .pcard-av { width: 56px; height: 56px; font-size: 1.05rem; margin-bottom: 0; }
  .pcard-tx-wrap, .pcard-n, .pcard-r, .pcard-t { text-align: left; }
  .pcard-t { margin-top: 4px; }

  /* Öğretici kartları: 2 sütun korunur, kompaktlaşır */
  .person { padding: var(--s3); gap: var(--s2); }
  .person-av { width: 38px; height: 38px; font-size: 0.8125rem; }
  .person-n { font-size: 0.875rem; }
  .person-r { font-size: 0.75rem; }

  /* Kadro hero kartı */
  .roster-hero-card { padding: var(--s5); }
  .roster-num .k { font-size: 3rem; }
}

/* =========================================================================
   HİZMET BÖLGELERİ - ilçe kartları
   ========================================================================= */
.bolge-grid { display: grid; gap: var(--s4); }
@media (min-width: 760px) { .bolge-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: var(--s5); } }
.bolge {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: var(--s5); box-shadow: var(--shadow-xs); display: grid; gap: var(--s3);
}
@media (min-width: 760px) { .bolge { padding: var(--s6); } }
.bolge--ana { background: linear-gradient(160deg, var(--blue-50), #fff 72%); border-color: var(--blue-100); }
.bolge-t { display: flex; align-items: center; gap: var(--s3); }
.bolge-t h3 { font-size: 1.22rem; }
.bolge-rozet {
  font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--navy-800); color: #fff; border-radius: var(--r-pill); padding: 4px 10px;
}
.bolge-rozet--acik { background: var(--blue-50); color: var(--blue-600); }
.bolge p { font-size: 0.9375rem; color: var(--ink-2); margin: 0; }
.bolge-meta { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s4); font-size: 0.8125rem; color: var(--ink-3); }
.bolge-meta span { display: inline-flex; align-items: center; gap: 6px; }
.bolge-meta svg { width: 15px; height: 15px; color: var(--blue); }

/* Footer'daki resmî unvan satırı */
.footer-bottom .resmi-unvan { color: #93B4CA; font-weight: 600; }
