/* ==========================================================================
   Samsun Oto Çekici — Ana stil dosyası
   Palet: Acil Kırmızı + Antrasit | Tipografi: Inter | Mobile-first
   ========================================================================== */

:root {
  /* Renk tokenları */
  --c-ink: #1A1D21;           /* Primary Dark / Antrasit */
  --c-ink-2: #23272E;         /* Koyu yüzey */
  --c-bg: #F7F8FA;            /* Sayfa zemini */
  --c-card: #FFFFFF;
  --c-text: #1A1D21;
  --c-text-2: #5A6470;
  --c-border: #E2E5EA;
  --c-cta: #C81E1E;          /* Acil Kırmızı */
  --c-cta-h: #A81616;
  --c-success: #16A34A;
  --c-warning: #D97706;
  --c-danger: #DC2626;
  --c-info: #2563EB;
  --c-wa: #25D366;
  --c-wa-h: #1ebe5a;

  /* Ölçü */
  --maxw: 1200px;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-sm: 0 1px 3px rgba(16,20,30,.08);
  --shadow: 0 8px 24px rgba(16,20,30,.10);
  --shadow-lg: 0 18px 50px rgba(16,20,30,.16);
  --header-h: 64px;
  --ease: cubic-bezier(.4,0,.2,1);
}

/* --- Reset --- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img,svg,video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
h1,h2,h3,h4 { line-height: 1.2; font-weight: 700; letter-spacing: -.01em; color: var(--c-ink); }
:focus-visible { outline: 3px solid var(--c-info); outline-offset: 2px; border-radius: 4px; }

/* Tüm ikonlar için temel boyut (özel selektörler bunu geçersiz kılar) */
.ic { width: 1.25em; height: 1.25em; flex-shrink: 0; }

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* --- Yardımcılar --- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 16px; }
.section { padding-block: 56px; }
.section--tight { padding-block: 40px; }
.muted { color: var(--c-text-2); }
.center { text-align: center; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--c-ink); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }
.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--c-cta);
}
.section-head { max-width: 720px; margin-bottom: 32px; }
.section-head h2 { font-size: clamp(1.5rem, 4vw, 2.1rem); margin-top: 8px; }
.section-head p { color: var(--c-text-2); margin-top: 10px; }
.section-head.center { margin-inline: auto; }

