.yandex-2026-page .yandex-team-result {
    box-sizing: border-box;
    padding: 72px 0 80px;
    background: transparent;
    overflow: hidden;
}

.yandex-2026-page .yandex-team-result__header {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.yandex-2026-page .yandex-team-result__title {
    margin: 0 0 18px;
    color: #4a5fe6;
    font-family: "Hero New", sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.yandex-2026-page .yandex-team-result__subtitle {
    margin: 0 auto;
    max-width: 760px;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.yandex-2026-page .yandex-team-result__slider.splide {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    visibility: visible;
}

.yandex-2026-page .yandex-team-result__arrows {
    display: contents;
}

.yandex-2026-page .yandex-team-result__arrow {
    position: static !important;
    z-index: 2;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50px;
    background: rgba(0, 54, 246, 0.2);
    color: #4a5fe6;
    opacity: 1;
    transform: none !important;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.yandex-2026-page .yandex-team-result__arrow--prev,
.yandex-2026-page .yandex-team-result__slider .splide__arrow--prev {
    order: 1;
}

.yandex-2026-page .yandex-team-result__slider .splide__track {
    order: 2;
    flex: 1 1 auto;
    width: min(1060px, calc(100% - 180px));
    max-width: 1060px;
    overflow: hidden;
}

.yandex-2026-page .yandex-team-result__slider .splide__arrow--next {
    order: 3;
}

.yandex-2026-page .yandex-team-result__slider .splide__pagination {
    order: 4;
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    pointer-events: auto;
}

.yandex-2026-page .yandex-team-result__arrow:hover,
.yandex-2026-page .yandex-team-result__arrow:focus-visible {
    background: rgba(0, 54, 246, 0.28);
}

.yandex-2026-page .yandex-team-result__arrow:disabled {
    opacity: 0.45;
    cursor: default;
}

.yandex-2026-page .yandex-team-result__slider .splide__arrow svg:not(.yandex-team-result__arrow-icon) {
    display: none;
}

.yandex-2026-page .yandex-team-result__arrow-icon {
    display: block;
    width: 8px;
    height: 16px;
    flex: none;
    overflow: visible;
    transform: none !important;
}

.yandex-2026-page .yandex-team-result__arrow-icon path {
    stroke: #4a5fe6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.yandex-2026-page .yandex-team-result__slider .splide__list {
    align-items: stretch;
}

.yandex-2026-page .yandex-team-result__slider .splide__slide {
    display: flex;
    height: auto;
    min-width: 0;
}

.yandex-2026-page .yandex-team-result__card {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: stretch;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 488px;
    height: 100%;
    padding: 20px;
    border: 1px solid rgba(0, 54, 246, 0.2);
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}

.yandex-2026-page .yandex-team-result__photo-wrap {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 382px;
    align-self: center;
    width: 382px;
    height: 448px;
    overflow: hidden;
    border: 1px solid rgba(0, 54, 246, 0.2);
    border-radius: 7px;
    background: linear-gradient(180deg, #6984e0 0%, #9e9fe2 100%);
}

.yandex-2026-page .yandex-team-result__photo-glow {
    position: absolute;
    left: -18%;
    top: 8%;
    width: 140%;
    height: 78%;
    border-radius: 50%;
    background:
        radial-gradient(ellipse at 35% 55%, rgba(227, 240, 255, 0.55) 0%, rgba(35, 136, 255, 0.28) 42%, transparent 68%),
        radial-gradient(ellipse at 62% 48%, rgba(227, 240, 255, 0.35) 0%, rgba(35, 136, 255, 0.18) 45%, transparent 70%);
    opacity: 0.55;
    transform: rotate(-35deg);
    pointer-events: none;
}

.yandex-2026-page .yandex-team-result__photo {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 108%;
    height: 104%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
    transform: translateX(-50%);
}

.yandex-2026-page .yandex-team-result__content {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
    width: auto;
    max-width: 588px;
    min-width: 0;
    height: auto;
    min-height: 441px;
    padding: 20px 8px 20px 0;
    overflow: visible;
}

.yandex-2026-page .yandex-team-result__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    flex: 0 0 auto;
}

.yandex-2026-page .yandex-team-result__identity {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.yandex-2026-page .yandex-team-result__name {
    margin: 0;
    width: 100%;
    font-family: "Hero New", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    background: linear-gradient(180deg, #0d24b6 0%, #6579ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.yandex-2026-page .yandex-team-result__position {
    margin: 0;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.yandex-2026-page .yandex-team-result__pill {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 12px 15px;
    border-radius: 80px;
    background: #f4f5ff;
    color: #4a5fe6;
    font-family: "Hero New", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.yandex-2026-page .yandex-team-result__description {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: -0.02em;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
    overflow: visible;
}

.yandex-2026-page .yandex-team-result__slider .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(44, 44, 44, 0.22);
    opacity: 1;
    transform: none;
}

.yandex-2026-page .yandex-team-result__slider .splide__pagination__page.is-active {
    background: #4a5fe6;
    transform: none;
}

@media (max-width: 1240px) {
    .yandex-2026-page .yandex-team-result__slider.splide {
        gap: 20px;
    }

    .yandex-2026-page .yandex-team-result__card {
        gap: 32px;
        min-height: 0;
        height: auto;
    }

    .yandex-2026-page .yandex-team-result__photo-wrap {
        flex-basis: min(320px, 38%);
        width: min(320px, 38%);
        height: 400px;
    }

    .yandex-2026-page .yandex-team-result__name {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .yandex-2026-page .yandex-team-result {
        padding: 56px 0 64px;
        overflow: hidden;
    }

    .yandex-2026-page .yandex-team-result .container {
        max-width: 100%;
        overflow: hidden;
    }

    .yandex-2026-page .yandex-team-result__title {
        font-size: 32px;
    }

    .yandex-2026-page .yandex-team-result__slider.splide {
        display: block;
        width: 100%;
        max-width: 100%;
        gap: 0;
    }

    .yandex-2026-page .yandex-team-result__arrows,
    .yandex-2026-page .yandex-team-result__arrow,
    .yandex-2026-page .yandex-team-result__slider .splide__arrow {
        display: none !important;
    }

    .yandex-2026-page .yandex-team-result__slider .splide__track {
        order: unset;
        flex: none;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        overflow: hidden;
    }

    .yandex-2026-page .yandex-team-result__slider .splide__list {
        display: flex;
        align-items: stretch;
        width: 100% !important;
        margin: 0 !important;
    }

    .yandex-2026-page .yandex-team-result__slider .splide__slide {
        display: flex;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        height: auto;
        box-sizing: border-box;
    }

    .yandex-2026-page .yandex-team-result__slider .splide__pagination {
        order: unset;
        margin-top: 16px;
    }

    .yandex-2026-page .yandex-team-result__card {
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 100%;
        height: 100%;
        padding: 16px;
        overflow: hidden;
    }

    .yandex-2026-page .yandex-team-result__photo-wrap {
        position: relative;
        flex: 0 0 300px;
        align-self: stretch;
        width: 100%;
        max-width: 100%;
        height: 300px;
        aspect-ratio: auto;
        max-height: none;
        margin: 0;
        overflow: hidden;
    }

    .yandex-2026-page .yandex-team-result__photo {
        position: absolute;
        inset: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center 18%;
        transform: none;
    }

    .yandex-2026-page .yandex-team-result__content {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        height: auto;
        padding: 0;
        gap: 16px;
        overflow: visible;
    }

    .yandex-2026-page .yandex-team-result__top,
    .yandex-2026-page .yandex-team-result__identity {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 auto;
    }

    .yandex-2026-page .yandex-team-result__description {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-top: auto;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .yandex-2026-page .yandex-team-result__name {
        font-size: 28px;
        overflow-wrap: anywhere;
    }

    .yandex-2026-page .yandex-team-result__position {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .yandex-2026-page .yandex-team-result__header {
        margin-bottom: 28px;
    }

    .yandex-2026-page .yandex-team-result__title {
        font-size: 28px;
    }

    .yandex-2026-page .yandex-team-result__subtitle {
        font-size: 14px;
    }

    .yandex-2026-page .yandex-team-result__photo-wrap {
        flex-basis: 260px;
        height: 260px;
    }

    .yandex-2026-page .yandex-team-result__name {
        font-size: 24px;
    }

    .yandex-2026-page .yandex-team-result__position {
        font-size: 16px;
    }

    .yandex-2026-page .yandex-team-result__description {
        font-size: 14px;
        line-height: 1.4;
    }

    .yandex-2026-page .yandex-team-result__card {
        padding: 14px;
        gap: 16px;
    }
}
