.promotion-hero {
    background: rgba(252, 245, 252, 1);
    padding-top: 40px;
}

.promotion-hero__content {
    display: grid;
    grid-template-columns: 652fr 923fr;
    gap: 24px;
    align-items: stretch;
}

.promotion-hero__card {
    background: #fff;
    border-radius: 25px;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    height: 720px;
    position: relative;
    overflow: hidden;
}

.promotion-hero__card::before,
.promotion-hero__card::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(213, 104, 216, 0.12);
    filter: blur(153px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.promotion-hero__card::before {
    top: -180px;
    left: -180px;
}

.promotion-hero__card::after {
    bottom: -180px;
    right: -180px;
}

.promotion-hero__card > * {
    position: relative;
    z-index: 1;
}

.promotion-hero__title {
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 64px;
    letter-spacing: -0.01em;
    color: #5C075E;
    margin: 0;
}

.promotion-hero__description {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: -0.01em;
    color: #5C075E;
    margin: 0;
}

.promotion-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 16px 32px;
    border-radius: 12px;
    background: linear-gradient(180deg, #C05FC2 0%, #8D2A8F 100%);
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.promotion-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(141, 42, 143, 0.3);
}

.promotion-hero__image-wrap {
    border-radius: 25px;
    overflow: hidden;
    height: 720px;
    position: relative;
}

.promotion-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .promotion-hero { padding-top: 20px !important; }

    .promotion-hero__content {
        grid-template-columns: 382fr 540fr;
        gap: 22px;
    }

    .promotion-hero__card {
        padding: 30px;
        gap: 25px;
        height: 386px;
        border-radius: 20px;
    }

    .promotion-hero__card::before,
    .promotion-hero__card::after {
        display: none;
    }

    .promotion-hero__image-wrap {
        height: 386px;
        border-radius: 20px;
    }

    .promotion-hero__title {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: -0.01em;
    }

    .promotion-hero__description {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }

    .promotion-hero__button {
        font-size: 12px;
        padding: 10px 22px;
        border-radius: 8px;
    }
}

@media (max-width: 768px) {
    .promotion-hero__content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .promotion-hero__image-wrap {
        height: 320px;
        order: -1;
        border-radius: 20px;
    }

    .promotion-hero__card {
        height: auto;
        padding: 0;
        gap: 15px;
        border-radius: 0;
        background: transparent;
    }

    .promotion-hero__title {
        font-size: 28px;
        line-height: 33px;
    }

    .promotion-hero__description {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

    .promotion-hero__button {
        align-self: stretch;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .promotion-hero {
        background: #FFFFFF;
        padding: 35px 0;
        margin-top: 20px;
    }

    .promotion-hero__content {
        gap: 20px;
    }

    .promotion-hero__image-wrap {
        height: 274px;
        border-radius: 20px;
    }

    .promotion-hero__card {
        height: auto;
        padding: 0;
        gap: 15px;
        border-radius: 0;
        background: transparent;
    }

    .promotion-hero__title {
        font-size: 24px;
        line-height: 27px;
    }

    .promotion-hero__description {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

    .promotion-hero__button {
        align-self: stretch;
        width: 100%;
        font-size: 12px;
        padding: 10px 22px;
        border-radius: 8px;
    }
}
.is-article-child .promotion-hero__card::before,
.is-article-child .promotion-hero__card::after {
    display: none;
}
.is-article-child .promotion-hero__card {
    max-width: 652px;
    max-height: 584px;
}
.is-article-child .promotion-hero__image-wrap {
    max-width: 923px;
    max-height: 584px;
}

.is-rassrochka-page .promotion-hero__card {
    max-width: 652px;
    max-height: 584px;
}
.is-rassrochka-page .promotion-hero__image-wrap {
    max-width: 923px;
    max-height: 584px;
}

.is-promotion-child .promotion-hero__card {
    max-width: 652px;
    max-height: 584px;
}

.is-promotion-child .promotion-hero__image-wrap {
    max-width: 923px;
    max-height: 584px;
}

@media (max-width: 768px) {
    .is-promotion-child .promotion-hero__image-wrap,
    .is-rassrochka-page .promotion-hero__image-wrap {
        order: 1;
    }

    .is-promotion-child .promotion-hero__card,
    .is-rassrochka-page .promotion-hero__card {
        order: 0;
    }
}