@charset "UTF-8";
/* ==========================================================================
   YİĞİT ÖZEL PLAKA — Ana stil dosyası
   Bootstrap yalnızca grid altyapısı için kullanılır; görsel dil tamamen custom.
   Yazım sırası: mobile-first → min-width kırılımları.
   ========================================================================== */

/* ---------- 1. Yazı tipleri (self-hosted, değişken ağırlık) ---------- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'InterVar';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- 2. Tasarım değişkenleri ---------- */
:root {
  /* Marka rengi doğrudan logodan örneklendi */
  --red: #d20000;
  --red-hi: #e8121a;
  --red-lo: #a80000;
  --wa: #25a35a;
  --wa-hi: #2bbd68;

  --ink-900: #060708;
  --ink-850: #0b0c0e;
  --ink-800: #101215;
  --ink-750: #16191d;
  --ink-700: #1c2025;
  --ink-600: #262b31;
  --ink-line: rgba(255, 255, 255, .09);

  --paper: #f1f2f5;
  --paper-2: #e9ebf0;
  --white: #fff;
  --line: #e3e5ea;
  --line-2: #d6d9e0;

  --tx-hi: #ffffff;
  --tx-mid: #a7aeb8;
  --tx-lo: #79808b;
  --tx-ink: #14161a;
  --tx-ink-2: #565d67;
  --tx-ink-3: #7c838d;

  --font-d: 'Manrope', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-b: 'InterVar', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-p: 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;

  --r-sm: 8px;
  --r-md: 10px;
  --r-lg: 12px;
  --r-xl: 14px;

  --gutter: clamp(14px, 4vw, 32px);
  --shell: 1240px;
  --header-h: 60px;
  --dock-h: calc(62px + env(safe-area-inset-bottom, 0px));

  --sh-1: 0 1px 2px rgba(10, 12, 16, .06), 0 4px 14px rgba(10, 12, 16, .06);
  --sh-2: 0 2px 6px rgba(10, 12, 16, .08), 0 12px 30px rgba(10, 12, 16, .10);
  --sh-red: 0 6px 18px rgba(210, 0, 0, .28);

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

/* ---------- 3. Reset & taban ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
  margin: 0;
  /* Koyu: mobildeki sabit CTA barının altında kalan şerit ve iOS overscroll
     alanı açık renk parlamasın. Bölümler kendi zeminlerini zaten boyuyor. */
  background: var(--ink-850);
  color: var(--tx-ink);
  font-family: var(--font-b);
  font-size: 15px;
  line-height: 1.6;
  font-feature-settings: 'kern' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Yatay taşma her koşulda engellensin */
  overflow-x: clip;
}

/* Mobil sabit CTA barının içeriği örtmemesi için */
@media (max-width: 991.98px) {
  body { padding-bottom: var(--dock-h); }
}

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

h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-d);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.02em;
  text-wrap: balance;
}

p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
blockquote { margin: 0; }

a { color: inherit; text-decoration: none; }

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

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

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

/* ---------- 4. Yardımcılar ---------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

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

.skip-link {
  position: fixed;
  top: 8px; left: 8px;
  z-index: 200;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: var(--r-sm);
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: transform .25s var(--ease);
}
.skip-link:focus-visible { transform: none; }

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------- 5. Butonlar ---------- */
.btn {
  --btn-bg: var(--red);
  --btn-fg: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: var(--r-md);
  background: var(--btn-bg);
  color: var(--btn-fg);
  font-family: var(--font-d);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -.005em;
  line-height: 1.2;
  text-align: center;
  transition: transform .22s var(--ease), background-color .22s var(--ease),
              box-shadow .22s var(--ease), border-color .22s var(--ease);
  will-change: transform;
}
.btn__icon { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--wa { background: var(--red); box-shadow: var(--sh-red); }
.btn--wa:hover { background: var(--red-hi); box-shadow: 0 10px 26px rgba(210, 0, 0, .36); }

.btn--outline {
  background: rgba(255, 255, 255, .04);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(6px);
}
.btn--outline:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .42); }
.btn--outline .btn__icon { color: var(--red-hi); }

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid var(--ink-line);
}
.btn--ghost:hover { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .24); }

.btn--sm { min-height: 42px; padding: 9px 16px; font-size: 13.5px; border-radius: var(--r-sm); }
.btn--block { width: 100%; }

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  flex: none;
  border-radius: var(--r-sm);
  border: 1px solid var(--ink-line);
  background: rgba(255, 255, 255, .04);
  color: #fff;
  transition: background-color .2s var(--ease), border-color .2s var(--ease);
}
.icon-btn svg { width: 20px; height: 20px; }
.icon-btn:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .2); }
.icon-btn--phone { color: var(--red-hi); }

/* ---------- 6. Plaka rozeti (custom marka öğesi) ---------- */
.plate {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .5);
  background: #f3f4f6;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 2px 8px rgba(0, 0, 0, .35);
  font-family: var(--font-p);
  line-height: 1;
  white-space: nowrap;
}
.plate__tr {
  display: flex;
  align-items: center;
  padding-inline: .34em;
  background: linear-gradient(#1247b8, #0b3287);
  color: #fff;
  font-size: .46em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .02em;
}
.plate b {
  padding: .32em .5em;
  color: #0a0b0d;
  font-weight: 700;
  letter-spacing: .05em;
}
.plate--sm { font-size: 15px; }
.plate--xs { font-size: 12px; }

/* ---------- 7. Bölüm başlıkları ---------- */
.section { padding-block: clamp(42px, 7vw, 92px); }
.section--tight { padding-top: clamp(6px, 1vw, 12px); }
.section--paper { background: var(--paper); }
.section--muted { background: var(--paper-2); }
.section--ink { background: var(--ink-850); }

.section-head { margin-bottom: clamp(20px, 3.4vw, 38px); }
.section-head--center { text-align: center; }

.section-title {
  font-size: clamp(22px, 1.55vw + 16px, 34px);
  color: var(--tx-ink);
  text-align: center;
}
.section-title em { font-style: normal; color: var(--red); }
.section-title--light { color: var(--tx-hi); }

/* Başlık altı ince kırmızı vurgu */
.section-head--center .section-title::after {
  content: '';
  display: block;
  width: 46px; height: 3px;
  margin: 14px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--red), var(--red-hi));
}

.link-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
  font-family: var(--font-d);
  font-size: 12.5px;
  font-weight: 700;
  transition: gap .22s var(--ease), color .22s var(--ease);
}
.link-more svg { width: 15px; height: 15px; transition: transform .22s var(--ease); }
.link-more:hover { gap: 10px; color: var(--red-hi); }
.link-more:hover svg { transform: translateX(2px); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: var(--header-h);
  background: linear-gradient(180deg, rgba(6, 7, 8, .88), rgba(6, 7, 8, .34) 70%, transparent);
  transition: background-color .3s var(--ease), box-shadow .3s var(--ease),
              backdrop-filter .3s var(--ease);
}
.site-header.is-stuck {
  background: rgba(8, 9, 11, .93);
  backdrop-filter: saturate(150%) blur(14px);
  box-shadow: 0 1px 0 var(--ink-line), 0 10px 30px rgba(0, 0, 0, .42);
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
}

.brand { flex: none; margin-right: auto; }
.brand__img {
  width: auto;
  height: 36px;
  transition: opacity .2s var(--ease);
}
.brand:hover .brand__img { opacity: .82; }

.primary-nav { display: none; }

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-phone { display: none; }
.header-cta { display: none; }

.burger { display: inline-flex; }

/* ==========================================================================
   MOBİL MENÜ (offcanvas)
   ========================================================================== */
