@charset "UTF-8";
/* ==========================================================================
   Boyacı Ferhat — tasarım sistemi
   Saf CSS. Framework yok, build adımı yok.
   Bölümler: 1 font · 2 token · 3 reset · 4 tipografi · 5 yerleşim
             6 başlık · 7 hero · 8 buton · 9 kart · 10 adım · 11 lokasyon
             12 SSS · 13 breadcrumb · 14 CTA · 15 blog · 16 footer
             17 çağrı çubuğu · 18 404 · 19 hareket · 20 yazdırma
   ========================================================================== */

/* 1 ── Fontlar (self-hosted, değişken ağırlık 100–900) ------------------- */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Başlık fontu — yalnızca hero H1'de kullanılır (tek ağırlık, 700). */

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/playfair-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/playfair-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 2 ── Tokenlar ---------------------------------------------------------- */

:root {
  /* Renk — derin petrol mavisi + sıcak toprak vurgusu */
  --ink: #0e1a24;
  --ink-2: #24333f;
  --muted: #52626f;
  /* Pastel zeminlerde de AA'yı geçsin diye koyulaştırıldı (eski #7b8a95
     kırık beyaz üzerinde 3.5:1'de kalıyordu). */
  --muted-2: #5f6e7a;
  --line: #e2e8ed;
  --line-2: #eef2f5;
  --surface: #ffffff;
  --surface-2: #f6f8fa;
  --surface-3: #eef2f6;

  --brand: #10344f;
  --brand-2: #17496e;
  --brand-3: #1f6091;
  --brand-tint: #eaf1f7;

  --accent: #b8562a;
  --accent-2: #cf6733;
  --accent-tint: #fbf0ea;

  /* WhatsApp yeşili, beyaz metinle AA'yı geçecek kadar koyulaştırıldı
     (marka tonu #25D366 beyaz üzerinde 3.03:1'de kalıyor). */
  --wa: #13853f;
  --wa-2: #0f6c34;

  /* Renk paleti — bir boya firması için tematik olarak da yerinde.
     Her hizmet ve her adım kendi tonunu alır; sayfa tek renge hapsolmaz. */
  /* ── Koyu yüzeyler ve altın vurgu ──────────────────────────────────
     Marka kimliğinin çekirdeği: derin lacivert + sıcak amber/altın.
     Aynı altın; header CTA'sında, başlık vurgusunda, ikonlarda ve
     ince çizgilerde tekrar eder. */
  --d-900: #071624;   /* en koyu zemin */
  --d-800: #0b2032;   /* koyu bölüm zemini */
  --d-700: #10304a;   /* koyu kart yüzeyi */
  --d-line: rgba(255, 255, 255, .12);
  --d-text: #b8cfe0;  /* koyu zeminde gövde metni */
  --d-dim:  #8caac2;  /* koyu zeminde ikincil metin */

  /* Giriş bölümlerinin canlı mavi zemini. Referans tondan bir tık açık;
     üzerine koyu lacivert tipografi geldiğinde AA'yı geçer. */
  /* Giriş bölümlerinin zemini: sıcak kum / şampanya.
     Taze boyanmış duvar hissi verir; beyaz değil, belirgin bir ton.
     Üstündeki koyu lacivert tipografi 9:1'in üzerinde kontrast verir. */
  --entry-1: #fbf5ea;   /* üst */
  --entry-2: #f5ead7;
  --entry-3: #eee0c9;   /* alt */
  --entry-line: #e4d5bd;
  --on-entry:    #10344f;   /* başlık */
  --on-entry-2:  #55636e;   /* gövde metni */
  --on-entry-hl: #a04420;   /* başlıktaki vurgu kelimesi (sıcak kiremit) */

  --gold: #e0a538;
  --gold-2: #f0bd5c;
  --gold-d: #8a5f12;  /* açık zeminde metin için (AA) */
  --gold-tint: #fdf3e0;

  /* ── Pastel yüzeyler ────────────────────────────────────────────────
     Sayfa ritmi: beyaz → açık mavi → krem → lavanta → beyaz.
     Hiçbiri saf beyaz-gri değil; hepsinin bir sıcaklığı/serinliği var. */
  --s-white:  #ffffff;
  --s-off:    #fcfaf7;   /* kırık beyaz */
  --s-cream:  #fbf6ee;   /* sıcak krem */
  --s-blue:   #f0f6fc;   /* çok açık mavi */
  --s-lav:    #f5f2fb;   /* çok açık lavanta */
  --s-peach:  #fdf3ec;   /* çok açık şeftali */
  --s-sun:    #fdf8e8;   /* çok açık sarı */
  --s-mist:   #f6f8fa;   /* çok açık gri */

  /* Kenarlıkların da tonu var — gri çizgi her yerde aynı görünmesin */
  --ln-warm: #ece0d3;
  --ln-cool: #dde7f2;
  --ln-lav:  #e4dff2;

  /* -t: zemin tonu · düz renk: ikon/kenarlık · -d: küçük metin (AA ≥ 4.5:1) */
  --c-peach: #e8763a;   --c-peach-t: #fdeee4;   --c-peach-d: #a94d24;
  --c-sky:   #2f86c8;   --c-sky-t:   #e5f1fa;   --c-sky-d:   #1f6091;
  --c-mint:  #2e9e80;   --c-mint-t:  #e3f4ef;   --c-mint-d:  #1f7a62;
  --c-lilac: #6f61c0;   --c-lilac-t: #ecebf9;   --c-lilac-d: #574aa6;
  --c-sand:  #b98a2e;   --c-sand-t:  #faf1dd;   --c-sand-d:  #8a6415;
  --c-rose:  #c8546b;   --c-rose-t:  #fceaee;   --c-rose-d:  #a83c53;

  --focus: #1f6091;

  /* Ölçü */
  --wrap: 1180px;
  --wrap-narrow: 760px;
  --gutter: 20px;
  --r-sm: 10px;
  --r: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  /* Gölge — hafif, cam gibi değil */
  --sh-1: 0 1px 2px rgba(14, 26, 36, .05);
  --sh-2: 0 6px 24px -10px rgba(14, 26, 36, .16);
  --sh-3: 0 20px 50px -24px rgba(14, 26, 36, .28);

  --ease: cubic-bezier(.22, .61, .36, 1);

  /* Tipografi: gövde geometrik sans, hero başlığı yüksek kontrastlı serif */
  --font-body: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Playfair Display', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
}

@media (min-width: 640px) {
  :root { --gutter: 28px; }
}

/* 3 ── Reset ------------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

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

/* Satır içi ikonlar viewBox taşır ama width/height taşımaz; varsayılan
   boyut verilmezse tarayıcı 300x150'ye düşer. Bağlama göre ezilir. */
svg { display: block; flex: none; width: 20px; height: 20px; }

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

a { color: var(--brand-3); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--brand-2); }

ul, ol { margin: 0; padding: 0; }

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

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

.skip {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 200;
  padding: 12px 18px;
  border-radius: var(--r-sm);
  background: var(--brand);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: top .18s var(--ease);
}
.skip:focus { top: 12px; color: #fff; }

.vh {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip-path: inset(50%);
  overflow: hidden; white-space: nowrap;
}

/* 4 ── Tipografi --------------------------------------------------------- */

h1, h2, h3, h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.02em;
  text-wrap: balance;
}

