.mk-blog-hero { background: linear-gradient(135deg, #111 0%, #1a1a2e 50%, #16213e 100%); padding: 48px 0 40px; margin-bottom: 0; }
.mk-blog-hero-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.mk-blog-hero-label { display: inline-block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #e63946; font-weight: 700; margin-bottom: 12px; }
.mk-blog-hero-title { color: #fff; font-size: 2.2rem; font-weight: 800; line-height: 1.2; margin: 0 0 12px; }
.mk-blog-hero-desc { color: rgba(255,255,255,0.6); font-size: 1rem; line-height: 1.6; margin: 0; }
.mk-blog-filters { background: #fff; border-bottom: 1px solid #eee; position: sticky; top: 60px; z-index: 50; }
.mk-filter-bar { display: flex; gap: 8px; padding: 12px 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.mk-filter-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 500; color: #666; background: #f5f5f5; text-decoration: none; white-space: nowrap; transition: all 0.2s ease; border: 1px solid transparent; }
.mk-filter-chip:hover { background: #eee; color: #333; }
.mk-filter-chip.active { background: #e63946; color: #fff; border-color: #e63946; font-weight: 600; }
.mk-filter-count { font-size: 11px; opacity: 0.7; }
@media (max-width: 768px) {
  .mk-blog-hero { padding: 32px 0 28px; }
  .mk-blog-hero-title { font-size: 1.6rem; }
  .mk-filter-bar { padding: 8px 0; }
}
