.mkik-news-page {
    background:
        linear-gradient(180deg, #fff7f3 0, #ffffff 180px),
        #ffffff;
    padding-bottom: 72px;
}

.mkik-news-hero {
    padding: 44px 0 34px;
}

.mkik-news-hero__inner {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 90, 31, 0.08), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #fff8f4 100%);
    box-shadow: 0 18px 50px rgba(20, 33, 61, 0.07);
}

.mkik-news-hero__inner::after {
    content: "";
    position: absolute;
    right: 44px;
    top: 42px;
    width: 210px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.28;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='150' viewBox='0 0 210 150' fill='none'%3E%3Cpath d='M42 28L84 75L42 122' stroke='%23F7B9A1' stroke-width='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M104 28L146 75L104 122' stroke='%23F7B9A1' stroke-width='16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    pointer-events: none;
}

.mkik-news-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 68px 54px;
}

.mkik-news-hero h1 {
    margin: 0 0 20px;
    color: var(--mkik-dark);
    font-size: clamp(46px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.mkik-news-hero p {
    max-width: 560px;
    margin: 0;
    color: #4c5872;
    font-size: 19px;
    line-height: 1.65;
    font-weight: 600;
}

.mkik-news-featured {
    padding: 0 0 34px;
}

.mkik-news-featured__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.mkik-news-featured-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 24px;
    align-items: center;
    min-height: 210px;
    padding: 34px 34px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(20, 33, 61, 0.05);
}

.mkik-news-featured-card--video {
    background:
        radial-gradient(circle at 78% 38%, rgba(255, 90, 31, 0.10), transparent 36%),
        #fff8f4;
}

.mkik-news-featured-card--paper {
    background:
        radial-gradient(circle at 78% 38%, rgba(20, 33, 61, 0.06), transparent 36%),
        #f8f9fc;
}

.mkik-news-featured-card__content {
    position: relative;
    z-index: 2;
}

.mkik-news-featured-card__content > span {
    display: block;
    margin-bottom: 14px;
    color: var(--mkik-orange);
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 800;
}

.mkik-news-featured-card h2 {
    margin: 0 0 12px;
    color: var(--mkik-dark);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.mkik-news-featured-card p {
    max-width: 340px;
    margin: 0 0 22px;
    color: #4c5872;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.mkik-news-featured-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 12px 20px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 8px;
    background: #ffffff;
    color: var(--mkik-dark);
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(20, 33, 61, 0.04);
    transition: 0.2s ease;
}

.mkik-news-featured-card a:hover {
    color: var(--mkik-orange);
    transform: translateY(-1px);
}

.mkik-news-featured-card a em {
    font-style: normal;
    font-size: 16px;
}

.mkik-news-featured-card__visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.mkik-news-featured-card__visual--youtube span {
    position: relative;
    display: block;
    width: 130px;
    height: 86px;
    border-radius: 24px;
    background: var(--mkik-orange);
    box-shadow: 0 18px 36px rgba(255, 90, 31, 0.28);
}

.mkik-news-featured-card__visual--youtube span::before {
    content: "";
    position: absolute;
    left: 53px;
    top: 28px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #ffffff;
}

.mkik-news-featured-card__visual--youtube::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 90, 31, 0.12);
    border-radius: 50%;
}

.mkik-news-featured-card__visual--paper {
    perspective: 800px;
}

.mkik-news-featured-card__visual--paper span {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 130px;
    height: 150px;
    padding-top: 24px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--mkik-dark);
    font-size: 24px;
    font-weight: 800;
    transform: rotate(-8deg);
    box-shadow: 0 18px 36px rgba(20, 33, 61, 0.13);
}

.mkik-news-featured-card__visual--paper span::before,
.mkik-news-featured-card__visual--paper span::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    height: 6px;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.16);
}

.mkik-news-featured-card__visual--paper span::before {
    top: 70px;
}

.mkik-news-featured-card__visual--paper span::after {
    top: 90px;
}

.mkik-news-list {
    padding: 0;
}

.mkik-news-list__head {
    margin-bottom: 22px;
}

.mkik-news-list__head h2 {
    margin: 0;
    color: var(--mkik-dark);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.mkik-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.mkik-news-card {
    overflow: hidden;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 33, 61, 0.04);
    transition: 0.2s ease;
}

.mkik-news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(20, 33, 61, 0.07);
}

.mkik-news-card__image {
    position: relative;
    display: block;
    height: 185px;
    overflow: hidden;
    background: #f4f6fa;
    text-decoration: none;
}

.mkik-news-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

.mkik-news-card:hover .mkik-news-card__image img {
    transform: scale(1.04);
}

.mkik-news-card__image--empty {
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.22), transparent 34%),
        var(--mkik-orange);
}

.mkik-news-card__image--empty::after {
    content: "Uudised";
    position: absolute;
    right: 24px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.mkik-news-card__date {
    position: absolute;
    left: 18px;
    top: 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    min-width: 58px;
    padding: 10px 9px;
    border-radius: 8px;
    background: #ffffff;
    color: var(--mkik-dark);
    box-shadow: 0 10px 24px rgba(20, 33, 61, 0.12);
}

.mkik-news-card__date strong {
    color: var(--mkik-orange);
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}

.mkik-news-card__date span,
.mkik-news-card__date em {
    display: block;
    color: #25304f;
    font-size: 13px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 700;
}

.mkik-news-card__body {
    padding: 24px 24px 22px;
}

.mkik-news-card h2 {
    margin: 0 0 12px;
    color: var(--mkik-dark);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
}

.mkik-news-card h2 a {
    color: inherit;
    text-decoration: none;
}

.mkik-news-card h2 a:hover {
    color: var(--mkik-orange);
}

.mkik-news-card p {
    min-height: 72px;
    margin: 0 0 22px;
    color: #4c5872;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.mkik-news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mkik-orange);
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none;
    transition: 0.2s ease;
}

.mkik-news-card__more:hover {
    gap: 12px;
}

.mkik-news-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 38px;
}

.mkik-news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 50%;
    background: #ffffff;
    color: var(--mkik-dark);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.mkik-news-pagination .page-numbers.current,
.mkik-news-pagination .page-numbers:hover {
    border-color: var(--mkik-orange);
    background: var(--mkik-orange);
    color: #ffffff;
}

.mkik-news-empty {
    padding: 34px;
    border: 1px solid rgba(232, 237, 244, 0.92);
    border-radius: 16px;
    background: #ffffff;
    color: #59637c;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1100px) {
    .mkik-news-featured__grid,
    .mkik-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mkik-news-featured-card {
        grid-template-columns: 1fr;
    }

    .mkik-news-featured-card__visual {
        min-height: 130px;
    }
}

@media (max-width: 760px) {
    .mkik-news-page {
        padding-bottom: 48px;
    }

    .mkik-news-hero {
        padding-top: 30px;
    }

    .mkik-news-hero__inner {
        min-height: auto;
    }

    .mkik-news-hero__content {
        padding: 44px 24px;
    }

    .mkik-news-hero h1 {
        font-size: 42px;
    }

    .mkik-news-hero p {
        font-size: 17px;
    }

    .mkik-news-featured__grid,
    .mkik-news-grid {
        grid-template-columns: 1fr;
    }

    .mkik-news-featured-card {
        padding: 28px 24px;
    }

    .mkik-news-list__head h2 {
        font-size: 26px;
    }

    .mkik-news-card__image {
        height: 180px;
    }

    .mkik-news-card p {
        min-height: auto;
    }
}