h1, .t-h1 { font-size: clamp(2.15rem, 1.4rem + 3.3vw, 3.7rem); font-weight: 800; letter-spacing: -.032em; }
h2, .t-h2 { font-size: clamp(1.72rem, 1.3rem + 1.9vw, 2.62rem); letter-spacing: -.026em; }
h3, .t-h3 { font-size: clamp(1.16rem, 1.05rem + .5vw, 1.4rem); letter-spacing: -.014em; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

.lead {
  font-size: clamp(1.09rem, 1.01rem + .36vw, 1.26rem);
  line-height: 1.62;
  color: var(--muted);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--brand-2);
  font-size: .795rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

/* 5 ── Yerleşim ---------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: clamp(52px, 6vw, 92px); }
.section--tight { padding-block: clamp(38px, 4.4vw, 62px); }
.section--tint { background: var(--surface-2); }

/* Renkli bölüm zeminleri — sayfa boyunca beyaz-gri tekrarını kırar. */
.section--cream {
  background:
    radial-gradient(680px 320px at 88% 0%, #fdf0e4 0%, transparent 62%),
    linear-gradient(180deg, #fffaf4 0%, #fdf6ee 100%);
}
.section--sky {
  background:
    radial-gradient(700px 340px at 8% 0%, #e3f1fb 0%, transparent 62%),
    linear-gradient(180deg, #f6fbff 0%, #eef6fd 100%);
}
.section--mint {
  background:
    radial-gradient(640px 320px at 92% 100%, #dff2ea 0%, transparent 62%),
    linear-gradient(180deg, #f6fdfa 0%, #eefaf5 100%);
}
/* Koyu bölüm — sayfa ritmini kırar, hero ile aynı dili konuşur. */
.section--ink {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #b9cede;
  background:
    radial-gradient(820px 420px at 88% -20%, #1a557f 0%, transparent 60%),
    radial-gradient(620px 380px at 2% 118%, rgba(184, 86, 42, .34) 0%, transparent 62%),
    linear-gradient(160deg, #123a5b 0%, #0c2439 100%);
}
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink .lead { color: #a6c3d9; }
.section--ink .card {
  background: rgba(255, 255, 255, .065);
  border-color: rgba(255, 255, 255, .15);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.section--ink .card p { color: #b0c8da; }
.section--ink .card__icon { background: rgba(255, 255, 255, .1); color: #ffc79c; }

.section__head { max-width: 720px; margin-bottom: clamp(30px, 3.4vw, 48px); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head p { margin-top: 14px; }

.grid { display: grid; gap: 18px; }
@media (min-width: 620px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 940px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
  .grid { gap: 22px; }
}

.stack > * + * { margin-top: 14px; }

/* 6 ── Başlık ------------------------------------------------------------ */

/* Koyu header — hero ile aynı zemin ailesinden, aralarında kopukluk yok.
   Kaydırınca hafif koyulaşıp altın çizgiyle ayrılır. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(251, 245, 234, .86);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background-color .25s var(--ease), border-color .25s var(--ease);
}
.site-header[data-stuck] {
  background: rgba(251, 245, 234, .97);
  border-bottom-color: var(--entry-line);
}
.site-header[data-stuck]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 165, 56, .5), transparent);
}

.hdr {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 68px;
}
@media (min-width: 1024px) { .hdr { min-height: 76px; } }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-right: auto;
  color: var(--brand);
  font-weight: 800;
  font-size: 1.06rem;
  letter-spacing: -.028em;
  text-decoration: none;
}
.brand:hover { color: var(--brand); }
.brand__mark {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--gold), #c8871f);
  color: #16202b;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: -.03em;
}
.brand__name { display: flex; flex-direction: column; line-height: 1.12; white-space: nowrap; }
.brand__sub {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--muted-2);
}
@media (max-width: 359px) {
  .brand { font-size: .98rem; }
  .brand__sub { display: none; }
}

.nav { display: none; }
@media (min-width: 1024px) {
  .nav { display: flex; align-items: center; }
}
.nav ul { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav__link {
  padding: 9px 13px;
  border-radius: var(--r-sm);
  color: var(--ink-2);
  font-size: .935rem;
  font-weight: 550;
  text-decoration: none;
  transition: background-color .16s var(--ease), color .16s var(--ease);
}
.nav__link:hover { background: rgba(16,52,79,.06); color: var(--brand); }
.nav__link[aria-current="page"] { color: var(--gold-d); background: var(--gold-tint); }

.hdr__actions { display: flex; align-items: center; gap: 12px; }

/* Header telefonu — buton değil, sade metin linki (CTA öne çıksın) */
.hdr .hdr__tel { display: none; }
.hdr .hdr__cta { display: none; }
@media (min-width: 700px) {
  .hdr .hdr__tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 4px;
    color: var(--brand);
    font-size: .93rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
  }
  .hdr .hdr__tel svg { width: 17px; height: 17px; color: var(--gold-d); }
  .hdr .hdr__tel:hover { color: var(--gold-d); }
  .hdr .hdr__cta { display: inline-flex; }
}
@media (min-width: 1024px) { .hdr { gap: 20px; } }

.burger {
  display: inline-grid;
  place-items: center;
  width: 44px; height: 44px;
  padding: 0;
  border: 1px solid var(--ln-warm);
  border-radius: 11px;
  background: #fff;
  color: var(--brand);
}
@media (min-width: 1024px) { .burger { display: none; } }
.burger span {
  display: block;
  width: 18px; height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .22s var(--ease), opacity .16s var(--ease);
}
.burger span + span { margin-top: 4px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-nav {
  display: none;
  border-top: 1px solid var(--ln-warm);
  background: var(--s-off);
}
.mobile-nav[data-open] { display: block; }
@media (min-width: 1024px) { .mobile-nav { display: none !important; } }
.mobile-nav ul { list-style: none; padding-block: 10px 18px; }
/* Yalnızca liste bağlantıları — .btn'i ezmemesi için kapsam daraltıldı. */
.mobile-nav ul a {
  display: block;
  padding: 12px 4px;
  border-bottom: 1px solid var(--line-2);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}
.mobile-nav ul li:last-child a { border-bottom: 0; }
.mobile-nav .btn { margin-bottom: 18px; width: 100%; }

/* 7 ── Sayfa başlıkları ----------------------------------------------- */

/* Sayfa başlığı (iç sayfalar) */
/* İç sayfa girişi — ana sayfadaki hero ile aynı dilde premium koyu blok.
   Solda turuncu aksan şeridi, ince ızgara dokusu, sağ üstte renk kartelası. */
.pagehead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(20px, 2.4vw, 30px) clamp(34px, 4vw, 58px);
  color: var(--on-entry-2);
  background:
    radial-gradient(740px 400px at 91% -22%, #fde7cf 0%, transparent 58%),
    radial-gradient(540px 360px at 0% 120%, #eae3d2 0%, transparent 60%),
    linear-gradient(158deg, var(--entry-1) 0%, var(--entry-3) 100%);
  border-bottom: 1px solid var(--entry-line);
}
/* Soldaki aksan şeridi */
.pagehead::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--accent-2), var(--accent) 55%, #8a3f1c);
}
/* İnce ızgara dokusu */
.pagehead::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(16, 52, 79, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 52, 79, .045) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse 74% 70% at 18% 0%, #000 12%, transparent 72%);
  mask-image: radial-gradient(ellipse 74% 70% at 18% 0%, #000 12%, transparent 72%);
}

.pagehead__grid { display: grid; gap: 22px; align-items: start; }
@media (min-width: 900px) {
  .pagehead__grid { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
}

.pagehead .eyebrow {
  border-color: var(--entry-line);
  background: rgba(255, 255, 255, .92);
  color: var(--on-entry-hl);
  letter-spacing: .1em;
}
.pagehead .eyebrow::before { background: var(--accent-2); }

.pagehead h1 {
  margin-top: 16px;
  max-width: 20ch;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 1.2rem + 3.1vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -.012em;
  color: var(--on-entry);
}
.pagehead .lead { margin-top: 15px; max-width: 58ch; color: var(--on-entry-2); }
.pagehead__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }

/* Renk kartelası — OG kartındaki kimliğin sayfadaki karşılığı */
.pagehead__swatches { display: none; }
@media (min-width: 900px) {
  .pagehead__swatches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex: none;
  }
}
.pagehead__swatches span {
  display: block;
  width: 54px; height: 54px;
  border-radius: 13px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .9), 0 14px 28px -14px rgba(16, 52, 79, .35);
}

/* Sayfa yolu koyu zeminde */
.pagehead .crumbs { padding-top: 0; margin-bottom: 4px; }
.pagehead .crumbs ol { color: var(--on-entry-2); }
.pagehead .crumbs a { color: var(--on-entry-2); }
.pagehead .crumbs a:hover { color: var(--on-entry); }
.pagehead .crumbs [aria-current="page"] { color: var(--on-entry); }
.pagehead .crumbs li + li::before { border-color: var(--on-entry-2); }
.pagehead__swatches span {
  box-shadow: inset 0 0 0 1px rgba(16, 52, 79, .1), 0 12px 26px -14px rgba(16, 52, 79, .3);
}

/* 8 ── Butonlar ---------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--r);
  font-size: .96rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .16s var(--ease), border-color .16s var(--ease),
              color .16s var(--ease), transform .16s var(--ease), box-shadow .16s var(--ease);
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 19px; height: 19px; }

.btn--primary { background: var(--brand); color: #fff; box-shadow: var(--sh-2); }
.btn--primary:hover { background: var(--brand-2); color: #fff; }

.btn--accent { background: var(--accent); color: #fff; box-shadow: var(--sh-2); }
.btn--accent:hover { background: var(--accent-2); color: #fff; }

.btn--wa { background: var(--wa); color: #fff; box-shadow: var(--sh-2); }
.btn--wa:hover { background: var(--wa-2); color: #fff; }

.btn--line { background: var(--surface); border-color: var(--line); color: var(--ink); }
.btn--line:hover { border-color: var(--brand-3); color: var(--brand-2); background: var(--surface); }

.btn--onink { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.26); color: #fff; }
.btn--onink:hover { background: rgba(255,255,255,.2); color: #fff; }

/* Koyu zeminde ikincil buton — dolu beyaz, en yüksek kontrast. */
.btn--light { background: #fff; color: var(--brand); box-shadow: var(--sh-2); }
.btn--light:hover { background: #eef4f9; color: var(--brand); }

/* Ana dönüşüm butonu — sitenin tek altın alanı, her yerde aynı. */
.btn--gold {
  background: linear-gradient(160deg, var(--gold-2), var(--gold));
  color: #14202c;
  font-weight: 700;
  box-shadow: 0 12px 28px -12px rgba(224, 165, 56, .6);
}
.btn--gold:hover {
  background: linear-gradient(160deg, #f8c86c, #d99a2b);
  color: #14202c;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -12px rgba(224, 165, 56, .7);
}
.btn--gold svg { color: #14202c; }

.btn--sm { min-height: 40px; padding: 8px 15px; font-size: .885rem; border-radius: 11px; }
.btn--lg { min-height: 54px; padding: 14px 28px; font-size: 1.02rem; }
.btn--block { width: 100%; }

/* 9 ── Kartlar ----------------------------------------------------------- */

.card {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease), transform .18s var(--ease);
}
.card__icon {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: var(--brand-tint);
  color: var(--brand-2);
}
.card__icon svg { width: 23px; height: 23px; }
.card h3 { margin-bottom: 9px; }
.card p { color: var(--muted); font-size: .985rem; }
.card__more {
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand-2);
  font-size: .92rem;
  font-weight: 650;
  text-decoration: none;
}
.card__more svg { width: 15px; height: 15px; transition: transform .18s var(--ease); }

a.card { text-decoration: none; color: inherit; }
a.card:hover, .card--hover:hover {
  border-color: var(--c, var(--brand-3));
  box-shadow: 0 16px 34px -20px var(--c, rgba(16, 52, 79, .5));
  transform: translateY(-3px);
}
a.card:hover .card__more svg { transform: translateX(3px); }

/* Her hizmet kendi rengini taşır — kartlar tek tip mavi bloktan çıkar.
   --c / --ct HTML'de satır içi olarak veriliyor (build.py: SERVICE_COLORS). */
.card[style*="--c"] .card__icon { background: var(--ct); color: var(--c); }
/* Bağlantıda parlak değil koyu varyant — küçük metin AA'yı geçsin. */
.card[style*="--c"] .card__more { color: var(--cd); }
a.card[style*="--c"]:hover .card__icon { background: var(--c); color: #fff; }

.card--flat { background: var(--surface-2); border-color: transparent; }

/* Metin blokları (hizmet / ilçe içerik bölümleri) */
.prose-block { max-width: 74ch; }
.prose-block + .prose-block { margin-top: clamp(26px, 3vw, 40px); }
.prose-block h2 { margin-bottom: 14px; }
.prose-block h3 { margin-bottom: 10px; }
.prose-block p { color: var(--muted); }

/* 9b ── İş görselleri (ana sayfa) ---------------------------------------
   Kart yığınından ayrışsın diye kenarlıksız, editoryal bir düzen. */

.works {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
}
@media (min-width: 780px) { .works { grid-template-columns: repeat(2, 1fr); } }

.work { margin: 0; }
.work__media {
  display: block;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--surface-3);
  box-shadow: var(--sh-2);
}
.work__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;          /* width/height ile birlikte CLS'i sıfırlar */
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.work__media:hover img { transform: scale(1.03); }
.work__body { padding: 20px 2px 0; }
.work__body h3 { font-size: clamp(1.15rem, 1.05rem + .5vw, 1.4rem); margin-bottom: 8px; }
.work__body p { color: var(--muted); font-size: .96rem; max-width: 46ch; }
.work__body .card__more { padding-top: 14px; }

/* 10 ── Süreç adımları --------------------------------------------------- */

/* Adımlar ayrı kartlar. Izgara-çizgisi yöntemi 7 adımda boş 8. hücreyi
   gri blok olarak gösteriyordu; kart düzeninde böyle bir artık kalmıyor. */
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(212px, 1fr));
  gap: 12px;
}
.step {
  padding: 22px 20px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-top-width: 3px;
  border-radius: var(--r);
  transition: transform .16s var(--ease), box-shadow .16s var(--ease);
}
.step:hover { transform: translateY(-2px); box-shadow: var(--sh-2); }
.step__num {
  display: inline-grid;
  place-items: center;
  width: 36px; height: 36px;
  margin-bottom: 15px;
  border-radius: 11px;
  background: var(--brand);
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
/* Adımlar sırayla renk değiştirir — süreç tek blok gibi görünmesin */
.step:nth-child(1) .step__num { background: var(--c-sky); }
.step:nth-child(2) .step__num { background: var(--c-mint); }
.step:nth-child(3) .step__num { background: var(--c-sand); }
.step:nth-child(4) .step__num { background: var(--c-lilac); }
.step:nth-child(5) .step__num { background: var(--c-peach); }
.step:nth-child(6) .step__num { background: var(--c-rose); }
.step:nth-child(7) .step__num { background: var(--brand-3); }
.step:nth-child(1) { border-top-color: var(--c-sky); }
.step:nth-child(2) { border-top-color: var(--c-mint); }
.step:nth-child(3) { border-top-color: var(--c-sand); }
.step:nth-child(4) { border-top-color: var(--c-lilac); }
.step:nth-child(5) { border-top-color: var(--c-peach); }
.step:nth-child(6) { border-top-color: var(--c-rose); }
.step:nth-child(7) { border-top-color: var(--brand-3); }
.step h3 { font-size: 1.03rem; margin-bottom: 7px; }
.step p { font-size: .91rem; color: var(--muted); }

/* Özellik listesi */
.features { list-style: none; display: grid; gap: 16px; }
@media (min-width: 700px) { .features { grid-template-columns: repeat(2, 1fr); gap: 20px 34px; } }
.feature { display: flex; gap: 14px; }
.feature__ico {
  flex: none;
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  border-radius: 11px;
  background: var(--accent-tint);
  color: var(--accent);
}
/* Özellik ikonları da sırayla renk alır */
.features li:nth-child(1) .feature__ico { background: var(--c-sky-t);   color: var(--c-sky); }
.features li:nth-child(2) .feature__ico { background: var(--c-mint-t);  color: var(--c-mint); }
.features li:nth-child(3) .feature__ico { background: var(--c-peach-t); color: var(--c-peach); }
.features li:nth-child(4) .feature__ico { background: var(--c-lilac-t); color: var(--c-lilac); }
.features li:nth-child(5) .feature__ico { background: var(--c-sand-t);  color: var(--c-sand); }
.features li:nth-child(6) .feature__ico { background: var(--c-rose-t);  color: var(--c-rose); }
.feature__ico svg { width: 19px; height: 19px; }
.feature h3 { font-size: 1.01rem; margin-bottom: 5px; }
.feature p { font-size: .92rem; color: var(--muted); }

/* 11 ── Lokasyon bileşenleri --------------------------------------------- */

.side-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.side-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 17px 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: .89rem;
  font-weight: 550;
  color: var(--muted);
  box-shadow: var(--sh-1);
}
.side-tag svg { width: 17px; height: 17px; color: var(--brand-3); }
.side-tag b {
  color: var(--ink);
  font-weight: 750;
  letter-spacing: -.01em;
  font-variant-numeric: tabular-nums;
}
/* Toplam mahalle sayısı — bölümün asıl rakamı, vurgulu. */
.side-tag--total { border-color: #f0d9cb; background: var(--accent-tint); color: #8d4a26; }
.side-tag--total b { color: var(--accent); }

.district-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}
/* Izgara öğelerinin varsayılan min-width:auto değeri, uzun ilçe adı +
   "N mahalle" etiketi tek satıra sığmadığında sütunu şişirip dar ekranda
   yatay taşma yaratıyordu. */
.district-grid > li { min-width: 0; }
/* İlçe adı üstte, mahalle sayısı altta. Sabit iki satır — ilçe adı uzun da
   olsa kısa da olsa bütün kartlar aynı yükseklikte ve hizalı kalır. */
.district-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  min-height: 68px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--surface);
  color: var(--ink);
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: border-color .16s var(--ease), background-color .16s var(--ease),
              color .16s var(--ease), transform .16s var(--ease),
              box-shadow .16s var(--ease);
}
.district-link span {
  white-space: nowrap;
  color: var(--muted-2);
  font-size: .765rem;
  font-weight: 500;
  letter-spacing: .01em;
}
.district-link:hover {
  border-color: var(--brand-3);
  background: var(--brand-tint);
  color: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -14px rgba(14, 26, 36, .45);
}
.district-link:hover span { color: var(--brand-3); }

.mahalle-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(184px, 1fr));
  gap: 8px;
}
/* Mahalleler ayrı sayfa değildir; ilçe sayfasında liste öğesi olarak gösterilir. */
.mahalle-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid var(--line-2);
  border-radius: 11px;
  background: var(--surface);
  color: var(--ink-2);
  font-size: .9rem;
  font-weight: 550;
}
.mahalle-link::before {
  content: "";
  flex: none;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .55;
}

.nearby {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nearby a {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink-2);
  font-size: .885rem;
  font-weight: 550;
  text-decoration: none;
  transition: border-color .15s var(--ease), color .15s var(--ease), background-color .15s var(--ease);
}
.nearby a:hover { border-color: var(--brand-3); color: var(--brand); background: var(--brand-tint); }

.count-note {
  margin-top: 16px;
  font-size: .875rem;
  color: var(--muted-2);
}

/* 12 ── SSS (JS'siz, details/summary) ------------------------------------ */

.faq { border-top: 1px solid var(--line); max-width: 78ch; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 19px 2px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: "";
  flex: none;
  width: 12px; height: 12px;
  margin-top: 7px;
  margin-left: auto;
  border-right: 2px solid var(--brand-3);
  border-bottom: 2px solid var(--brand-3);
  transform: rotate(45deg);
  transition: transform .22s var(--ease);
}
.faq__item[open] .faq__q::after { transform: rotate(-135deg); margin-top: 11px; }
.faq__q:hover { color: var(--brand-2); }
.faq__a { padding: 0 44px 22px 2px; color: var(--muted); }

/* 13 ── Breadcrumb ------------------------------------------------------- */

.crumbs { padding-top: clamp(18px, 2vw, 26px); }
.crumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  list-style: none;
  font-size: .855rem;
  color: var(--muted-2);
}
.crumbs li { display: flex; align-items: center; gap: 8px; }
.crumbs li + li::before {
  content: "";
  width: 5px; height: 5px;
  border-right: 1.5px solid var(--muted-2);
  border-top: 1.5px solid var(--muted-2);
  transform: rotate(45deg);
  opacity: .7;
}
.crumbs a { color: var(--muted); text-decoration: none; font-weight: 550; }
.crumbs a:hover { color: var(--brand-2); text-decoration: underline; }
.crumbs [aria-current="page"] { color: var(--ink); font-weight: 600; }

/* 14 ── CTA bandı -------------------------------------------------------- */

/* Açık, premium CTA bloğu. Koyu blok yerine beyaz kart + ince çerçeve;
   vurgu rengi yalnızca üst şeritte ve butonda kullanılır. */
.cta {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 4.6vw, 68px) clamp(24px, 4vw, 60px);
  border-radius: var(--r-xl);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 26px 52px -38px rgba(14, 26, 36, .34);
  color: var(--muted);
  text-align: center;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-3), var(--accent));
}
.cta > * { position: relative; }
.cta h2 { color: var(--ink); max-width: 20ch; margin-inline: auto; }
.cta p { margin: 16px auto 0; max-width: 56ch; color: var(--muted); }
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.cta__note { margin-top: 22px; font-size: .875rem; color: var(--muted-2); }

/* 15 ── Blog ------------------------------------------------------------- */

.postcard {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  text-decoration: none;
  color: inherit;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease), transform .18s var(--ease);
}
.postcard:hover { border-color: var(--brand-3); box-shadow: var(--sh-2); transform: translateY(-2px); color: inherit; }
.postcard time { font-size: .82rem; font-weight: 600; color: var(--accent); letter-spacing: .02em; }
.postcard h3 { margin: 11px 0 9px; }
.postcard p { font-size: .945rem; color: var(--muted); }
.postcard__more {
  margin-top: auto;
  padding-top: 18px;
  font-size: .91rem;
  font-weight: 650;
  color: var(--brand-2);
}

.article { max-width: 74ch; }
.article > * + * { margin-top: 1.35em; }
.article h2 { margin-top: 1.85em; font-size: clamp(1.35rem, 1.16rem + .82vw, 1.72rem); }
.article h2:first-child { margin-top: 0; }
.article p { color: var(--ink-2); font-size: 1.045rem; line-height: 1.72; }
.article ul { padding-left: 0; list-style: none; }
.article ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 11px;
  color: var(--ink-2);
  font-size: 1.02rem;
}
.article ul li::before {
  content: "";
  position: absolute;
  left: 3px; top: .62em;
  width: 7px; height: 7px;
  border-radius: 2px;
  background: var(--accent);
}
.article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  font-size: .88rem;
  color: var(--muted-2);
}
.article__meta time { font-weight: 600; color: var(--muted); }