.menu-scrim {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(4, 5, 6, .66);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.menu-scrim.is-on { opacity: 1; }

.mobile-menu {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  z-index: 96;
  width: min(88vw, 372px);
  display: flex;
  flex-direction: column;
  padding: 14px var(--gutter) calc(18px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, var(--ink-800), var(--ink-900));
  border-left: 1px solid var(--ink-line);
  box-shadow: -24px 0 60px rgba(0, 0, 0, .5);
  color: var(--tx-hi);
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(102%);
  visibility: hidden;
  /* Kapanırken görünürlük geçişin SONUNDA kalkar, açılırken ANINDA gelir.
     Aksi hâlde panel açıldığı an hâlâ visibility:hidden olur ve
     odak ilk bağlantıya taşınamaz (klavye kullanıcısı menüye giremez). */
  transition: transform .38s var(--ease), visibility 0s linear .38s;
}
.mobile-menu.is-open {
  transform: none;
  visibility: visible;
  transition: transform .38s var(--ease), visibility 0s;
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ink-line);
}
.mobile-menu__logo { width: auto; height: 34px; }

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  padding-block: 6px;
}
.mobile-menu__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  font-family: var(--font-d);
  font-size: 15.5px;
  font-weight: 600;
  color: #eceef1;
  transition: color .2s var(--ease), padding-left .2s var(--ease);
}
.mobile-menu__nav a svg {
  width: 17px; height: 17px;
  color: var(--tx-lo);
  transition: transform .22s var(--ease), color .22s var(--ease);
}
.mobile-menu__nav a:hover,
.mobile-menu__nav a:focus-visible { color: #fff; padding-left: 6px; }
.mobile-menu__nav a:hover svg { color: var(--red-hi); transform: translateX(3px); }

.mobile-menu__foot { margin-top: auto; padding-top: 18px; display: grid; gap: 10px; }
.mobile-menu__meta {
  display: grid;
  gap: 10px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--ink-line);
}
.mobile-menu__meta li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--tx-mid);
}
.mobile-menu__meta svg { width: 16px; height: 16px; margin-top: 2px; color: var(--red-hi); }

body.is-locked { overflow: hidden; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  /* Metin üstte, aracın ön yüzü + plaka altta okunur kalsın diye
     mobilde ekranın büyük bölümünü kaplar; güven bandı yine de görünür. */
  min-height: min(88svh, 720px);
  padding-top: calc(var(--header-h) + 16px);
  padding-bottom: 24px;
  background: var(--ink-900);
  color: var(--tx-hi);
  overflow: hidden;
}

.hero__media { position: absolute; inset: 0; z-index: -2; }
/* <picture> yüksekliği olmadan img'nin height:100%'i çözümlenmez ve görsel
   doğal oranında kalır; kapsayıcıyı da esnetmek şart. */
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 100%; }

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg,
      rgba(6, 7, 8, .93) 0%, rgba(6, 7, 8, .90) 34%, rgba(6, 7, 8, .72) 52%,
      rgba(6, 7, 8, .30) 66%, rgba(6, 7, 8, .06) 80%, rgba(6, 7, 8, .04) 90%,
      rgba(6, 7, 8, .52) 100%),
    radial-gradient(120% 60% at 50% 8%, rgba(210, 0, 0, .14), transparent 66%);
}

.hero__inner { width: 100%; }
.hero__content { max-width: 620px; }

.hero__title { font-size: clamp(29px, 3.6vw + 13px, 48px); }
.hero__title-a, .hero__title-b { display: block; }
.hero__title-b { color: var(--red-hi); }

.hero__kicker {
  margin-top: 14px;
  font-family: var(--font-d);
  font-size: clamp(13px, .5vw + 11px, 16.5px);
  font-weight: 700;
  color: #e6e8ec;
}
.hero__kicker span { color: var(--red-hi); margin-inline: 2px; }

.hero__lead {
  margin-top: 10px;
  max-width: 44ch;
  font-size: clamp(13.5px, .35vw + 12.5px, 15.5px);
  line-height: 1.62;
  color: var(--tx-mid);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.hero__actions .btn { flex: 1 1 auto; min-width: 0; }

.hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  font-family: var(--font-d);
  font-size: clamp(18px, 1.1vw + 14px, 24px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.01em;
  transition: color .2s var(--ease);
}
.hero__phone svg { width: 20px; height: 20px; color: var(--red-hi); }
.hero__phone:hover { color: var(--red-hi); }

.hero__chips {
  /* Mobilde gizli: hemen alttaki güven bandı aynı bilgiyi taşıyor ve
     böylece aracın ön yüzü + plaka kadrajda kalıyor. */
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.hero__chips li {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 8px;
  align-items: start;
}
.hero__chips svg { width: 16px; height: 16px; margin-top: 2px; color: var(--red-hi); }
.hero__chips span {
  display: block;
  font-size: 11.5px;
  line-height: 1.42;
  color: var(--tx-mid);
}
.hero__chips strong {
  display: block;
  font-family: var(--font-d);
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
}
/* Üçüncü rozet tek başına kalmasın */
.hero__chips li:last-child { grid-column: 1 / -1; }

/* ==========================================================================
   GÜVEN BANDI
   ========================================================================== */
.trust {
  background: var(--ink-800);
  border-top: 1px solid var(--ink-line);
  border-bottom: 1px solid var(--ink-line);
  padding-block: 18px;
}
.trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
}
.trust__item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
}
.trust__icon { width: 26px; height: 26px; color: var(--red-hi); }
.trust__item p {
  font-size: 11.5px;
  line-height: 1.4;
  color: var(--tx-mid);
}
.trust__item strong {
  display: block;
  font-family: var(--font-d);
  font-size: 12.5px;
  font-weight: 700;
  color: #fff;
}

/* ==========================================================================
   HİZMETLER
   ========================================================================== */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.svc-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.svc-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-2);
  box-shadow: var(--sh-2);
}

.svc-card__media {
  position: relative;
  overflow: hidden;
  background: var(--ink-800);
  aspect-ratio: 4 / 3;
}
.svc-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease);
}
.svc-card:hover .svc-card__media img { transform: scale(1.05); }

.svc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
  padding: 12px 12px 14px;
}
.svc-card__title {
  font-size: 14px;
  line-height: 1.25;
  color: var(--tx-ink);
}
.svc-card__text {
  font-size: 12px;
  line-height: 1.5;
  color: var(--tx-ink-2);
  /* Kart yükseklikleri eşit kalsın, metin taşmasın */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.svc-card__body .link-more { margin-top: auto; padding-top: 8px; }

/* ==========================================================================
   REFERANSLAR
   ========================================================================== */
.ref-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ref-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, .08);
  background: var(--ink-800);
  aspect-ratio: 3 / 4;
  transition: transform .3s var(--ease), border-color .3s var(--ease);
}
.ref-card--lead { grid-column: 1 / -1; aspect-ratio: 16 / 10; }

.ref-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.ref-card:hover { transform: translateY(-4px); border-color: rgba(255, 255, 255, .18); }
.ref-card:hover img { transform: scale(1.06); }

.ref-card__cap {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 5px;
  padding: 26px 11px 11px;
  background: linear-gradient(180deg, transparent, rgba(6, 7, 8, .82) 42%, rgba(6, 7, 8, .96));
}
.ref-card__cap .plate { justify-self: start; }
.ref-card__meta {
  font-size: 10.5px;
  line-height: 1.35;
  color: var(--tx-mid);
}

/* ==========================================================================
   HAKKIMIZDA
   ========================================================================== */
.about__media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background: var(--ink-800);
  box-shadow: var(--sh-1);
  aspect-ratio: 4 / 3;
}
.about__media img { width: 100%; height: 100%; object-fit: cover; }

