/* Blog / Haber */
.blog-filters{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.75rem}
.blog-filters a,.blog-filters span{
  display:inline-flex;align-items:center;padding:.45rem .85rem;border-radius:999px;
  border:1px solid var(--brand-light-gray);background:#fff;font-size:.88rem;font-weight:600;color:var(--brand-navy);text-decoration:none
}
.blog-filters a.is-active{background:var(--brand-green);border-color:var(--brand-green);color:#fff}
.post-grid--media{gap:1.5rem}
.post-card--media{padding:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--brand-light-gray);border-radius:12px;transition:.2s}
.post-card--media:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(24,35,51,.1)}
.post-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--brand-off-white)}
.post-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.post-card__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#243B59,#44603B);color:rgba(255,255,255,.85);font:800 1rem Manrope,Arial,sans-serif;letter-spacing:.08em}
.post-card__body{padding:1.2rem 1.25rem 1.35rem;display:grid;gap:.55rem;flex:1}
.post-card__meta{display:flex;flex-wrap:wrap;gap:.6rem;font-size:.82rem;color:var(--brand-muted)}
.post-card__body h2,.post-card__body h3{font-size:1.15rem;margin:0;line-height:1.35}
.post-card__body h2 a,.post-card__body h3 a{color:var(--brand-navy);text-decoration:none}
.post-card__body h2 a:hover,.post-card__body h3 a:hover{color:var(--brand-green)}
.post-card__body p{margin:0;color:var(--brand-muted);font-size:.95rem}
.post-card__more{font-weight:700;color:var(--brand-green);margin-top:auto}
.breadcrumb-nav{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.86rem;margin-bottom:1rem;color:var(--brand-muted)}
.breadcrumb-nav a{color:var(--brand-navy)}
.article-meta{color:var(--brand-muted);margin:0}
.article-cover{margin:0 0 1.75rem;border-radius:14px;overflow:hidden;border:1px solid var(--brand-light-gray)}
.article-cover img{display:block;width:100%;height:auto}
.article-body{line-height:1.75}
.article-body h2,.article-body h3{margin-top:1.8rem}
.article-body img{max-width:100%;height:auto;border-radius:8px}
.article-body table{width:100%;border-collapse:collapse;margin:1rem 0}
.article-body th,.article-body td{border:1px solid var(--brand-light-gray);padding:.55rem .7rem}
.page-hero--article .lead{max-width:760px}