.inline-cta {
  margin-block: 2em;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: var(--r);
  background: var(--surface-2);
}
.inline-cta h3 { font-size: 1.1rem; margin-bottom: 8px; }
.inline-cta p { font-size: .96rem; color: var(--muted); }
.inline-cta .btn { margin-top: 16px; }

/* 16 ── Footer ----------------------------------------------------------- */

/* Kompakt, premium footer. Koyu lacivert ama alan olarak dar tutuldu;
   üstünde paletin ince renk şeridi var. */
.site-footer {
  position: relative;
  padding-top: clamp(34px, 3.4vw, 48px);
  background: var(--brand);
  color: #b3cadb;
  font-size: .9rem;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 4px;
  background: linear-gradient(90deg,
    var(--c-peach) 0%, var(--c-sand) 26%, var(--c-mint) 52%,
    var(--c-sky) 76%, var(--c-lilac) 100%);
}
.footer__grid {
  display: grid;
  gap: 26px;
}
@media (min-width: 640px) { .footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 32px; } }
.footer__grid h2 {
  margin-bottom: 13px;
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-footer ul { list-style: none; display: grid; gap: 6px; }
/* Masaüstünde de hedef yüksekliği 24px'in altına düşmesin (WCAG 2.5.8 AA) */
.site-footer ul a { display: inline-block; padding-block: 4px; }
.site-footer a { color: #b3cadb; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer__brand { display: flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 1.05rem; }
.footer__brand .brand__mark { background: rgba(255,255,255,.14); }
.footer__about { margin-top: 13px; max-width: 38ch; line-height: 1.65; font-size: .87rem; }
.footer__contact { margin-top: 16px; display: grid; gap: 8px; }
.footer__contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-block: 4px;
  color: #fff;
  font-weight: 650;
}
.footer__contact svg { width: 17px; height: 17px; color: #f0a273; }
/* 39 ilçe linki korunuyor ama yoğun ve kompakt diziliyor.
   Seçici `.site-footer ul` (0,1,1) tarafından ezilmemesi için kapsamlı. */
.site-footer .footer__districts {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0;
  list-style: none;
  font-size: .82rem;
  line-height: 1.5;
}
.site-footer .footer__districts a { padding-block: 4px; }
.footer__districts li:not(:last-child)::after {
  content: "·";
  margin: 0 7px;
  color: rgba(255, 255, 255, .3);
}
.footer__bottom {
  margin-top: clamp(26px, 2.8vw, 38px);
  padding-block: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  align-items: center;
  font-size: .855rem;
  color: #86a6bd;
}

/* 17 ── Mobil çağrı çubuğu ----------------------------------------------- */

.callbar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 95;
  display: grid;
  /* minmax(0,1fr): buton metni nowrap olduğu için 1fr izleri içerikten
     küçülemiyor ve dar ekranda yatay taşma yaratıyordu. */
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  max-width: 100%;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
}
@media (min-width: 1024px) { .callbar { display: none; } }
.callbar .btn {
  min-height: 50px;
  font-size: .95rem;
  min-width: 0;
  padding-inline: 12px;
  overflow: hidden;
}
/* Çok dar ekranlarda metin taşmasın */
@media (max-width: 359px) {
  .callbar .btn { font-size: .9rem; gap: 7px; }
}
body { padding-bottom: 0; }
@media (max-width: 1023px) { body { padding-bottom: 78px; } }

/* 17b ── Masaüstü WhatsApp butonu ---------------------------------------
   Mobilde alt çubuk zaten var; bu yalnızca geniş ekranda görünür. */

.wa-fab { display: none; }
@media (min-width: 1024px) {
  .wa-fab {
    position: fixed;
    right: 22px; bottom: 22px;
    z-index: 92;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px 13px 16px;
    border-radius: 999px;
    background: var(--wa);
    color: #fff;
    font-size: .94rem;
    font-weight: 650;
    text-decoration: none;
    box-shadow: 0 10px 30px -8px rgba(31, 170, 85, .5);
    transition: background-color .16s var(--ease), transform .16s var(--ease),
                box-shadow .16s var(--ease);
  }
  .wa-fab svg { width: 21px; height: 21px; }
  .wa-fab:hover {
    background: var(--wa-2);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px -8px rgba(31, 170, 85, .6);
  }
}

/* 18 ── 404 -------------------------------------------------------------- */

.nf { text-align: center; padding-block: clamp(56px, 8vw, 110px); }
.nf__code {
  font-size: clamp(4rem, 2.4rem + 7vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
  background: linear-gradient(150deg, var(--brand-3), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nf h1 { margin-top: 18px; }
.nf .lead { margin: 16px auto 0; max-width: 52ch; }
.nf__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }

/* İletişim sayfası */
.contact-grid { display: grid; gap: 20px; }
@media (min-width: 860px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 24px; } }
.contact-card { padding: clamp(24px, 2.6vw, 34px); border: 1px solid var(--line); border-radius: var(--r-lg); }
.contact-card--wa { background: linear-gradient(160deg, #f2fbf5, var(--surface)); border-color: #cdead9; }
.contact-card h3 { margin-bottom: 10px; }
.contact-card p { color: var(--muted); font-size: .96rem; }
.contact-card .btn { margin-top: 20px; }
.contact-big {
  display: inline-block;
  margin-top: 6px;
  font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--ink);
  text-decoration: none;
}
.contact-big:hover { color: var(--brand-2); }

.hours { list-style: none; margin-top: 18px; display: grid; gap: 8px; font-size: .93rem; }
.hours li { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--line-2); }
.hours li:last-child { border-bottom: 0; }
.hours span { color: var(--muted); }
.hours b { font-weight: 650; color: var(--ink); }

/* ==========================================================================
   18b ── ANA SAYFA KOMPOZİSYONLARI
   Her bölümün kendi düzeni var; hiçbiri "başlık + 3 kart" şablonunu
   tekrar etmiyor. Dekoratif öğeler her bölüme değil, seçili yerlere konur.
   ========================================================================== */

/* Bölüm yüzeyleri — pastel ritim */
.sec { padding-block: clamp(56px, 6.4vw, 104px); position: relative; }
.sec--white { background: var(--s-white); }
.sec--off   { background: var(--s-off); }
.sec--cream { background: var(--s-cream); }
.sec--blue  { background: var(--s-blue); }
.sec--lav   { background: var(--s-lav); }
.sec--peach { background: var(--s-peach); }

/* Koyu vurgu bölümü — sayfanın ortasında görsel enerjiyi yükseltir.
   Hero ile aynı zemin ailesi, aynı altın vurgu. */
.sec--dark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--d-text);
  background:
    radial-gradient(900px 520px at 88% -18%, rgba(31, 96, 145, .5) 0%, transparent 60%),
    radial-gradient(700px 460px at 2% 112%, rgba(224, 165, 56, .14) 0%, transparent 62%),
    linear-gradient(162deg, #0d2942 0%, #081b2c 100%);
}
.sec--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  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: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 20% 0%, #000 10%, transparent 70%);
  mask-image: radial-gradient(ellipse 70% 60% at 20% 0%, #000 10%, transparent 70%);
}
.sec--dark h2, .sec--dark h3 { color: #fff; }
.sec--dark .lead { color: var(--d-text); }
.sec--dark .sec__kicker { color: var(--gold-2); }

/* Koyu bölümde "Neden biz" kartları */
.sec--dark .wi {
  background: rgba(255, 255, 255, .055);
  border-color: var(--d-line);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.sec--dark .wi p { color: var(--d-dim); }
.sec--dark .wi__big { color: var(--gold); opacity: .3; }
.sec--dark .wi:nth-child(1) {
  background: rgba(224, 165, 56, .1);
  border-color: rgba(224, 165, 56, .28);
}
.sec--dark .wi:nth-child(4) {
  background: rgba(31, 96, 145, .22);
  border-color: rgba(120, 180, 225, .25);
}
.sec--dark .wi:nth-child(1) .wi__big,
.sec--dark .wi:nth-child(4) .wi__big { color: var(--gold-2); opacity: .34; }

/* Bölüm başlığı — iki hizalama seçeneği */
.sec__head { max-width: 640px; margin-bottom: clamp(32px, 3.6vw, 54px); }
.sec__head .lead { margin-top: 14px; }
.sec__kicker {
  display: block;
  margin-bottom: 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--c-peach-d);   /* pastel zeminlerde AA için koyu varyant */
}

/* ── HERO ─────────────────────────────────────────────────────────────
   Sitenin en güçlü tasarım alanı. Derin lacivert zemin, altın vurgu,
   sağda kompozisyonun parçası olan bilgi kartları.                    */

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--on-entry-2);
  background:
    radial-gradient(860px 540px at 87% -14%, #fde7cf 0%, transparent 58%),
    radial-gradient(680px 460px at 0% 108%, #eae3d2 0%, transparent 60%),
    linear-gradient(162deg, var(--entry-1) 0%, var(--entry-2) 56%, var(--entry-3) 100%);
  border-bottom: 1px solid var(--entry-line);
}
/* İnce ızgara dokusu — üstte belirgin, aşağı doğru erir */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(16, 52, 79, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 52, 79, .05) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(ellipse 80% 66% at 50% 4%, #000 16%, transparent 72%);
  mask-image: radial-gradient(ellipse 80% 66% at 50% 4%, #000 16%, transparent 72%);
}
/* Tek büyük dekoratif halka */
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -180px; top: -140px;
  width: 620px; height: 620px;
  border-radius: 50%;
  border: 1px solid rgba(16, 52, 79, .06);
  box-shadow: inset 0 0 0 60px rgba(255, 255, 255, .45);
}
@media (max-width: 767px) { .hero::after { display: none; } }

.hero__inner {
  display: grid;
  gap: clamp(34px, 4vw, 60px);
  padding-block: clamp(44px, 5.6vw, 92px);
  align-items: center;
}
@media (min-width: 1000px) {
  .hero__inner { grid-template-columns: 1.06fr .94fr; }
}
.hero__text > * + * { margin-top: 20px; }

/* Konum rozeti */
.hero .eyebrow {
  border-color: var(--entry-line);
  background: rgba(255, 255, 255, .92);
  color: var(--on-entry-hl);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.hero .eyebrow::before { background: var(--gold); }

/* Başlık — serif display, vurgu kelimesi altın */
.hero h1 {
  max-width: 15ch;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 1.25rem + 4.8vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -.012em;
  color: var(--on-entry);
  padding-bottom: .04em;
}
/* Vurgu kelimesi: arka plan şekli yok, sadece renk.
   Pudra mavisi zeminde sıcak kiremit tonu hem okunur hem dikkat çeker. */
.hero h1 .hl { color: var(--on-entry-hl); }
.hero .lead { max-width: 44ch; color: var(--on-entry-2); }

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 6px; }

/* CTA altı mikro metin */
.hero__note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 46ch;
  font-size: .92rem;
  line-height: 1.55;
  color: var(--on-entry-2);
}
.hero__note svg { width: 17px; height: 17px; margin-top: 3px; color: var(--on-entry-hl); }

/* Hero güven satırı */
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--d-line);
  list-style: none;
}
.hero__trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  font-weight: 550;
  color: var(--d-text);
}
.hero__trust svg { width: 15px; height: 15px; color: var(--gold); }

