/* =========================================================
   TEKNIK OZEL SERVIS — "Kurumsal Afis" tasarim dili
   Siyah yapi + sinyal sarisi vurgu. Kirmizi yalnizca acil/uyari,
   yesil yalnizca garanti/onay icin kullanilir.
   Sert kenar, 2px cerceve, golgesiz-blok golge (afis baskisi hissi).
   ========================================================= */

:root {
  /* Yapi */
  --ink: #0e0f12;
  --ink-2: #17191e;
  --ink-3: #23262d;
  --paper: #f4f3ee;
  --paper-2: #e6e4db;
  --white: #ffffff;

  /* Sinyal renkleri */
  --sari: #ffd400;
  --sari-2: #ffe25c;
  --sari-d: #a98c00;
  --kirmizi: #e01b22;
  --kirmizi-d: #a5111a;
  --yesil: #0f8b4c;
  --yesil-d: #0a6a3a;
  --mavi: #1b4fd8;

  /* Geriye donuk takma adlar: sablonlardaki inline style'lar bunlari kullanir */
  --copper: var(--sari);
  --copper-2: var(--sari);
  --copper-d: var(--kirmizi-d);
  --teal: var(--mavi);
  --teal-2: #4f7ff0;

  --text: #0e0f12;
  --muted: #55595f;
  --line: rgba(14, 15, 18, .16);
  --line-hard: #0e0f12;

  --shadow: 5px 5px 0 var(--ink);
  --shadow-sm: 3px 3px 0 var(--ink);
  --shadow-soft: 0 18px 40px -26px rgba(14, 15, 18, .55);

  --radius: 6px;
  --radius-lg: 10px;
  --header-h: 84px;
  --max: 1240px;
  --gutter: 24px;
  --shell: min(var(--max), calc(100% - var(--gutter)));

  --font: "Figtree", system-ui, sans-serif;
  --display: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Afis seridi: siyah-sari capraz bant */
  --hazard: repeating-linear-gradient(45deg, var(--ink) 0 12px, var(--sari) 12px 24px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--text);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(14, 15, 18, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 15, 18, .045) 1px, transparent 1px);
  background-size: 26px 26px, 26px 26px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; border: 0; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
::selection { background: var(--sari); color: var(--ink); }

.skip { position: absolute; left: -999px; top: 8px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
/* Odak halkasi hem acik hem koyu zeminde gorunur olmali:
   sari cizgi + koyu hale birlikte kullanilir. */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--sari);
  outline-offset: 2px;
  box-shadow: 0 0 0 6px rgba(14, 15, 18, .38);
}

.wrap { width: var(--shell); margin-inline: auto; }