.about__body .section-title { text-align: left; }
.about__text {
  margin-top: 12px;
  font-size: 13.5px;
  line-height: 1.68;
  color: var(--tx-ink-2);
}

.about__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.about__facts li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: start;
}
.about__facts svg {
  width: 26px; height: 26px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(210, 0, 0, .08);
  color: var(--red);
}
.about__facts strong {
  display: block;
  font-family: var(--font-d);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--tx-ink);
}
.about__facts strong a { transition: color .2s var(--ease); }
.about__facts strong a:hover { color: var(--red); }
.about__facts span { font-size: 11.5px; color: var(--tx-ink-3); }
.about__facts li:last-child { grid-column: 1 / -1; }

/* ==========================================================================
   SÜREÇ
   ========================================================================== */
.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  counter-reset: step;
}
.step {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.step:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }

.step__media {
  overflow: hidden;
  background: var(--ink-800);
  aspect-ratio: 3 / 2;
}
.step__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease);
}
.step:hover .step__media img { transform: scale(1.05); }

.step__body { position: relative; padding: 16px 12px 14px; }
.step__num {
  position: absolute;
  top: -13px; left: 12px;
  display: grid;
  place-items: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--font-d);
  font-size: 12.5px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(210, 0, 0, .35);
}
.step__title {
  font-size: 13px;
  line-height: 1.3;
  color: var(--tx-ink);
}
.step__text {
  margin-top: 6px;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--tx-ink-2);
}

/* ==========================================================================
   CTA BANDI
   ========================================================================== */
.cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(34px, 5.4vw, 62px);
  background: var(--ink-900);
  color: var(--tx-hi);
}
.cta__media { position: absolute; inset: 0; z-index: -2; }
.cta__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 58%; }
.cta__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 7, 8, .90), rgba(6, 7, 8, .74) 46%, rgba(6, 7, 8, .94)),
    radial-gradient(90% 120% at 78% 50%, rgba(210, 0, 0, .18), transparent 60%);
}

.cta__content { max-width: 640px; }
.cta__title { font-size: clamp(23px, 2.4vw + 14px, 42px); }
.cta__title em { font-style: normal; color: var(--red-hi); }
.cta__text {
  margin-top: 10px;
  font-size: clamp(13px, .3vw + 12.4px, 15.5px);
  color: var(--tx-mid);
}
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.cta__actions .btn { flex: 1 1 auto; }
.cta__phone { flex: 1 0 100%; justify-content: center; margin-top: 2px; }
.cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-d);
  font-size: clamp(16px, .8vw + 13px, 20px);
  font-weight: 800;
  color: #fff;
  transition: color .2s var(--ease);
}
.cta__phone svg { width: 18px; height: 18px; color: var(--red-hi); }
.cta__phone:hover { color: var(--red-hi); }

/* ==========================================================================
   YORUMLAR
   ========================================================================== */
.reviews { position: relative; }

.reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 84%;
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  /* Kenardan kenara kayan şerit */
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
  padding-block: 4px 6px;
  scrollbar-width: none;
}
.reviews__track::-webkit-scrollbar { display: none; }

.review {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 14px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.review:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }

.review__top { display: flex; align-items: flex-start; gap: 11px; }
.review__brand { width: 26px; height: 26px; flex: none; }
.review__stars { display: flex; gap: 2px; }
.review__stars svg { width: 13px; height: 13px; color: #f5a623; }
.review__who {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 3px;
}
.review__who strong {
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 700;
  color: var(--tx-ink);
}
.review__who span { font-size: 11px; color: var(--tx-ink-3); }
.review__text {
  font-size: 12.5px;
  line-height: 1.62;
  color: var(--tx-ink-2);
}

.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}
.reviews__dots button {
  width: 7px; height: 7px;
  padding: 0;
  border-radius: 50%;
  background: var(--line-2);
  transition: width .25s var(--ease), background-color .25s var(--ease);
}
.reviews__dots button[aria-selected='true'] { width: 22px; border-radius: 4px; background: var(--red); }

/* ==========================================================================
   SSS
   ========================================================================== */
.faq { display: grid; gap: 10px; }
.faq__col { display: grid; gap: 10px; align-content: start; }

.faq__item {
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.faq__item:hover { border-color: var(--line-2); }
.faq__item.is-open { border-color: rgba(210, 0, 0, .32); box-shadow: var(--sh-1); }
.faq__item h3 { margin: 0; font: inherit; }

.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  text-align: left;
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--tx-ink);
  transition: color .2s var(--ease);
}
.faq__q:hover { color: var(--red); }

.faq__sign {
  position: relative;
  flex: none;
  width: 18px; height: 18px;
}
.faq__sign::before, .faq__sign::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  background: var(--red);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.faq__sign::before { width: 13px; height: 2px; }
.faq__sign::after { width: 2px; height: 13px; }
.faq__item.is-open .faq__sign::after { transform: rotate(90deg); opacity: 0; }

.faq__a > p {
  padding: 0 13px 14px;
  font-size: 12.5px;
  line-height: 1.68;
  color: var(--tx-ink-2);
}

/* JS yoksa tüm cevaplar açık kalır; JS varsa yükseklik animasyonlu akordiyon.
   visibility, kapalı panelin ekran okuyucudan da gizlenmesini sağlar. */
.js .faq__a {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height .34s var(--ease), visibility 0s linear .34s;
}
.js .faq__item.is-open .faq__a {
  visibility: visible;
  transition: height .34s var(--ease), visibility 0s;
}

/* ==========================================================================
   SEO İÇERİK BÖLÜMÜ
   ========================================================================== */
.section-sub {
  max-width: 62ch;
  margin: 12px auto 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--tx-ink-2);
  text-align: center;
}

.seo__grid { display: grid; gap: 22px; }

.seo__body > h3 {
  margin-top: 26px;
  font-size: clamp(16px, .6vw + 14px, 20px);
  color: var(--tx-ink);
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.seo__body > h3:first-child { margin-top: 0; }

.seo__body p {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--tx-ink-2);
}
.seo__body p a,
.seo__author-meta a {
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color .2s var(--ease);
}
.seo__body p a:hover, .seo__author-meta a:hover { color: var(--red-hi); }

/* Numaralı süreç listesi */
.seo__steps {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  counter-reset: seostep;
}
.seo__steps li {
  position: relative;
  counter-increment: seostep;
  padding: 12px 14px 12px 44px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 13px;
  line-height: 1.6;
  color: var(--tx-ink-2);
}
.seo__steps li::before {
  content: counter(seostep);
  position: absolute;
  top: 12px; left: 13px;
  display: grid;
  place-items: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--font-d);
  font-size: 11.5px;
  font-weight: 800;
}
.seo__steps strong { display: block; color: var(--tx-ink); font-family: var(--font-d); }

/* Madde listeleri */
.seo__list { display: grid; gap: 8px; margin-top: 12px; }
.seo__list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--tx-ink-2);
}
.seo__list li::before {
  content: '';
  position: absolute;
  top: 8px; left: 4px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--red);
}
.seo__list strong { color: var(--tx-ink); }

/* Evrak kartları — mobilde 2'li blok */
.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.doc-card {
  padding: 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
}
.doc-card h4 {
  font-size: 13.5px;
  color: var(--tx-ink);
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid var(--line);
}
.doc-card ul { display: grid; gap: 6px; }
.doc-card li {
  position: relative;
  padding-left: 16px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--tx-ink-2);
}
.doc-card li::before {
  content: '';
  position: absolute;
  top: 7px; left: 2px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--red);
}
.doc-card__hint {
  margin-top: 10px !important;
  padding-top: 9px;
  border-top: 1px solid var(--line);
  font-size: 11.5px !important;
  line-height: 1.5 !important;
  color: var(--tx-ink-3) !important;
}

