/**
 * Digital Air - Vista Newsroom
 */

.view-da_newsroom,
.view-da_article {
    background: #ffffff;
    color: #212121;
}

.view-da_newsroom .banner-video,
.view-da_article .banner-video {
    display: none;
}

.banner-newsroom {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 100px;
    height: 100vh;
    min-height: 620px;
    display: flex;
    align-items: center;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

.banner-newsroom__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 72%;
    height: 100%;
    z-index: 0;
}

.banner-newsroom__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.55) 10%, rgba(255, 255, 255, 0) 22%);
    pointer-events: none;
}

.banner-newsroom__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
    display: block;
}

.banner-newsroom__content {
    position: relative;
    z-index: 2;
    padding-left: clamp(1.5rem, 7vw, 7.5rem);
    padding-right: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.banner-newsroom__title {
    margin: 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(2.4rem, 5.4vw, 4.35rem);
    font-weight: 800;
    color: #00b8f2;
    line-height: 0.95;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.banner-newsroom__underline {
    display: block;
    width: 5.5rem;
    height: 7px;
    margin: 0.85rem 0 1.35rem;
    background: #00b8f2;
}

.banner-newsroom__subtitle {
    margin: 0 0 1.35rem;
    max-width: 34rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(0.82rem, 1.15vw, 1.05rem);
    font-weight: 700;
    color: #2d3238;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.banner-newsroom__text {
    margin: 0;
    max-width: 28.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.92rem, 1.15vw, 1.05rem);
    line-height: 1.55;
    color: #4b5563;
    text-align: left;
}

.newsroom-tech {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #ffffff;
}

.newsroom-tech__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    background: #1a1a1a;
    padding: clamp(2.5rem, 5.5vw, 4.75rem) clamp(1.75rem, 5vw, 4.75rem);
    color: #ffffff;
}

.newsroom-tech__title {
    margin: 0 0 1.75rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.05rem, 1.7vw, 1.45rem);
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
}

.newsroom-tech__copy p {
    margin: 0 0 1.2rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    line-height: 1.65;
    color: #ffffff;
}

.newsroom-tech__copy p:last-child {
    margin-bottom: 0;
}

.newsroom-tech__media {
    position: relative;
    align-self: stretch;
}

.newsroom-tech__media img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 900px) {
    .newsroom-tech {
        grid-template-columns: 1fr;
    }

    .newsroom-tech__media img {
        min-height: 320px;
        height: 42vh;
    }
}

.newsroom-latest {
    background: #f3f4f6;
    padding: 4.75rem 2rem 4.25rem;
}

.newsroom-latest__inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.newsroom-latest__heading {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.4em;
    margin: 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(1.55rem, 2.6vw, 2.05rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #2d3238;
    line-height: 1.15;
    text-align: center;
}

.newsroom-latest__heading-light {
    font-weight: 400;
}

.newsroom-latest__heading-bold {
    font-weight: 700;
}

.newsroom-latest__underline {
    display: block;
    width: 4.25rem;
    height: 6px;
    margin: 0.7rem auto 2.75rem;
    background: #00b8f2;
}

.newsroom-latest__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
    gap: 1.15rem;
    align-items: stretch;
}

.newsroom-latest__grid--single {
    grid-template-columns: minmax(0, 0.92fr);
}

.newsroom-latest__grid.is-sfs {
    --newsroom-cols: 4;
    --newsroom-gap: 1.15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
}

.newsroom-latest__grid.is-sfs .news-card,
.newsroom-latest__more-grid .news-card {
    flex: 0 0 calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    max-width: calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    min-width: 0;
    height: auto;
}

.newsroom-latest__more-grid {
    --newsroom-cols: 3;
    --newsroom-gap: 1.15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
    margin-top: 1.15rem;
}

.newsroom-latest__more-grid[hidden] {
    display: none;
}

.newsroom-latest__side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
}

.news-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
}

.news-card--featured {
    height: 100%;
}

.news-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
}

.news-card:not(.news-card--featured) .news-card__media {
    aspect-ratio: 16 / 10;
}

.news-card--featured .news-card__media {
    flex: 1 1 auto;
    min-height: 280px;
}

.news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-card__tag {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 1;
    display: inline-block;
    background: #00b8f2;
    color: #ffffff;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.28rem 0.72rem;
    border-radius: 999px;
    line-height: 1.2;
}

