body.news-article {
    background: #080808;
    color: #f4f0e6;
}

body.news-article a {
    color: #d4af37;
}

body.news-article .navbar {
    background: rgba(0,0,0,.92);
    border-bottom: 1px solid rgba(212,175,55,.18);
}

body.news-article .navbar-brand {
    color: var(--gold) !important;
}

body.news-article .nav-link {
    color: #f4f0e6 !important;
}

body.news-article .nav-link:hover {
    color: var(--gold) !important;
}

body.news-article .btn-gold {
    background: #d4af37;
    color: #111;
    border-color: #d4af37;
}

body.news-article .btn-gold:hover,
body.news-article .btn-gold:focus {
    background: #c49c2d;
    color: #111;
}

body.news-article .related-links {
    padding: 1.8rem 1.6rem;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 1rem;
    background: rgba(10,10,10,.88);
    margin: 3rem 0;
}

body.news-article .related-links .title {
    margin-bottom: 1.2rem;
    color: #ffffff;
    text-align: left;
}

body.news-article .related-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.news-article .related-links li {
    margin-bottom: 0.9rem;
}

body.news-article .related-links a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
    transition: color .2s ease;
}

body.news-article .related-links a:hover,
body.news-article .related-links a:focus {
    color: rgba(212,175,55,.95);
}

body.news-article main.section {
    padding-top: 0;
    padding-bottom: 0;
}

.hero-banner,
.hero.hero-vd3 {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 90px 24px 60px;
    background-size: cover;
    background-position: top center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-banner::before,
.hero.hero-vd3::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.42));
    z-index: 1;
}

.hero-banner {
    background: url('../images/news/vanhdai3-new.jpg') center/cover no-repeat;
}

.hero.hero-vd3 {
    background: url('../images/news/hero-banner-vd3.jpg') center/cover no-repeat;
    text-align: center;
    justify-items: center;
}

.hero-banner .eyebrow,
.hero.hero-vd3 .hero-text {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero.hero-vd3 .hero-text {
    text-align: center;
}

.hero.hero-vd3 .hero-text .hero-label,
.hero.hero-vd3 .hero-text h1,
.hero.hero-vd3 .hero-text .hero-subtitle {
    color: #fff;
}

.hero.hero-vd3 .hero-text .hero-label {
    color: rgba(212,175,55,1);
}

@media (max-width: 1200px) {
    .hero-banner .eyebrow,
    .hero.hero-vd3 .hero-text {
        max-width: 920px;
    }
}

@media (max-width: 992px) {
    .hero-banner,
    .hero.hero-vd3 {
        min-height: 50vh;
        padding: 70px 18px 50px;
    }

    .hero-banner .eyebrow,
    .hero.hero-vd3 .hero-text {
        max-width: 100%;
        padding: 0 16px;
    }
}

@media (max-width: 992px) {
    .hero-banner,
    .hero.hero-vd3 {
        min-height: 52vh;
        padding: 80px 18px 50px;
    }

    .hero.hero-vd3 .hero-text h1 {
        max-width: 95%;
        font-size: clamp(2.4rem, 5vw, 3rem);
    }
}

@media (max-width: 576px) {
    .hero-banner,
    .hero.hero-vd3 {
        min-height: 48vh;
        padding: 56px 16px 36px;
    }

    .hero.hero-vd3 .hero-text {
        text-align: center;
        padding: 0 10px;
        gap: 0.9rem;
    }

    .hero.hero-vd3 .hero-text h1 {
        font-size: 1.9rem;
        line-height: 1.1;
        max-width: 100%;
        display: block;
        width: 100%;
    }

    .hero.hero-vd3 .hero-text h1 .hero-heading-line {
        display: inline;
        white-space: normal;
        max-width: 100%;
        width: auto;
    }

    .hero.hero-vd3 .hero-text .hero-subtitle {
        font-size: 0.95rem;
        max-width: 100%;
    }
}

.hero-banner .eyebrow {
    color: #d4af37;
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.hero-banner h1 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.02;
    margin-bottom: 1rem;
    color: #fff;
    letter-spacing: -0.03em;
}

.hero-banner .meta {
    color: rgba(244,240,230,.78);
    font-size: 0.95rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.news-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 24px 90px;
}

.news-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.hero.hero-vd3 .hero-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}