/* --- Butonlar --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: var(--radius-sm); font-weight: 600;
  border: 1px solid transparent; transition: background .18s var(--ease), transform .1s var(--ease), box-shadow .18s;
  min-height: 48px; line-height: 1; text-align: center;
}
.btn:active { transform: translateY(1px); }
.btn--cta { background: var(--c-cta); color: #fff; box-shadow: 0 6px 16px rgba(200,30,30,.28); }
.btn--cta:hover { background: var(--c-cta-h); }
.btn--wa { background: var(--c-wa); color: #06310f; }
.btn--wa:hover { background: var(--c-wa-h); }
.btn--ghost { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--outline { background: #fff; border-color: var(--c-border); color: var(--c-ink); }
.btn--outline:hover { border-color: var(--c-cta); color: var(--c-cta); }
.btn--lg { padding: 16px 28px; font-size: 1.05rem; min-height: 54px; }
.btn--block { width: 100%; }
.btn .ic { width: 20px; height: 20px; }

/* --- Header --- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-border);
}
.header-inner {
  height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; min-width: 0; }
.brand__logo { height: 42px; width: auto; display: block; flex-shrink: 0; }
.brand__mark {
  width: 38px; height: 38px; border-radius: 9px; background: var(--c-cta); color: #fff;
  display: grid; place-items: center; flex-shrink: 0;
}
.brand__mark .ic { width: 22px; height: 22px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.brand__name { font-weight: 800; font-size: 1.02rem; color: var(--c-ink); white-space: nowrap; }
.brand__tag { font-size: .68rem; color: var(--c-text-2); letter-spacing: .02em; white-space: nowrap; }

.nav-desktop { display: none; }
.nav-desktop ul { display: flex; align-items: center; gap: 4px; }
.nav-desktop a {
  display: inline-block; padding: 9px 13px; border-radius: 8px; font-weight: 500; color: #303640;
  font-size: .95rem; transition: background .15s, color .15s;
}
.nav-desktop a:hover { background: #f0f1f4; color: var(--c-ink); }
.nav-desktop a[aria-current="page"] { color: var(--c-cta); font-weight: 700; }
.has-sub { position: relative; }
.has-sub > .submenu {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px;
  background: #fff; border: 1px solid var(--c-border); border-radius: 10px; box-shadow: var(--shadow);
  padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s var(--ease);
}
.has-sub:hover > .submenu, .has-sub:focus-within > .submenu { opacity: 1; visibility: visible; transform: none; }
.submenu a { display: block; padding: 9px 12px; border-radius: 7px; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.header-call { display: none; }
.hamburger {
  width: 46px; height: 46px; border-radius: 9px; border: 1px solid var(--c-border); background: #fff;
  display: inline-grid; place-items: center; color: var(--c-ink);
}
.hamburger .ic { width: 24px; height: 24px; }

/* Mobil menü overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 150; background: var(--c-ink); color: #fff;
  display: flex; flex-direction: column; padding: 18px;
  transform: translateX(100%); transition: transform .28s var(--ease); visibility: hidden;
  overflow-y: auto;
}
.mobile-menu.open { transform: none; visibility: visible; }
.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mobile-menu__close {
  width: 46px; height: 46px; border-radius: 9px; border: 1px solid rgba(255,255,255,.2);
  background: transparent; color: #fff; display: grid; place-items: center;
}
.mobile-menu__cta { display: grid; gap: 10px; margin-bottom: 18px; }
.mobile-nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 6px; font-size: 1.15rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08);
}
.mobile-sub { padding-left: 12px; }
.mobile-sub a { font-size: 1rem; font-weight: 500; color: #c9ced6; }
.mobile-acc { border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-acc > button {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 15px 6px; font-size: 1.15rem; font-weight: 600; background: none; border: none; color: #fff;
}
.mobile-acc__panel { max-height: 0; overflow: hidden; transition: max-height .25s var(--ease); }
.mobile-acc.open .mobile-acc__panel { max-height: 420px; }
.mobile-acc__chev { transition: transform .2s; }
.mobile-acc.open .mobile-acc__chev { transform: rotate(180deg); }
.mobile-menu__social { margin-top: auto; padding-top: 18px; display: flex; gap: 14px; color: #c9ced6; }
body.menu-open { overflow: hidden; }

/* --- Hero anasayfa --- */
.hero {
  position: relative; color: #fff; background: linear-gradient(155deg, #16181c 0%, #23272E 55%, #2c1112 100%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -120px; top: -80px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(200,30,30,.35), transparent 65%); filter: blur(10px);
}
.hero > .container { position: relative; z-index: 1; }
.hero__inner { padding-block: 40px 0; display: grid; gap: 26px; }
.hero__h1sub { display: block; font-size: clamp(1rem, 3vw, 1.35rem); font-weight: 600; color: #ff7a7a; margin-top: 10px; letter-spacing: 0; }
.hero__stats-strip { display: flex; gap: 10px; margin-top: 26px; padding-bottom: 40px; }
.hstat { flex: 1; min-width: 0; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; padding: 14px 8px; text-align: center; }
.hstat .n { display: block; font-size: clamp(1.05rem, 4.6vw, 1.7rem); font-weight: 800; color: #fff; line-height: 1.1; }
.hstat .l { display: block; font-size: clamp(.62rem, 2vw, .8rem); color: #aab2bd; margin-top: 5px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16); padding: 7px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600;
  width: max-content;
}
.hero__badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--c-success); box-shadow: 0 0 0 4px rgba(22,163,74,.25); }
.hero h1 { color: #fff; font-size: clamp(1.9rem, 6vw, 3.1rem); }
.hero h1 .hl { color: #ff5a5a; }
.hero__sub { font-size: clamp(1rem, 2.5vw, 1.18rem); color: #d3d8e0; max-width: 620px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 6px; }
.hero__stat .n { font-size: 1.8rem; font-weight: 800; color: #fff; }
.hero__stat .l { font-size: .82rem; color: #aab2bd; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__photo { width: 100%; border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.12); }
.chip {
  display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14); padding: 8px 13px; border-radius: 999px; font-size: .85rem; font-weight: 500;
}
.chip .ic { width: 16px; height: 16px; color: #ff7a7a; }

/* --- Subpage hero --- */
.subhero { background: linear-gradient(160deg, #1A1D21, #2a2e35); color: #fff; }
.subhero__inner { padding-block: 36px 40px; }
.breadcrumb { font-size: .85rem; color: #aab2bd; margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: .5; }
.subhero h1 { color: #fff; font-size: clamp(1.6rem, 5vw, 2.4rem); }
.subhero p { color: #d3d8e0; margin-top: 10px; max-width: 680px; }
.subhero__cta { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }

/* --- Kartlar / grid --- */
.grid { display: grid; gap: 18px; }
.grid--3 { grid-template-columns: 1fr; }
.grid--2 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }
@media (min-width: 600px) { .grid--4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 992px) { .grid--4 { grid-template-columns: repeat(4, 1fr); } }
.card {
  background: var(--c-card); border: 1px solid var(--c-border); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-sm); transition: transform .16s var(--ease), box-shadow .16s, border-color .16s;
}
.service-card { display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d6dae1; }
.service-card__ic {
  width: 50px; height: 50px; border-radius: 12px; background: #fdeaea; color: var(--c-cta);
  display: grid; place-items: center; margin-bottom: 14px;
}
.service-card__ic .ic { width: 26px; height: 26px; }
.service-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.service-card p { color: var(--c-text-2); font-size: .95rem; }
.service-card__link { margin-top: 14px; color: var(--c-cta); font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }
.service-card:hover .service-card__link { gap: 10px; }

.district-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.district-card h3 { font-size: 1.05rem; }
.district-card span { color: var(--c-text-2); font-size: .85rem; }
.district-card .ic { width: 22px; height: 22px; color: var(--c-cta); flex-shrink: 0; }

/* Neden biz */
.feature { display: flex; gap: 14px; }
.feature__ic { width: 44px; height: 44px; border-radius: 11px; background: #fdeaea; color: var(--c-cta); display: grid; place-items: center; flex-shrink: 0; }
.feature__ic .ic { width: 22px; height: 22px; }
.feature h3 { font-size: 1.05rem; margin-bottom: 4px; }
.feature p { color: var(--c-text-2); font-size: .92rem; }

/* CTA bandı */
.cta-band { background: linear-gradient(135deg, #C81E1E, #8f1414); color: #fff; border-radius: 16px; padding: 32px 24px; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.4rem, 4vw, 2rem); }
.cta-band p { color: #ffe3e3; margin: 10px auto 22px; max-width: 540px; }
.cta-band .hero__cta { justify-content: center; }

/* --- İçerik (prose) --- */
.prose { max-width: 760px; }
.prose p { margin-bottom: 16px; color: #2f343b; }
.prose h2 { font-size: 1.5rem; margin: 30px 0 12px; }
.prose h3 { font-size: 1.2rem; margin: 22px 0 10px; }
.prose ul { margin: 0 0 16px; display: grid; gap: 9px; }
.prose ul li { position: relative; padding-left: 28px; color: #2f343b; }
.prose ul li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px;
  background: #fdeaea; border-radius: 5px;
}
.prose ul li::after {
  content: ""; position: absolute; left: 5px; top: 8px; width: 8px; height: 5px;
  border-left: 2px solid var(--c-cta); border-bottom: 2px solid var(--c-cta); transform: rotate(-45deg);
}
.prose a { color: var(--c-cta); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.content-layout { display: grid; gap: 28px; }
.content-aside { display: grid; gap: 16px; align-content: start; }
.aside-card { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.aside-card h3 { font-size: 1.05rem; margin-bottom: 12px; }
.aside-card .btn { width: 100%; margin-top: 8px; }
.callout { background: #fff7ed; border: 1px solid #fde6c8; border-left: 4px solid var(--c-warning); padding: 14px 16px; border-radius: 8px; font-size: .95rem; color: #5b4422; }

/* --- SSS accordion --- */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq__item { background: #fff; border: 1px solid var(--c-border); border-radius: 10px; overflow: hidden; }
.faq__q {
  width: 100%; text-align: left; background: none; border: none; padding: 18px 20px;
  font-weight: 600; font-size: 1.02rem; color: var(--c-ink); display: flex; justify-content: space-between; gap: 14px; align-items: center;
}
.faq__q .ic { width: 22px; height: 22px; color: var(--c-cta); flex-shrink: 0; transition: transform .2s; }
.faq__item.open .faq__q .ic { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .25s var(--ease); }
.faq__a > div { padding: 0 20px 18px; color: var(--c-text-2); }
.faq__item.open .faq__a { max-height: 600px; }

/* --- Form --- */
.form-card { background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.field .req { color: var(--c-cta); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; font-size: 16px; color: var(--c-ink);
  background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius-sm); transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--c-cta); box-shadow: 0 0 0 3px rgba(200,30,30,.12); outline: none; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--c-danger); }
.field-error { color: var(--c-danger); font-size: .85rem; margin-top: 5px; display: flex; align-items: center; gap: 5px; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--c-text-2); }
.consent input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; }
.consent a { color: var(--c-cta); text-decoration: underline; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .85rem; color: var(--c-text-2); text-align: center; margin-top: 10px; }
.form-alert { padding: 14px 16px; border-radius: 8px; margin-bottom: 16px; font-size: .95rem; }
.form-alert--ok { background: #ecfdf3; border: 1px solid #b7ebc6; color: #0f5132; }
.form-alert--err { background: #fef2f2; border: 1px solid #f6c9c9; color: #7a1c1c; }

/* --- Footer --- */
.site-footer { background: var(--c-ink); color: #c4cad2; margin-top: 56px; }
.footer-top { padding-block: 48px 32px; display: grid; gap: 32px; }
.footer-brand .brand__name { color: #fff; }
.footer-brand .brand__tag { color: #8e98a4; }
.footer-about { margin-top: 14px; font-size: .92rem; max-width: 340px; }
.footer-col h3 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.footer-col ul { display: grid; gap: 9px; }
.footer-col a { font-size: .93rem; transition: color .15s; }
.footer-col a:hover { color: #fff; }
.footer-nap { display: grid; gap: 10px; font-size: .93rem; font-style: normal; }
.footer-nap a { display: inline-flex; align-items: center; gap: 9px; }
.footer-nap .ic { width: 17px; height: 17px; color: #ff7a7a; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 18px; display: flex; flex-direction: column; gap: 8px; font-size: .85rem; color: #8e98a4; }
.footer-bottom a { color: #aeb6c0; }
.footer-bottom a:hover { color: #fff; }

/* --- Floating butonlar --- */
.floating { position: fixed; right: 14px; bottom: 14px; z-index: 90; display: flex; flex-direction: column; gap: 10px; }
.fab { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-lg); }
.fab .ic { width: 28px; height: 28px; }
.fab--call { background: var(--c-cta); animation: pulse 2.4s infinite; }
.fab--wa { background: var(--c-wa); }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(200,30,30,.5)} 70%{box-shadow:0 0 0 14px rgba(200,30,30,0)} 100%{box-shadow:0 0 0 0 rgba(200,30,30,0)} }
.mobile-callbar { display: none; }

/* --- Cookie banner --- */
.cookie {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 160; background: #fff;
  border: 1px solid var(--c-border); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 18px 20px;
  max-width: 560px; margin-inline: auto;
}
.cookie h3 { font-size: 1.05rem; margin-bottom: 6px; }
.cookie p { font-size: .9rem; color: var(--c-text-2); }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.cookie__actions .btn { flex: 1; min-width: 120px; }
.cookie__links { margin-top: 10px; font-size: .82rem; }
.cookie__links a { color: var(--c-cta); text-decoration: underline; }
.cookie[hidden] { display: none; }

/* --- Toast --- */
.toast-wrap { position: fixed; top: 16px; right: 16px; z-index: 200; display: grid; gap: 8px; }
.toast { background: var(--c-ink); color: #fff; padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); font-size: .92rem; }
.toast--ok { background: var(--c-success); }
.toast--err { background: var(--c-danger); }

/* --- Hata sayfası --- */
.errpage { text-align: center; padding-block: 70px; }
.errpage .code { font-size: 5rem; font-weight: 800; color: var(--c-cta); line-height: 1; }
.errpage h1 { margin: 12px 0 8px; }
.errpage p { color: var(--c-text-2); max-width: 460px; margin: 0 auto 24px; }
.errpage .links { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* --- Harita --- */
.map-embed { aspect-ratio: 16/10; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--c-border); }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

/* --- Blog --- */
.post-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.post-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.post-card__meta { font-size: .8rem; color: var(--c-text-2); margin-bottom: 8px; }
.post-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.post-card p { color: var(--c-text-2); font-size: .92rem; flex: 1; }
.post-card__link { margin-top: 12px; color: var(--c-cta); font-weight: 600; font-size: .9rem; }
.author-box { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--c-border); border-radius: var(--radius); padding: 18px; margin: 28px 0; }
.author-box__av { width: 52px; height: 52px; border-radius: 50%; background: var(--c-ink); color: #fff; display: grid; place-items: center; font-weight: 700; flex-shrink: 0; }
.author-box small { color: var(--c-text-2); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width: 600px) {
  .grid--2 { grid-template-columns: 1fr 1fr; }
  .cookie__actions .btn { flex: none; }
}
@media (min-width: 768px) {
  :root { --header-h: 72px; }
  .section { padding-block: 72px; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .hero__inner { padding-block: 64px 0; gap: 36px; }
  .hero__stats-strip { gap: 14px; padding-bottom: 52px; }
  .subhero__inner { padding-block: 48px 56px; }
  .content-layout { grid-template-columns: 1fr; }
}
@media (min-width: 992px) {
  .nav-desktop { display: block; }
  .hamburger { display: none; }
  .header-call { display: inline-flex; }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .hero__inner { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .hero__media { display: block; }
  .content-layout { grid-template-columns: 1.7fr 1fr; align-items: start; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
  .floating { display: none; }
}
@media (max-width: 991px) {
  /* Mobilde hero CTA gizli — alt sabit çağrı çubuğu CTA sağlıyor */
  .hero__cta { display: none; }
  /* Sağdaki yüzen butonlar kaldırıldı */
  .floating { display: none !important; }
  .hero__media { margin-top: 8px; }
}
/* Mobil alt çağrı barı (yalnız küçük ekranda) */
@media (max-width: 991px) {
  .mobile-callbar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
    border-top: 1px solid var(--c-border); box-shadow: 0 -4px 16px rgba(0,0,0,.08);
  }
  .mobile-callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; font-weight: 700; color: #fff; }
  .mobile-callbar .c-call { background: var(--c-cta); }
  .mobile-callbar .c-wa { background: var(--c-wa); color: #06310f; }
  .mobile-callbar .ic { width: 20px; height: 20px; }
  body { padding-bottom: 56px; }
  .floating { bottom: 66px; }
}
