/* =========================================================
   Doğan Oto Kurtarma — Tema Stil Dosyası
   Renk teması: Mavi & Beyaz (kurumsal / güven)
   Tüm tasarım tokenları :root altında — panelden yönetime hazır.
   ========================================================= */

:root {
  /* Marka renkleri — Siyah & Gri (grafit) */
  --blue-950: #0c0d10;
  --blue-900: #17191e;
  --blue-800: #24272e;
  --blue-700: #31353d;   /* Ana renk (grafit) */
  --blue-600: #3e434c;
  --blue-500: #6b7078;
  --blue-100: #d7d9de;
  --blue-50:  #f1f2f4;

  --primary:      var(--blue-700);
  --primary-dark: var(--blue-900);

  /* Nötr renkler */
  --ink:      #0F172A;
  --slate-700:#334155;
  --slate-600:#475569;
  --slate-500:#64748B;
  --slate-400:#94A3B8;
  --slate-300:#CBD5E1;
  --slate-200:#E2E8F0;
  --slate-100:#F1F5F9;
  --slate-50: #F8FAFC;
  --white:    #FFFFFF;

  /* Aksan */
  --green:      #16A34A;   /* WhatsApp / başarı */
  --green-dark: #15803D;
  --amber:      #F59E0B;   /* 7/24 rozet vurgusu */
  --red:        #DC2626;

  /* Şekil */
  --radius-lg: 20px;
  --radius:    14px;
  --radius-sm: 10px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.10);
  --shadow:    0 12px 30px -12px rgba(15,23,42,.18);
  --shadow-lg: 0 30px 60px -18px rgba(0,0,0,.35);

  --container: 1180px;
  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;

  --header-h: 72px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); } /* çapa linkleri sticky header altında kalmasın */
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.18; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
p { margin: 0; }
svg { display: block; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 20px;
}

.section { padding: 92px 0; }
.section--tight { padding: 60px 0; }
.section--slate { background: var(--slate-50); }
.section--blue {
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  color: var(--white);
}