.hero.hero-vd3 .hero-text h1 {
    max-width: 760px;
    margin: 0 auto;
    display: block;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.05;
    font-size: clamp(2.2rem, 3vw, 2.8rem);
}

.hero.hero-vd3 .hero-text h1 .hero-heading-line {
    display: inline-block;
    white-space: normal;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.hero.hero-vd3 .hero-text .hero-subtitle {
    max-width: 760px;
    margin: 0 auto;
}

.hero.hero-vd3 .hero-text .hero-actions {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 0.8rem;
}

.hero.hero-vd3 .hero-text .hero-actions .btn-gold.hero-btn,
.hero.hero-vd3 .hero-text .hero-actions .hero-btn {
    width: fit-content;
    min-width: 250px;
    max-width: 380px;
    padding: 16px 44px;
}

@media (max-width: 992px) {
    .hero.hero-vd3 .hero-text .hero-actions .btn-gold.hero-btn,
    .hero.hero-vd3 .hero-text .hero-actions .hero-btn {
        min-width: 180px;
        max-width: 280px;
        padding: 14px 32px;
    }
}

@media (max-width: 576px) {
    .hero.hero-vd3 .hero-text .hero-actions .btn-gold.hero-btn,
    .hero.hero-vd3 .hero-text .hero-actions .hero-btn {
        width: 100%;
        min-width: auto;
        padding: 14px 24px;
    }
}

.news-main {
    background: rgba(18,18,18,.96);
    border: 1px solid rgba(212,175,55,.18);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.news-main .article-header {
    padding: 26px 28px 0;
}

.news-main h2 {
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.8rem);
    margin-bottom: 0.9rem;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    color: rgba(244,240,230,.74);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.news-meta span::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #d4af37;
    border-radius: 50%;
}

.news-main .article-body {
    padding: 0 28px 28px;
    color: rgba(244,240,230,.92);
    line-height: 1.8;
    text-align: left !important;
}

.news-main .article-body p,
.news-main .article-body li,
.news-main .article-body a {
    color: rgba(244,240,230,.92);
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
}

.news-sidebar,
.news-card {
    text-align: left !important;
}

.news-main .article-body a {
    text-decoration: underline;
}

.news-main .article-body img {
    width: 100%;
    border-radius: 20px;
    margin: 24px 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    min-height: 280px;
    background: #111;
}

.news-main .article-body img[src=""] {
    display: none;
}

.hero.hero-vd3 {
    background: url('../images/news/hero-banner-vd3.jpg') center/cover no-repeat;
}

.news-main .article-body ul {
    padding-left: 1.2rem;
    margin: 1.2rem 0;
}

.news-main .article-body ul li {
    margin-bottom: 0.9rem;
}

.news-sidebar {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.news-card {
    background: rgba(12,12,12,.98);
    border: 1px solid rgba(212,175,55,.18);
    border-radius: 24px;
    padding: 24px;
}

.news-card h3,
.news-card h4 {
    color: #fff;
}

.news-card p,
.news-card li {
    color: rgba(244,240,230,.88);
}

.news-card ul {
    padding-left: 1rem;
    margin-top: 1rem;
}

.news-card ul li {
    margin-bottom: 0.8rem;
}

.news-card .note {
    background: rgba(212,175,55,.08);
    border: 1px solid rgba(212,175,55,.2);
    padding: 14px 16px;
    border-radius: 16px;
    color: #f4f0e6;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

@media (max-width: 992px) {
    .news-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        padding: 70px 18px 50px;
    }
    .news-main .article-header,
    .news-main .article-body,
    .news-card {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 576px) {
    .news-container {
        padding: 20px 16px 60px;
    }
    .news-main .article-header h2 {
        font-size: 2rem;
    }
    .news-meta {
        flex-direction: column;
        gap: 0.7rem;
    }
}