/* ── Hero bilgi kartları — kompozisyonun parçası ───────────────────── */

.hcards {
  display: grid;
  gap: 12px;
}
@media (min-width: 560px) { .hcards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) {
  .hcards { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  /* Hafif kaydırma: kartlar düz bir ızgara gibi durmasın */
  .hcards > :nth-child(odd) { transform: translateY(-14px); }
  .hcards > :nth-child(even) { transform: translateY(14px); }
}
.hcard {
  position: relative;
  overflow: hidden;
  padding: 20px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .9);
  background: linear-gradient(160deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 44px -28px rgba(16, 52, 79, .3);
  transition: transform .22s var(--ease), border-color .22s var(--ease),
              background-color .22s var(--ease);
}
/* Üstte ince altın çizgi */
.hcard::before {
  content: "";
  position: absolute;
  left: 18px; right: 18px; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 165, 56, .75), transparent);
}
.hcard__ico {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  margin-bottom: 13px;
  border-radius: 11px;
  background: var(--gold-tint);
  border: 1px solid #eedcb5;
  color: var(--gold-d);
}
.hcard__ico svg { width: 19px; height: 19px; }
.hcard h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.012em;
  color: var(--brand);
  margin-bottom: 6px;
}
.hcard p { font-size: .885rem; line-height: 1.55; color: var(--muted); }
@media (min-width: 1000px) {
  .hcard:hover {
    transform: translateY(-18px);
    border-color: #e8d3ad;
    background: #fff;
  }
  .hcards > :nth-child(even):hover { transform: translateY(10px); }
}