/* Mevzuat uyarısı */
.seo__note {
  margin-top: 14px !important;
  padding: 12px 14px;
  border-radius: var(--r-md);
  border: 1px solid rgba(210, 0, 0, .18);
  border-left: 3px solid var(--red);
  background: rgba(210, 0, 0, .04);
  font-size: 12.5px !important;
  color: var(--tx-ink-2) !important;
}
.seo__note strong { color: var(--tx-ink); }

/* Yazar / kurum kutusu (E-E-A-T) */
.seo__author {
  margin-top: 26px;
  padding: 16px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
}
.seo__author h4 { font-size: 14px; color: var(--tx-ink); }
.seo__author p { margin-top: 8px; font-size: 12.5px; line-height: 1.7; }
.seo__author-meta { font-size: 12px !important; color: var(--tx-ink-3) !important; }

.seo__links-title {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--tx-ink-3);
}

.seo__card {
  padding: 18px 16px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
}
.seo__card .plate { margin-bottom: 14px; }
.seo__card-title { font-size: 16px; color: var(--tx-ink); }
.seo__card-text {
  margin: 8px 0 14px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--tx-ink-2);
}
.seo__card .btn + .btn { margin-top: 8px; }
.seo__card .btn--ghost { color: var(--tx-ink); border-color: var(--line-2); }
.seo__card .btn--ghost:hover { background: var(--paper); border-color: var(--tx-ink-3); }
.seo__card .btn--ghost .btn__icon { color: var(--red); }

.seo__links {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.seo__links a {
  display: inline-flex;
  font-size: 12.5px;
  color: var(--tx-ink-2);
  transition: color .2s var(--ease), padding-left .2s var(--ease);
}
.seo__links a:hover { color: var(--red); padding-left: 4px; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  position: relative;
  background: var(--ink-850);
  color: var(--tx-mid);
  padding-top: clamp(34px, 5vw, 64px);
  border-top: 1px solid var(--ink-line);
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 16px;
  padding-bottom: clamp(26px, 3.4vw, 44px);
}

.footer__brand { grid-column: 1 / -1; }
.footer__logo { width: auto; height: 42px; margin-bottom: 16px; }
.footer__title {
  font-size: clamp(17px, .9vw + 14px, 22px);
  color: var(--tx-hi);
}
.footer__text {
  margin-top: 8px;
  max-width: 34ch;
  font-size: 12.5px;
  line-height: 1.6;
}
.footer__cta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

.footer__tag {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid var(--ink-line);
  font-size: 10px;
  letter-spacing: .02em;
  color: var(--tx-lo);
  vertical-align: 1px;
}

.footer__heading {
  margin-bottom: 12px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--tx-hi);
}

.footer__links { display: grid; gap: 9px; }
.footer__links a {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--tx-mid);
  transition: color .2s var(--ease), padding-left .2s var(--ease);
}
.footer__links a:hover { color: #fff; padding-left: 4px; }

.footer__col--contact { grid-column: 1 / -1; }
.footer__col--map { grid-column: 1 / -1; }
.footer__contact { display: grid; gap: 11px; }
.footer__contact li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  font-size: 12.5px;
  line-height: 1.5;
}
.footer__contact svg { width: 16px; height: 16px; margin-top: 2px; color: var(--red-hi); }
.footer__contact a { transition: color .2s var(--ease); }
.footer__contact a:hover { color: #fff; }

.map-card {
  position: relative;
  display: block;
  width: 100%;
  /* Haritanın kolon genişliğine yayılıp bölümü ezmemesi için üst sınır */
  max-width: 340px;
  padding: 0;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--ink-line);
  background: var(--ink-800);
  aspect-ratio: 16 / 10;
  transition: border-color .25s var(--ease);
}
.map-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .3s var(--ease), transform .5s var(--ease); }
.map-card:hover { border-color: rgba(255, 255, 255, .22); }
.map-card:hover img { opacity: 1; transform: scale(1.03); }
.map-card iframe { width: 100%; height: 100%; border: 0; display: block; }

.map-card__pin {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -70%;
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .45);
}
.map-card__pin svg { width: 19px; height: 19px; }

.map-card__hint {
  position: absolute;
  inset: auto 10px 10px auto;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(10, 12, 14, .82);
  border: 1px solid var(--ink-line);
  font-family: var(--font-d);
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  backdrop-filter: blur(6px);
}

.footer__address {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.55;
}
.footer__address strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-d);
  font-size: 13.5px;
  color: var(--tx-hi);
}

.footer__route {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-family: var(--font-d);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--red-hi);
  transition: gap .22s var(--ease);
}
.footer__route svg { width: 15px; height: 15px; }
.footer__route:hover { gap: 10px; }

.footer__bar {
  border-top: 1px solid var(--ink-line);
  background: rgba(0, 0, 0, .28);
}
.footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  padding-block: 16px;
  text-align: center;
}
.footer__bar-logo { width: auto; height: 26px; opacity: .5; order: -1; }
.footer__copy { font-size: 11.5px; color: var(--tx-lo); }
.footer__legal { display: flex; gap: 16px; }
.footer__legal a {
  position: relative;
  font-size: 11.5px;
  color: var(--tx-lo);
  transition: color .2s var(--ease);
}
.footer__legal a:hover { color: #fff; }
.footer__legal li + li::before {
  content: '';
  position: absolute;
  margin-left: -8px;
  width: 1px; height: 11px;
  background: var(--ink-line);
  translate: 0 2px;
}

/* ==========================================================================
   MOBİL SABİT CTA (dock)
   ========================================================================== */
.dock {
  position: fixed;
  inset: auto 0 0;
  z-index: 88;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px var(--gutter) calc(8px + env(safe-area-inset-bottom, 0px));
  background: rgba(9, 10, 12, .93);
  backdrop-filter: saturate(160%) blur(14px);
  border-top: 1px solid var(--ink-line);
  transform: translateY(110%);
  transition: transform .34s var(--ease);
}
.dock.is-up { transform: none; }

.dock__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: var(--r-sm);
  font-family: var(--font-d);
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  transition: filter .2s var(--ease);
}
.dock__btn svg { width: 18px; height: 18px; }
.dock__btn:active { filter: brightness(.9); }
.dock__btn--wa { background: var(--wa); }
.dock__btn--call { background: var(--red); }

@media (min-width: 992px) { .dock { display: none; } }

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .66s var(--ease), transform .66s var(--ease);
  transition-delay: calc(var(--d, 0) * 80ms);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ==========================================================================
   KIRILIMLAR
   ========================================================================== */

/* --- 430px ve üzeri: küçük telefonlarda nefes payı --- */
@media (min-width: 430px) {
  .svc-grid, .ref-grid, .steps { gap: 14px; }
  .svc-card__title { font-size: 15px; }
  .svc-card__text { font-size: 12.5px; }
  .step__title { font-size: 13.5px; }
  .step__text { font-size: 12px; }
  .trust__item p, .hero__chips span { font-size: 12px; }
}

