.news-body {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 50%, #00b894 100%);
}

.news-main {
    background: transparent;
    color: #0b2a3c;
}

.news-hero {
    padding: 4.5rem 1.5rem 3.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 36px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    margin: 2rem 1.5rem 3rem;
}

.news-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: center;
}

.news-hero__eyebrow {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    color: #008b77;
    margin-bottom: 0.5rem;
}

.news-hero__title {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    letter-spacing: 0.04em;
}

.news-hero__lead {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #1f3b4d;
    margin-bottom: 1.6rem;
}

.news-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.news-hero__cta,
.news-hero__ghost {
    display: inline-block;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.news-hero__cta {
    background: linear-gradient(120deg, #00c2a8, #74b9ff);
    color: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 184, 148, 0.35);
}

.news-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(0, 184, 148, 0.4);
}

.news-hero__ghost {
    background: #ffffff;
    color: #0b2a3c;
    border: 1px solid #d9e8f3;
}

.news-hero__ghost:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 81, 110, 0.12);
}

.news-hero__badge {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(0, 112, 130, 0.12);
    border-radius: 18px;
    padding: 1.6rem;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
}

.news-hero__badge-title {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    color: #008b77;
    margin-bottom: 0.35rem;
}

.news-hero__badge-date {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.news-hero__badge-text {
    font-size: 0.98rem;
    color: #1f3b4d;
    line-height: 1.6;
}

.news-list {
    padding: 3rem 1.5rem 4rem;
}

.news-list__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.news-list__header {
    margin-bottom: 2rem;
}

.news-list__eyebrow {
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: #008b77;
    margin-bottom: 0.4rem;
}

.news-list__title {
    font-size: 2.1rem;
    margin-bottom: 0.6rem;
}

.news-list__description {
    max-width: 780px;
    font-size: 1rem;
    line-height: 1.7;
    color: #304355;
}

.news-list__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.6rem;
}

.news-card {
    background: #ffffff;
    border: 1px solid #e3edf5;
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    border-color: #c7dff0;
}

.news-card__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.news-card__date {
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    color: #006b6b;
}

.news-card__tag {
    display: inline-block;
    background: rgba(0, 184, 148, 0.12);
    color: #006b6b;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.news-card__title {
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
    line-height: 1.5;
    color: #0b2a3c;
}

.news-card__body {
    font-size: 1rem;
    line-height: 1.8;
    color: #32495a;
    margin-bottom: 0.7rem;
}

.news-card__figure {
    margin: 0 0 0.9rem;
}

.news-card__image {
    width: 100%;
    max-width: 360px;
    max-height: 220px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid #dce8f2;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    display: block;
    height: auto;
    margin: 0 auto;
}

.news-card__list {
    margin: 0 0 0.9rem 1.2rem;
    color: #355268;
    line-height: 1.7;
}

.news-card__list li {
    margin-bottom: 0.35rem;
    list-style: disc;
}

.news-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.news-card__link {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border-radius: 12px;
    background: #f1fbf9;
    color: #006b6b;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.03em;
    border: 1px solid #bde6db;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card__link:hover {
    background: #e0f7ef;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 184, 148, 0.18);
}

.news-card__toggle {
    margin-top: 0.8rem;
    padding: 0.65rem 1.6rem;
    border-radius: 999px;
    border: 1px solid #c7dff0;
    background: #f2f8fc;
    color: #0b2a3c;
    font-weight: 700;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card__toggle:hover,
.news-card__toggle:focus-visible {
    background: #e4f2fb;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

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

    .news-hero__badge {
        max-width: 400px;
    }
}

@media (max-width: 640px) {
    .news-hero {
        padding: 3.5rem 1.2rem 3rem;
    }

    .news-hero__title {
        font-size: 2.1rem;
    }

    .news-list {
        padding: 2.4rem 1.2rem 3rem;
    }
}
