.news-hero {
    background:
        linear-gradient(135deg, rgba(4, 69, 148, 0.96), rgba(3, 46, 103, 0.9)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    color: #ffffff;
    padding: 4.5rem 0 3.5rem;
}

.news-hero-inner {
    max-width: 760px;
}

.news-hero-eyebrow {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.news-hero h1 {
    margin: 0 0 0.9rem;
    font-size: clamp(2.2rem, 4vw, 3.1rem);
    font-weight: 700;
    line-height: 1.08;
}

.news-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.7;
}

.news-filters {
    background: #f7f9fc;
    border-bottom: 1px solid #e4ebf3;
}

.filters-inner {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.filter-pill:hover {
    border-color: rgba(4, 69, 148, 0.28);
    color: #044594;
}

.filter-pill.active {
    border-color: #044594;
    background: #044594;
    color: #ffffff;
}

.news-page-section,
.blog-article-page {
    background: #f6f8fb;
}

.news-list-card,
.blog-article-card {
    background: #ffffff;
    border-radius: 10px;
}

.news-list-card {
    padding: 1.4rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.news-list-card:hover {
    transform: translateY(-2px);
    border-color: rgba(4, 69, 148, 0.18);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.news-list-card img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    border-radius: 8px;
}

.news-meta,
.blog-article-meta {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
    color: #64748b;
    font-size: 0.83rem;
}

.news-category,
.blog-article-category {
    color: #c00000;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.news-card-title {
    margin: 0 0 0.8rem;
    font-size: 1.45rem;
    line-height: 1.3;
}

.news-card-title a {
    color: #0f172a;
    text-decoration: none;
}

.news-card-title a:hover {
    color: #044594;
}

.news-card-excerpt {
    margin-bottom: 1rem;
    color: #475569;
    line-height: 1.75;
}

.news-card-readmore {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #044594;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.news-card-readmore:hover {
    color: #c00000;
}

.news-pagination-summary {
    margin-bottom: 0.85rem;
    color: #64748b;
    font-size: 0.88rem;
}

.blog-sidebar-sticky {
    position: sticky;
    top: 118px;
}

.blog-sidebar-rail {
    background: #ffffff;
    padding: 1rem;
}

.blog-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e5e7eb;
}

.blog-sidebar-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    color: #b91c1c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.blog-sidebar-label-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b91c1c;
    font-size: 0.9rem;
}

.blog-sidebar-view-all {
    color: #374151;
    font-size: 0.92rem;
    text-decoration: none;
    white-space: nowrap;
}

.blog-sidebar-view-all:hover {
    color: #044594;
}

.blog-sidebar-announcement {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.95rem 0;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
    font-size: 0.98rem;
    line-height: 1.45;
    text-decoration: none;
}

.blog-sidebar-announcement:hover {
    color: #044594;
}

.blog-sidebar-announcement-icon {
    flex-shrink: 0;
    margin-top: 0.22rem;
    color: #111827;
    font-size: 0.82rem;
}

.blog-sidebar-announcement-title {
    display: block;
}

.blog-sidebar-empty {
    margin: 0.95rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.blog-article-card {
    padding: 1.8rem;
}

.blog-article-title {
    margin: 0 0 1.4rem;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.12;
}

.blog-article-cover {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1.6rem;
}

.post-content {
    color: #1f2937;
    font-size: 1rem;
    line-height: 1.9;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin-top: 2.1rem;
    margin-bottom: 1rem;
    color: #0f172a;
    font-weight: 700;
}

.post-content p {
    margin-bottom: 1.15rem;
}

.blog-author-note {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e5edf5;
    color: #64748b;
    font-size: 0.88rem;
}

.post-navigation {
    margin-top: 1.4rem;
}

.post-nav-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    padding: 1rem;
    border-radius: 10px;
    background: #ffffff;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.2s ease;
}

.post-nav-card:hover {
    border-color: rgba(4, 69, 148, 0.18);
    transform: translateY(-2px);
    color: #044594;
}

.post-nav-card img {
    width: 92px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.post-nav-card.reverse {
    flex-direction: row-reverse;
    text-align: right;
}

.post-nav-text span {
    display: block;
    margin-bottom: 0.3rem;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.post-nav-text h6 {
    margin: 0;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.4;
}

.blog-empty-state {
    padding: 1.6rem;
    color: #64748b;
    text-align: center;
}

@media (max-width: 991.98px) {
    .news-hero {
        padding: 3.6rem 0 3rem;
        text-align: center;
    }

    .news-hero-inner {
        margin: 0 auto;
    }

    .blog-sidebar-sticky {
        position: static;
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .filters-inner {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1.1rem;
        scrollbar-width: none;
    }

    .filters-inner::-webkit-scrollbar {
        display: none;
    }

    .news-list-card,
    .blog-article-card {
        padding: 1.15rem;
    }

    .news-card-title {
        font-size: 1.25rem;
    }

    .news-list-card img {
        min-height: 190px;
    }

    .blog-sidebar-head {
        align-items: flex-start;
    }

    .blog-sidebar-announcement {
        font-size: 0.95rem;
    }

    .post-nav-card,
    .post-nav-card.reverse {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .post-nav-card img {
        width: 100%;
        height: 190px;
    }
}