/* ── GÜVEN ŞERİDİ ─────────────────────────────────────────────────────── */

.trustband { background: var(--s-blue); border-bottom: 1px solid var(--ln-cool); }
.trustband ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  padding-block: clamp(20px, 2.3vw, 28px);
}
@media (min-width: 900px) { .trustband ul { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.trustband li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--brand);
}
.trustband .ti {
  flex: none;
  display: grid;
  place-items: center;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid var(--ln-cool);
}
.trustband .ti svg { width: 16px; height: 16px; }
.trustband li:nth-child(1) .ti svg { color: var(--c-peach); }
.trustband li:nth-child(2) .ti svg { color: var(--c-mint); }
.trustband li:nth-child(3) .ti svg { color: var(--c-sky); }
.trustband li:nth-child(4) .ti svg { color: var(--c-lilac); }

/* ── HİZMET KARTLARI ──────────────────────────────────────────────────── */

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
/* 4 kolona oturduğunda: 8 standart kart + son satırda iki geniş kart.
   Alçıpan ve Dekoratif Boya böylece listede kaybolmaz. */
@media (min-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(4, 1fr); }
  .svc--wide { grid-column: span 2; }
}
.svc {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px 22px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease),
              border-color .18s var(--ease);
}
/* Sağ üst köşede renkli aksan — kartın kimliği */
.svc::before {
  content: "";
  position: absolute;
  right: -46px; top: -46px;
  width: 108px; height: 108px;
  border-radius: 50%;
  background: var(--ct);
  transition: transform .28s var(--ease);
}
.svc__ico {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  margin-bottom: 16px;
  border-radius: 13px;
  background: var(--ct);
  color: var(--c);
  transition: background-color .18s var(--ease), color .18s var(--ease);
}
.svc__ico svg { width: 23px; height: 23px; }
.svc h3 { position: relative; font-size: 1.08rem; margin-bottom: 7px; }
.svc p { position: relative; font-size: .93rem; color: var(--muted); }
.svc__go {
  position: relative;
  margin-top: auto;
  padding-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .88rem;
  font-weight: 650;
  color: var(--cd);
}
.svc__go svg { width: 15px; height: 15px; transition: transform .18s var(--ease); }
.svc:hover {
  transform: translateY(-4px);
  border-color: var(--c);
  box-shadow: 0 20px 40px -24px var(--c);
}
.svc:hover::before { transform: scale(1.28); }
.svc:hover .svc__ico { background: var(--c); color: #fff; }
.svc:hover .svc__go svg { transform: translateX(4px); }

/* --- Kart varyantları: tek düzen tekrarlanmasın ---------------------- */

/* a) Köşe dairesi yerine üst renk şeridi taşıyan kartlar */
.svc--bar::before {
  right: auto; top: 0; left: 0;
  width: 100%; height: 5px;
  border-radius: 0;
  background: var(--c);
  opacity: .9;
}
.svc--bar:hover::before { transform: none; opacity: 1; }
.svc--bar .svc__ico { background: transparent; border: 1px solid var(--ct); }

/* b) Geniş, dolgulu kartlar — öne çıkarılan hizmetler */
.svc--wide {
  background: var(--ct);
  border-color: transparent;
  padding: 28px 26px 26px;
}
.svc--wide::before {
  right: -70px; top: -70px;
  width: 190px; height: 190px;
  background: rgba(255, 255, 255, .55);
}
.svc--wide .svc__ico {
  width: 54px; height: 54px;
  background: #fff;
  border-radius: 15px;
}
.svc--wide .svc__ico svg { width: 26px; height: 26px; }
.svc--wide h3 { font-size: 1.28rem; }
.svc--wide p { max-width: 46ch; font-size: .97rem; color: #4d5c6a; }
.svc--wide .svc__tag {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cd);
}
.svc--wide:hover { background: var(--ct); border-color: var(--c); }
.svc--wide:hover .svc__ico { background: #fff; color: var(--c); }

/* ── UYGULAMA ALANLARI (asimetrik iki blok) ───────────────────────────── */

.areas { display: grid; gap: 20px; }
@media (min-width: 900px) {
  .areas { grid-template-columns: 1.08fr .92fr; align-items: start; }
  .areas > :nth-child(2) { margin-top: 52px; }
}
.area {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 44px);
  border-radius: 26px;
  border: 1px solid transparent;
}
.area--in {
  background: linear-gradient(158deg, #e9f1fa 0%, #dbe9f7 100%);
  border-color: var(--ln-cool);
}
.area--out {
  background: linear-gradient(158deg, #fdeee1 0%, #f9dfcb 100%);
  border-color: var(--ln-warm);
}
.area::after {                 /* köşede büyük yumuşak halka */
  content: "";
  position: absolute;
  right: -70px; bottom: -90px;
  width: 240px; height: 240px;
  border-radius: 50%;
  border: 34px solid rgba(255, 255, 255, .5);
}
.area > * { position: relative; }

.area__tag {
  display: inline-block;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.area--in .area__tag { color: var(--c-sky-d); }
.area--out .area__tag { color: var(--c-peach-d); }
.area h3 {
  margin: 16px 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.6rem, 1.2rem + 1.7vw, 2.3rem);
  letter-spacing: -.01em;
  color: var(--brand);
}
.area p { color: #4a5b6b; max-width: 42ch; }
.area ul {
  list-style: none;
  margin: 20px 0 24px;
  display: grid;
  gap: 9px;
}
.area li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .95rem;
  font-weight: 550;
  color: var(--ink-2);
}
.area li svg { width: 17px; height: 17px; margin-top: 3px; }
.area--in li svg { color: var(--c-sky-d); }
.area--out li svg { color: var(--c-peach-d); }

/* ── NEDEN BİZ (editorial) ────────────────────────────────────────────── */

.why-ed { display: grid; gap: clamp(30px, 3.4vw, 52px); }
@media (min-width: 980px) { .why-ed { grid-template-columns: .82fr 1.18fr; } }
.why-ed__aside h2 { margin-bottom: 16px; }
.why-ed__list { display: grid; gap: 14px; }
@media (min-width: 620px) { .why-ed__list { grid-template-columns: repeat(2, 1fr); } }
.wi {
  position: relative;
  overflow: hidden;
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid var(--ln-warm);
  background: rgba(255, 255, 255, .72);
}
/* Maddenin TEK numarası. Daha önce hem küçük bir etiket hem de büyük
   dekoratif numara vardı ve "01 01" gibi görünüyordu; küçük olan kaldırıldı. */
.wi__big {
  position: absolute;
  right: 14px; top: 10px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--brand);
  opacity: .16;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}
.wi > *:not(.wi__big) { position: relative; }
.wi h3 { padding-right: 52px; }
/* Ritim: 1. ve 4. madde geniş ve renkli, diğerleri sade */
@media (min-width: 620px) {
  .wi:nth-child(1), .wi:nth-child(4) { grid-column: span 2; }
}
.wi:nth-child(1) { background: #fdeadb; border-color: #f2d9c6; }
.wi:nth-child(4) { background: #eae6f7; border-color: var(--ln-lav); }
.wi:nth-child(1) .wi__big { color: var(--c-peach-d); opacity: .1; }
.wi:nth-child(4) .wi__big { color: var(--c-lilac-d); opacity: .1; }
.wi h3 { margin: 8px 0 6px; font-size: 1.04rem; }
.wi p { font-size: .93rem; color: var(--muted); }

/* ── HAKKIMIZDA (geniş metin + dekor) ─────────────────────────────────── */

.about {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 62px);
  border-radius: 28px;
  background: linear-gradient(150deg, #fbf5ec 0%, #f6eee1 100%);
  border: 1px solid var(--ln-warm);
}
.about::before {
  content: "";
  position: absolute;
  left: -80px; top: -80px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
}
.about > * { position: relative; }
.about__grid { display: grid; gap: 26px; }
@media (min-width: 900px) { .about__grid { grid-template-columns: 1.1fr .9fr; align-items: center; } }
.about h2 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -.01em;
}
.about p { color: #4d5c6a; margin-top: 14px; max-width: 50ch; }
.about__quote {
  padding: 24px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--ln-warm);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1rem + .8vw, 1.5rem);
  line-height: 1.45;
  color: var(--brand);
}

/* ── SÜREÇ (büyük numaralar) ──────────────────────────────────────────── */

.proc { display: grid; gap: 14px; }
@media (min-width: 700px)  { .proc { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .proc { grid-template-columns: repeat(4, 1fr); } }
.pstep {
  position: relative;
  overflow: hidden;
  padding: 26px 22px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
}
/* Arka planda büyük dekoratif numara */
.pstep__bg {
  position: absolute;
  right: 6px; top: -18px;
  font-size: 5.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.05em;
  color: var(--pc, var(--brand-3));
  opacity: .12;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}
.pstep h3 { position: relative; font-size: 1.02rem; margin-bottom: 7px; }
.pstep p { position: relative; font-size: .92rem; color: var(--muted); }
.pstep__dot {
  position: relative;
  display: inline-block;
  width: 26px; height: 4px;
  border-radius: 3px;
  margin-bottom: 14px;
  background: var(--pc, var(--brand-3));
}
/* İlk adım geniş ve vurgulu */
@media (min-width: 1040px) {
  .pstep:first-child { grid-column: span 2; background: var(--s-blue); border-color: var(--ln-cool); }
}

/* ── BÖLGELER (iki büyük renk alanı) ──────────────────────────────────── */

.regions { display: grid; gap: 20px; }
@media (min-width: 1000px) { .regions { grid-template-columns: 25fr 14fr; } }
.region {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 2.8vw, 38px);
  border-radius: 26px;
  border: 1px solid transparent;
}
.region--eu { background: linear-gradient(160deg, #eef5fc 0%, #e3eefa 100%); border-color: var(--ln-cool); }
.region--as { background: linear-gradient(160deg, #f7f3fc 0%, #efe9f9 100%); border-color: var(--ln-lav); }
.region > * { position: relative; }
.region__top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-bottom: 20px;
}
.region h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 1.15rem + 1.1vw, 1.9rem);
  color: var(--brand);
}
.region__count {
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .85);
  font-size: .8rem;
  font-weight: 700;
  color: var(--brand-2);
  font-variant-numeric: tabular-nums;
}
.region .district-grid { grid-template-columns: repeat(auto-fill, minmax(136px, 1fr)); gap: 8px; }
.region .district-link {
  min-height: 60px;
  padding: 10px 13px;
  border-color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .78);
  font-size: .9rem;
}
.region .district-link:hover { background: #fff; border-color: var(--brand-3); }

/* Bölge istatistikleri — küçük ve estetik */
.regstats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  list-style: none;
}
.regstat {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 10px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}
.regstat b {
  font-size: 1.16rem;
  font-weight: 750;
  letter-spacing: -.02em;
  color: var(--brand);
  font-variant-numeric: tabular-nums;
}
.regstat span { font-size: .84rem; color: var(--muted); font-weight: 550; }
.regstat:nth-child(1) { border-color: var(--ln-cool); }
.regstat:nth-child(2) { border-color: var(--ln-lav); }
.regstat:nth-child(3) { border-color: var(--ln-warm); }
.regstat:nth-child(3) b { color: var(--accent); }

/* ── SSS (iki kolon) ──────────────────────────────────────────────────── */

.faq-split { display: grid; gap: clamp(28px, 3.2vw, 48px); }
@media (min-width: 940px) { .faq-split { grid-template-columns: .74fr 1.26fr; align-items: start; } }
.faq-split__aside h2 { margin-bottom: 14px; }
.faq-split .faq { border-top: 0; max-width: none; }
.faq-split .faq__item {
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.faq-split .faq__q { padding: 17px 20px; }
.faq-split .faq__a { padding: 0 52px 18px 20px; }
.faq-split .faq__item[open] { border-color: var(--ln-cool); box-shadow: var(--sh-1); }

/* ── FİNAL CTA (açık, sıcak, güçlü) ───────────────────────────────────── */

/* Final CTA — sayfanın kapanışı, hero ile aynı güçte koyu kompozisyon. */
.cta-soft {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 5vw, 82px) clamp(24px, 4vw, 64px);
  border-radius: 30px;
  text-align: center;
  color: var(--d-text);
  background:
    radial-gradient(680px 380px at 12% 4%, rgba(224, 165, 56, .22) 0%, transparent 62%),
    radial-gradient(640px 380px at 90% 96%, rgba(31, 96, 145, .5) 0%, transparent 62%),
    linear-gradient(150deg, #0e2b45 0%, #071624 100%);
  border: 1px solid rgba(255, 255, 255, .1);
}
.cta-soft::before {
  content: "";
  position: absolute;
  left: 50%; top: -160px;
  width: 380px; height: 380px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .09);
  box-shadow: inset 0 0 0 44px rgba(255, 255, 255, .025);
}
.cta-soft > * { position: relative; }
.cta-soft h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.95rem, 1.4rem + 2.4vw, 3.1rem);
  letter-spacing: -.012em;
  color: #fff;
  max-width: 18ch;
  margin-inline: auto;
}
.cta-soft p {
  margin: 16px auto 0;
  max-width: 52ch;
  color: var(--d-text);
  font-size: clamp(1.02rem, .97rem + .26vw, 1.14rem);
}
.cta-soft__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

