
/* ✅ OKUNURLUK FIX: Blog yazı alanı (post) kontrast artırma */
.post{
  background:rgba(255,255,255,.96) !important;
  color:#0b0f17 !important;
}
.post h1,.post h2,.post h3,.post h4{color:#0b0f17 !important}
.post p,.post li{color:#334155 !important}
.post a{color:#0b5fff !important}
.post a:hover{text-decoration:underline}
.post strong{color:#0b0f17 !important}

/* CTA kartları */
.post .card{
  background:#ffffff !important;
  border-color:rgba(15,23,42,.12) !important;
  box-shadow:0 18px 50px rgba(0,0,0,.10) !important;
}
.post .card p{color:#334155 !important}

/* Buton okunurluğu */
.post .btn-dark{
  background:#111827 !important;
  color:#ffffff !important;
  border-color:#111827 !important;
}
.post .btn-outline{
  color:#111827 !important;
  border-color:rgba(15,23,42,.25) !important;
}
.post .btn-outline:hover{background:rgba(15,23,42,.06) !important}

/* Hero içerisindeki meta yazı */
.hero .meta{color:rgba(255,255,255,.86) !important}
