.welcome-section {
    background: linear-gradient(135deg, #081a36 0%, #0b2b58 55%, #123d73 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.welcome-section > .container {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.welcome-section__content {
    max-width: 62ch;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.welcome-section .h3,
.welcome-section h2,
.welcome-section h3 {
    color: #ffffff;
    max-width: 20ch;
}

.welcome-section__text {
    margin-bottom: 0;
    max-width: 62ch;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.welcome-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.5rem;
}

.welcome-section__actions .btn {
    margin: 0;
    min-height: 2.9rem;
    padding-inline: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    border-radius: 0.75rem;
}

.welcome-section__actions .btn:first-child {
    background: #1e4f9e;
    border-color: #1e4f9e;
    color: #ffffff;
}

.welcome-section__actions .btn:first-child:hover,
.welcome-section__actions .btn:first-child:focus-visible {
    background: #174388;
    border-color: #174388;
    color: #ffffff;
}

.welcome-section__actions .btn:not(:first-child) {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
}

.welcome-section__actions .btn:not(:first-child):hover,
.welcome-section__actions .btn:not(:first-child):focus-visible {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.welcome-section__media {
    width: min(100%, 34rem);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 12px 24px rgba(8, 28, 60, 0.16);
}

.info-section--light {
    background: #ffffff;
}

.info-section__content {
    max-width: 42rem;
}

.info-section__intro {
    max-width: 62ch;
    line-height: 1.6;
    color: #1f2f45;
}

.info-section__cta {
    color: #0e3e86;
    border-color: #0e3e86;
    background: #ffffff;
    font-weight: 700;
}

.info-section__cta:hover,
.info-section__cta:focus-visible {
    color: #ffffff;
    background: #0e3e86;
    border-color: #0e3e86;
}

.info-section__media {
    width: min(100%, 34rem);
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 1rem;
    box-shadow: 0 12px 24px rgba(8, 28, 60, 0.12);
}

.news-trending__eyebrow {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1a4f98;
}

.news-trending__title {
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f3f85;
}

.news-trending__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: clamp(1.2rem, 2.5vw, 2.2rem);
    align-items: start;
}

.news-trending__featured-media {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 0.35rem;
    overflow: hidden;
    background: #dbe8f8;
    max-height: clamp(300px, 36vw, 560px);
}

.news-trending__featured-image {
    width: 100%;
    height: clamp(300px, 36vw, 560px);
    object-fit: cover;
    display: block;
}

.news-trending__chip {
    position: absolute;
    left: 1rem;
    top: 1rem;
    background: #ffbf00;
    color: #0d2d58;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.62rem 0.95rem;
}

.news-trending__featured-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.1rem;
    margin-top: 1.15rem;
}

.news-trending__featured-date {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    min-width: 4.2rem;
    color: #0f458b;
    text-transform: uppercase;
}

.news-trending__featured-day {
    font-size: clamp(2.1rem, 3.4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.news-trending__featured-month {
    margin-top: 0.42rem;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.news-trending__featured-headline {
    margin: 0;
    font-size: clamp(2rem, 4.6vw, 3.1rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.news-trending__featured-headline a,
.news-trending__item-title a {
    color: #0f3f85;
    text-decoration: none;
}

.news-trending__featured-headline a:hover,
.news-trending__item-title a:hover {
    color: #1f60b4;
}

.news-trending__featured-excerpt {
    margin: 0.95rem 0 0;
    max-width: 62ch;
    color: #2f4f77;
    font-size: 1.26rem;
    line-height: 1.52;
}

.news-trending__list {
    display: grid;
    gap: 1.35rem;
}

.news-trending__item {
    display: grid;
    grid-template-columns: clamp(145px, 16vw, 210px) 1fr;
    gap: 1rem;
    align-items: start;
}

.news-trending__item-media {
    display: block;
    text-decoration: none;
    border-radius: 0.2rem;
    overflow: hidden;
    background: #dbe8f8;
}

.news-trending__item-image {
    width: 100%;
    height: clamp(145px, 16vw, 210px);
    object-fit: cover;
    display: block;
}

.news-trending__meta {
    margin: 0 0 0.7rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #60779a;
    text-transform: uppercase;
}

.news-trending__meta span:first-child {
    color: #1a4f98;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.news-trending__dot {
    font-size: 0.8em;
    transform: translateY(-0.05em);
}

.news-trending__item-title {
    margin: 0;
    font-size: clamp(1.45rem, 2.25vw, 2.3rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
}

.news-trending__item-excerpt {
    margin: 0.6rem 0 0;
    color: #31527d;
    font-size: 1rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-trending__image-placeholder {
    background: linear-gradient(135deg, #e5effb, #cddff3);
}

@media (max-width: 991.98px) {
    .news-trending__grid {
        grid-template-columns: 1fr;
    }

    .news-trending__featured-excerpt {
        font-size: 1.08rem;
    }

    .news-trending__item {
        grid-template-columns: minmax(170px, 210px) 1fr;
    }

    .news-trending__featured-media,
    .news-trending__featured-image {
        max-height: clamp(280px, 48vw, 460px);
        height: clamp(280px, 48vw, 460px);
    }
}

@media (max-width: 767.98px) {
    .welcome-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .welcome-section > .container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .welcome-section__actions .btn {
        width: 100%;
    }

    .welcome-section__media,
    .info-section__media {
        width: 100%;
    }

    .news-trending__grid {
        grid-template-columns: 1fr;
    }

    .news-trending__featured-content {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .news-trending__featured-date {
        flex-direction: row;
        gap: 0.4rem;
        align-items: baseline;
        min-width: 0;
    }

    .news-trending__featured-day {
        font-size: 1.55rem;
    }

    .news-trending__featured-month {
        margin-top: 0;
        font-size: 0.9rem;
    }

    .news-trending__featured-headline {
        font-size: clamp(1.45rem, 8vw, 2rem);
    }

    .news-trending__featured-excerpt {
        font-size: 1.05rem;
    }

    .news-trending__item {
        grid-template-columns: 1fr;
    }

    .news-trending__item-image {
        height: clamp(180px, 50vw, 260px);
    }

    .news-trending__featured-media,
    .news-trending__featured-image {
        max-height: clamp(220px, 58vw, 320px);
        height: clamp(220px, 58vw, 320px);
    }

    .news-trending__item-title {
        font-size: clamp(1.25rem, 6.8vw, 1.65rem);
    }

    .info-section__content .d-flex.flex-wrap {
        width: 100%;
    }

    .info-section__cta {
        width: 100%;
        justify-content: center;
    }
}