/* --- 576px ve üzeri --- */
@media (min-width: 576px) {
  :root { --header-h: 66px; }

  .hero { min-height: 620px; padding-bottom: 40px; }
  .hero__chips { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero__chips li:last-child { grid-column: auto; }
  .hero__actions .btn { flex: 0 1 auto; }

  .trust__grid { gap: 16px; }
  .trust__icon { width: 30px; height: 30px; }

  .svc-grid, .ref-grid, .steps { gap: 16px; }
  .svc-card__body { padding: 14px 15px 16px; }
  .svc-card__title { font-size: 16px; }
  .svc-card__text { font-size: 13px; -webkit-line-clamp: 4; line-clamp: 4; }
  .link-more { font-size: 13px; }

  .ref-card__cap { padding: 30px 13px 13px; }
  .ref-card__meta { font-size: 11.5px; }
  .plate--xs { font-size: 13px; }

  .step__body { padding: 18px 15px 16px; }
  .step__num { width: 28px; height: 28px; top: -14px; left: 15px; font-size: 13px; }
  .step__title { font-size: 14.5px; }
  .step__text { font-size: 12.5px; }

  .reviews__track { grid-auto-columns: 62%; }
  .review { padding: 18px 17px; }
  .review__text { font-size: 13px; }

  .faq__q { font-size: 14px; padding: 14px 16px; }
  .faq__a > p { padding: 0 16px 16px; font-size: 13px; }

  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .footer__col--contact, .footer__col--map { grid-column: auto; }
  .footer__bar-inner { justify-content: space-between; text-align: left; }
  .footer__bar-logo { order: 0; }
}

/* --- 768px ve üzeri: tablet --- */
@media (min-width: 768px) {
  :root { --header-h: 70px; }

  body { font-size: 15.5px; }

  .brand__img { height: 42px; }

  .hero { align-items: center; min-height: 660px; }
  .hero__media img { object-position: 60% 48%; }
  .hero__veil {
    background:
      linear-gradient(100deg, rgba(6, 7, 8, .96) 0%, rgba(6, 7, 8, .90) 28%,
        rgba(6, 7, 8, .52) 46%, rgba(6, 7, 8, .10) 62%, rgba(6, 7, 8, .34) 100%),
      linear-gradient(180deg, rgba(6, 7, 8, .55), transparent 26%, rgba(6, 7, 8, .60));
  }
  .hero__chips { display: grid; max-width: 560px; }

  .trust__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
  .trust__item { padding-inline: clamp(10px, 2vw, 24px); }
  .trust__item + .trust__item { border-left: 1px solid var(--ink-line); }
  .trust__item:first-child { padding-left: 0; }
  .trust__item:last-child { padding-right: 0; }

  /* Hizmet kartları yatay düzene geçer (referans tasarımdaki gibi) */
  .svc-card { flex-direction: row; }
  .svc-card__media { flex: 0 0 44%; aspect-ratio: auto; }
  .svc-card__body { justify-content: center; padding: 20px; gap: 8px; }
  .svc-card__title { font-size: 18px; }
  .svc-card__text { -webkit-line-clamp: unset; line-clamp: unset; }
  .svc-card__body .link-more { margin-top: 4px; padding-top: 0; }

  .ref-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .ref-card--lead { grid-column: span 2; aspect-ratio: auto; }

  .about__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about__facts li:last-child { grid-column: auto; }
  .about__text { font-size: 14.5px; }

  .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .reviews__track {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-columns: auto;
    gap: 16px;
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
  }
  .reviews__dots { display: none !important; }

  .faq { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; }

  .footer__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 24px; }
  .footer__brand { grid-column: span 4; }
}

/* --- 992px ve üzeri: masaüstü menü --- */
@media (min-width: 992px) {
  :root { --header-h: 76px; }

  .burger, .icon-btn--phone { display: none; }
  .header-cta { display: inline-flex; }
  .mobile-menu, .menu-scrim { display: none; }

  .primary-nav { display: block; margin-inline: auto; }
  .primary-nav__list { display: flex; align-items: center; gap: clamp(7px, 1.1vw, 22px); }
  .primary-nav__link {
    position: relative;
    display: block;
    padding: 6px 2px;
    font-family: var(--font-d);
    font-size: 13.5px;
    font-weight: 600;
    color: #d8dbe0;
    white-space: nowrap;
    transition: color .22s var(--ease);
  }
  .primary-nav__link::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    border-radius: 2px;
    background: var(--red-hi);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .28s var(--ease);
  }
  .primary-nav__link:hover { color: #fff; }
  .primary-nav__link:hover::after { transform: scaleX(1); }
  .primary-nav__link.is-active { color: #fff; }
  .primary-nav__link.is-active::after { transform: scaleX(1); }

  /* 992–1199 arası genişlikte menü 8 madde + telefon + CTA sığmıyordu;
     telefon metni yalnızca 1200px üzerinde gösteriliyor. */
  .header-phone { display: none; }
  .primary-nav__link { font-size: 13px; }
  .header-phone__icon { width: 17px; height: 17px; color: var(--red-hi); }
  .header-phone:hover { color: var(--red-hi); }

  .hero { min-height: min(760px, 100svh); }
  .hero__content { max-width: 720px; }

  .seo__grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 44px;
    align-items: start;
    /* Editoryal ölçü: satırlar 70–75 karakteri geçmesin */
    max-width: 1040px;
    margin-inline: auto;
  }
  .seo__aside { position: sticky; top: calc(var(--header-h) + 20px); }
  .seo__card { padding: 22px 20px; }
  .hero__lead { margin-top: 12px; }
  .hero__actions { margin-top: 26px; }

  .section-head { margin-bottom: 40px; }
  .svc-grid { gap: 20px; }
  .svc-card__body { padding: 24px; }
  .ref-grid { gap: 18px; }
  .steps { gap: 20px; }

  /* Adımlar arası kırmızı ok */
  .step + .step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -13px;
    width: 9px; height: 9px;
    border-top: 2px solid var(--red);
    border-right: 2px solid var(--red);
    rotate: 45deg;
    translate: 0 -50%;
    opacity: .9;
  }

  .faq { gap: 14px 20px; }

  /* 5 kolon: marka | hizmetler | kurumsal | iletişim | ofis+harita */
  .footer__grid { grid-template-columns: 1.5fr .85fr .85fr 1.15fr 1.05fr; gap: 36px 26px; }
  .footer__brand { grid-column: auto; }
}

/* --- 1200px ve üzeri --- */
@media (min-width: 1200px) {
  .header-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* WCAG 2.5.8: tıklama hedefi en az 24px yüksekliğinde olmalı */
    min-height: 32px;
    padding-inline: 4px;
    font-family: var(--font-d);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    transition: color .2s var(--ease);
  }
  .header-phone:hover { color: var(--red-hi); }
  .primary-nav__link { font-size: 13.5px; }

  .hero__content { max-width: 780px; }
  .svc-grid { gap: 22px; }
  .svc-card__media { flex-basis: 46%; }
  .ref-grid { grid-template-columns: 1.7fr repeat(4, minmax(0, 1fr)); }
  .ref-card--lead { grid-column: auto; }
  .about__media { aspect-ratio: 4 / 3; }
}

/* --- 1440px ve üzeri: geniş ekranda ferahlık --- */
@media (min-width: 1440px) {
  :root { --shell: 1300px; }
  .hero { min-height: min(800px, 100svh); }
  .section { padding-block: 100px; }
}

/* ==========================================================================
   MOBİLDE BÖLÜM SIRASI — dönüşüm odaklı
   Kaynak sıra masaüstü içindir; mobilde sosyal kanıt ve süreç öne alınır.
   ========================================================================== */
@media (max-width: 991.98px) {
  main { display: flex; flex-direction: column; }
  #anasayfa   { order: 1; }  /* hero */
  .trust      { order: 2; }  /* güven bandı */
  #hizmetler  { order: 3; }  /* hizmetler */
  #yorumlar   { order: 4; }  /* sosyal kanıt öne alındı */
  #referanslar{ order: 5; }
  #surec      { order: 6; }
  .cta        { order: 7; }  /* süreçten hemen sonra dönüşüm */
  #hakkimizda { order: 8; }
  #sss        { order: 9; }
  #ozel-plaka { order: 10; } /* uzun SEO metni en sonda */

  /* Sıralama değişince arka arkaya gelen açık renkli bölümlerin
     üst boşluğu iki katına çıkmasın */
  #yorumlar { padding-top: clamp(34px, 6vw, 60px); }
  #sss { padding-top: clamp(34px, 6vw, 60px); }
}