/* ---------- Section heading ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--primary);
  background: var(--blue-50);
  padding: 7px 14px; border-radius: var(--radius-pill);
}
.section--blue .eyebrow { color: #fff; background: rgba(255,255,255,.15); }
.section-head { max-width: 680px; margin-bottom: 54px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-title { font-size: clamp(1.75rem, 3.4vw, 2.5rem); margin: 16px 0 12px; }
.section-desc { color: var(--slate-600); font-size: 1.05rem; }
.section--blue .section-desc { color: var(--blue-100); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; font-weight: 800; font-size: 15px;
  border-radius: var(--radius-pill); transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--primary); color: #fff; box-shadow: 0 10px 22px -8px rgba(12,13,16,.6); }
.btn--primary:hover { background: var(--blue-800); transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(12,13,16,.7); }
.btn--wa { background: var(--green); color: #fff; box-shadow: 0 10px 22px -8px rgba(22,163,74,.55); }
.btn--wa:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--primary); border: 1.5px solid var(--slate-200); }
.btn--ghost:hover { border-color: var(--primary); background: var(--blue-50); }
.btn--white { background: #fff; color: var(--primary); }
.btn--white:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn--block { width: 100%; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--blue-950); color: #cdd9f5;
  font-size: 13.5px; font-weight: 600;
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.topbar__left { display: flex; align-items: center; gap: 10px; }
.topbar__badge {
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff; background: rgba(255,255,255,.12); padding: 3px 10px; border-radius: var(--radius-pill);
  font-weight: 800; font-size: 12px;
}
.topbar__badge .dot { width: 7px; height: 7px; border-radius: 50%; background: #cfd3da; box-shadow: 0 0 0 3px rgba(255,255,255,.3); }
.topbar__right { display: flex; align-items: center; gap: 18px; }
.topbar__right a { display: inline-flex; align-items: center; gap: 6px; color: #dbe4fb; transition: color .15s; }
.topbar__right a:hover { color: #fff; }
.topbar__right svg { width: 15px; height: 15px; }

/* ---------- Header / Nav ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--slate-200);
  transition: box-shadow .2s ease;
}
.header.is-stuck { box-shadow: var(--shadow-sm); }
.header .container { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }

.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo__mark {
  width: 44px; height: 44px; border-radius: 12px; flex: none;
  display: grid; place-items: center; color: #fff;
  background: linear-gradient(140deg, var(--blue-600), var(--blue-900));
  box-shadow: 0 8px 18px -6px rgba(12,13,16,.6);
}
.logo__mark svg { width: 26px; height: 26px; }
.logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.logo__text b { font-size: 17px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); white-space: nowrap; }
.logo__text span { font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--slate-500); white-space: nowrap; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 9px 15px; border-radius: var(--radius-sm); font-weight: 700; font-size: 15px; color: var(--slate-700);
  transition: color .15s, background .15s; white-space: nowrap;
}
.nav a:hover { color: var(--primary); background: var(--blue-50); }
.nav a.active { color: var(--primary); }

.header__cta { display: flex; align-items: center; gap: 10px; }
.header__phone { display: inline-flex; align-items: center; gap: 10px; padding: 8px 8px 8px 14px; border-radius: var(--radius-pill); border: 1.5px solid var(--slate-200); font-weight: 800; color: var(--ink); transition: border-color .15s; white-space: nowrap; flex: none; }
.header__phone:hover { border-color: var(--primary); }
.header__phone .ph-ico { width: 34px; height: 34px; border-radius: 50%; background: var(--blue-50); color: var(--primary); display: grid; place-items: center; }
.header__phone .ph-ico svg { width: 17px; height: 17px; }
.header__phone small { display: block; font-size: 11px; font-weight: 700; color: var(--slate-500); letter-spacing: .02em; }
.header__phone b { font-size: 15.5px; }

.burger { display: none; width: 44px; height: 44px; border-radius: 11px; border: 1.5px solid var(--slate-200); color: var(--ink); align-items: center; justify-content: center; }
.burger svg { width: 24px; height: 24px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(1200px 600px at 80% -10%, var(--blue-600), transparent 60%),
              linear-gradient(160deg, var(--blue-900) 0%, var(--blue-800) 40%, var(--blue-950) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 85%);
          mask-image: linear-gradient(180deg, #000, transparent 85%);
}
.hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding-block: 70px 84px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18);
  padding: 8px 15px; border-radius: var(--radius-pill); font-weight: 800; font-size: 13.5px; letter-spacing: .02em;
  margin-bottom: 22px;
}
.hero__badge .pulse { width: 9px; height: 9px; border-radius: 50%; background: #cfd3da; box-shadow: 0 0 0 0 rgba(255,255,255,.7); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.6);} 70%{ box-shadow: 0 0 0 12px rgba(255,255,255,0);} 100%{ box-shadow:0 0 0 0 rgba(255,255,255,0);} }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); color: #fff; letter-spacing: -.03em; }
.hero h1 .hl { color: #d9dce2; }
.hero__sub { margin: 20px 0 30px; font-size: clamp(1.02rem, 1.6vw, 1.22rem); color: #d6e2fb; max-width: 540px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; }
.hero__chip { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14.5px; color: #e8effd; }
.hero__chip svg { width: 20px; height: 20px; color: #c1c5cd; flex: none; }

/* Hero yan kart — acil çağrı */
.callcard {
  background: #fff; color: var(--ink); border-radius: var(--radius-lg);
  padding: 26px; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.6);
}
.callcard__top { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px dashed var(--slate-200); margin-bottom: 18px; }
.callcard__ico { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(140deg, var(--blue-600), var(--blue-900)); color: #fff; display: grid; place-items: center; flex: none; animation: ring 2.4s infinite; }
.callcard__ico svg { width: 24px; height: 24px; }
@keyframes ring { 0%,100%{ transform: rotate(0);} 5%,15%{ transform: rotate(-11deg);} 10%,20%{ transform: rotate(11deg);} 25%{ transform: rotate(0);} }
.callcard__top b { font-size: 16px; }
.callcard__top > div span { display: block; font-size: 13px; color: var(--slate-500); font-weight: 600; }
.callcard__phone { display: block; text-align: center; font-size: 30px; font-weight: 800; letter-spacing: -.01em; color: var(--ink); margin: 4px 0 4px; }
.callcard__note { text-align: center; font-size: 13px; color: var(--slate-500); margin-bottom: 18px; }
.callcard__actions { display: grid; gap: 10px; }
.callcard__trust { display: flex; justify-content: space-between; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--slate-100); }
.callcard__trust div { text-align: center; flex: 1; }
.callcard__trust .t-ico { width: 30px; height: 30px; margin: 0 auto 5px; border-radius: 8px; background: var(--blue-50); color: var(--primary); display: grid; place-items: center; }
.callcard__trust .t-ico svg { width: 16px; height: 16px; }
.callcard__trust small { font-size: 11.5px; font-weight: 700; color: var(--slate-600); line-height: 1.2; display: block; }

