/* ======================================================================
   NEWS PAGE REDESIGN - scoped riêng cho trang Tin tức
   ====================================================================== */
.news-redesign {
    --news-ink: var(--ye-teal-deep, #034E62);
    --news-cyan: var(--ye-cyan-bright, #36D7EE);
    --news-mint: var(--ye-bg-mint-light, #F0FFF9);
    --news-aqua: var(--ye-bg-aqua-light, #E1FAFB);
    --news-dark: var(--ink-black, #021225);
    --news-card: rgba(255, 255, 255, 0.82);
    --news-border: rgba(54, 215, 238, 0.24);
    background:
        radial-gradient(circle at 12% 8%, rgba(132, 247, 206, 0.35), transparent 34%),
        radial-gradient(circle at 88% 12%, rgba(54, 215, 238, 0.28), transparent 32%),
        linear-gradient(180deg, #f4fffb 0%, #e8fbff 48%, #f7fffc 100%);
}

.news-redesign section {
    position: relative;
}

.news-hero-v2 {
    min-height: 620px;
    padding: 110px 0 80px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 76% 42%, rgba(54, 215, 238, 0.30), transparent 36%),
        radial-gradient(circle at 48% 95%, rgba(132, 247, 206, 0.28), transparent 38%),
        linear-gradient(135deg, #021225 0%, #034E62 52%, #0a8ca0 100%);
}

.news-hero-v2::before,
.news-hero-v2::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    inset: auto;
    pointer-events: none;
    z-index: 0;
}

.news-hero-v2::before {
    width: 520px;
    height: 520px;
    right: -160px;
    top: 50px;
    box-shadow: inset 0 0 80px rgba(54, 215, 238, 0.18);
}

.news-hero-v2::after {
    width: 320px;
    height: 320px;
    left: -90px;
    bottom: -110px;
    box-shadow: 0 0 70px rgba(132, 247, 206, 0.18);
}

.news-hero-grid-v2 {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.03fr 0.97fr;
    gap: 58px;
    align-items: center;
}

.news-hero-copy-v2 h1 {
    color: #fff;
    font-size: clamp(3rem, 6vw, 5.45rem);
    line-height: 0.98;
    letter-spacing: -2.5px;
    margin-bottom: 24px;
}

.news-hero-copy-v2 h1 span {
    display: block;
    color: var(--news-cyan);
    text-shadow: 0 0 24px rgba(54, 215, 238, 0.36);
}

.news-hero-copy-v2 p {
    max-width: 640px;
    color: rgba(240, 255, 249, 0.9);
    font-size: 1.15rem;
    margin-bottom: 28px;
}

.news-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    margin-bottom: 20px;
    border-radius: 999px;
    color: #dffff7;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.news-tagline i {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 999px;
    background: var(--news-cyan);
    box-shadow: 0 0 16px var(--news-cyan);
}

.news-hero-actions-v2 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 620px;
}

.news-hero-metrics div {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
}

.news-hero-metrics strong {
    display: block;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 7px;
}

.news-hero-metrics span {
    color: rgba(240, 255, 249, 0.78);
    font-size: 0.88rem;
}

.news-hero-panel {
    position: relative;
    padding: 26px;
    border-radius: 36px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.07));
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.news-live-card {
    padding: 28px;
    min-height: 430px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 84% 12%, rgba(54, 215, 238, 0.30), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(235, 255, 252, 0.88));
    overflow: hidden;
    position: relative;
}

.news-live-card::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    right: -70px;
    bottom: -70px;
    border: 32px solid rgba(54, 215, 238, 0.10);
}

.news-live-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.news-live-header strong {
    color: var(--news-dark);
    font-size: 1.15rem;
}

.news-live-header span {
    color: var(--news-ink);
    font-size: 0.82rem;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(54, 215, 238, 0.14);
    font-weight: 800;
}