/* Etiket satiri: siyah blok + buyuk harf */
.kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font); font-weight: 900; letter-spacing: .16em;
  text-transform: uppercase; font-size: 11px; color: var(--kirmizi-d);
}
.kicker::before {
  content: ""; width: 22px; height: 6px; background: currentColor;
}
.baslik-ust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 28px 0 8px;
  font-family: var(--display);
  font-weight: 800;
  font-size: .95rem;
  letter-spacing: -.02em;
  line-height: 1.25;
  color: var(--ink);
}
.baslik-ust::before {
  content: "";
  width: 14px;
  height: 6px;
  flex: 0 0 14px;
  background: var(--sari);
  border: 1.5px solid var(--ink);
}
.section-head .baslik-ust,
.cta-band .baslik-ust,
.faq-side .baslik-ust { margin-top: 0; }
.prose .baslik-ust + h2,
.prose .baslik-ust + h3,
.prose .baslik-ust + h4,
.baslik-ust + h2,
.baslik-ust + h3,
.baslik-ust + h4 { margin-top: 0; }
.section-dark .baslik-ust { color: #fff; }
.section-dark .baslik-ust::before { border-color: var(--sari); }
.display {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.035em;
  /* Turkce buyuk harflerde I/Ö/Ü isaretleri ust satira degmesin diye 1'in altina inmiyoruz. */
  line-height: 1.04;
}
.muted { color: var(--muted); }
.lead { font-size: 1.08rem; color: var(--muted); max-width: none; }

/* Afis seridi yardimcisi */
.hazard-band {
  height: 10px; background: var(--hazard); width: 100%;
}

/* =============== Butonlar: dikdortgen, cerceveli, blok golgeli =============== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: var(--radius);
  font-weight: 800; letter-spacing: -.01em;
  border: 2px solid var(--ink);
  transition: transform .12s ease, box-shadow .12s ease, background .18s ease;
}
.btn:active { transform: translate(2px, 2px); box-shadow: none !important; }
.btn-copper {
  background: var(--sari); color: var(--ink); box-shadow: var(--shadow);
}
.btn-copper:hover { background: var(--sari-2); transform: translate(-1px, -1px); box-shadow: 6px 6px 0 var(--ink); }
.btn-ink {
  background: var(--ink); color: var(--white); box-shadow: 5px 5px 0 var(--sari);
}
.btn-ink:hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 var(--sari); }
.btn-ghost {
  border-color: var(--white); color: #fff; background: transparent;
}
.btn-ghost:hover { background: var(--white); color: var(--ink); }
.btn-line {
  border-color: var(--ink); background: var(--white); color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.btn-line:hover { background: var(--sari); transform: translate(-1px, -1px); }

.ico {
  width: 22px; height: 22px; display: inline-flex;
  align-items: center; justify-content: center; flex-shrink: 0;
  color: inherit; line-height: 0;
}
.ico[hidden] { display: none !important; }
.ico svg {
  width: 22px; height: 22px; display: block;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round; overflow: visible;
}
.ico-badge {
  width: 36px; height: 36px; flex: 0 0 36px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sari); color: var(--ink);
  border: 2px solid var(--ink); border-radius: 4px;
}
.ico-badge .ico, .ico-badge svg { width: 20px; height: 20px; color: var(--ink); }

/* =============== Header =============== */
.site-header { position: sticky; top: 0; z-index: 50; padding: 10px 0 0; }
.nav-shell {
  width: var(--shell);
  margin: 0 auto;
  display: flex; align-items: center; gap: 16px;
  min-height: 68px; padding: 8px 10px 8px 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow);
  transition: background .2s ease, color .2s ease;
}
.site-header.is-scrolled .nav-shell {
  background: var(--ink);
  color: #fff;
  box-shadow: 5px 5px 0 var(--sari);
}
.logo { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.logo-mark {
  width: 42px; height: 42px; border-radius: 4px;
  background: var(--sari); color: var(--ink);
  border: 2px solid var(--ink);
  display: grid; place-items: center;
}
.logo-mark svg { width: 28px; height: 28px; display: block; }
.site-header.is-scrolled .logo-mark { border-color: var(--sari); }
.logo-word {
  font-family: var(--display); font-weight: 900; font-size: 1.15rem; letter-spacing: -.05em;
  line-height: 1; text-transform: uppercase;
}
.logo-word small {
  display: block; font-family: var(--font); font-weight: 800;
  font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-top: 4px;
}
.site-header.is-scrolled .logo-word small { color: var(--sari); }

.nav-links { display: flex; align-items: center; gap: 2px; margin-left: 6px; }
.nav-links a {
  padding: 9px 12px; border-radius: 4px; font-weight: 800; font-size: .92rem;
  text-transform: uppercase; letter-spacing: .02em; font-size: 12.5px;
}
.nav-links a:hover, .nav-links a.is-active { background: var(--sari); color: var(--ink); }
.site-header.is-scrolled .nav-links a:hover,
.site-header.is-scrolled .nav-links a.is-active { background: var(--sari); color: var(--ink); }

.header-search { margin-left: auto; position: relative; width: min(280px, 28vw); }
.header-search input {
  width: 100%; height: 44px; border-radius: 4px;
  border: 2px solid var(--ink); background: var(--paper);
  padding: 0 14px 0 40px; outline: none; font-weight: 600;
}
.header-search .ico { position: absolute; left: 12px; top: 11px; color: var(--ink); }
.site-header.is-scrolled .header-search input {
  background: var(--ink-2); border-color: rgba(255, 255, 255, .35); color: #fff;
}
.site-header.is-scrolled .header-search .ico { color: var(--sari); }
.search-suggest {
  display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0;
  background: var(--white); color: var(--text); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden; z-index: 20;
  max-height: 340px; overflow-y: auto; border: 2px solid var(--ink);
}
.search-suggest.open { display: block; }
.search-suggest a { display: block; padding: 10px 14px; border-bottom: 1px solid var(--line); font-weight: 700; }
.search-suggest a:hover { background: var(--sari); }
.search-suggest small { display: block; color: var(--muted); font-size: 12px; font-weight: 500; }

.header-phone {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--sari); color: var(--ink); border: 2px solid var(--ink); border-radius: 4px;
  padding: 0 14px; min-height: 44px; font-weight: 900; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.header-phone:hover { background: var(--sari-2); }
.site-header.is-scrolled .header-phone { border-color: var(--sari); }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: 4px;
  border: 2px solid var(--ink); background: var(--white); color: var(--ink);
  flex: 0 0 44px; padding: 0; overflow: visible; place-items: center;
}
.site-header.is-scrolled .nav-toggle { border-color: var(--sari); background: transparent; color: #fff; }
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block; width: 20px; height: 3px; background: var(--ink);
  position: relative; border-radius: 1px;
}
.site-header.is-scrolled .nav-toggle span,
.site-header.is-scrolled .nav-toggle span::before,
.site-header.is-scrolled .nav-toggle span::after { background: #fff; }
.nav-toggle span::before,
.nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle.is-open span { background: transparent; }
.nav-toggle.is-open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.is-open span::after { top: 0; transform: rotate(-45deg); }

/* =============== Hero: afis kompozisyonu =============== */
.hero {
  position: relative; min-height: calc(100svh - 30px);
  margin: 12px auto 0; width: var(--shell);
  border: 3px solid var(--ink); border-radius: var(--radius-lg);
  overflow: hidden; color: #fff; isolation: isolate;
  box-shadow: var(--shadow);
}
.hero-media, .hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-media { z-index: -2; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(14, 15, 18, .93) 0%, rgba(14, 15, 18, .72) 46%, rgba(14, 15, 18, .34) 100%);
}
.hero-grid {
  min-height: inherit;
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 32px; align-items: end; padding: 48px 48px 56px;
}
.hero h1 {
  font-size: clamp(2.6rem, 6.2vw, 5.6rem);
  max-width: 12ch;
  margin: 14px 0 18px;
  text-transform: uppercase;
  letter-spacing: -.045em;
  /* Vurgu kutusu bir ust satirin harflerini ortmesin. */
  line-height: 1.14;
}
.hero h1 em {
  font-style: normal; background: var(--sari); color: var(--ink);
  padding: .02em .16em; box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
.hero-copy { max-width: 100%; color: rgba(255, 255, 255, .82); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.hero-chips span {
  border: 2px solid rgba(255, 255, 255, .28); border-radius: 4px;
  padding: 6px 11px; font-size: 12.5px; font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: .04em;
}

/* Randevu fisi */
.ticket {
  background: var(--white);
  color: var(--text);
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 6px 6px 0 var(--sari);
  position: relative;
}
.ticket::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px;
  background: var(--hazard);
}
.ticket::after { content: none; }
.ticket h2 {
  font-family: var(--display); font-size: 1.3rem; letter-spacing: -.04em;
  margin: 8px 0 4px; text-transform: uppercase; font-weight: 900;
}
.ticket-row { display: grid; gap: 10px; margin-top: 16px; }
.ticket label {
  font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--ink);
}
.ticket select, .ticket input {
  width: 100%; height: 48px; border-radius: 4px; border: 2px solid var(--ink);
  background: var(--paper); padding: 0 12px; outline: none; font-weight: 600;
}
.ticket .btn { width: 100%; margin-top: 10px; }
.ticket-note { font-size: 12px; color: var(--muted); margin-top: 10px; }

/* Kayan bant */
.marquee {
  overflow: hidden; background: var(--sari);
  border-top: 3px solid var(--ink);
}
.marquee-track {
  display: flex; gap: 32px; padding: 12px 0; width: max-content;
  animation: marquee 28s linear infinite;
  font-family: var(--font); font-weight: 900; letter-spacing: .14em;
  text-transform: uppercase; font-size: 12px; color: var(--ink);
}
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  html { scroll-behavior: auto; }
}

/* =============== Bolumler =============== */
.section { padding: 78px 0; }
/* Ust uste gelen iki acik bolum arasinda bosluk iki kat birikmesin. */
.section:not(.section-dark) + .section:not(.section-dark) { padding-top: 14px; }
.section-head {
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end;
  margin-bottom: 34px;
}
.section-head h2 {
  font-size: clamp(1.35rem, 2.2vw, 2.05rem); max-width: none; width: 100%;
  text-transform: uppercase; line-height: 1.15;
}
.section-dark {
  background: var(--ink); color: #fff;
  border: 3px solid var(--ink); border-radius: var(--radius-lg);
  width: var(--shell); margin: 0 auto;
  position: relative; overflow: hidden;
}
.section-dark::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 8px; background: var(--hazard);
}
.section-dark .muted, .section-dark .lead { color: rgba(255, 255, 255, .74); }
.section-dark .kicker { color: var(--sari); }

/* Koyu bolum icinde acik zeminli kartlar kendi metin rengini geri alir,
   aksi halde beyaz kart uzerine beyaz yazi dusuyor. */
.section-dark :is(.step, .trust article, .mini-card, .glossary article, .toc, .qa-item,
  .definition, .stats div, .ticket, .answer-box) { color: var(--text); }