.news-card__body {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 1rem 1.05rem 1.15rem;
    background: #ffffff;
}

.news-card--featured .news-card__body {
    padding: 1.2rem 1.2rem 1.3rem;
}

.news-card:not(.news-card--featured) .news-card__body {
    flex: 1 1 auto;
}

.news-card__date {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.78rem;
    line-height: 1.2;
    min-height: 1.2em;
    color: #9ca3af;
    letter-spacing: 0.01em;
}

.news-card__title {
    margin: 0 0 0.55rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.3;
    color: #1f2937;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: break-word;
    height: calc(1.3em * 2);
    min-height: calc(1.3em * 2);
    max-height: calc(1.3em * 2);
}

.news-card:not(.news-card--featured) .news-card__title {
    font-size: 0.92rem;
}

.news-card--featured .news-card__title {
    font-size: 1.18rem;
    margin-bottom: 0.65rem;
}

.news-card__excerpt {
    margin: 0 0 0.95rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: break-word;
    height: calc(1.5em * 3);
    min-height: calc(1.5em * 3);
    max-height: calc(1.5em * 3);
}

.news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    color: #00b8f2;
    text-decoration: none;
    transition: color 0.2s;
}

.news-card__more:hover,
.news-card__more:focus {
    color: #0099cc;
}

.newsroom-latest__action {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.newsroom-latest__cta {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    padding: 0.78rem 1.85rem;
    border: none;
    border-radius: 9999px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.newsroom-latest__cta:hover,
.newsroom-latest__cta:focus {
    background: #00b8f2;
    color: #ffffff;
}

.newsroom-newsletter {
    background: #212121;
    padding: 6rem 2rem;
    text-align: center;
}

.newsroom-newsletter__inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.newsroom-newsletter__title {
    margin: 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.28rem, 2.35vw, 1.85rem);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.3;
    color: #ffffff;
}

.newsroom-newsletter__title-line,
.newsroom-newsletter__title-accent {
    display: block;
}

.newsroom-newsletter__title-accent {
    color: #00b8f2;
}

.newsroom-newsletter__underline {
    display: block;
    width: 4.25rem;
    height: 6px;
    margin: 1.05rem auto 1.85rem;
    background: #00b8f2;
}

.newsroom-newsletter__text {
    margin: 0 auto 2.35rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    line-height: 1.7;
    color: #ffffff;
}

.newsroom-newsletter__form {
    margin: 0;
}

.newsroom-newsletter__cta {
    display: inline-block;
    background: #ffffff;
    color: #212121;
    border: none;
    border-radius: 9999px;
    padding: 0.85rem 1.8rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.newsroom-newsletter__cta:hover,
.newsroom-newsletter__cta:focus {
    background: #00b8f2;
    color: #ffffff;
}

.newsroom-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    background: #ffffff;
    scroll-margin-top: 110px;
}

.newsroom-contact__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #00b8f2;
    color: #ffffff;
    padding: clamp(3.25rem, 6.5vw, 5.75rem) clamp(2rem, 5.5vw, 5rem);
}

.newsroom-contact__title {
    margin: 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 3.8vw, 3.15rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.05;
    color: #ffffff;
}

.newsroom-contact__subtitle {
    margin: 0.45rem 0 1.6rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #ffffff;
}

.newsroom-contact__text {
    margin: 0 0 2.15rem;
    max-width: 28.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    line-height: 1.65;
    color: #ffffff;
}

.newsroom-contact__quote {
    display: inline-block;
    align-self: flex-start;
    background: #ffffff;
    color: #00b8f2;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.82rem 1.55rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.newsroom-contact__quote:hover,
.newsroom-contact__quote:focus {
    background: #1a1a1a;
    color: #ffffff;
}

.newsroom-contact__form-wrap {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: clamp(3.25rem, 6.5vw, 5.75rem) clamp(2rem, 5.5vw, 5rem);
}

.newsroom-contact__form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.newsroom-contact__form .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.newsroom-contact__form input,
.newsroom-contact__form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 1rem;
    padding: 0.95rem 1.15rem;
    background: #f0f2f2;
    border: none;
    border-radius: 12px;
    color: #1f2937;
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
}

.newsroom-contact__form input::placeholder,
.newsroom-contact__form textarea::placeholder {
    color: #9ca3af;
}

.newsroom-contact__form input:focus,
.newsroom-contact__form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 184, 242, 0.45);
}

.newsroom-contact__form textarea {
    min-height: 150px;
    resize: vertical;
}