.news-hero-stack {
    display: grid;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.news-mini-update {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(3, 78, 98, 0.09);
    box-shadow: 0 12px 28px rgba(3, 78, 98, 0.08);
}

.news-mini-update em {
    display: block;
    color: var(--news-cyan);
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}

.news-mini-update h3 {
    margin-bottom: 7px;
    color: var(--news-dark);
    font-size: 1.1rem;
}

.news-mini-update p {
    margin: 0;
    color: #42636d;
    font-size: 0.95rem;
}

.news-section-title {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.news-section-title.align-left {
    margin-left: 0;
    text-align: left;
}

.news-section-title h2 {
    margin-bottom: 14px;
    color: var(--news-ink);
}

.news-section-title p {
    margin: 0 auto;
    max-width: 680px;
}

.news-kicker-dark,
.news-kicker-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.news-kicker-dark { color: var(--news-cyan); }
.news-kicker-light { color: #dffff7; }

.top-story-section {
    padding: 88px 0;
}

.top-story-card {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    gap: 0;
    border-radius: 36px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 80px rgba(3, 78, 98, 0.12);
    border: 1px solid rgba(54, 215, 238, 0.18);
}

.top-story-main {
    padding: clamp(32px, 5vw, 58px);
    background:
        linear-gradient(135deg, rgba(240, 255, 249, 0.96), rgba(255, 255, 255, 0.96)),
        radial-gradient(circle at 12% 14%, rgba(54, 215, 238, 0.18), transparent 34%);
}

.top-story-main h2 {
    text-align: left;
    font-size: clamp(2rem, 4vw, 3.35rem);
    margin-bottom: 18px;
}

.top-story-main p {
    font-size: 1.08rem;
    max-width: 720px;
}

.top-story-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 28px;
}

.top-story-tags span {
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--news-ink);
    background: rgba(54, 215, 238, 0.12);
    font-weight: 800;
    font-size: 0.86rem;
}

.top-story-side {
    padding: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 74% 16%, rgba(54, 215, 238, 0.34), transparent 36%),
        linear-gradient(160deg, #021225 0%, #034E62 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}

.award-badge {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    color: #021225;
    background: linear-gradient(145deg, #ffffff, #8cf7e9);
    font-weight: 1000;
    box-shadow: 0 16px 48px rgba(54, 215, 238, 0.30);
}

.top-story-side h3 {
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.top-story-side p {
    color: rgba(240, 255, 249, 0.82);
    margin-bottom: 0;
}

.story-link-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.news-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.news-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: 28px;
    border-radius: 30px;
    background: var(--news-card);
    border: 1px solid var(--news-border);
    box-shadow: 0 18px 55px rgba(3, 78, 98, 0.10);
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(3, 78, 98, 0.16);
}

.news-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    right: -50px;
    top: -54px;
    background: rgba(54, 215, 238, 0.12);
}

.news-card.featured-card {
    grid-column: span 2;
    background:
        radial-gradient(circle at 82% 12%, rgba(54, 215, 238, 0.24), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(225, 250, 251, 0.92));
}

.news-card .category {
    display: inline-block;
    color: var(--news-cyan);
    font-weight: 1000;
    font-size: 0.78rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.news-card h3 {
    color: var(--news-dark);
    font-size: 1.45rem;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.news-card p {
    color: #405e69;
    position: relative;
    z-index: 1;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(3, 78, 98, 0.09);
    position: relative;
    z-index: 1;
}

.news-meta span,
.news-meta a {
    font-size: 0.9rem;
    font-weight: 800;
}

.media-section {
    padding: 88px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(132, 247, 206, 0.24), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.72), rgba(240,255,249,0.80));
}

.media-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
    align-items: stretch;
}

.media-feature {
    padding: 38px;
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(54, 215, 238, 0.34), transparent 34%),
        linear-gradient(155deg, #021225 0%, #034E62 100%);
    box-shadow: 0 26px 74px rgba(2, 18, 37, 0.22);
}

.media-feature h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 16px;
}