.section-dark :is(.step, .trust article, .mini-card, .glossary article, .toc, .qa-item,
  .definition, .stats div, .ticket, .answer-box) :is(p, li, dd, .muted, .lead) { color: var(--muted); }
.section-dark :is(.step, .trust article, .mini-card, .glossary article, .toc, .qa-item,
  .definition, .stats div, .ticket, .answer-box) :is(h2, h3, h4, strong, dt, label, .answer-q) { color: var(--text); }
.section-dark .answer-box :is(p, li, .answer-a) { color: var(--ink); }

/* Guven kartlari */
.trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: -46px; position: relative; z-index: 2;
}
.trust article {
  background: var(--white); border-radius: var(--radius); padding: 22px;
  border: 2px solid var(--ink); box-shadow: var(--shadow-sm);
}
.trust article:nth-child(2) { box-shadow: 3px 3px 0 var(--sari); }
.trust h3 { font-family: var(--display); font-size: 1.05rem; margin: 10px 0 6px; text-transform: uppercase; }
.trust p { font-size: .92rem; color: var(--muted); }
.num {
  font-family: var(--display); font-weight: 900; font-size: 1.9rem; color: var(--ink);
  letter-spacing: -.05em; display: inline-block;
  border-bottom: 6px solid var(--sari); line-height: 1.1;
}

/* Bento kartlari */
.bento {
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 210px; gap: 14px;
}
.card {
  position: relative; overflow: hidden; border-radius: var(--radius); color: #fff;
  isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px; min-height: 210px; border: 3px solid var(--ink);
}
.card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: .5s ease; }
.card::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(14, 15, 18, .12), rgba(14, 15, 18, .88));
}
.card:hover img { transform: scale(1.05); }
.card:hover .go { background: var(--white); }
.card.span-6 { grid-column: span 6; grid-row: span 2; min-height: 434px; }
.card.span-4 { grid-column: span 4; }
.card.span-3 { grid-column: span 3; }
.card h3 {
  font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em;
  text-transform: uppercase; font-weight: 900;
}
.card p { color: rgba(255, 255, 255, .8); font-size: .92rem; margin-top: 4px; }
.card .go {
  margin-top: 14px; width: 40px; height: 40px; border-radius: 4px;
  display: grid; place-items: center; background: var(--sari); color: var(--ink);
  border: 2px solid var(--ink); transition: .2s ease;
}

/* Beyan blogu */
.beyan { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.seal {
  aspect-ratio: 1; border-radius: var(--radius); background: var(--sari); color: var(--ink);
  display: grid; place-items: center; text-align: center; padding: 28px;
  position: relative; overflow: hidden; border: 3px solid var(--ink);
  box-shadow: var(--shadow);
}
.seal::before {
  content: ""; position: absolute; inset: 14px; border: 3px solid var(--ink); border-radius: 4px;
}
.seal strong {
  font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -.05em; color: var(--ink); position: relative; text-transform: uppercase;
  font-weight: 900; line-height: .95;
}
.seal span {
  display: block; margin-top: 10px; letter-spacing: .2em; text-transform: uppercase;
  font-size: 10.5px; font-weight: 900; position: relative;
}
.section-dark .seal { border-color: var(--sari); }
.beyan-copy h2 { margin: 10px 0 14px; font-size: clamp(1.8rem, 3vw, 2.7rem); text-transform: uppercase; }
.beyan-copy p + p { margin-top: 12px; }

/* Surec adimlari */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step {
  background: var(--white); border-radius: var(--radius); padding: 26px;
  border: 2px solid var(--ink); position: relative; overflow: hidden;
}
/* Numara mutlak konumda degil akisin icinde durur:
   uzun kart basliklari numaranin altina girmesin. */
.step b {
  display: block; font-family: var(--display); font-weight: 900; font-size: 2.6rem;
  color: var(--ink); letter-spacing: -.06em; line-height: 1;
  -webkit-text-fill-color: var(--sari); -webkit-text-stroke: 2px var(--ink);
  paint-order: stroke fill;
}
.step h3 {
  font-family: var(--display); font-size: 1.2rem; margin: 12px 0 8px; position: relative;
  text-transform: uppercase; line-height: 1.15;
}

/* Il atlasi (koyu zemin) */
.atlas { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
.atlas a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 11px 13px; border-radius: 4px; background: var(--ink-2);
  border: 2px solid rgba(255, 255, 255, .16); font-weight: 800; font-size: .93rem;
}
.atlas a:hover { background: var(--sari); border-color: var(--sari); color: var(--ink); }

/* Marka rayi */
.brand-rail { display: flex; flex-wrap: wrap; gap: 8px; }
.brand-rail a {
  padding: 9px 13px; border-radius: 4px; background: var(--white); color: var(--ink);
  border: 2px solid var(--ink); font-weight: 800; font-size: .9rem;
}
.brand-rail a:hover { background: var(--sari); }
.section-dark .brand-rail a { background: var(--ink-2); border-color: rgba(255, 255, 255, .18); color: #fff; }
.section-dark .brand-rail a:hover { background: var(--sari); color: var(--ink); border-color: var(--sari); }
.disclaimer {
  margin-top: 16px; font-size: .92rem; color: var(--muted);
  padding: 14px 16px; border: 2px solid var(--ink); border-left-width: 8px;
  background: var(--white); border-radius: 4px;
}
.section-dark .disclaimer { background: var(--ink-2); color: rgba(255, 255, 255, .75); border-color: var(--sari); }

/* Ikili yerlesim */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; }
.split-photo {
  border-radius: var(--radius); overflow: hidden; min-height: 420px;
  border: 3px solid var(--ink); box-shadow: var(--shadow);
}
.split-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.stats div { background: var(--white); border-radius: var(--radius); padding: 16px; border: 2px solid var(--ink); }
.stats b {
  display: block; font-family: var(--display); font-weight: 900; font-size: 1.7rem;
  letter-spacing: -.05em;
}

/* =============== SSS =============== */
.faq-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; }
.faq-side { position: sticky; top: 110px; align-self: start; }
.faq-side .big {
  font-family: var(--display); font-weight: 900;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  letter-spacing: -.06em; line-height: 1;
  display: inline-block; margin-top: 4px;
  color: var(--ink); -webkit-text-fill-color: var(--ink);
  background: var(--sari); border: 2px solid var(--ink);
  padding: 8px 14px; border-radius: 4px;
}
.faq-side-baslik {
  display: flex; align-items: flex-start; gap: 12px;
  margin: 10px 0 14px; color: var(--ink);
}
.faq-side-baslik h2 {
  margin: 0; flex: 1; min-width: 0;
  color: var(--ink); -webkit-text-fill-color: var(--ink);
  -webkit-text-stroke: 0;
  font-size: clamp(1.15rem, 3vw, 2rem);
  white-space: normal; overflow-wrap: anywhere; line-height: 1.15;
}
.faq-item { border-bottom: 2px solid var(--ink); }
.faq-item button {
  width: 100%; text-align: left; display: grid; grid-template-columns: 58px 1fr 36px;
  gap: 12px; align-items: center; padding: 20px 0; font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 800; letter-spacing: -.03em;
  color: var(--ink); background: none;
}
.faq-item .no { color: var(--ink); font-variant-numeric: tabular-nums; font-weight: 900; }
.faq-item .plus {
  width: 36px; height: 36px; border-radius: 4px; border: 2px solid var(--ink);
  display: grid; place-items: center;
  background: var(--white); color: var(--ink);
  font-size: 1.4rem; font-weight: 900; line-height: 1;
}
.faq-item.open .plus { background: var(--sari); transform: rotate(45deg); }
.faq-item.open button { color: var(--ink); }
.faq-a { display: none; padding: 0 0 22px 70px; color: var(--muted); max-width: 70ch; }
.faq-item.open .faq-a { display: block; }
.section-dark .faq-item { border-color: rgba(255, 255, 255, .18); }
.section-dark .faq-item .no, .section-dark .faq-item .plus { color: var(--sari); }
.section-dark .faq-item .plus { background: transparent; border-color: var(--sari); }