/* Ghost buton — ikincil CTA için sade çerçeve */
.btn--ghost {
  background: transparent;
  border-color: var(--brand);
  color: var(--brand);
}
.btn--ghost:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

/* ==========================================================================
   18c ── MOBİL İNCE AYAR
   Masaüstü tasarımının küçültülmüş hâli değil; dar ekranda ayrıca
   düşünülmüş kurallar. Dekorasyon azaltılır, dokunma hedefleri büyür,
   uzun etiketler taşmak yerine sarar.
   ========================================================================== */

/* Izgara çocukları min-content yüzünden kabı patlatmasın */
.hero__inner > *,
.grid > *,
.svc-grid > *,
.areas > *,
.why-ed > *,
.why-ed__list > *,
.proc > *,
.regions > *,
.faq-split > * { min-width: 0; }

@media (max-width: 640px) {
  /* --- Butonlar: uzun etiket sarsın, tam genişlik ---------------------
     "WhatsApp'tan Fotoğraf Gönder" nowrap iken 324px min-content
     üretiyor ve 320px ekranda satırı taşırıyordu. */
  .btn {
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }
  .btn--lg { padding: 14px 20px; font-size: .99rem; }
  .hero__actions,
  .cta-soft__actions,
  .pagehead__actions { width: 100%; }
  .hero__actions .btn,
  .cta-soft__actions .btn,
  .pagehead__actions .btn { flex: 1 1 100%; }

  /* --- Küçük etiketler dar ekranda okunabilir olsun ------------------- */
  .sec__kicker { font-size: .8rem; letter-spacing: .1em; }
  .svc__tag, .svc--wide .svc__tag, .area__tag { font-size: .8rem; }
  /* Dekoratif numara mobilde içerikle yarışmasın */
  .wi__big { font-size: 1.7rem; opacity: .13; right: 12px; top: 12px; }
  .wi h3 { padding-right: 42px; }
  .eyebrow { font-size: .8rem; letter-spacing: .03em; }
  .district-link span { font-size: .8rem; }
  .regstat span { font-size: .88rem; }
  .site-footer .footer__grid h2 { font-size: .82rem; }
  .brand__sub { font-size: .76rem; letter-spacing: .05em; }

  /* --- Dekorasyonu geri çek ------------------------------------------ */
  .hero::before { opacity: .3; background-size: 22px 22px; }
  .area::after { width: 150px; height: 150px; right: -50px; bottom: -60px; border-width: 22px; }
  .about::before { width: 160px; height: 160px; left: -60px; top: -60px; }
  .cta-soft::before { width: 210px; height: 210px; top: -100px; border-width: 26px; }
  .wi__big { font-size: 3.4rem; right: 6px; top: -8px; }
  .pstep__bg { font-size: 4rem; right: 4px; top: -12px; }

  /* --- Bölüm ve panel iç boşlukları ---------------------------------- */
  .sec { padding-block: 46px; }
  .sec__head { margin-bottom: 26px; }
  .area, .region, .about { padding: 22px 18px; border-radius: 20px; }
  .cta-soft { padding: 32px 20px; border-radius: 20px; }

  /* Hizmet kartları: 10 kart mobilde sayfayı gereksiz uzatmasın */
  .svc-grid { gap: 12px; }
  .svc { padding: 18px 16px 16px; border-radius: 15px; }
  .svc__ico { width: 40px; height: 40px; margin-bottom: 12px; border-radius: 11px; }
  .svc__ico svg { width: 20px; height: 20px; }
  .svc h3 { font-size: 1.02rem; margin-bottom: 5px; }
  .svc p { font-size: .9rem; line-height: 1.5; }
  .svc__go { padding-top: 12px; }
  .svc--wide { padding: 20px 17px 18px; }
  .svc--wide h3 { font-size: 1.12rem; }
  .svc--wide .svc__ico { width: 44px; height: 44px; }

  /* Süreç: aşamalar arası boşluk azalsın */
  .proc { gap: 10px; }
  .pstep { padding: 18px 16px 16px; border-radius: 15px; }
  .pstep h3 { font-size: .99rem; }
  .pstep p { font-size: .89rem; line-height: 1.5; }

  /* Neden biz kartları */
  .wi { padding: 18px 16px; border-radius: 14px; }
  .why-ed__list { gap: 10px; }

  /* Bölge panelleri: ilçe adı öncelikli, mahalle sayısı geri planda */
  .region__top { margin-bottom: 14px; }
  .regstats { gap: 8px; margin-bottom: 18px; }
  .regstat { padding: 8px 13px; border-radius: 12px; }
  .regstat b { font-size: 1.05rem; }

  /* --- SSS: kompakt, tek kolon, rahat dokunma ------------------------- */
  .faq-split { gap: 22px; }
  .faq-split .faq__item { margin-bottom: 8px; border-radius: 12px; }
  .faq-split .faq__q { padding: 14px 15px; gap: 12px; font-size: .98rem; }
  .faq-split .faq__a { padding: 0 40px 14px 15px; font-size: .93rem; }

  /* --- Mahalle listesi: kısa adlar için tek sütun israf ---------------
     21-60 mahalle alt alta 1000px+ yer kaplıyordu. */
  .mahalle-grid { grid-template-columns: repeat(auto-fill, minmax(126px, 1fr)); gap: 7px; }
  .mahalle-link { padding: 9px 11px; font-size: .86rem; gap: 7px; }

  /* İlgili ilçe rozetleri ve hizmet kartları */
  .nearby a { font-size: .86rem; padding-inline: 13px; }

  /* --- Başlıklar taşmasın -------------------------------------------- */
  h1, h2, h3 { overflow-wrap: break-word; hyphens: auto; }
  .hero h1 { max-width: none; }
  .cta-soft h2, .sec__head h2 { max-width: none; }
}