.media-feature p {
    color: rgba(240, 255, 249, 0.84);
}

.media-quote {
    margin-top: 28px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.16);
}

.media-quote strong {
    display: block;
    color: #fff;
    margin-bottom: 8px;
}

.media-list {
    display: grid;
    gap: 16px;
}

.media-mention {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(54, 215, 238, 0.18);
    box-shadow: 0 14px 36px rgba(3, 78, 98, 0.08);
}

.media-logo {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: var(--news-dark);
    font-weight: 1000;
    background: linear-gradient(145deg, #ffffff, #bffcf1);
    border: 1px solid rgba(54, 215, 238, 0.22);
}

.media-mention h3 {
    color: var(--news-dark);
    margin-bottom: 6px;
    font-size: 1.15rem;
}

.media-mention p {
    margin-bottom: 8px;
    font-size: 0.96rem;
}

.media-mention span {
    color: var(--news-cyan);
    font-weight: 900;
    font-size: 0.86rem;
}

.business-section {
    padding: 90px 0;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.business-card {
    padding: 25px;
    border-radius: 28px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(3, 78, 98, 0.08);
    box-shadow: 0 16px 42px rgba(3, 78, 98, 0.08);
}

.business-card strong {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 15px;
    color: var(--news-dark);
    background: rgba(54, 215, 238, 0.18);
}

.business-card strong svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.business-card h3 {
    font-size: 1.14rem;
    color: var(--news-dark);
}

.business-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.impact-strip {
    padding: 26px;
    margin-top: 28px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    background: linear-gradient(135deg, #021225 0%, #034E62 100%);
    box-shadow: 0 18px 55px rgba(2, 18, 37, 0.18);
}

.impact-strip h3 {
    color: #fff;
    margin-bottom: 8px;
}

.impact-strip p {
    color: rgba(240,255,249,0.82);
    margin: 0;
}

.timeline-section {
    padding: 90px 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.75), rgba(225,250,251,0.72));
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    position: relative;
}

.timeline-card {
    position: relative;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(54, 215, 238, 0.18);
    box-shadow: 0 14px 38px rgba(3, 78, 98, 0.08);
}

.timeline-card b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 8px 12px;
    margin-bottom: 20px;
    border-radius: 999px;
    color: var(--news-dark);
    background: rgba(132, 247, 206, 0.55);
}

.timeline-card h3 {
    color: var(--news-dark);
    font-size: 1.15rem;
}

.timeline-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.newsletter-section {
    padding: 90px 0;
}

.newsletter-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: clamp(30px, 5vw, 54px);
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 18%, rgba(54, 215, 238, 0.34), transparent 34%),
        linear-gradient(135deg, #021225 0%, #034E62 100%);
    box-shadow: 0 30px 90px rgba(2, 18, 37, 0.22);
}

.newsletter-card h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 14px;
}

.newsletter-card p {
    color: rgba(240,255,249,0.84);
    margin: 0;
    max-width: 720px;
}

.news-note {
    margin-top: 16px;
    color: rgba(240,255,249,0.68) !important;
    font-size: 0.88rem !important;
}

@media (max-width: 1040px) {
    .news-hero-grid-v2,
    .top-story-card,
    .media-grid,
    .newsletter-card {
        grid-template-columns: 1fr;
    }

    .news-card-grid,
    .business-grid,
    .timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-card.featured-card {
        grid-column: span 1;
    }

    .news-hero-panel {
        max-width: 680px;
    }
}

@media (max-width: 680px) {
    .news-hero-v2 {
        padding: 82px 0 56px;
    }

    .news-hero-metrics,
    .news-card-grid,
    .business-grid,
    .timeline-grid {
        grid-template-columns: 1fr;
    }

    .media-mention {
        grid-template-columns: 1fr;
    }

    .impact-strip {
        grid-template-columns: 1fr;
    }
}
