/* HERO */
    .blog-hero { background: linear-gradient(135deg, #0f2027 0%, #1a3a2a 60%, #16a34a 100%); color: #fff; padding: 56px 0 64px; position: relative; overflow: hidden; }
    .blog-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 40px; background: var(--grey-50); clip-path: ellipse(55% 100% at 50% 100%); }
    .blog-hero .eyebrow { display: inline-flex; align-items: center; gap: 6px; background: rgba(74,222,128,.18); border: 1px solid rgba(74,222,128,.4); color: #4ade80; border-radius: 999px; padding: 6px 16px; font-size: .82rem; font-weight: 700; margin-bottom: 16px; }
    .blog-hero h1 { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
    .blog-hero p { color: rgba(255,255,255,.78); font-size: 1rem; max-width: 680px; margin: 0 auto; }
    .blog-hero .search-box { max-width: 540px; margin: 24px auto 0; position: relative; }
    .blog-hero .search-box input { width: 100%; padding: 14px 18px 14px 48px; border-radius: 12px; border: none; font-size: .95rem; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
    .blog-hero .search-box i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--grey-500); }

    /* MAIN GRID */
    .blog-main { padding: 40px 0 80px; background: var(--grey-50); }
    .blog-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1.5px solid var(--grey-100); transition: all .25s; height: 100%; display: flex; flex-direction: column; }
    .blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green-primary); }
    .blog-card-img { aspect-ratio: 16/10; background-size: cover; background-position: center; position: relative; }
    .blog-card-cat { position: absolute; top: 12px; left: 12px; background: rgba(22,163,74,.95); color: white; padding: 4px 12px; border-radius: 999px; font-size: .72rem; font-weight: 700; }
    .blog-card-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
    .blog-card-meta { display: flex; gap: 12px; font-size: .78rem; color: var(--grey-500); margin-bottom: 8px; }
    .blog-card-meta i { margin-right: 4px; }
    .blog-card h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 800; color: var(--grey-900); line-height: 1.35; margin-bottom: 10px; }
    .blog-card h3 a { color: inherit; text-decoration: none; }
    .blog-card h3 a:hover { color: var(--green-primary); }
    .blog-card p { font-size: .88rem; color: var(--grey-600); line-height: 1.6; margin-bottom: 14px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .blog-card .read-more { color: var(--green-primary); font-weight: 700; font-size: .85rem; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
    .blog-card .read-more:hover { gap: 8px; }

    /* SIDEBAR */
    .sidebar-card { background: white; border-radius: 14px; padding: 20px; box-shadow: var(--shadow-sm); border: 1.5px solid var(--grey-100); margin-bottom: 20px; }
    .sidebar-title { font-family: var(--font-display); font-size: 1rem; font-weight: 800; color: var(--grey-900); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--green-light); }
    .cat-list { list-style: none; padding: 0; margin: 0; }
    .cat-list li { margin-bottom: 6px; }
    .cat-list a { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; border-radius: 8px; text-decoration: none; color: var(--grey-700); font-size: .9rem; transition: all .15s; }
    .cat-list a:hover, .cat-list a.active { background: var(--green-light); color: var(--green-dark); font-weight: 700; }
    .cat-list .count { background: var(--grey-100); color: var(--grey-600); border-radius: 999px; padding: 1px 8px; font-size: .72rem; font-weight: 700; }
    .cat-list a.active .count { background: var(--green-primary); color: white; }
    .recent-list { list-style: none; padding: 0; margin: 0; }
    .recent-list li { padding: 10px 0; border-bottom: 1px solid var(--grey-100); }
    .recent-list li:last-child { border-bottom: none; }
    .recent-list a { display: flex; gap: 10px; text-decoration: none; }
    .recent-thumb { width: 64px; height: 64px; border-radius: 8px; background-size: cover; background-position: center; flex-shrink: 0; }
    .recent-body h6 { font-size: .85rem; font-weight: 700; color: var(--grey-900); margin: 0 0 4px; line-height: 1.35; }
    .recent-body small { color: var(--grey-500); font-size: .75rem; }
    .recent-list a:hover .recent-body h6 { color: var(--green-primary); }

    /* CTA box */
    .cta-box { background: linear-gradient(135deg, #16a34a, #22c55e); color: white; border-radius: 14px; padding: 22px; text-align: center; }
    .cta-box h5 { font-family: var(--font-display); font-weight: 800; margin-bottom: 8px; font-size: 1.05rem; }
    .cta-box p { font-size: .85rem; opacity: .9; margin-bottom: 14px; }
    .cta-box .btn-w { background: white; color: var(--green-dark); padding: 10px 20px; border-radius: 10px; font-weight: 800; text-decoration: none; display: inline-block; font-size: .9rem; }
    .cta-box .btn-w:hover { transform: scale(1.04); color: var(--green-dark); }

    /* PAGINATION */
    .pagination .page-link { color: var(--grey-700); border-color: var(--grey-200); border-radius: 8px !important; margin: 0 3px; font-weight: 600; }
    .pagination .page-item.active .page-link { background: var(--green-primary); border-color: var(--green-primary); color: white; }
    .pagination .page-link:hover { background: var(--green-light); color: var(--green-dark); }

    .empty-state { text-align: center; padding: 80px 20px; }
    .empty-state i { font-size: 3rem; color: var(--grey-300); margin-bottom: 16px; }
    .empty-state h4 { color: var(--grey-700); font-weight: 700; }
    .empty-state p { color: var(--grey-500); }

    @media (max-width: 768px) {
        .blog-hero { padding: 40px 0 48px; }
        .blog-main { padding: 28px 0 60px; }
    }