/* Soru-cevap listesi (snippet hedefli) */
.qa-list { display: grid; gap: 12px; }
.qa-item {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius);
  padding: 18px 20px;
}
.answer-q {
  font-family: var(--display); font-weight: 900; font-size: 1.08rem;
  letter-spacing: -.02em; margin-bottom: 8px;
}
.answer-a { color: var(--muted); }
.answer-box {
  background: var(--sari); color: var(--ink); border: 3px solid var(--ink);
  border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.answer-box strong, .answer-box b { color: var(--ink); }
.answer-box p { color: var(--ink); }
.answer-box p, .answer-box li, .answer-box .answer-a, .prose .answer-box p { color: var(--ink); }
.answer-box::before {
  content: "Kısa cevap"; display: block; font-size: 10.5px; font-weight: 900;
  letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px;
}
.answer-box.no-label::before { content: none; }

/* Tanim blogu */
.definition {
  background: var(--white); border: 2px solid var(--ink); border-left-width: 8px;
  border-radius: 4px; padding: 18px 20px;
}
.definition-main { font-weight: 700; color: var(--text); }

/* CTA bandi */
.cta-band {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  background: var(--sari); color: var(--ink);
  border: 3px solid var(--ink); border-radius: var(--radius);
  padding: 32px 34px; box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(1.2rem, 2vw, 1.7rem); max-width: none; text-transform: uppercase; }
.cta-band .muted, .cta-band .lead { color: rgba(14, 15, 18, .72); }
.cta-band .kicker,
.cta-band .baslik-ust { color: var(--ink); }
.cta-band .btn-ghost { border-color: var(--ink); color: var(--ink); }
.cta-band .btn-ghost:hover { background: var(--ink); color: var(--sari); }

/* =============== Footer =============== */
.site-footer {
  background: var(--ink); color: rgba(255, 255, 255, .76);
  margin-top: 48px; width: 100%;
  border-top: 10px solid transparent;
  border-image: var(--hazard) 10;
}
.footer-top {
  padding: 52px 0 28px;
  display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 32px;
  width: var(--shell); margin: 0 auto;
}
.site-footer h3 {
  font-family: var(--display); color: #fff; font-size: 1rem; margin-bottom: 14px;
  text-transform: uppercase; letter-spacing: .02em; font-weight: 900;
}
.site-footer a:hover { color: var(--sari); }
.footer-brand .logo-word { color: #fff; }
.footer-brand .logo-word small { color: var(--sari); }
.footer-phone { margin: 14px 0 6px; }
.footer-phone a {
  display: inline-flex; align-items: center; min-height: 46px; padding: 0 16px;
  background: var(--sari); color: var(--ink); border: 2px solid var(--ink);
  border-radius: 4px; font-family: var(--display); font-weight: 900; font-size: 1.15rem;
  letter-spacing: -.02em; font-variant-numeric: tabular-nums;
}
.footer-phone a:hover { background: var(--sari-2); color: var(--ink); }
.footer-cloud-title { margin: 26px 0 14px; }
.footer-cities { width: 100%; border-top: 1px solid rgba(255, 255, 255, .12); padding: 28px 0 40px; }
.footer-cities .wrap { width: var(--shell); }
.city-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.city-cloud a {
  font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 4px;
  background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .12);
}
.city-cloud a:hover { background: var(--sari); color: var(--ink); border-color: var(--sari); }
.legal {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 18px 0 28px; font-size: 12px; color: rgba(255, 255, 255, .55);
}
.legal .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.yasal-metin {
  width: var(--shell);
  margin: 0 auto;
  padding: 0 0 36px;
  font-size: 11px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .42);
  text-align: justify;
}

/* =============== Mobil randevu cubugu =============== */
.mobile-call-bar {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: max(10px, env(safe-area-inset-bottom));
  z-index: 70;
  min-height: 58px;
  padding: 10px 18px;
  background: var(--sari);
  color: var(--ink);
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 4px 4px 0 var(--ink);
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
}
.mobile-call-bar:hover { background: var(--sari-2); color: var(--ink); }
.mobile-call-bar .ico { width: 26px; height: 26px; flex: 0 0 auto; }
.mobile-call-bar .ico svg { width: 26px; height: 26px; }
.mobile-call-bar-copy { display: flex; flex-direction: column; line-height: 1.15; }
.mobile-call-bar-copy small {
  font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.mobile-call-bar-copy strong {
  font-family: var(--display); font-weight: 900; font-size: 1.2rem;
  letter-spacing: -.03em; font-variant-numeric: tabular-nums;
}

.search-overlay {
  position: fixed; inset: 0; z-index: 90; background: rgba(14, 15, 18, .72);
  display: none; align-items: stretch; justify-content: stretch;
}
.search-overlay.open { display: flex; }
.search-panel {
  margin-top: auto; background: var(--paper);
  border-top: 10px solid transparent; border-image: var(--hazard) 10;
  padding: 18px 18px 28px; max-height: 88svh; overflow: auto; width: 100%;
}
.search-panel h3 {
  font-family: var(--display); font-weight: 900; font-size: 1.5rem; margin: 10px 0 14px;
  text-transform: uppercase;
}
.search-panel input {
  width: 100%; height: 56px; border-radius: 4px; border: 2px solid var(--ink);
  padding: 0 16px; background: #fff; font-weight: 600;
}
.search-results { margin-top: 12px; }
.search-results a { display: block; padding: 12px 4px; border-bottom: 2px solid var(--line); font-weight: 800; }
.search-results a:hover { color: var(--kirmizi-d); }
.search-results small { display: block; color: var(--muted); font-weight: 500; }

/* =============== Ozel servis beyani penceresi (yalnizca masaustu) =============== */
.beyan-gate {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(14, 15, 18, .93);
  display: none; place-items: center; padding: 24px;
  overflow-y: auto;
}
.beyan-gate-panel {
  width: min(640px, 100%);
  background: var(--white);
  border: 3px solid var(--ink); border-radius: var(--radius-lg);
  box-shadow: 12px 12px 0 var(--sari);
  overflow: hidden;
}
.beyan-gate-body { padding: 22px 26px 26px; }
.beyan-gate-body .kicker { color: var(--kirmizi); }
.beyan-gate-body h2 {
  margin: 8px 0 14px; font-size: clamp(1.7rem, 2.6vw, 2.3rem); text-transform: uppercase;
}
.beyan-gate-body p { color: var(--muted); }
.beyan-gate-list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 10px; }
.beyan-gate-list li {
  position: relative; padding: 10px 12px 10px 40px;
  border: 2px solid var(--line); border-radius: var(--radius);
  font-size: .94rem; color: var(--text); background: var(--paper);
}
.beyan-gate-list li::before {
  content: ""; position: absolute; left: 12px; top: 14px;
  width: 16px; height: 16px; background: var(--sari); border: 2px solid var(--ink);
}
.beyan-gate-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