/* ---------- Stats band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 6px; }
.stat b { display: block; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; color: #fff; letter-spacing: -.02em; }
.stat span { color: var(--blue-100); font-weight: 700; font-size: 14.5px; }

/* ---------- Services ---------- */
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.service-card {
  position: relative; background: #fff; border: 1px solid var(--slate-200);
  border-radius: var(--radius); padding: 30px 26px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
  overflow: hidden;
}
.service-card::after { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--blue-600), var(--blue-500)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::after { transform: scaleX(1); }
.service-card__ico { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(140deg, var(--blue-600), var(--blue-900)); margin-bottom: 18px; box-shadow: 0 10px 20px -8px rgba(12,13,16,.5); }
.service-card__ico svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 1.22rem; margin-bottom: 9px; }
.service-card p { color: var(--slate-600); font-size: 15px; margin-bottom: 16px; }
.service-card__link { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; color: var(--primary); font-size: 14.5px; }
.service-card__link svg { width: 16px; height: 16px; transition: transform .15s; }
.service-card:hover .service-card__link svg { transform: translateX(4px); }
.service-badge { position: absolute; top: 14px; right: 14px; z-index: 2; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; padding: 4px 10px; border-radius: var(--radius-pill); }

/* ---------- Feature / Neden biz ---------- */
.feature { display: flex; gap: 16px; align-items: flex-start; }
.feature__ico { flex: none; width: 50px; height: 50px; border-radius: 12px; background: var(--blue-50); color: var(--primary); display: grid; place-items: center; }
.feature__ico svg { width: 25px; height: 25px; }
.feature h3 { font-size: 1.1rem; margin-bottom: 5px; }
.feature p { color: var(--slate-600); font-size: 14.5px; }

/* ---------- How it works ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 32px 26px 28px; }
.step__num { counter-increment: step; position: absolute; top: -18px; left: 24px; width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(140deg, var(--blue-600), var(--blue-900)); color: #fff; font-weight: 800; font-size: 19px; display: grid; place-items: center; box-shadow: 0 10px 20px -8px rgba(12,13,16,.5); }
.step__num::after { content: counter(step); }
.step h3 { font-size: 1.14rem; margin: 12px 0 8px; }
.step p { color: var(--slate-600); font-size: 14.5px; }

/* ---------- Regions ---------- */
.regions { display: flex; flex-wrap: wrap; gap: 14px; }
.region-pin {
  display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px 13px 16px;
  background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius-pill);
  font-weight: 800; color: var(--ink); transition: transform .15s, box-shadow .15s, border-color .15s;
}
.region-pin:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; color: var(--primary); }
.region-pin svg { width: 20px; height: 20px; color: var(--primary); }
.region-pin span { font-size: 12px; font-weight: 700; color: var(--slate-500); }

