/* Продвижение по позициям 2026 — поверх блоков Яндекс/главной */

.positions-2026-page .hero-three-blocks__layout {
    grid-template-columns: minmax(360px, 700px) minmax(300px, 1fr);
}

.positions-2026-page .hero-three-blocks__title--positions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    color: #080624;
    font-size: clamp(40px, 4.8vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    text-transform: none;
}

.positions-2026-page .hero-three-blocks__title-line {
    display: block;
    color: #4a5fe6;
    white-space: nowrap;
}

.positions-2026-page .hero-three-blocks__title-rest {
    display: block;
    color: #080624;
    font-weight: inherit;
    text-transform: none;
}

.positions-2026-page .positions-about {
    margin: 24px 0 8px;
}

.positions-2026-page .positions-about__panel {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    isolation: isolate;
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 60px;
    gap: 40px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #EDEEFF;
    background-color: #EDEEFF;
    background-image: url('../img/positions-about-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.positions-2026-page .positions-about__title,
.positions-2026-page .positions-about__lead,
.positions-2026-page .positions-about__body,
.positions-2026-page .positions-about__note {
    position: relative;
    z-index: 1;
}

.positions-2026-page .positions-about__title {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 4px;
    margin: 0;
    max-width: 100%;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.positions-2026-page .positions-about__bolt {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    color: #2c2c2c;
}

.positions-2026-page .positions-about__lead {
    margin: 0;
    max-width: 965px;
    color: #4a5fe6;
    font-family: "Hero New", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.positions-2026-page .positions-about__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    max-width: 964px;
}

.positions-2026-page .positions-about__text {
    margin: 0;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.positions-2026-page .positions-about__note {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 20px;
    border-left: none;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.positions-2026-page .yandex-approach-process__work-lead {
    margin: 16px 0 0;
    max-width: 560px;
    color: #2c2c2c;
    font-family: "Hero New", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

/* В макете позиций — только таймлайн, без карусели «Что входит» */
.positions-2026-page.positions-2026--timeline-only .yandex-approach-process__stages {
    display: none;
}

.positions-2026-page .packaje-uslugi-gibrid__price-line .is-old {
    margin-right: 6px;
    text-decoration: line-through;
    color: #c62828;
}

.positions-2026-page .packaje-uslugi-gibrid__price-line .is-new {
    font-weight: 600;
}

@media (max-width: 768px) {
    .positions-2026-page .hero-three-blocks__title-line {
        white-space: normal;
    }

    .positions-2026-page .positions-about__panel {
        padding: 28px 20px;
        gap: 24px;
        border-radius: 20px;
    }

    .positions-2026-page .positions-about__title {
        align-items: center;
        gap: 8px;
        font-size: 18px;
    }

    .positions-2026-page .positions-about__bolt {
        width: 24px;
        height: 24px;
    }

    .positions-2026-page .positions-about__lead {
        font-size: 22px;
    }

    .positions-2026-page .positions-about__body {
        gap: 16px;
    }

    .positions-2026-page .positions-about__text,
    .positions-2026-page .positions-about__note {
        font-size: 16px;
    }

    .positions-2026-page .positions-about__note {
        padding: 8px 0 8px 16px;
    }
}