/* Çok dar ekranlar (320px sınıfı) */
@media (max-width: 360px) {
  :root { --gutter: 16px; }
  .btn--lg { padding: 13px 16px; font-size: .95rem; }
  .hero h1 { font-size: 2.15rem; }
  /* Tek sütun 25 ilçeyi 1800px'e yayıyordu; iki sütun okunaklı kalıyor. */
  .region .district-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .region .district-link { padding: 9px 10px; font-size: .86rem; min-height: 58px; }
  .region .district-link span { font-size: .74rem; }
}

/* Dokunma hedefleri — mobil ve tablette en az ~44px yükseklik */
@media (max-width: 1023px) {
  /* Birincil footer bağlantıları rahat dokunulur olsun */
  .site-footer ul a {
    display: flex;
    align-items: center;
    min-height: 36px;
  }
  /* Hizmet ve kurumsal listeleri de iki sütun — footer'ı kısaltır */
  .footer__grid ul:not(.footer__districts) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 14px;
  }
  .footer__contact a { min-height: 40px; }
  .footer__bottom a { display: inline-block; padding-block: 7px; }
  /* 39 ilçe: tek sütun alt alta footer'ı 1500px'e çıkarıyordu.
     Mobilde iki sütunlu yoğun ızgara — linkler aynen korunur. */
  .site-footer .footer__districts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }
  .site-footer .footer__districts li::after { content: none; }
  .site-footer .footer__districts a {
    display: block;
    min-height: 0;
    padding-block: 5px;
  }

  /* Sayfa yolu, SSS başlıkları ve rozetler için dokunma payı */
  .crumbs a, .crumbs span { padding-block: 8px; display: inline-block; }
  .faq__q { min-height: 52px; }
  .brand { min-height: 44px; }
  .nearby a { padding-block: 11px; }
}

/* Ekran biraz genişleyince ilçe listesi üç sütuna çıkar */
@media (min-width: 400px) and (max-width: 1023px) {
  .site-footer .footer__districts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* 19 ── Hareket ---------------------------------------------------------- */

/* Yalnızca hafif bir açılma: bölüm bazında fade + küçük kayma.
   Öğeler tek tek sıralı animasyonla hareket etmez, hero hiç animasyon almaz. */
[data-reveal] {
  opacity: 0;
  transform: translateY(9px);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
  transition: opacity .42s var(--ease), transform .42s var(--ease);
}
.no-js [data-reveal] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* 20 ── Yazdırma --------------------------------------------------------- */

@media print {
  .site-header, .callbar, .cta, .site-footer, .mobile-nav { display: none !important; }
  body { padding-bottom: 0; color: #000; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; }
}