/* ==========================================================================
   ERİŞİLEBİLİRLİK & YAZDIRMA
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .dock, .mobile-menu, .menu-scrim, .hero__media, .cta__media { display: none !important; }
  body { background: #fff; color: #000; padding-bottom: 0; }
  .section, .cta, .site-footer { background: #fff !important; color: #000 !important; }
}

/* ==========================================================================
   ÇOK SAYFALI YAPI — açılır menü, alt sayfa iskeleti ve içerik bileşenleri
   Bu blok build/ ile üretilen alt sayfaları besler.
   ========================================================================== */

/* ---------- Masaüstü açılır menü ---------- */
.primary-nav__item { position: relative; }
.primary-nav__toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.primary-nav__chev {
  width: 13px; height: 13px;
  transition: transform .25s var(--ease);
}
.primary-nav__item.is-open .primary-nav__chev { transform: rotate(180deg); }

.subnav {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 20;
  min-width: 236px;
  padding: 8px;
  translate: -50% 0;
  border-radius: var(--r-lg);
  border: 1px solid var(--ink-line);
  background: rgba(13, 15, 18, .97);
  backdrop-filter: saturate(150%) blur(14px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s linear .22s;
}
/* Açılır menü ile tetikleyici arasında imleç boşluğa düşüp menü kapanmasın */
.subnav::before {
  content: '';
  position: absolute;
  inset: -14px 0 auto;
  height: 14px;
}
.primary-nav__item--has-sub:hover .subnav,
.primary-nav__item.is-open .subnav {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility 0s;
}
.subnav a {
  display: block;
  padding: 9px 12px;
  border-radius: var(--r-sm);
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 600;
  color: #d5d9df;
  white-space: nowrap;
  transition: background-color .18s var(--ease), color .18s var(--ease);
}
.subnav a:hover, .subnav a:focus-visible { background: rgba(255, 255, 255, .07); color: #fff; }
.subnav a.is-active { color: var(--red-hi); background: rgba(210, 0, 0, .12); }

/* ---------- Mobil menü katlanır gruplar ---------- */
.mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 13px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
  font-family: var(--font-d);
  font-size: 15.5px;
  font-weight: 600;
  color: #eceef1;
  text-align: left;
  transition: color .2s var(--ease), padding-left .2s var(--ease);
}
.mobile-menu__link svg { width: 17px; height: 17px; flex: none; color: var(--tx-lo); transition: transform .22s var(--ease), color .22s var(--ease); }
.mobile-menu__link:hover, .mobile-menu__link:focus-visible { color: #fff; padding-left: 6px; }
.mobile-menu__link:hover svg { color: var(--red-hi); }
.mobile-menu__link.is-active { color: var(--red-hi); }

.mobile-menu__group-btn[aria-expanded='true'] .mobile-menu__chev { transform: rotate(180deg); color: var(--red-hi); }

.mobile-menu__sub {
  display: grid;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  transition: height .3s var(--ease), visibility 0s linear .3s;
}
.mobile-menu__sub.is-open { visibility: visible; transition: height .3s var(--ease), visibility 0s; }
.mobile-menu__sub a {
  padding: 11px 2px 11px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  border-left: 2px solid rgba(255, 255, 255, .1);
  margin-left: 4px;
  font-size: 14px;
  color: var(--tx-mid);
  transition: color .2s var(--ease), border-color .2s var(--ease);
}
.mobile-menu__sub a:hover, .mobile-menu__sub a.is-active { color: #fff; border-left-color: var(--red); }

/* ---------- Alt sayfa hero ---------- */
.page-hero {
  position: relative;
  isolation: isolate;
  padding-top: calc(var(--header-h) + 26px);
  padding-bottom: 26px;
  background: var(--ink-900);
  color: var(--tx-hi);
  overflow: hidden;
}
.page-hero__media { position: absolute; inset: 0; z-index: -2; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.page-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(6, 7, 8, .96) 0%, rgba(6, 7, 8, .9) 40%, rgba(6, 7, 8, .58) 74%, rgba(6, 7, 8, .74) 100%),
    linear-gradient(180deg, rgba(6, 7, 8, .6), transparent 40%, rgba(6, 7, 8, .8));
}
.page-hero--plain { background: linear-gradient(180deg, var(--ink-800), var(--ink-900)); }

.page-hero__title {
  margin-top: 12px;
  max-width: 20ch;
  font-size: clamp(26px, 3vw + 14px, 46px);
}
.page-hero__lead {
  margin-top: 12px;
  max-width: 58ch;
  font-size: clamp(13.5px, .4vw + 12.5px, 16px);
  line-height: 1.65;
  color: var(--tx-mid);
}

/* ---------- Breadcrumb ---------- */
.crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.crumbs li {
  font-size: 12px;
  color: var(--tx-lo);
}
.crumbs li + li::before {
  content: '/';
  margin-right: 6px;
  color: rgba(255, 255, 255, .25);
}
.crumbs a {
  display: inline-block;
  padding-block: 5px;
  margin-block: -5px;
  color: var(--tx-mid);
  transition: color .2s var(--ease);
}
.crumbs a:hover { color: #fff; }
.crumbs [aria-current] { color: #fff; }

/* ---------- Makale düzeni ---------- */
.article { display: grid; gap: 24px; }
.shell--narrow { max-width: 860px; }

/* ---------- İçindekiler ---------- */
.toc {
  margin-bottom: 26px;
  padding: 16px 18px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
}
.toc__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--tx-ink-3);
}
.toc__list { counter-reset: toc; margin-top: 10px; display: grid; gap: 7px; }
.toc__list li { counter-increment: toc; }
.toc__list a {
  display: flex;
  gap: 9px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--tx-ink-2);
  transition: color .2s var(--ease);
}
.toc__list a::before {
  content: counter(toc) '.';
  flex: none;
  font-family: var(--font-d);
  font-weight: 700;
  color: var(--red);
}
.toc__list a:hover { color: var(--red); }

/* ---------- Tablo ---------- */
.table-wrap { overflow-x: auto; margin-top: 14px; -webkit-overflow-scrolling: touch; }
.prose-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 13px;
  background: var(--white);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-1);
}
.prose-table th, .prose-table td {
  padding: 11px 13px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.prose-table thead th {
  background: var(--ink-850);
  color: #fff;
  font-family: var(--font-d);
  font-size: 12.5px;
  font-weight: 700;
  border-bottom: 0;
}
.prose-table tbody th {
  font-family: var(--font-d);
  font-weight: 700;
  color: var(--tx-ink);
  white-space: nowrap;
}
.prose-table td { color: var(--tx-ink-2); }
.prose-table tbody tr:last-child th, .prose-table tbody tr:last-child td { border-bottom: 0; }

/* ---------- Vurgu kartları (mobilde 2'li) ---------- */
.hl-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.hl-card {
  padding: 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
}
.hl-card__icon { width: 24px; height: 24px; color: var(--red); margin-bottom: 9px; }
.hl-card h4 { font-size: 13.5px; line-height: 1.3; color: var(--tx-ink); }
.hl-card p { margin-top: 6px !important; font-size: 12.5px !important; line-height: 1.55 !important; }

/* ---------- Plaka anatomisi ---------- */
.anatomy {
  margin-top: 16px;
  padding: 18px 16px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--ink-850), var(--ink-800));
}
.anatomy__plate { display: flex; justify-content: center; padding-block: 6px 18px; }
.plate--lg { font-size: clamp(20px, 5vw, 30px); }
.anatomy__legend { display: grid; gap: 10px; }
.anatomy__legend li { display: grid; grid-template-columns: 52px 1fr; gap: 11px; align-items: start; }
.anatomy__key {
  display: grid;
  place-items: center;
  padding: 5px 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
  font-family: var(--font-p);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #fff;
}
.anatomy__legend strong {
  display: block;
  font-family: var(--font-d);
  font-size: 13px;
  color: #fff;
}
.anatomy__legend div { font-size: 12px; line-height: 1.5; color: var(--tx-mid); }