/* Onay verilene kadar sayfa kilitli kalir. Kural yalnizca genis ekranlarda
   gecerlidir; dar ekranda pencere hic acilmaz. */
@media (min-width: 1024px) {
  .beyan-bekliyor .beyan-gate { display: grid; }
  .beyan-bekliyor body { overflow: hidden; }
}

/* Sayfa ici arama formu */
.search-inline { display: flex; gap: 10px; flex-wrap: wrap; }
.search-inline input {
  flex: 1 1 260px; height: 54px; border-radius: 4px; border: 2px solid var(--ink);
  padding: 0 16px; background: var(--white); font-weight: 600; outline: none;
}
.search-inline .btn { flex: 0 0 auto; }

/* =============== Ic sayfa hero =============== */
.page-hero {
  width: var(--shell); margin: 12px auto 0;
  border: 3px solid var(--ink); border-radius: var(--radius-lg);
  overflow: hidden; min-height: 330px;
  position: relative; color: #fff; display: grid; align-items: end;
  padding: 44px 48px; box-shadow: var(--shadow);
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(14, 15, 18, .92), rgba(14, 15, 18, .45));
}
.page-hero.compact { min-height: 220px; padding: 32px 36px; }
.crumbs { font-size: 12.5px; font-weight: 600; opacity: .8; margin-bottom: 10px; }
.crumbs a:hover { color: var(--sari); }
.page-hero h1 {
  font-size: clamp(1.65rem, 3.4vw, 2.8rem); max-width: 100%; text-transform: uppercase;
}

