.abp5_hero_bonuses_site1_widget {
    width: 100%;
    min-height: 90vh;
    background: #000000;
    color: #ffffff;
    display: flex;
    padding: 0 3%;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
}

.elementor-element .abp5_hero_bonuses_site1_widget {
    width: 100%;
    max-width: 100%;
}

.abp5_hero_bonuses_site1_inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.abp5_hero_bonuses_site1_media {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

.abp5_hero_bonuses_site1_media_img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abp5_hero_bonuses_site1_decor {
    position: absolute;
    top: 40px;
    right: 60px;
    z-index: 3;
    transform: translate3d(var(--hb-decor-x, 0px), var(--hb-decor-y, 0px), 0);
    transition: transform 0.25s ease;
}

.abp5_hero_bonuses_site1_decor img {
    width: 280px;
    height: auto;
    display: block;
}

.abp5_hero_bonuses_site1_content {
    position: relative;
    padding: 80px 80px 90px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    box-sizing: border-box;
    width: 100%;
}

.abp5_hero_bonuses_site1_content_center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.abp5_hero_bonuses_site1_note {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9ea0a6;
}

.abp5_hero_bonuses_site1_heading {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.abp5_hero_bonuses_site1_bottom {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 340px;
    width: 50%;
}

.abp5_hero_bonuses_site1_description {
    margin: 0;
    max-width: 540px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #d7d7d9;
}

.abp5_hero_bonuses_site1_button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 999px;
    background: #d0021b;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    white-space: nowrap;
}

.abp5_hero_bonuses_site1_button:hover {
    background: #e31a2f;
    box-shadow: 0 12px 28px rgba(208, 2, 27, 0.35);
    transform: translateY(-2px);
    color: #ffffff;
}

.abp5_hero_bonuses_site1_button_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: inherit;
}

@media (max-width: 1279px) {
    .abp5_hero_bonuses_site1_inner {
        min-height: 520px;
    }

    .abp5_hero_bonuses_site1_content {
        padding: 60px 50px 70px 50px;
        gap: 60px;
    }

    .abp5_hero_bonuses_site1_heading {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .abp5_hero_bonuses_site1_inner {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .abp5_hero_bonuses_site1_media {
        min-height: 380px;
    }

    .abp5_hero_bonuses_site1_content {
        padding: 48px 36px 56px 36px;
        gap: 48px;
    }

    .abp5_hero_bonuses_site1_bottom {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        max-width: none;
        margin-top: 32px;
        flex-direction: column;
        align-items: flex-start;
    }

    .abp5_hero_bonuses_site1_content_center {
        align-items: center;
        text-align: center;
    }

    .abp5_hero_bonuses_site1_note,
    .abp5_hero_bonuses_site1_heading,
    .abp5_hero_bonuses_site1_description {
        text-align: center;
    }

    .abp5_hero_bonuses_site1_bottom {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .abp5_hero_bonuses_site1_button {
        align-self: center;
    }
}

@media (max-width: 639px) {
    .abp5_hero_bonuses_site1_media {
        min-height: 300px;
    }

    .abp5_hero_bonuses_site1_decor {
        top: 16px;
        right: 16px;
    }

    .abp5_hero_bonuses_site1_decor img {
        width: 90px;
    }

    .abp5_hero_bonuses_site1_heading {
        font-size: 30px;
    }

    .abp5_hero_bonuses_site1_content {
        padding: 36px 24px 44px 24px;
    }

    .abp5_hero_bonuses_site1_bottom {
        margin-top: 24px;
    }
}