/* ---------- Testimonials ---------- */
.review { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 28px; }
.review__stars { display: flex; gap: 3px; color: var(--amber); margin-bottom: 12px; }
.review__stars svg { width: 18px; height: 18px; }
.review p { color: var(--slate-700); font-size: 15px; margin-bottom: 18px; }
.review__by { display: flex; align-items: center; gap: 12px; }
.review__ava { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(140deg, var(--blue-500), var(--blue-900)); color: #fff; display: grid; place-items: center; font-weight: 800; }
.review__by b { font-size: 14.5px; }
.review__by > div span { font-size: 13px; color: var(--slate-500); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* Mozaik yerleşim (ana sayfa): ilk kare 2x2 vitrin, 6. kare geniş */
.gallery--mosaic { grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; }
.gallery--mosaic .gallery__item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.gallery--mosaic .gallery__item:nth-child(6) { grid-column: span 2; aspect-ratio: auto; }
.gallery--mosaic .gallery__item:first-child .gallery__cap { font-size: 15.5px; padding: 46px 18px 15px; }
.gallery__item { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; cursor: pointer; border: 1px solid var(--slate-200); background: var(--slate-100); }
.gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__ph { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.92); transition: transform .45s ease; }
.gallery__item:hover .gallery__ph { transform: scale(1.07); }
.gallery__ph svg { width: 56px; height: 56px; opacity: .92; }
.gallery__ph.gph-1 { background: linear-gradient(140deg, #2563EB, #0B2A6B); }
.gallery__ph.gph-2 { background: linear-gradient(140deg, #0EA5E9, #12358A); }
.gallery__ph.gph-3 { background: linear-gradient(140deg, #1D4ED8, #1E3A8A); }
.gallery__ph.gph-4 { background: linear-gradient(140deg, #3B82F6, #08215A); }
.gallery__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 30px 14px 12px; background: linear-gradient(transparent, black); color: #fff; font-weight: 700; font-size: 13px; display: flex; align-items: center; gap: 7px; }
.gallery__cap svg { width: 15px; height: 15px; color: #d9dce2; flex: none; }
.gallery__zoom { position: absolute; top: 10px; right: 10px; z-index: 2; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--primary); display: grid; place-items: center; opacity: 0; transform: scale(.8); transition: opacity .2s, transform .2s; }
.gallery__zoom svg { width: 18px; height: 18px; }
.gallery__item:hover .gallery__zoom { opacity: 1; transform: none; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 20px; }
.lightbox.open { display: flex; }
.lightbox__ov { position: absolute; inset: 0; background: rgba(8,33,90,.82); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.lightbox__box { position: relative; z-index: 2; width: min(760px, 94vw); background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); animation: lbin .25s ease; }
@keyframes lbin { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.lightbox__ph { aspect-ratio: 16 / 10; display: grid; place-items: center; color: rgba(255,255,255,.92); }
.lightbox__ph svg { width: 92px; height: 92px; }
.lightbox__cap { padding: 16px 20px; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.lightbox__cap svg { width: 18px; height: 18px; color: var(--primary); }
.lightbox__close { position: absolute; top: 14px; right: 14px; z-index: 3; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow); }
.lightbox__close svg { width: 24px; height: 24px; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { border: 1px solid var(--slate-200); border-radius: var(--radius); margin-bottom: 12px; background: #fff; overflow: hidden; }
.faq__q { width: 100%; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 19px 22px; font-weight: 800; font-size: 16px; color: var(--ink); }
.faq__q .chev { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--blue-50); color: var(--primary); display: grid; place-items: center; transition: transform .25s; }
.faq__q .chev svg { width: 17px; height: 17px; }
.faq__item.open .faq__q .chev { transform: rotate(180deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 22px 20px; color: var(--slate-600); font-size: 15px; }

/* ---------- CTA band ---------- */
.ctaband { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: 50px; background: linear-gradient(135deg, var(--blue-800), var(--blue-950)); color: #fff; }
.ctaband::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1.4px); background-size: 22px 22px; }
.ctaband__in { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.ctaband h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: #fff; }
.ctaband p { color: var(--blue-100); margin-top: 8px; }

/* ---------- Footer ---------- */
.footer { background: var(--blue-950); color: #b9c6e6; padding-top: 60px; font-size: 14.5px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 46px; }
.footer h4 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; }
.footer a { color: #b9c6e6; transition: color .15s; }
.footer a:hover { color: #fff; }
.footer__links li { margin-bottom: 10px; }
.footer__logo { display: inline-block; }
.footer__logo img { width: 190px; height: auto; margin: -12px 0 -8px -8px; }
.footer__about p { margin: 6px 0 16px; line-height: 1.7; }
.footer .logo__text b, .footer .logo__text span { color: #fff; }
.footer .logo__text span { color: #7d8fbf; }
.footer__contact li { display: flex; gap: 11px; margin-bottom: 13px; }
.footer__contact svg { width: 18px; height: 18px; color: var(--blue-500); flex: none; margin-top: 3px; }
.footer__social { display: flex; gap: 10px; margin-top: 18px; }
.footer__social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; }
.footer__social a:hover { background: var(--primary); }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13.5px; }
.footer__legal { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.footer__legal a { color: rgba(255,255,255,.82); text-decoration: underline; font-weight: 600; }
.footer__legal a:hover { color: #fff; }
.footer__credit { border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.28); }
.footer__credit .container { padding: 14px 0; text-align: center; font-size: 12.5px; letter-spacing: .02em; color: rgba(255,255,255,.5); }
.footer__credit a { color: rgba(255,255,255,.82); font-weight: 700; }
.footer__credit a:hover { color: #fff; text-decoration: underline; }
.footer__seo { background: #061845; color: #6b7ca8; font-size: 12.5px; line-height: 1.7; padding: 20px 0; }

/* ---------- Floating mobile call bar ---------- */
.callbar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; background: #fff; border-top: 1px solid var(--slate-200); box-shadow: 0 -6px 20px rgba(15,23,42,.12); }
.callbar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; font-weight: 800; font-size: 15px; }
.callbar a svg { width: 20px; height: 20px; }
.callbar .c-call { color: var(--primary); }
.callbar .c-wa { color: #fff; background: var(--green); }

.fab { position: fixed; right: 18px; bottom: 22px; z-index: 65; width: 58px; height: 58px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -8px rgba(22,163,74,.6); }
.fab svg { width: 30px; height: 30px; }

/* ---------- Breadcrumb (inner pages) ---------- */
.pagehero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(150deg, var(--blue-900), var(--blue-700)); padding: 50px 0 56px; }
.pagehero::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(255,255,255,.10) 1px, transparent 1.4px); background-size: 24px 24px; }
.pagehero__in { position: relative; }
.crumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; color: #c3d3f6; margin-bottom: 16px; }
.crumb a:hover { color: #fff; }
.crumb svg { width: 14px; height: 14px; opacity: .6; }
.pagehero h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); color: #fff; }
.pagehero__badge { display: inline-block; margin-top: 12px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 12.5px; font-weight: 800; letter-spacing: .05em; padding: 6px 14px; border-radius: var(--radius-pill); }
.pagehero p { margin-top: 12px; color: #d6e2fb; max-width: 640px; font-size: 1.05rem; }

/* ---------- Prose (SEO content) ---------- */
.prose { color: var(--slate-700); font-size: 16px; line-height: 1.8; }
.prose h2 { font-size: 1.6rem; margin: 34px 0 14px; }
.prose h3 { font-size: 1.25rem; margin: 26px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose ul.check { margin: 16px 0; display: grid; gap: 10px; }
.prose ul.check li { display: flex; gap: 11px; align-items: flex-start; }
.prose ul.check li svg { width: 21px; height: 21px; color: var(--green); flex: none; margin-top: 3px; }

.split { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.sidecard { position: sticky; top: calc(var(--header-h) + 20px); background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.sidecard h3 { font-size: 1.15rem; margin-bottom: 6px; }
.sidecard p { color: var(--slate-600); font-size: 14px; margin-bottom: 16px; }
.sidecard__list { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--slate-100); }
.sidecard__list a { display: flex; align-items: center; gap: 8px; padding: 9px 0; color: var(--slate-700); font-weight: 700; font-size: 14.5px; }
.sidecard__list a:hover { color: var(--primary); }
.sidecard__list svg { width: 17px; height: 17px; color: var(--primary); }

/* ---------- Utilities ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.mt-40 { margin-top: 40px; } .mt-24 { margin-top: 24px; } .center { text-align: center; }

/* ---------- Responsive ---------- */
/* Header sığdırma kademeleri: önce kompakt menü, sonra hamburger */
@media (max-width: 1240px) {
  .header .container { gap: 12px; }
  .nav { gap: 2px; }
  .nav a { padding: 9px 11px; font-size: 14.5px; }
}
@media (max-width: 1120px) {
  .nav, .header__phone { display: none; }
  .burger { display: inline-flex; }
}
@media (max-width: 1024px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .gallery, .gallery--mosaic { grid-template-columns: repeat(2, 1fr); }
  .gallery--mosaic .gallery__item:first-child { grid-row: span 1; }
  .gallery--mosaic .gallery__item:first-child,
  .gallery--mosaic .gallery__item:nth-child(6) { aspect-ratio: 16 / 9; }
  .split { grid-template-columns: 1fr; }
  .sidecard { position: static; }
  .topbar__left span.hide-sm { display: none; }
}
@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; gap: 34px; padding-block: 48px 64px; }
  .callcard { max-width: 440px; }
  .grid--3, .grid--4, .grid--2, .steps, .stats { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .stats { gap: 16px; }
  .callbar { display: flex; }
  .fab { display: none; }
  body { padding-bottom: 58px; }
  .ctaband { padding: 34px 26px; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .grid--3, .grid--4, .grid--2, .steps, .stats { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .topbar__right a span, .logo__text span { display: none; }
  .logo__mark { width: 40px; height: 40px; }
  .logo__text b { font-size: 15.5px; }
}

/* ---------- Mobile menu ---------- */
.mobile-menu { position: fixed; inset: 0; z-index: 80; visibility: hidden; }
.mobile-menu.open { visibility: visible; }
.mobile-menu__ov { position: absolute; inset: 0; background: rgba(8,33,90,.5); opacity: 0; transition: opacity .25s; }
.mobile-menu.open .mobile-menu__ov { opacity: 1; }
.mobile-menu__panel { position: absolute; top: 0; right: 0; height: 100%; width: min(320px, 84%); background: #fff; box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .28s ease; padding: 22px; display: flex; flex-direction: column; }
.mobile-menu.open .mobile-menu__panel { transform: none; }
.mobile-menu__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mobile-menu__close { width: 42px; height: 42px; border-radius: 11px; border: 1.5px solid var(--slate-200); display: grid; place-items: center; }
.mobile-menu__close svg { width: 22px; height: 22px; }
.mobile-menu nav a { display: block; padding: 14px 12px; border-radius: 10px; font-weight: 700; font-size: 16px; color: var(--slate-700); }
.mobile-menu nav a:hover { background: var(--blue-50); color: var(--primary); }
.mobile-menu__cta { margin-top: auto; display: grid; gap: 10px; }

/* ---------- İletişim & Sayfa bileşenleri ---------- */
.info-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 18px 20px; transition: transform .16s, box-shadow .16s, border-color .16s; }
.info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: transparent; }
.info-card__ico { width: 48px; height: 48px; border-radius: 12px; background: var(--blue-50); color: var(--primary); display: grid; place-items: center; flex: none; }
.info-card__ico.wa { background: #dcfce7; color: var(--green); }
.info-card__ico svg { width: 23px; height: 23px; }
.info-card small { display: block; font-size: 12.5px; color: var(--slate-500); font-weight: 700; margin-bottom: 2px; }
.info-card b { font-size: 15.5px; color: var(--ink); letter-spacing: -.01em; }
.info-card span { font-size: 13px; color: var(--slate-500); }

.contact-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.contact-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 30px; }
.contact-card h2 { font-size: 1.4rem; margin-bottom: 6px; }
.contact-card > p { color: var(--slate-600); margin-bottom: 22px; }
.map-embed { border: 1px solid var(--slate-200); border-radius: var(--radius); overflow: hidden; min-height: 440px; background: var(--slate-100); }
.map-embed iframe { width: 100%; height: 100%; min-height: 440px; border: 0; display: block; }

/* Public form alanları */
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: 14px; margin-bottom: 7px; color: var(--slate-700); }
.field label .req { color: var(--red); }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--slate-200); border-radius: 10px; font-family: inherit; font-size: 15px; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(12,13,16,.12); }
.field textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.field .err { color: var(--red); font-size: 13px; margin-top: 5px; font-weight: 600; }
.field-row { display: flex; gap: 16px; }
.field-row .field { flex: 1; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.captcha-row { display: flex; align-items: center; gap: 12px; }
.captcha-q { font-weight: 800; font-size: 17px; color: var(--ink); white-space: nowrap; background: var(--slate-100); padding: 10px 15px; border-radius: 10px; letter-spacing: .02em; }
.captcha-row input { max-width: 130px; }
.consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 13.5px; line-height: 1.5; color: var(--slate-600); font-weight: 500; }
.consent input { width: 18px; height: 18px; margin-top: 1px; flex: none; accent-color: var(--primary); cursor: pointer; }
.consent a { color: var(--primary); font-weight: 700; text-decoration: underline; }
.form-alert { display: flex; align-items: center; gap: 10px; background: #dcfce7; color: #166534; padding: 14px 16px; border-radius: 10px; margin-bottom: 20px; font-weight: 700; font-size: 14.5px; }
.form-alert svg { width: 20px; height: 20px; flex: none; }

/* Sayfa içeriği (Hakkımızda) ortalanmış prose */
.prose--center { max-width: 820px; margin-inline: auto; }

/* ---------- Türkiye kapsama haritası ---------- */
.map-box { max-width: 880px; margin: 0 auto; }
.tr-map { width: 100%; height: auto; display: block; overflow: visible; }
.tr-map path { fill: #e6eaf2; stroke: #fff; stroke-width: .6; transition: fill .15s ease; }
.map-tip { position: fixed; z-index: 95; pointer-events: none; display: none; background: var(--ink); color: #fff; font-weight: 700; font-size: 13px; padding: 6px 11px; border-radius: 8px; box-shadow: var(--shadow); white-space: nowrap; }
.map-tip--card { padding: 10px 13px; white-space: normal; max-width: 240px; }
.map-tip--card b { display: block; font-size: 13.5px; margin-bottom: 5px; }
.map-tip--card ul { display: grid; gap: 2px; }
.map-tip--card li { font-size: 12.5px; font-weight: 600; color: #d7d9de; padding-left: 12px; position: relative; }
.map-tip--card li::before { content: "·"; position: absolute; left: 2px; }
.map-legend { display: flex; justify-content: center; gap: 24px; margin-top: 20px; flex-wrap: wrap; }
.map-legend span { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 13.5px; color: var(--slate-600); }
.map-legend i { width: 16px; height: 16px; border-radius: 4px; display: inline-block; }
.map-legend .k-served { background: var(--blue-700); }
.map-legend .k-vip { background: #b7bcc6; }

/* İl hizmet popup */
.region-pop { position: fixed; inset: 0; z-index: 90; display: none; align-items: center; justify-content: center; padding: 20px; }
.region-pop.open { display: flex; }
.region-pop__ov { position: absolute; inset: 0; background: rgba(12,13,16,.6); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.region-pop__card { position: relative; z-index: 2; width: min(460px, 94vw); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 26px; animation: lbin .25s ease; }
.region-pop__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%; background: var(--slate-100); color: var(--ink); display: grid; place-items: center; }
.region-pop__close svg { width: 20px; height: 20px; }
.region-pop__head { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.region-pop__pin { width: 46px; height: 46px; border-radius: 12px; flex: none; background: linear-gradient(140deg, var(--blue-600), var(--blue-900)); color: #fff; display: grid; place-items: center; }
.region-pop__pin svg { width: 24px; height: 24px; }
.region-pop__title { font-size: 1.35rem; }
.region-pop__badge { display: inline-block; margin-top: 5px; font-size: 11.5px; font-weight: 800; letter-spacing: .03em; padding: 3px 10px; border-radius: var(--radius-pill); }
.region-pop__badge.is-full { background: var(--blue-50); color: var(--primary); }
.region-pop__badge.is-vip { background: #eef0f3; color: var(--slate-600); }
.region-pop__sub { color: var(--slate-500); font-size: 13.5px; font-weight: 700; margin-bottom: 12px; }
.region-pop__list { display: grid; gap: 9px; margin-bottom: 20px; max-height: 260px; overflow-y: auto; }
.region-pop__list li { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 14.5px; color: var(--ink); }
.region-pop__list li svg { width: 20px; height: 20px; color: var(--primary); flex: none; }

@media (max-width: 860px) {
  .contact-split { grid-template-columns: 1fr; }
  .field-row { flex-direction: column; gap: 0; }
  .map-embed { min-height: 320px; }
  .map-embed iframe { min-height: 320px; }
}