/* Hero altı kayan bant */
.ticker-band { width: var(--shell); margin: 8px auto; }
.page-hero + .ticker-band { margin-top: 10px; }
.ticker-band + .section { padding-top: 20px; }
.ticker {
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--sari);
  box-shadow: var(--shadow-sm);
}
.ticker-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 12px 20px;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(.82rem, 1.6vw, .95rem);
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--ink);
}
.ticker-item .ico { width: 20px; height: 20px; flex: 0 0 auto; }
.ticker-item .ico svg { width: 20px; height: 20px; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-grid a {
  padding: 9px 13px; border-radius: 4px; background: var(--white); color: var(--ink);
  border: 2px solid var(--ink); font-weight: 800; font-size: .92rem;
}
.chip-grid a:hover,
.chip-grid a.is-home { background: var(--sari); }
.chip-grid span {
  padding: 9px 13px; border-radius: 4px; background: var(--white); color: var(--ink);
  border: 2px solid var(--ink); font-weight: 800; font-size: .92rem;
}
.section-dark .chip-grid a { background: var(--ink-2); border-color: rgba(255, 255, 255, .18); color: #fff; }
.section-dark .chip-grid a:hover { background: var(--sari); color: var(--ink); border-color: var(--sari); }

.geo-kutu {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 16px;
  margin-bottom: 18px;
}
.geo-kutu .lead a { font-weight: 800; color: var(--ink); border-bottom: 3px solid var(--sari); }
.geo-kutu .lead a:hover { background: var(--sari); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-card {
  background: var(--white); color: var(--ink); border-radius: var(--radius); overflow: hidden;
  border: 2px solid var(--ink); transition: transform .15s ease, box-shadow .15s ease;
}
.mini-card:hover { transform: translate(-2px, -2px); box-shadow: var(--shadow); }
.mini-card img { height: 170px; width: 100%; object-fit: cover; border-bottom: 2px solid var(--ink); }
.mini-card div { padding: 16px; }
.mini-card h3 { font-family: var(--display); font-weight: 900; text-transform: uppercase; font-size: 1.1rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 36px; align-items: start; }
.contact-card {
  background: var(--white); border-radius: var(--radius); padding: 24px; border: 2px solid var(--ink);
}
.contact-card.accent { background: var(--sari); }
.section-dark .contact-card { background: var(--ink-2); color: #fff; border-color: rgba(255, 255, 255, .18); }

/* Mobil menu cekmecesi */
.drawer { position: fixed; inset: 0; z-index: 80; background: rgba(14, 15, 18, .6); display: none; }
.drawer.open { display: block; }
.drawer nav {
  position: absolute; top: 12px; right: 12px; left: 12px;
  background: var(--paper); border: 3px solid var(--ink); border-radius: var(--radius);
  padding: 14px; display: grid; gap: 8px; box-shadow: var(--shadow);
}
.drawer a {
  padding: 13px; border-radius: 4px; font-weight: 800; background: var(--white);
  border: 2px solid var(--ink); text-transform: uppercase; font-size: .9rem;
}
.drawer a:hover { background: var(--sari); }

/* =============== Ariza kutuphanesi =============== */
.fault-list { display: grid; gap: 10px; }
.fault {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius);
  overflow: hidden;
}
.fault > summary {
  cursor: pointer; list-style: none; padding: 16px 18px;
  display: grid; grid-template-columns: 1fr 26px; gap: 14px; align-items: center;
  font-family: var(--display); font-weight: 800; letter-spacing: -.02em; font-size: 1.05rem;
}
.fault > summary::-webkit-details-marker { display: none; }
.fault > summary::after {
  content: "+"; font-family: var(--font); font-weight: 900; font-size: 1.25rem;
  color: var(--ink); justify-self: end; line-height: 1;
  width: 26px; height: 26px; display: grid; place-items: center;
  background: var(--sari); border: 2px solid var(--ink); border-radius: 4px;
}
.fault[open] > summary::after { content: "–"; }
.fault[open] > summary { border-bottom: 2px solid var(--ink); background: var(--paper); }
.fault-body { padding: 16px 18px 20px; display: grid; gap: 12px; }
.fault-body dl { margin: 0; display: grid; gap: 4px; }
.fault-body dt {
  font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 900; color: var(--kirmizi-d);
}
.fault-body dd { margin: 0; color: var(--muted); }
.section-dark .fault { background: var(--ink-2); border-color: rgba(255, 255, 255, .18); }
.section-dark .fault[open] > summary { background: var(--ink-3); border-color: rgba(255, 255, 255, .18); }
.section-dark .fault-body dd { color: rgba(255, 255, 255, .72); }
.section-dark .fault-body dt { color: var(--sari); }

/* =============== Uyari kutulari =============== */
.alert {
  display: flex; gap: 14px; padding: 16px 18px; border-radius: 4px;
  background: var(--white); border: 2px solid var(--ink); border-left-width: 8px;
}
.alert.danger { border-left-color: var(--kirmizi); background: #fff5f4; }
.alert.danger .ico { color: var(--kirmizi); }
.alert.info { border-left-color: var(--mavi); background: #f4f7ff; }
.alert.info .ico { color: var(--mavi); }
.alert.ok { border-left-color: var(--yesil); background: #f2fbf6; }
.alert.ok .ico { color: var(--yesil); }
.alert:not(.danger):not(.info):not(.ok) { border-left-color: var(--sari); }
.alert strong { display: block; margin-bottom: 4px; }
.alert p { color: var(--muted); font-size: .95rem; }
.intro-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 28px;
}
.intro-duo .answer-box,
.intro-duo .alert {
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}
.intro-duo .answer-box {
  display: flex;
  flex-direction: column;
}
.intro-duo .answer-box .answer-a { flex: 1; margin: 0; }
.intro-duo .alert {
  align-items: flex-start;
  padding: 20px 22px;
  border-width: 3px;
}
.intro-duo .alert > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.intro-duo .alert strong {
  font-family: var(--display);
  font-weight: 900;
  font-size: 1.08rem;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.intro-duo .alert p {
  flex: 1;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}
.section-dark .alert { background: var(--ink-2); border-color: rgba(255, 255, 255, .18); }
.section-dark .alert p { color: rgba(255, 255, 255, .72); }

/* Kontrol listesi */
.checklist { display: grid; gap: 10px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); }
.checklist .ico { color: var(--yesil); flex: 0 0 22px; margin-top: 2px; }
.section-dark .checklist li { color: rgba(255, 255, 255, .74); }

/* Bilgi satirlari */
.spec {
  display: grid; gap: 0; border: 2px solid var(--ink); border-radius: var(--radius);
  overflow: hidden; background: var(--white);
}
.spec div {
  display: grid; grid-template-columns: 140px 1fr; gap: 12px;
  padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: .95rem;
}
.spec div:nth-child(odd) { background: rgba(14, 15, 18, .025); }
.spec div:last-child { border-bottom: 0; }
.spec dt, .spec b {
  color: var(--ink); font-weight: 900; font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; align-self: center;
}
.section-dark .spec { background: var(--ink-2); border-color: rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .78); }
.section-dark .spec div { border-color: rgba(255, 255, 255, .1); }
.section-dark .spec div:nth-child(odd) { background: rgba(255, 255, 255, .03); }
.section-dark .spec dt, .section-dark .spec b { color: var(--sari); }

/* =============== Tablolar ===============
   Genis tablolar dar ekranda sayfayi yatayda buyutmesin diye
   tablonun kendisi kaydirilabilir bir blok olarak davranir. */
.table-wrap {
  overflow-x: auto; border: 2px solid var(--ink); border-radius: var(--radius);
  background: var(--white); -webkit-overflow-scrolling: touch;
}
table {
  display: block; width: max-content; max-width: 100%;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 18px 0; }
.table-wrap table, .table-scroll table {
  display: table; width: max-content; min-width: 100%; max-width: none; overflow: visible;
}
.table-wrap table { border: 0; }
table, .data-table {
  font-size: .94rem; background: var(--white);
  border: 2px solid var(--ink); border-radius: var(--radius);
  margin: 18px 0;
}
.table-wrap table { margin: 0; }
thead th {
  background: var(--ink); color: #fff; text-align: left; padding: 12px 14px;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 900;
  white-space: nowrap;
}
tbody th {
  background: rgba(14, 15, 18, .05); text-align: left; padding: 12px 14px;
  font-weight: 800; color: var(--text); vertical-align: top;
  border-bottom: 1px solid var(--line); border-right: 2px solid var(--ink);
}
td {
  padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--muted);
}
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover th { background: var(--sari); }
tbody tr:hover td { background: rgba(255, 212, 0, .16); color: var(--text); }
caption {
  caption-side: top; text-align: left; padding: 12px 14px;
  font-weight: 900; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  background: var(--sari); color: var(--ink); border-bottom: 2px solid var(--ink);
}
.section-dark table { background: var(--ink-2); border-color: rgba(255, 255, 255, .2); }
.section-dark tbody th { background: rgba(255, 255, 255, .06); color: #fff; border-right-color: rgba(255, 255, 255, .2); }
.section-dark td { color: rgba(255, 255, 255, .74); border-bottom-color: rgba(255, 255, 255, .1); }
.section-dark thead th { background: var(--sari); color: var(--ink); }

/* =============== Iletisim bilgileri tablosu =============== */
.info-table {
  border: 2px solid var(--ink); border-radius: var(--radius);
  background: var(--white); overflow: hidden;
}
.info-table h3 {
  font-family: var(--display); font-weight: 900; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
  background: var(--ink); color: #fff; padding: 12px 14px; margin: 0;
}
.info-table table {
  display: table; width: 100%; max-width: none; margin: 0;
  border: 0; border-radius: 0; overflow: visible; font-size: .9rem;
}
.info-table tbody th {
  width: 46%; background: transparent; border-right: 1px solid var(--line);
  font-weight: 800; font-size: .84rem; letter-spacing: 0; text-transform: none;
  padding: 11px 13px; color: var(--text);
}
.info-table td { padding: 11px 13px; color: var(--muted); }
.info-table tbody tr:nth-child(even) th,
.info-table tbody tr:nth-child(even) td { background: rgba(14, 15, 18, .03); }
.info-table tbody tr:hover th, .info-table tbody tr:hover td { background: rgba(255, 212, 0, .16); }
.info-table td a { font-weight: 900; color: var(--ink); border-bottom: 3px solid var(--sari); }
.info-table td a:hover { background: var(--sari); }
.info-table .stars { color: orange; letter-spacing: 1px; font-size: 14px; }
.section.iletisim-band { padding-top: 22px; padding-bottom: 8px; }
.info-table-wide h3 {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  letter-spacing: -.03em;
  text-transform: none;
  padding: 16px 20px;
}
.info-table-wide table { font-size: 1rem; }
.info-table-wide tbody th { width: 36%; font-size: .95rem; padding: 13px 18px; }
.info-table-wide td { padding: 13px 18px; }
.section-dark .info-table { border-color: rgba(255, 255, 255, .2); background: var(--ink-2); }
.section-dark .info-table h3 { background: var(--sari); color: var(--ink); }
.section-dark .info-table tbody th { color: #fff; border-right-color: rgba(255, 255, 255, .16); }
.section-dark .info-table td { color: rgba(255, 255, 255, .74); }
.section-dark .info-table td a { color: var(--sari); }

/* =============== Yorumlar =============== */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius); padding: 22px;
  display: flex; flex-direction: column; gap: 12px;
}
.testimonial p { color: var(--text); }
.testimonial footer { font-size: .88rem; color: var(--muted); margin-top: auto; }
.testimonial .stars { color: var(--ink); letter-spacing: 2px; font-size: 13px; }
.testimonial .tag {
  align-self: flex-start; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  font-weight: 900; color: var(--ink); background: var(--sari);
  border: 2px solid var(--ink); padding: 4px 9px; border-radius: 4px;
}
.section-dark .testimonial { background: var(--ink-2); border-color: rgba(255, 255, 255, .18); }
.section-dark .testimonial p { color: #fff; }
.section-dark .testimonial .stars { color: var(--sari); }

/* =============== Zaman cizgisi ===============
   Hem acik zeminde (rehber yazilari) hem koyu bolumde kullanilir;
   varsayilan acik zemindir, koyu varyant asagida gelir. */
.timeline { display: grid; gap: 0; margin: 12px 0 18px; }
.timeline article {
  display: grid; grid-template-columns: 66px 1fr; gap: 18px;
  padding: 20px 0; border-top: 2px solid var(--line);
}
.timeline article:first-child { border-top: 0; padding-top: 0; }
.timeline b {
  font-family: var(--display); font-weight: 900; font-size: 1.7rem; color: var(--ink);
  letter-spacing: -.05em; font-feature-settings: "tnum" 1;
}
.timeline h3 { font-family: var(--display); font-size: 1.1rem; margin-bottom: 4px; text-transform: uppercase; }
.timeline p { color: var(--muted); }
.section-dark .timeline article { border-top-color: rgba(255, 255, 255, .18); }
.section-dark .timeline b { color: var(--sari); }
.section-dark .timeline h3 { color: #fff; }

/* =============== Sozluk =============== */
.glossary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.glossary article {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius); padding: 18px;
}
.glossary h3 {
  font-family: var(--display); font-size: 1rem; margin-bottom: 6px; text-transform: uppercase;
  font-weight: 900;
}
.glossary p { color: var(--muted); font-size: .95rem; }

/* Kategori gezinme */
.cat-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.cat-nav a {
  padding: 9px 14px; border-radius: 4px; background: var(--white); color: var(--ink);
  border: 2px solid var(--ink); font-weight: 800; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .02em;
}
.cat-nav a:hover, .cat-nav a.is-active { background: var(--sari); }

/* Icindekiler */
.toc {
  background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius); padding: 20px;
  box-shadow: var(--shadow-sm);
}
.toc h2 {
  font-family: var(--display); font-size: 1rem; margin-bottom: 12px;
  text-transform: uppercase; font-weight: 900;
}
.toc ol { margin: 0; padding-left: 18px; color: var(--muted); }
.toc li { margin-bottom: 8px; }
.toc a:hover { color: var(--kirmizi-d); }

.sticky-side { position: sticky; top: 108px; display: grid; gap: 14px; }

/* Ilgili baglantilar */
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.related a {
  background: var(--white); border: 2px solid var(--ink); border-radius: 4px;
  padding: 14px 16px; font-weight: 800; display: flex; justify-content: space-between; gap: 10px;
}
.related a:hover { background: var(--sari); }
.related .ico { color: var(--ink); }
.section-dark .related a { background: var(--ink-2); border-color: rgba(255, 255, 255, .18); color: #fff; }
.section-dark .related a:hover { background: var(--sari); color: var(--ink); border-color: var(--sari); }
.section-dark .related .ico { color: currentColor; }

/* Istatistik bandi */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-band div {
  background: var(--ink-2); border: 2px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius); padding: 20px;
}
.stat-band b {
  display: block; font-family: var(--display); font-weight: 900; font-size: 2rem; color: var(--sari);
  letter-spacing: -.05em;
}

/* =============== Metin blogu =============== */
.prose { max-width: 74ch; }
.prose-full { max-width: none; width: 100%; }
/* Bolum genisligindeki metin bloklarinda okuma genisligi paragraflara uygulanir,
   boylece tablo ve gorseller tum genisligi kullanabilir. */
.wrap.prose { max-width: min(var(--max), 100%); }
.wrap.prose > p,
.wrap.prose > h2,
.wrap.prose > h3,
.wrap.prose > ul,
.wrap.prose > ol,
.wrap.prose > blockquote,
.wrap.prose > .list-lead,
.wrap.prose > .lead { max-width: 74ch; }
.prose p { margin: 0 0 14px; color: var(--muted); }
/* Govde metni icindeki ara basliklar okunurluk icin buyuk harf DEGIL:
   afis dili yalnizca hero ve bolum basliklarinda kalir. */
.prose h2 {
  font-family: var(--display); font-weight: 900; font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  letter-spacing: -.035em; margin: 30px 0 12px; color: var(--text); line-height: 1.15;
}
.prose h2::after {
  content: ""; display: block; width: 54px; height: 6px; background: var(--sari); margin-top: 10px;
}
.prose h3 {
  font-family: var(--display); font-weight: 900; font-size: 1.15rem; margin: 22px 0 8px; color: var(--text);
}
.prose ul, .prose .bulleted { display: grid; gap: 8px; margin: 12px 0 18px; }
.prose ul li, .bulleted li { color: var(--muted); padding-left: 20px; position: relative; }
.prose ul li::before, .bulleted li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px;
  background: var(--sari); border: 1.5px solid var(--ink);
}
.prose ol, .numbered { counter-reset: n; display: grid; gap: 10px; margin: 12px 0 18px; padding: 0; list-style: none; }
.prose ol li, .numbered li {
  counter-increment: n; position: relative; padding-left: 40px; color: var(--muted);
}
.prose ol li::before, .numbered li::before {
  content: counter(n); position: absolute; left: 0; top: 0;
  width: 26px; height: 26px; display: grid; place-items: center;
  background: var(--ink); color: var(--sari); font-weight: 900; font-size: 13px;
  border-radius: 4px; font-family: var(--display);
}
.prose strong { color: var(--text); font-weight: 800; }
.kw-vurgu, .kw-vurgu em {
  font-style: italic;
  font-weight: 800;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: currentColor;
}
a.kw-link { color: inherit; font-weight: 800; text-decoration: none; }
a.kw-link:hover { background: var(--sari); color: var(--ink); }
.prose a.kw-link, .answer-box a.kw-link, .lead a.kw-link, .hero-copy a.kw-link {
  color: inherit; text-decoration: none;
}
.prose a.kw-link:hover, .answer-box a.kw-link:hover { background: var(--sari); color: var(--ink); }
mark.beyan-vurgu {
  background: var(--sari);
  color: var(--ink);
  font-weight: 800;
  padding: .05em .28em;
  border-radius: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.prose a { color: var(--kirmizi-d); font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 2px; }
.prose a:hover { background: var(--sari); color: var(--ink); text-decoration-color: var(--ink); }
.prose blockquote {
  margin: 18px 0; padding: 18px 20px; background: var(--white);
  border: 2px solid var(--ink); border-left-width: 8px; border-radius: 4px;
  font-size: 1.02rem; color: var(--text);
}
.list-lead { font-weight: 700; color: var(--text); margin-bottom: 10px; }
.section-dark .prose p, .section-dark .prose ul li { color: rgba(255, 255, 255, .74); }
.section-dark .prose h2, .section-dark .prose h3, .section-dark .prose strong { color: #fff; }
.section-dark .prose a { color: var(--sari); }

/* =============== Duyarli davranis =============== */
@media (max-width: 1024px) {
  .hero-grid, .beyan, .split, .faq-layout, .footer-top, .contact-grid, .two-col, .intro-duo { grid-template-columns: 1fr; }
  .trust, .steps, .service-grid, .testimonials, .glossary, .related, .stat-band { grid-template-columns: 1fr 1fr; }
  .sticky-side { position: static; }
  .card.span-6, .card.span-4, .card.span-3 { grid-column: span 6; grid-row: auto; min-height: 240px; }
  .header-search { display: none !important; }
  .nav-links { display: none; }
  .nav-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 44px;
    gap: 8px;
    padding: 8px 8px 8px 12px;
    align-items: center;
  }
  .logo { grid-column: 1; min-width: 0; }
  .header-phone { grid-column: 2; margin-left: 0; max-width: 100%; min-width: 0; justify-self: end; }
  .nav-toggle {
    grid-column: 3;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: 44px;
    height: 44px;
  }
  .faq-side { position: static; top: auto; }
  .mobile-call-bar { display: flex; }
  body { padding-bottom: 86px; }
  .hero-grid { padding: 28px 22px 36px; }
  .hero { min-height: auto; }
  .section { padding: 60px 0; }
  .faq-a { padding-left: 0; }
  .faq-item button { grid-template-columns: 44px 1fr 36px; }
  .page-hero { padding: 26px 22px; min-height: 260px; }
  .section-head { margin-bottom: 26px; }
}

@media (max-width: 680px) {
  .trust, .steps, .service-grid, .stats, .testimonials, .glossary, .related, .stat-band { grid-template-columns: 1fr; }
  .spec div { grid-template-columns: 1fr; gap: 2px; }
  .timeline article { grid-template-columns: 46px 1fr; gap: 12px; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .card.span-6, .card.span-4, .card.span-3 { grid-column: auto; }
  .header-phone { padding: 0 12px; gap: 6px; font-size: .92rem; }
  .header-phone .ico svg { width: 18px; height: 18px; }
  .cta-band, .section-head, .geo-kutu { display: block; }
  .cta-band .btn { margin-top: 16px; width: 100%; }
  .wrap { width: var(--shell); }
  .logo-word { font-size: 1.02rem; }
  .logo-word small { font-size: 8px; letter-spacing: .12em; margin-top: 3px; }
  .trust { margin-top: -28px; }
  .hero h1 { max-width: 100%; }
  .hero h1 em { padding: 0 .14em; }
  .data-table th, .data-table td { padding: 10px 12px; }
}

/* Dar telefonlarda marka adi ve numara birlikte sigsin diye ikisi de kuculur. */
@media (max-width: 520px) {
  .nav-shell { min-height: 60px; padding: 6px 6px 6px 8px; gap: 8px; box-shadow: 3px 3px 0 var(--ink); }
  .logo { gap: 8px; }
  .logo-mark { width: 36px; height: 36px; flex: 0 0 36px; }
  .logo-mark svg { width: 24px; height: 24px; }
  .logo-word { font-size: .95rem; }
  .logo-word small { font-size: 7.5px; letter-spacing: .08em; margin-top: 2px; }
  .header-phone { min-height: 42px; width: 44px; padding: 0; gap: 0; justify-content: center; }
  .header-phone > span:last-child { display: none; }
  .header-phone .ico svg { width: 18px; height: 18px; }
  .btn { min-height: 50px; padding: 0 18px; }
}

/* En dar cihazlarda numara bir punto daha kuculur; marka adi yerinde kalir. */
@media (max-width: 380px) {
  .nav-shell { gap: 6px; padding: 6px 5px 6px 7px; }
  .logo { gap: 7px; }
  .logo-word { font-size: .86rem; }
  .logo-word small { font-size: 7px; letter-spacing: .06em; }
  .header-phone { font-size: .72rem; padding: 0 7px; gap: 4px; }
  .header-phone .ico svg { width: 15px; height: 15px; }
  .nav-toggle { width: 40px; height: 40px; flex: 0 0 40px; }
  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after { width: 18px; }
}

@media (min-width: 1025px) {
  .mobile-call-bar, .drawer { display: none !important; }
}

/* =============== Dokunmatik hedefler =============== */
/* Parmakla kullanilan ekranlarda gezinme baglantilari en az ~44px yuksekliginde
   olsun. Cumle icindeki metin baglantilarina dokunulmaz; onlar akista kalir. */
@media (pointer: coarse), (max-width: 1024px) {
  /* Yol baglantilari 40px'e tamamlanir; eklenen bosluk alt marjdan dusulur. */
  .crumbs { font-size: 13px; margin-bottom: 2px; }
  .crumbs a, .crumbs span { display: inline-block; padding: 10px 0; }

  .footer-top a:not(.logo):not(.btn) { display: inline-block; padding: 8px 0; }
  .footer-phone a { padding: 0 18px; min-height: 52px; }
  .city-cloud { gap: 8px; }
  .city-cloud a { padding: 11px 14px; font-size: 13px; }

  .checklist a, .toc a { display: inline-block; padding: 8px 0; }
  .toc li { margin-bottom: 2px; }
  .cat-nav a { padding: 12px 16px; }

  .logo { min-height: 46px; }
  .legal a { display: inline-block; padding: 6px 0; }

  /* Kucuk etiket ve tablo basliklari telefonda bir punto buyur. */
  .kicker { font-size: 12px; }
  .data-table th, table th { font-size: 12px; }

  /* Baslik icinde bagimsiz baglanti olan listeler (il/marka dizinleri) */
  h2 > a, h3 > a { display: inline-block; padding: 9px 0; }
}

/* Inter buyuk puntolarda genis durur: baslik harf aralaigini sikiyoruz. */
h1, h2, h3, h4, .display, .logo-word, .card h3, .prose h2 { letter-spacing: -.03em; }
h1, h2, h3, h4 { font-weight: 900; }
.num, .step b, .stats b, .timeline b, .stat-band b, .faq-side .big {
  font-feature-settings: "tnum" 1;
}
.hero h1, .page-hero h1 { letter-spacing: -.045em; }