.newsroom-contact__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.35rem;
}

.newsroom-contact__submit {
    background: #212121;
    color: #ffffff;
    border: none;
    border-radius: 9999px;
    padding: 0.78rem 2rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.newsroom-contact__submit:hover,
.newsroom-contact__submit:focus {
    background: #00b8f2;
    color: #ffffff;
}

.newsroom-contact__submit:disabled {
    opacity: 0.75;
    cursor: default;
}

.newsroom-intro {
    background-color: #ffffff;
    padding: 6.5rem 2rem;
    display: flex;
    justify-content: center;
}

.newsroom-intro__inner {
    max-width: 980px;
    width: 100%;
}

.newsroom-intro__text {
    margin: 0;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #212121;
}

.newsroom-articles {
    background-color: #ffffff;
    padding: 5.5rem 2rem 6.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-articles__inner {
    max-width: 1250px;
    width: 100%;
}

.newsroom-articles__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0 0 3.5rem;
    text-align: center;
}

.newsroom-articles__heading-text {
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00b8f2;
}

.newsroom-articles__heading-badge {
    display: inline-block;
    background-color: #00b8f2;
    color: #ffffff;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    line-height: 1.2;
}

.newsroom-articles__grid {
    --newsroom-cols: 4;
    --newsroom-gap: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--newsroom-gap);
}

.newsroom-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 0 0 calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    max-width: calc((100% - (var(--newsroom-cols) - 1) * var(--newsroom-gap)) / var(--newsroom-cols));
    min-width: 0;
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.newsroom-card__media {
    display: block;
    width: 100%;
    flex-shrink: 0;
}

.newsroom-card__media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.newsroom-card__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    min-height: 0;
    padding: 1.35rem 1.2rem 1.6rem;
}

.newsroom-card__title {
    align-self: stretch;
    flex-shrink: 0;
    margin: 0 0 0.65rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.35;
    color: #0b132b;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: break-word;
    height: calc(1.35em * 2);
    min-height: calc(1.35em * 2);
    max-height: calc(1.35em * 2);
}

.newsroom-card__text {
    align-self: stretch;
    margin: 0 0 1.25rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6570;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(0.9rem * 1.5 * 3);
}

.newsroom-card__read {
    display: inline-block;
    margin-top: auto;
    background-color: #00b8f2;
    color: #ffffff;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.45rem 1.15rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.newsroom-card__read:hover {
    background-color: #0099cc;
    color: #ffffff;
}

.newsroom-articles__action {
    display: flex;
    justify-content: center;
    margin-top: 3.5rem;
}

.newsroom-articles__more {
    display: inline-block;
    background-color: #00b8f2;
    color: #ffffff;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.7rem 2.4rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.newsroom-articles__more:hover {
    background-color: #0099cc;
    color: #ffffff;
}

.newsroom-empty {
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    color: #5a6570;
}

.newsroom-evolution {
    background-color: #f4f7fa;
    padding: 3.5rem 2rem 4rem;
    margin-bottom: 4.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-evolution__inner {
    max-width: 1250px;
    width: 100%;
}

.newsroom-evolution__media {
    width: 100%;
    margin-bottom: 3.5rem;
}

.newsroom-evolution__media img {
    width: 100%;
    height: auto;
    max-height: 520px;
    display: block;
    object-fit: cover;
}

.newsroom-evolution__header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.newsroom-evolution__title {
    margin: 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00b8f2;
    line-height: 1.15;
}

.newsroom-evolution__subtitle {
    margin: 0.15rem 0 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #212121;
    line-height: 1.2;
}

.newsroom-evolution__body {
    width: 100%;
}

.newsroom-evolution__body p {
    margin: 0 0 1.35rem;
    text-align: left;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #212121;
}

.newsroom-evolution__body p:last-child {
    margin-bottom: 0;
}

.newsroom-blogs {
    background-color: #ffffff;
    padding: 2rem 2rem 6.5rem;
    display: flex;
    justify-content: center;
}

.newsroom-blogs__inner {
    max-width: 1250px;
    width: 100%;
}

.newsroom-blogs__header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.newsroom-blogs__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1.75rem;
}

.newsroom-blogs__heading-text {
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00b8f2;
    line-height: 1.2;
}

.newsroom-blogs__heading-badge {
    display: inline-block;
    background-color: #00b8f2;
    color: #ffffff;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.4rem 1rem;
    line-height: 1.2;
}