/* ---------- Hizmet listesi ---------- */
.svc-list { display: grid; gap: 12px; margin-top: 14px; }
.svc-list__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  padding: 15px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.svc-list__item:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.svc-list__icon {
  width: 38px; height: 38px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(210, 0, 0, .08);
  color: var(--red);
}
.svc-list__item h3 { font-size: 14.5px; color: var(--tx-ink); }
.svc-list__item p { margin-top: 5px !important; font-size: 12.5px !important; line-height: 1.6 !important; }

/* ---------- İlçe etiketleri ---------- */
.chip-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.chip-list li {
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: var(--white);
  font-size: 12.5px;
  color: var(--tx-ink-2);
}

/* ---------- İletişim kartları (mobilde 2'li) ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.contact-card {
  display: block;
  padding: 15px 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--line-2); }
.contact-card svg { width: 24px; height: 24px; color: var(--red); margin-bottom: 9px; }
.contact-card strong {
  display: block;
  font-family: var(--font-d);
  font-size: 13px;
  color: var(--tx-ink);
}
.contact-card span {
  display: block;
  margin-top: 3px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tx-ink);
  word-break: break-word;
}
.contact-card em {
  display: block;
  margin-top: 3px;
  font-style: normal;
  font-size: 11.5px;
  color: var(--tx-ink-3);
}
.contact-card--wa { border-color: rgba(210, 0, 0, .28); }
.contact-card--wa svg { color: var(--wa); }
.contact-card--static { cursor: default; }
.contact-card--static:hover { transform: none; box-shadow: var(--sh-1); }

.map-card--wide { max-width: 100%; aspect-ratio: 16 / 9; margin-top: 14px; }

/* ---------- İlgili sayfalar ---------- */
.rel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.rel-card {
  display: flex;
  flex-direction: column;
  padding: 15px 14px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.rel-card:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.rel-card h3 { font-size: 14px; line-height: 1.3; color: var(--tx-ink); }
.rel-card p {
  flex: 1;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--tx-ink-2);
}
.rel-card__go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 700;
  color: var(--red);
}
.rel-card__go svg { width: 14px; height: 14px; transition: transform .22s var(--ease); }
.rel-card:hover .rel-card__go svg { transform: translateX(3px); }

/* ---------- Tek sütun SSS ve ince CTA ---------- */
.faq--single { grid-template-columns: minmax(0, 1fr) !important; }
.cta--slim { padding-block: clamp(30px, 4.4vw, 52px); background: var(--ink-850); }
.cta--slim .cta__veil {
  background: radial-gradient(80% 130% at 84% 50%, rgba(210, 0, 0, .2), transparent 62%);
}
.cta--slim .cta__content { max-width: 100%; }

/* ---------- Alt sayfa kırılımları ---------- */
@media (min-width: 576px) {
  .contact-grid, .hl-grid { gap: 14px; }
  .rel-grid { gap: 14px; }
  .anatomy { padding: 24px 20px; }
}

@media (min-width: 768px) {
  .page-hero { padding-top: calc(var(--header-h) + 42px); padding-bottom: 42px; }
  .hl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .svc-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .contact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .rel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .rel-card { padding: 20px 18px; }
  .rel-card h3 { font-size: 15.5px; }
  .rel-card p { font-size: 13px; }
  .anatomy__legend { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hl-card { padding: 18px 16px; }
  .hl-card h4 { font-size: 15px; }
}

@media (min-width: 992px) {
  .page-hero { padding-top: calc(var(--header-h) + 58px); padding-bottom: 58px; }
  .article {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 44px;
    align-items: start;
    max-width: 1040px;
    margin-inline: auto;
  }
  .article--slim { grid-template-columns: minmax(0, 1fr); max-width: 780px; }
  .article__aside { position: sticky; top: calc(var(--header-h) + 20px); }
  .hl-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hl-grid:has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .toc { margin-bottom: 32px; }
}

/* --------------------------------------------------------------------------
   Grid/flex öğelerinin varsayılan min-width:auto değeri, içindeki geniş
   içeriğin (tablo, kaydırmalı şerit) kolonu şişirmesine ve sayfanın yatay
   taşmasına yol açıyor. Taşma, kendi kaydırma kabında kalmalı.
   -------------------------------------------------------------------------- */
.article__body,
.article__aside,
.seo__body,
.seo__aside { min-width: 0; }

.table-wrap { max-width: 100%; }
.prose-table { min-width: 420px; }

/* Kenardan kenara kayan yorum şeridi yalnızca .shell bağlamında taşsın;
   dar makale kolonunda kolon sınırları içinde kalsın. */
.article__body .reviews__track {
  margin-inline: 0;
  padding-inline: 0;
  scroll-padding-inline: 0;
}

/* --------------------------------------------------------------------------
   Makale başlık ritmi — üretilen sayfalarda h2/h3 dikey aralığı
   -------------------------------------------------------------------------- */
.article__body > h2 {
  margin-top: 38px;
  font-size: clamp(19px, .9vw + 16px, 27px);
  color: var(--tx-ink);
  scroll-margin-top: calc(var(--header-h) + 16px);
}
.article__body > h2:first-child,
.article__body > .toc + h2 { margin-top: 0; }

.article__body > h3 {
  margin-top: 26px;
  font-size: clamp(15.5px, .5vw + 14px, 18.5px);
}

/* Başlığı takip eden ilk paragrafta fazladan boşluk olmasın */
.article__body > h2 + p,
.article__body > h3 + p { margin-top: 8px; }

/* ==========================================================================
   SAYFAYA ÖZGÜ BİLEŞENLER — her alt sayfanın kendi görsel imzası olsun diye
   ========================================================================== */

/* ---------- Düzen varyantları ---------- */
.article--wide,
.article--focus,
.article--slim { grid-template-columns: minmax(0, 1fr); }

/* ---------- Dikey zaman çizelgesi (nasıl alınır) ---------- */
.timeline { position: relative; margin-top: 18px; display: grid; gap: 0; }
.timeline__item {
  position: relative;
  padding: 0 0 22px 44px;
}
.timeline__item::before {
  content: '';
  position: absolute;
  top: 30px; bottom: 0; left: 15px;
  width: 2px;
  background: linear-gradient(180deg, var(--red), rgba(210, 0, 0, .12));
}
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item:last-child::before { display: none; }
.timeline__dot {
  position: absolute;
  top: 0; left: 0;
  display: grid;
  place-items: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--font-d);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(210, 0, 0, .3);
}
.timeline__body {
  padding: 5px 0 0;
}
.timeline__body h3 { margin: 0 !important; font-size: 15px; color: var(--tx-ink); }
.timeline__body p { margin-top: 5px !important; font-size: 13.5px !important; line-height: 1.65 !important; }

/* ---------- Kurum akışı (nereden alınır) ---------- */
.flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
  counter-reset: flowstep;
}
.flow__step {
  position: relative;
  counter-increment: flowstep;
  padding: 16px 14px 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
}
.flow__step::after {
  content: counter(flowstep);
  position: absolute;
  top: 10px; right: 12px;
  font-family: var(--font-d);
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: rgba(210, 0, 0, .12);
}
.flow__icon { width: 26px; height: 26px; color: var(--red); margin-bottom: 10px; }
.flow__step h4 { font-size: 13.5px; line-height: 1.3; color: var(--tx-ink); }
.flow__step p { margin-top: 6px !important; font-size: 12.5px !important; line-height: 1.55 !important; }

