/*          =========================================
              PROMOTER */
/*#region   ========================================= */


.design-promo * {
    box-sizing: border-box;
}

.design-promo {
    margin-top: 0;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    /* Ensure you have your background image here */
    background-image: url("https://www.horizonfyw.com/wp-content/uploads/2025/12/Immagine-background-Promoter-Mobile.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 53px;
    overflow: hidden;
}

.design-promo .design-promo-workspace {
    width: 100%;
    max-width: var(--workspace-width);
    margin-inline: auto;
    padding-inline: var(--paddinginline-workspace);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* BOX COMMON STYLES (Mobile) */
/* Unified width logic for mobile */
.design-promo .design-promo-box-servizi,
.design-promo .design-promo-box-right,
.design-promo .design-promo-box-assistenza,
.design-promo .design-promo-box-strategia {
    width: 100%;
    max-width: 360px;
    /* Unified Width for perfect alignment */
}

/* BOX SERVIZI (Mobile) */
.design-promo .design-promo-box-servizi {
    background-image: url("https://www.horizonfyw.com/wp-content/uploads/2025/12/Decorazione-Sinistra-Promoter-Design.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 30px 40px 30px;
    border-radius: 20px;
}

.design-promo .design-promo-servizi-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.design-promo .design-promo-servizi-paragrafo {
    margin-top: 170px;
}

/* Button Reset */
.design-promo .design-promo-servizi-box-button {
    width: 100%;
}

/* Right Column (Mobile) */
.design-promo .design-promo-box-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.design-promo .design-promo-box-right-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.design-promo .design-promo-box-comp-image {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.design-promo .design-promo-image-top {
    background-image: url("https://www.horizonfyw.com/wp-content/uploads/2025/12/Immagine-WEB-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 120px;
    width: 100%;
}

.design-promo .design-promo-image-bot {
    background-image: url("https://www.horizonfyw.com/wp-content/uploads/2025/12/Immagine-WEB.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 180px;
    width: 100%;
}

.design-promo .design-promo-box-assistenza {
    background-image: url("https://www.horizonfyw.com/wp-content/uploads/2025/12/Immagine-Assistenza-Continua-Promoter-Design.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.design-promo .design-promo-box-strategia {
    min-height: 100px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*#endregion */

/*          =========================================
              DESKTOP */
/*#region   ========================================= */

@media (min-width: 900px) {

    .design-promo {
        background-image: url("https://www.horizonfyw.com/wp-content/uploads/2025/12/Immagine-Background-Promoter-Design.jpg");
        background-size: cover;
        background-position: center center;
        padding: 0;
        display: flex;
        /* Centers the workspace */
        align-items: center;
        justify-content: center;
    }

    .design-promo .design-promo-workspace {
        flex-direction: row;
        align-items: stretch;
        padding-top: 80px;
        padding-bottom: 80px;
        gap: 30px;
    }

    /* RESET MAX-WIDTHS FROM MOBILE */
    .design-promo .design-promo-box-servizi,
    .design-promo .design-promo-box-right,
    .design-promo .design-promo-box-assistenza,
    .design-promo .design-promo-box-strategia {
        max-width: none;
    }

    /* LEFT BOX: SERVIZI */
    .design-promo .design-promo-box-servizi {
        background-size: 100% 100%;
        background-position: center;
        width: 35%;
        max-width: 450px;
        min-width: 300px;
        min-height: 550px;
        margin: 0;
        padding: 60px 40px;
        align-items: flex-start;
        justify-content: space-between;
        border-radius: 20px;
    }

    .design-promo .design-promo-servizi-paragrafo {
        margin-top: 200px;
        margin-bottom: 30px;
    }

    .design-promo .design-promo-servizi-box-button {
        margin-top: auto;
    }

    /* RIGHT COLUMN */
    .design-promo .design-promo-box-right {
        width: 60%;
        max-width: 900px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        margin: 0;
    }

    /* Right Column - TOP ROW */
    .design-promo .design-promo-box-right-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        gap: 70px;
        flex: 1;
    }

    /* IMAGES COLUMN (Central) */
    .design-promo .design-promo-box-comp-image {
        width: auto;
        flex: 0.7;
        /* EQUAL SPLIT: 50% */
        min-width: 200px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        justify-content: space-between;
    }

    .design-promo .design-promo-image-top {
        width: 100%;
        height: 40%;
        max-width: none;
        background-size: cover;
        border-radius: 20px;
        flex: none;
    }

    .design-promo .design-promo-image-bot {
        width: 100%;
        height: 60%;
        max-width: none;
        background-size: cover;
        border-radius: 20px;
        flex: 1;
    }

    /* ASSISTENZA BOX (Right) */
    .design-promo .design-promo-box-assistenza {
        width: auto;
        flex: 1;
        /* EQUAL SPLIT: 50% */
        height: auto;
        min-height: auto;
        margin: 0;
        background-size: 100% 100%;
        flex-grow: 1;
    }

    /* STRATEGIA BOX */
    .design-promo .design-promo-box-strategia {
        width: 100%;
        max-width: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        text-align: left;
        height: 150px;
        padding: 30px;
        margin-top: 0;
    }

}

/*#endregion */