.header_product_pages {
    background: rgb(0,26,58);
    background: linear-gradient(180deg, rgba(0,26,58,1) 0%, rgba(0,117,255,1) 100%);
    width: 100%;
    height: auto;
    min-height: 980px;
    padding-bottom: 80px;
    overflow: hidden;
}

.header_product_pages .content {
    padding-top: 70px;
    width: 50%;
    margin: 0 auto;
}

.group_training.header_product_pages .content { width: 80%; }

.header_product_pages .subtitle {
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0 auto 3% auto;
    background-color: #DDEBFF;
    width: fit-content;
    color: #0075FF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.header_product_pages .title h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5%;
}

.header_product_pages .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.header_product_pages .image_section {
    margin: 0 auto -20px auto;
    max-width: 618px;
    height: 460px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.header_product_pages .image_section img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.group_training .image_section img { scale: 1.4; }
.workshops .image_section img { scale: 1.3; position: relative; bottom: -5%; }
.project_coaching .image_section img { scale: 1.3; bottom: -20%; position: relative; }
.licensing .image_section img { scale: 1.8; bottom: -25% !important; position: relative; }

.header_product_pages .button_header_1, 
.header_product_pages .button_header_2 {
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.header_product_pages .button_header_1 { background-color: #E70491; color: #FFFFFF; border: none; }
.header_product_pages .button_header_1:hover { background-color: #FFBBE5; color: #E70491; }

.header_product_pages .button_header_2 { border: 1px solid #FFFFFF; color: #FFFFFF; }
.header_product_pages .button_header_2:hover { background-color: #0075FF; border-color: #0075FF; }

@media only screen and (max-width: 1024px) {
    .header_product_pages .content { width: 90%; }
}

@media only screen and (max-width: 768px) {
    .header_product_pages {
        min-height: auto;
        height: auto;
        padding: 60px 20px 80px 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .header_product_pages::before {
        content: "";
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 60%;
        background-image: var(--header-img);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0.45;
        z-index: 0;
    }

    .header_product_pages .content {
        width: 100% !important;
        padding-top: 0;
        z-index: 2;
        position: relative;
    }

    .header_product_pages .image_section {
        display: none;
    }

    .header_product_pages .subtitle {
        margin: 0 auto 15px auto;
        font-size: 13px;
        padding: 8px 16px;
    }

    .header_product_pages .title h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: center;
    }

    .header_product_pages .buttons {
        flex-direction: column;
        width: 100%;
        gap: 15px;
        align-items: center;
    }

    .header_product_pages .button1, 
    .header_product_pages .button2 {
        width: 100%;
        max-width: 320px;
    }

    .header_product_pages .button_header_1, 
    .header_product_pages .button_header_2 {
        width: 100%;
        display: block;
        margin: 0;
        padding: 16px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .header_product_pages .title h1 { font-size: 26px; }
    .header_product_pages .image_section { height: 200px; }
}