.newsroom-blogs__intro {
    max-width: 980px;
    margin: 0 auto;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #212121;
}

.newsroom-ops {
    position: relative;
    background-color: #1a1a1a;
    background-image: url('../../img/img7.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7rem 2rem;
    display: flex;
    justify-content: center;
    text-align: center;
}

.newsroom-ops::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 20, 0.72);
}

.newsroom-ops__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsroom-ops__title {
    margin: 0 0 1.25rem;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(1.2rem, 2.4vw, 1.85rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00b8f2;
    line-height: 1.25;
}

.newsroom-ops__text {
    margin: 0 0 2.25rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #ffffff;
}

.newsroom-ops__cta {
    display: inline-block;
    background-color: #00b8f2;
    color: #ffffff;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.85rem 1.8rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

.newsroom-ops__cta:hover {
    background-color: #0099cc;
    color: #ffffff;
}

@media (max-width: 1280px) {
    .newsroom-articles__grid,
    .newsroom-latest__grid.is-sfs {
        --newsroom-cols: 3;
    }
}

@media (max-width: 1024px) {
    .newsroom-articles__grid,
    .newsroom-latest__grid.is-sfs,
    .newsroom-latest__more-grid {
        --newsroom-cols: 2;
    }

    .banner-newsroom__bg {
        width: 78%;
    }

    .newsroom-articles,
    .newsroom-latest,
    .newsroom-newsletter,
    .newsroom-evolution,
    .newsroom-blogs,
    .newsroom-ops {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .newsroom-contact {
        grid-template-columns: 1fr;
    }

    .newsroom-latest__grid:not(.is-sfs) {
        grid-template-columns: 1fr;
    }

    .newsroom-latest__side {
        grid-template-columns: 1fr 1fr;
    }

    .news-card--featured .news-card__media {
        min-height: 240px;
        aspect-ratio: 16 / 9;
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .banner-newsroom {
        height: auto;
        min-height: 0;
        padding-top: 100px;
        flex-direction: column;
        align-items: stretch;
    }

    .banner-newsroom__bg {
        position: relative;
        width: 100%;
        height: 42vh;
        min-height: 240px;
        order: 2;
    }

    .banner-newsroom__bg::after {
        background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.55) 18%, rgba(255, 255, 255, 0) 42%);
    }

    .banner-newsroom__bg img {
        object-position: center 40%;
    }

    .banner-newsroom__content {
        order: 1;
        padding: 2.25rem 1.5rem 1.5rem;
    }

    .banner-newsroom__title {
        font-size: clamp(2.1rem, 10vw, 3rem);
    }

    .banner-newsroom__subtitle,
    .banner-newsroom__text {
        max-width: none;
    }

    .newsroom-articles {
        padding: 3.5rem 1.25rem 4rem;
    }

    .newsroom-latest {
        padding: 3.5rem 1.25rem 3.75rem;
    }

    .newsroom-newsletter {
        padding: 4rem 1.25rem;
    }

    .newsroom-contact__info,
    .newsroom-contact__form-wrap {
        padding: 3rem 1.5rem;
    }

    .newsroom-latest__underline {
        margin-bottom: 2rem;
    }

    .newsroom-articles__heading {
        margin-bottom: 2.5rem;
        flex-direction: column;
    }

    .newsroom-evolution {
        padding: 2.5rem 1.5rem 3rem;
        margin-bottom: 3rem;
    }

    .newsroom-evolution__media {
        margin-bottom: 2.5rem;
    }

    .newsroom-blogs {
        padding: 0 1.5rem 4rem;
    }

    .newsroom-blogs__header {
        margin-bottom: 2.5rem;
    }

    .newsroom-ops {
        padding: 4.5rem 1.5rem;
    }
}

@media (max-width: 600px) {
    .newsroom-latest__grid.is-sfs,
    .newsroom-latest__more-grid {
        --newsroom-cols: 1;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .newsroom-latest__side {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }

    .news-card--featured {
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }

    .newsroom-articles__grid {
        --newsroom-cols: 1;
        max-width: 420px;
        margin: 0 auto;
    }

    .newsroom-articles__more,
    .newsroom-ops__cta {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .banner-newsroom__content {
        padding: 1.75rem 1.25rem 1.15rem;
    }

    .banner-newsroom__title {
        font-size: clamp(2rem, 11vw, 2.6rem);
    }
}
