.yandex-2026-page .yandex-effective {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 48px 0;
    overflow: hidden;
    background: #f2f7ff;
}

.yandex-2026-page .yandex-effective::before {
    content: "";
    position: absolute;
    left: -150px;
    top: 8vw;
    width: 1000px;
    aspect-ratio: 1007 / 704;
    height: auto;
    background-image: url(../img/spiral-razrabotka.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 0;
}

.yandex-2026-page .yandex-effective__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
}

.yandex-2026-page .yandex-effective__title {
    margin: 0;
    color: #4a5fe6;
    font-family: "Hero New", sans-serif;
    font-size: clamp(28px, 8vw, 42px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.yandex-2026-page .yandex-effective__title span {
    color: #4a5fe6;
}

.yandex-2026-page .yandex-effective__cards {
    display: none !important;
    flex-direction: column;
    gap: 12px;
    background: transparent;
}

.yandex-2026-page .yandex-effective__slider.splide {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    visibility: visible !important;
}

.yandex-2026-page .yandex-effective__slider .splide__track,
.yandex-2026-page .yandex-effective__slider .splide__list,
.yandex-2026-page .yandex-effective__slider .splide__slide {
    background: transparent !important;
    box-shadow: none !important;
}

.yandex-2026-page .yandex-effective__slider .splide__track {
    overflow: hidden;
    border-radius: 18px;
}

.yandex-2026-page .yandex-effective__slider .splide__list {
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
}

.yandex-2026-page .yandex-effective__slider .splide__slide {
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.yandex-2026-page .yandex-effective__card {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    min-height: 0;
    padding: 20px 18px;
    border: 0;
    border-radius: 20px;
    background: #EDEEFF;
    box-shadow: none;
    color: #2c2c2c;
}

.yandex-2026-page .yandex-effective__card.is-active {
    background: linear-gradient(130deg, #8798f4 0%, #5f74ea 100%);
    box-shadow: 0 16px 30px rgba(76, 97, 219, 0.28);
    color: #fff;
}

.yandex-2026-page .yandex-effective__num {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    min-width: 54px;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.yandex-2026-page .yandex-effective__num-main,
.yandex-2026-page .yandex-effective__num-tail {
    color: inherit;
}

.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__num,
.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__num-main,
.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__num-tail,
.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__card-title,
.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__card-text,
.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__icon {
    color: #fff;
}

.yandex-2026-page .yandex-effective__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    gap: 16px;
    min-width: 0;
}

.yandex-2026-page .yandex-effective__icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    opacity: 0.4;
    color: #2c2c2c;
}

.yandex-2026-page .yandex-effective__bolt {
    display: block;
    width: 30px;
    height: 30px;
    color: inherit;
}

.yandex-2026-page .yandex-effective__card-title {
    margin: 0;
    width: 100%;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.yandex-2026-page .yandex-effective__card-text {
    margin: 0;
    width: 100%;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__card-title,
.yandex-2026-page .yandex-effective__card.is-active .yandex-effective__card-text {
    color: #fff;
}

.yandex-2026-page .yandex-effective__slider .splide__pagination {
    position: static;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding: 0;
}

.yandex-2026-page .yandex-effective__slider .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(74, 95, 230, 0.28);
    opacity: 1;
}

.yandex-2026-page .yandex-effective__slider .splide__pagination__page.is-active {
    background: #4a5fe6;
    transform: scale(1.15);
}

@media (min-width: 992px) {
    .yandex-2026-page .yandex-effective {
        margin: 0;
        padding: 100px 0 80px;
        background: #f2f7ff;
    }

    .yandex-2026-page .yandex-effective::before {
        left: -150px;
        top: 8vw;
        width: 1000px;
    }

    .yandex-2026-page .yandex-effective__container {
        display: grid;
        grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.2fr);
        align-items: start;
        gap: 28px 40px;
        width: min(1240px, calc(100% - 48px));
    }

    .yandex-2026-page .yandex-effective__title {
        grid-column: 1;
        grid-row: 1;
        font-size: 42px;
    }

    .yandex-2026-page .yandex-effective__cards {
        display: flex !important;
        grid-column: 2;
        grid-row: 1;
        background: transparent;
    }

    .yandex-2026-page .yandex-effective__slider.splide {
        display: none !important;
    }

    .yandex-2026-page .yandex-effective__card,
    .yandex-2026-page .yandex-effective__card.is-active {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 30px;
        width: 100%;
        min-height: 166px;
        padding: 30px;
        border: 0;
        border-radius: 20px;
        background: #EDEEFF;
        box-shadow: none;
        color: #2c2c2c;
        transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    }

    .yandex-2026-page .yandex-effective__card:hover,
    .yandex-2026-page .yandex-effective__card:focus-within {
        background: #4a5fe6;
        box-shadow: 0 16px 30px rgba(76, 97, 219, 0.28);
        color: #fff;
    }

    .yandex-2026-page .yandex-effective__num {
        flex: 0 0 auto;
        width: 54px;
        height: 28px;
        gap: 10px;
        color: #2c2c2c;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .yandex-2026-page .yandex-effective__body {
        flex: 1 1 auto;
        gap: 20px;
        max-width: 396px;
    }

    .yandex-2026-page .yandex-effective__icon {
        width: 40px;
        height: 40px;
        opacity: 0.4;
        color: #2c2c2c;
    }

    .yandex-2026-page .yandex-effective__bolt {
        width: 30px;
        height: 30px;
    }

    .yandex-2026-page .yandex-effective__card-title,
    .yandex-2026-page .yandex-effective__card-text {
        color: #2c2c2c;
    }

    .yandex-2026-page .yandex-effective__card:hover .yandex-effective__num,
    .yandex-2026-page .yandex-effective__card:hover .yandex-effective__num-main,
    .yandex-2026-page .yandex-effective__card:hover .yandex-effective__num-tail,
    .yandex-2026-page .yandex-effective__card:hover .yandex-effective__card-title,
    .yandex-2026-page .yandex-effective__card:hover .yandex-effective__card-text,
    .yandex-2026-page .yandex-effective__card:hover .yandex-effective__icon,
    .yandex-2026-page .yandex-effective__card:focus-within .yandex-effective__num,
    .yandex-2026-page .yandex-effective__card:focus-within .yandex-effective__num-main,
    .yandex-2026-page .yandex-effective__card:focus-within .yandex-effective__num-tail,
    .yandex-2026-page .yandex-effective__card:focus-within .yandex-effective__card-title,
    .yandex-2026-page .yandex-effective__card:focus-within .yandex-effective__card-text,
    .yandex-2026-page .yandex-effective__card:focus-within .yandex-effective__icon {
        color: #fff;
    }

    .yandex-2026-page .yandex-effective__card-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.02em;
    }

    .yandex-2026-page .yandex-effective__card-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 991px) {
    .yandex-2026-page .yandex-effective::before {
        left: -140px;
        top: -62px;
        width: clamp(720px, 196vw, 980px);
    }
}