/* ---------- Rakam bandı (kurumsal sayfalar) ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--line);
  border: 1px solid var(--line);
}
.stats__item {
  display: grid;
  gap: 3px;
  padding: 16px 14px;
  background: var(--white);
  text-align: center;
}
.stats__num {
  font-family: var(--font-d);
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--red);
}
.stats__label { font-size: 11.5px; line-height: 1.4; color: var(--tx-ink-3); }

/* ---------- Örnek plaka vitrini (seçme) ---------- */
.showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.showcase__item {
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 16px 12px;
  border-radius: var(--r-md);
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, var(--ink-850), var(--ink-800));
}
.showcase__item figcaption {
  font-size: 11.5px;
  line-height: 1.4;
  text-align: center;
  color: var(--tx-mid);
}

/* ---------- Odak düzeni (sorgulama) ---------- */
.article--focus .seo__note {
  font-size: 13.5px !important;
  padding: 16px 18px;
}

@media (min-width: 576px) {
  .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .stats:has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .showcase { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .flow { gap: 14px; }
}

@media (min-width: 768px) {
  .flow { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .flow__step { padding: 20px 16px 18px; }
  .flow__step h4 { font-size: 14.5px; }
  .stats__item { padding: 22px 16px; }
  .timeline__item { padding-left: 52px; padding-bottom: 26px; }
  .timeline__body h3 { font-size: 16.5px; }
  .showcase__item { padding: 20px 14px; }
}

@media (min-width: 992px) {
  /* Geniş ve odaklı düzenlerde içerik ortalanır */
  .article--wide { max-width: 1100px; }
  .article--focus { max-width: 780px; }
  .article--wide .svc-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article--wide .ref-grid { grid-template-columns: 1.7fr repeat(4, minmax(0, 1fr)); }
  .article--wide .ref-card--lead { grid-column: auto; aspect-ratio: auto; }
  .article--wide .reviews__track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ---------- Geniş açılır menü (Araç İşlemleri — 12 madde) ---------- */
@media (min-width: 992px) {
  .subnav--wide {
    min-width: 460px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
  }
}

/* ---------- Hizmet merkezi kart ızgarası ---------- */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.hub-card {
  position: relative;
  display: block;
  padding: 15px 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--sh-1);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.hub-card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--line-2); }
.hub-card h3 { font-size: 13.5px !important; line-height: 1.3; margin: 0 !important; color: var(--tx-ink); }
.hub-card p { margin-top: 6px !important; font-size: 12px !important; line-height: 1.5 !important; color: var(--tx-ink-2); }
.hub-card__go {
  position: absolute;
  top: 13px; right: 13px;
  font-size: 15px;
  color: var(--line-2);
  transition: color .22s var(--ease), transform .22s var(--ease);
}
.hub-card:hover .hub-card__go { color: var(--red); transform: translateX(3px); }

@media (min-width: 768px) {
  .hub-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .hub-card { padding: 18px 16px; }
  .hub-card h3 { font-size: 15px !important; }
  .hub-card p { font-size: 12.5px !important; }
}
@media (min-width: 1200px) {
  .hub-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ---------- 404 sayfası ---------- */
.err-code {
  font-family: var(--font-d);
  font-size: clamp(60px, 12vw, 120px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 2px rgba(210, 0, 0, .55);
  margin-bottom: 6px;
}

/* ============================================================================
   İLETİŞİM FORMU + BİLDİRİM KUTULARI
   ========================================================================= */

.cform{
  max-width:840px;margin-inline:auto;
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r-xl);
  padding:clamp(20px,4vw,40px);box-shadow:var(--sh-1);
}
.cform__head{text-align:center;margin-bottom:24px}
.cform__head .section-lead{margin-top:10px}

/* Bal küpü: ekrandan ve erişilebilirlik ağacından uzak, ama otomatik doldurulabilir */
.cform__trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.cform__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field--full{grid-column:1 / -1}

.field{display:flex;flex-direction:column;gap:6px;min-width:0}
.field__label{
  font:600 .82rem/1.3 var(--font-b);color:var(--tx-ink-2);
  letter-spacing:.01em;
}
.field__req{color:var(--red)}

.field__input{
  width:100%;min-width:0;
  padding:12px 14px;
  font:400 .95rem/1.45 var(--font-p);color:var(--tx-ink);
  background:var(--paper-2);
  border:1px solid var(--line-2);border-radius:var(--r-sm);
  transition:border-color .18s var(--ease),box-shadow .18s var(--ease),background .18s var(--ease);
  -webkit-appearance:none;appearance:none;
}
.field__input::placeholder{color:var(--tx-lo);opacity:1}
.field__input:hover{border-color:var(--ink-line)}
.field__input:focus{
  outline:none;background:var(--paper);
  border-color:var(--red);box-shadow:0 0 0 3px rgb(199 32 43 / .14);
}
.field__input:user-invalid{border-color:var(--red)}

.field__textarea{resize:vertical;min-height:132px}

.field__select{
  padding-right:38px;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 12px center;background-size:16px;
}

/* Plaka alanı: plaka tipografisiyle yazılır */
.field__input--plate{
  font-family:var(--font-d);font-weight:700;letter-spacing:.06em;text-transform:uppercase;
}
.field__input--plate::placeholder{letter-spacing:.02em;text-transform:none;font-weight:400}

.cform__consent{
  display:flex;gap:10px;align-items:flex-start;
  margin-top:18px;font:400 .85rem/1.5 var(--font-p);color:var(--tx-ink-2);cursor:pointer;
}
.cform__consent input{
  flex:0 0 auto;width:18px;height:18px;margin-top:1px;accent-color:var(--red);cursor:pointer;
}
.cform__consent a{color:var(--tx-ink-2);text-decoration:underline;text-underline-offset:2px}
.cform__consent a:hover{color:var(--red)}

.cform__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
.cform__note{
  margin-top:14px;text-align:center;
  font:400 .8rem/1.5 var(--font-p);color:var(--tx-lo);
}

/* --- Bildirim kutuları --- */
.flashes{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}
.flash{
  display:flex;gap:11px;align-items:flex-start;
  padding:13px 16px;border-radius:var(--r-sm);
  border:1px solid;font:500 .9rem/1.5 var(--font-p);
}
.flash__icon{flex:0 0 auto;width:20px;height:20px;margin-top:1px}
.flash p{margin:0}
.flash--success{background:#ecfdf3;border-color:#a6e6c1;color:#14663c}
.flash--danger {background:#fef2f2;border-color:#f2b8b8;color:#96202a}
.flash--warning{background:#fffbeb;border-color:#f3ddA0;color:#8a5d0b}
.flash--info   {background:#eff6ff;border-color:#b6d3f7;color:#1b4d8f}

@media (max-width:560px){
  /* Tek satıra sığmayan alanlar mobilde tam genişliğe geçer */
  .field--stackable,.cform__grid > .field:has(.field__textarea){grid-column:1 / -1}
  .cform__actions{grid-template-columns:1fr}
}

@media (prefers-color-scheme:dark){
  .flash--success{background:#0f2a1d;border-color:#1f5c3c;color:#8ae0b0}
  .flash--danger {background:#2c1416;border-color:#6b2a30;color:#f0a3a8}
  .flash--warning{background:#2a2210;border-color:#6a5520;color:#e6c878}
  .flash--info   {background:#111f31;border-color:#27466e;color:#9cc4f0}
}
