/* Global Hero Card (kategori + başlık + özet + meta pill) */
.post-article .post-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#6a11cb,#2575fc);color:#fff;padding:24px;border-radius:16px;box-shadow:0 8px 28px rgba(0,0,0,.15);margin-bottom:26px}
.post-article .post-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.1));pointer-events:none}
.post-article .post-hero__category{display:inline-block;background:rgba(255,255,255,.22);padding:6px 14px;border-radius:18px;font-size:12px;font-weight:600;margin-bottom:12px;position:relative;z-index:1}
.post-article .post-hero__title{position:relative;z-index:1;margin:0 0 10px 0;font-size:26px;line-height:1.25;font-weight:800;letter-spacing:.1px;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.25)}
.post-article .post-hero__excerpt{position:relative;z-index:1;margin:0 0 16px 0;font-size:15px;line-height:1.6;color:rgba(255,255,255,.96);text-shadow:0 1px 3px rgba(0,0,0,.2)}
.post-article .post-hero__meta{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px 12px;font-size:13px}
.post-article .post-hero__pill{display:inline-flex;align-items:center;background:rgba(255,255,255,.18);padding:8px 14px;border-radius:22px;color:#fff;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(2px)}
.post-article .post-hero__pill:before{content:'\2022';font-weight:800;margin-right:8px}
@media(max-width:768px){
  .post-article .post-hero{padding:18px}
  .post-article .post-hero__title{font-size:20px}
  .post-article .post-hero__pill{padding:6px 10px}
}



