.blog-cta {
  background: #080808 !important;
  padding: clamp(72px, 9vw, 128px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px) !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.blog-card-img[data-image-src] {
  aspect-ratio: 16 / 9;
}

.blog-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.blog-card-img-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.blog-card-img-placeholder span {
  position: relative;
  z-index: 1;
  max-width: 78%;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.img-placeholder[data-image-src] {
  min-height: 220px;
}

.blog-post-section,
.post-body,
.expert-box,
.expert-info,
.toc-box,
.related-posts {
  min-width: 0;
}

.post-body,
.expert-info,
.toc-box a,
.related-card {
  overflow-wrap: anywhere;
}

.post-body h2,
.post-body h3,
.post-body h4,
.back-to-top,
#sayfa-basi {
  scroll-margin-top: 120px;
}

.blog-page-main a:focus-visible,
.blog-post-section a:focus-visible {
  outline: 2px solid var(--or);
  outline-offset: 4px;
}

/* blog-cta buton eşitleme */
.blog-cta-btns {
  align-items: center !important;
}
.blog-cta-btn {
  width: 180px;
  height: 46px !important;
  margin-top: 0 !important;
  text-align: center;
  padding: 0 32px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 12px !important;
  line-height: 1 !important;
}

/* h2.blog-card-title — margin/padding reset + <a> içi stil */
h2.blog-card-title {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-family: inherit;
}
h2.blog-card-title a {
  font-family: var(--font-head);
  font-size: clamp(21px, 2.4vw, 26px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.08;
  color: var(--white);
  letter-spacing: 0.01em;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}
h2.blog-card-title a:hover {
  color: var(--or);
}

.blog-page-main .blog-hero-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.blog-page-main .blog-filter-btn {
  min-height: 40px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11.5px;
  line-height: 1.2;
  border-color: rgba(255, 255, 255, 0.16);
}

.blog-page-main .blog-filter-btn.active,
.blog-page-main .blog-filter-btn[aria-current="page"] {
  color: #080808;
  background: var(--or);
  border-color: var(--or);
}

.blog-page-main .blog-filter-btn-all {
  color: var(--or);
  border-color: rgba(232, 93, 31, 0.5);
}

/* Filtre düzeltmesi: gizlenen kartlar gerçekten gizlensin.
   peak-style'da hatalı '.blog-card.hidden{display:flex!important}' kuralı
   filtreyi bozuyordu; bu dosya sonra yüklendiği için bunu eziyoruz. */
.blog-card.hidden {
  display: none !important;
}

.blog-page-main .blog-card-meta {
  color: rgba(255, 255, 255, 0.56);
}

.blog-page-main .blog-card-cat,
.blog-page-main .blog-card-new {
  color: var(--or);
}

.blog-page-main .blog-card-desc,
.blog-category-service-cta p,
.blog-cta p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.78;
}

.blog-page-main .blog-card-cta {
  color: var(--or);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.blog-page-main .btn-primary {
  color: #080808;
}

.blog-page-main .btn-service-ghost {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.18);
}

.blog-page-main .btn-service-ghost:hover {
  color: var(--or);
  border-color: var(--or);
}

/* blog-hero alt boşluk kaldırma */
.blog-page-main .blog-hero {
  padding-bottom: 0;
  margin-bottom: -38px;
}

/* filtre çubuğu üst boşluk azaltma */
.blog-filter-bar {
  padding-top: 16px;
}

/* blog-intro — filtre çubuğu üstü giriş metni */
.blog-intro {
  /* HIZA: .blog-hero ile ayni kolona baglandi.
     Onceki hali: max-width:1440 + margin:auto + padding-left:48px
     -> h1 52px'te, paragraf 48px'te basliyordu (4px kayma) ve 1920px'te
     fark 236px'e cikiyordu. max-width/auto kaldirildi, padding hero ile
     esitlendi (52px) -> paragraf her ekran genisliginde h1'in altinda.
     UST BOSLUK: 4px -> 26px. .blog-hero'nun padding-bottom'u 0 oldugu
     icin paragraf basligin uzerine biniyordu (olculdu: -1px). */
  padding: 34px 52px 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 300;
}
/* satir uzunlugu: 1344px cok genisti; hero kolonuyla ayni 760px */
.blog-intro p {
  /* 760px -> none: giris cumlesi tek satira sigsin
     (TR 1073px, EN 1189px ister; 1440px ekranda 1336px alan var).
     1100px ve altinda kendiliginden 2 satira doner. */
  max-width: none;
  margin: 0;
}

/* filtre çubuğu üst boşluk */
.blog-filter-bar {
  padding-top: 43px;
}

@media (max-width: 1024px) {
  .blog-intro {
    /* sol 20 -> 26: mobil .blog-hero padding'i ile ayni.
       ust 16 -> 18: baslikla arasi biraz nefes alsin. */
    padding: 30px 26px 0;
  }
  .blog-card-img-placeholder span {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .expert-box {
    display: block !important;
    gap: 0.75rem;
    padding: 1rem;
  }

  .author-photo,
  .author-photo-placeholder {
    width: 52px;
    height: 52px;
    margin-bottom: 0.85rem;
    flex-shrink: 1 !important;
  }

  .post-meta {
    gap: 0.4rem 0.65rem;
  }

  .post-meta > * {
    min-width: 0;
    flex-shrink: 1;
  }

  .expert-info,
  .expert-info * {
    white-space: normal !important;
    word-break: break-word !important;
    max-width: 100% !important;
  }

  .expert-title,
  .expert-info [itemprop="jobTitle"] {
    display: block !important;
    line-height: 1.45;
    max-width: 260px !important;
  }

  .expert-text {
    max-width: 290px !important;
  }
}

/* === mobil-rotus (auto) === */
@media (max-width: 480px) {
  .blog-cta-btn { width: 100%; max-width: 320px; }
}

/* ═══ DENEME 2026-09-10 — HUB BASLIGI TEK SATIR ═══════════════
   peak-style .blog-hero-inner'i 760px ile kapatiyor; "Araç Koruma
   Rehberleri" 1440px'te 1039px istiyor -> 2 satira kiriliyordu.
   Kapak YALNIZ hub sayfasinda kalkti (.blog-hero-hub); blog IC
   sayfalari 760px'te kaliyor. Mobil kapsam disi.
   GERI ALMAK ICIN: bu blogu komple sil. */
@media (min-width: 1025px) {
  .blog-hero-hub .blog-hero-inner { max-width: none; }
}

/* ═══ DENEME 2026-09-10 (2) — FILTRE + KARTLARI YUKARI CEK ═══
   .blog-filter-bar ust boslugu 43 -> 24, .blog-main ust boslugu
   40 -> 24. Toplam 35px yukari. GERI ALMAK ICIN: bu blogu sil. */
.blog-filter-bar { padding-top: 24px; }
.blog-main { padding-top: 24px; }

/* ═══ 2026-09-10 — KART GORSELI DE YAZIYA GITSIN ═══════════════
   Baslik linki zaten vardi; gorsele KOPYA link eklendi. Kopya link
   tabindex="-1" + aria-hidden="true" tasiyor -> klavyede fazladan
   sekme duragi olusturmuyor, ekran okuyucu ayni bagi iki kez okumuyor.
   Ayni URL'e giden ikinci gorunur link degil, sadece tiklama alani. */
.blog-card-img-link { display: block; width: 100%; height: 100%; }
