.news-section {
    padding: 50px 0 50px;
    background: #f6f8fa;
}

.news-intro {
    max-width: 680px;
    margin-bottom: 36px;
}

.news-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #0194d3;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.news-intro h2 {
    margin-bottom: 16px;
    color: #1c1a30;
    font-size: 36px;
    font-weight: 700;
}

.news-intro p,
.news-card-body p {
    color: #595d66;
    line-height: 1.8;
}

.news-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e8ec;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(28, 26, 48, .06);
}

.news-card-image {
    position: relative;
}

.news-card-image img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.news-category {
    position: absolute;
    bottom: 16px;
    left: 20px;
    padding: 6px 12px;
    border-radius: 3px;
    background: #0194d3;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.news-card-body {
    padding: 26px;
}

.news-card-body h3 {
    margin-bottom: 14px;
    color: #1c1a30;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    color: #0194d3;
    font-weight: 700;
}

.news-card-link:hover {
    color: #1c1a30;
    text-decoration: underline;
}

.news-card-link:focus-visible {
    outline: 2px solid #0194d3;
    outline-offset: 5px;
}

@media (max-width: 575px) {
    .news-section { padding: 48px 0 24px; }
    .news-intro h2 { font-size: 29px; }
    .news-card-body { padding: 22px; }
}
