/* Uraz erişilebilirlik yamaları (Lighthouse a11y) - 2026-07-16
   Not: tema sekme renk kuralları !important değil; buradaki !important onları ezer. */

/* ---- Kontrast düzeltmeleri ---- */
/* Üst bilgi çubuğu: koyu zemin üzerinde açık metin (7.5:1) */
.info-block-text { color: #e2e6ea !important; }

/* "Neden Biz?" / alt başlıklar: açık zeminde daha koyu gri (6:1) */
.subtitle { color: #5c6470 !important; }

/* Kategori sekmeleri: pasif metni koyulaştır (>4.5:1), aktif sekmede koyu metin (turuncu zeminde ~6:1) */
.nav-tabs > li > a[data-toggle="tab"],
[class*="module-categories-"] .nav-tabs > li > a { color: #4a4f57 !important; }
.nav-tabs > li.active > a[data-toggle="tab"],
[class*="module-categories-"] .nav-tabs > li.active > a,
[class*="module-categories-"] .nav-tabs > li.active > a:hover,
[class*="module-categories-"] .nav-tabs > li.active > a:focus { color: #1c1c1c !important; }

/* ---- Dokunma hedefi boyutu (swiper sayfalama noktaları) ----
   Görsel nokta 8px kalır; padding + content-box ile tıklama alanı 24px olur. */
.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
  box-sizing: content-box !important;
  padding: 8px !important;
  background-clip: content-box !important;
  margin: 0 2px !important;
}
/* Sayfalama kabı büyüyen noktalarla taşmasın */
.swiper-pagination-bullets { line-height: 1; }

/* ---- 2. tur kontrast düzeltmeleri (Lighthouse 2026-07-17 raporu) ---- */
/* Ürün kartı stats satırı: #8b9198 -> #575e67 (#f0f2f5 zeminde 5.6:1) */
.product-thumb .stats,
.product-thumb .stats span,
.product-thumb .stats a { color: #575e67 !important; }

/* Footer açık zemin linkleri: turuncu #f1710a -> koyu turuncu (#f8f8f8 zeminde 5.5:1) */
footer .links-text { color: #a04d00 !important; }
footer .links-menu a { color: #a04d00 !important; }

/* Footer koyu bar (.grid-row-3, #3a4754): açık gri (5.7:1) */
footer .grid-row-3 a,
footer .grid-row-3 .links-text { color: #c2c9d1 !important; }

/* Koyu zemindeki subtitle (galeri bölümü): açık gri */
.grid-row-bottom-3 .subtitle,
.module-title-171 .subtitle { color: #c2c9d1 !important; }

/* Turuncu CTA butonu (beyaz yazı 2.95): koyu yazı (5.7:1) */
.module > a.btn { color: #1c1c1c !important; }
