.news-page {
    max-width: 1420px;
    margin: 0 auto;
    padding: 20px 18px 56px;
    color: #111;
}

.news-hero {
    margin: 18px auto 26px;
    max-width: 1420px;
}

.news-banner {
    margin: 0 auto 22px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    max-width: 1420px;
    width: 100%;
    aspect-ratio: 1420 / 388;
}

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

.news-hero__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.news-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b6b6b;
    font-size: 14px;
    margin: 6px 0 16px;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}

.news-breadcrumbs a {
    color: #333333;
    text-decoration: none;
}

.news-breadcrumbs a:hover {
    color: #e6001a;
}

.news-breadcrumbs__sep {
    color: #b3b3b3;
}

.news-hero__content {
    min-width: 0;
}

.news-hero__title {
    margin: 0;
}

.block-title {
    margin-top: 0;
    margin-bottom: 12px;
    font: 27.7448px "Mulish", sans-serif;
    color: #333333;
    text-transform: uppercase;
}

.news-hero__subtitle {
    margin: 0;
    color: #333333;
    font: 14.8207px "Inter Tight", sans-serif;
    line-height: 1.65;
    max-width: 620px;
}

.news-hero__image {
    flex: 0 0 400px;
    max-width: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

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

.news-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.news-actions--bottom {
    margin-top: 24px;
    margin-bottom: 0;
}

.news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    background: #e6001a;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 6px 14px rgba(230, 0, 26, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.news-btn:hover {
    background: #c80017;
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(230, 0, 26, 0.28);
}

.news-btn--ghost {
    background: #fff;
    color: #111;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}

.news-btn--ghost:hover {
    background: #f7f7f7;
    color: #111;
    box-shadow: none;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    max-width: 1420px;
    margin: 0 auto;
}

.news-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #efefef;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 320px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.news-card__image {
    width: 100%;
    height: 230px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.news-card:hover .news-card__image img {
    transform: scale(1.03);
}

.news-card__date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f6f6f6;
    border: 1px solid #efefef;
    margin: 0 0 14px;
}

.news-card__day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ffffff;
    color: #e6001a;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.4px;
}

.news-card__month {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #6b6b6b;
    font-weight: 600;
}

.news-card__body {
    padding: 20px 22px 26px;
}

.news-title {
    font-size: 18px;
    line-height: 1.45;
    color: #111;
}

.news-title a {
    color: inherit;
    text-decoration: none;
}

.news-title a:hover {
    color: #e6001a;
}

.news-detail {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 18px 56px;
}

.news-detail__date {
    color: #777;
    font-size: 14px;
    margin-bottom: 12px;
}

.news-detail__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px;
}

.news-detail__image {
    margin: 14px 0 24px;
}

.news-detail__image img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.news-detail__text {
    font-size: 16px;
    line-height: 1.8;
    color: #2b2b2b;
}

.news-error {
    padding: 15px;
    background: #fff3f3;
    border: 1px solid #ffd0d0;
    color: #b30000;
    margin: 15px 0;
    border-radius: 10px;
}

@media (max-width: 1100px) {
    .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-hero__row { flex-direction: column; }
    .news-hero__image { max-width: 100%; width: 100%; }
    .news-hero__image img { height: 260px; }
}

@media (max-width: 540px) {
    .news-grid { grid-template-columns: 1fr; }
    .news-card__image { height: 200px; }
    .news-actions { flex-direction: column; align-items: stretch; }
    .news-btn { width: 100%; }
    .news-hero__image img { height: 220px; }
}

@media (max-width: 1024px) {
    .news-banner { max-width: 775px; aspect-ratio: 775 / 305; }
}

@media (max-width: 600px) {
    .news-banner { max-width: 400px; aspect-ratio: 400 / 180; }
}
