.banner-2026 {
    background-size: cover;
    background-position: bottom;
    height: 350px;
    border-radius: 20px;
    padding: 80px;
    position: relative;
}

.banner-2026::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, #18558794 35%, #87129196 90%);
    border-radius: 20px;
    z-index: 1;
}
.banner-2026 h1 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-top: 40px;
}
.banner-2026 p {
    font-size: 1.4em;
}
.banner-2026 h1, .banner-2026 p {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 60%;
    line-height: 1.2em;
}

/* Box orizzontale - prima pagina */
.box-horizontal .box-content {
    padding: 20px;
}

.box-horizontal .box-image {
    overflow: hidden;
    position: relative;
}

.box-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

/* Box verticale - altre pagine */
.box-vertical {
    display: flex;
    flex-direction: column;
}
/* .box-vertical {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
} */
.box-vertical .box-image {
    width: 100%;
    height: 250px;
    position: relative;
}
.box-vertical .box-image::before, .box-horizontal .box-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, #18558738 35%, #87129141 90%);
    border-radius: 20px 20px 0 0;
    z-index: 1;
}
.box-horizontal .box-image::before {
    border-radius: 20px 0 0 20px;
}

.box-vertical img {
    width: 100%;
    /* height: auto;
    border-radius: 20px 20px 0 0; */
    height: 250px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.box-vertical .box-content {
    padding: 20px;
}

.box-sedi {
    border: 1px solid #ddd;
    border-radius: 20px;
    position: relative;
    min-height: 250px;
}
.box-sedi a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.grid-container-3, .grid-container-2 {
    column-gap: 50px;
    row-gap: 50px;
}
.box-sedi h2, .box-sedi h3 {
    margin-top: 0 !important;
}
#headquarters.box-sedi.grid-container-2 {
    /* max-height: 450px; */
    height: fit-content;
    column-gap: 0;
}

.arrow_down.arrow_down_new {
    bottom: 35px;
    position: relative;
    width: 100%;
    z-index: 50;
    margin-top: -100px;
}
#page-content-start {
    scroll-margin-top: 70px;
}
.breadcrumb {
    margin: 10px auto;
}
.breadcrumb > span:first-child > span:first-child a {
    font-size: 0 !important;
}

.box-sedi.grid-container-3-4 {
    display: grid;
    grid-template-columns: 3fr 4fr;
    column-gap: 20px;
    grid-template-rows: 1fr;
}
.pfbc-fieldwrap.checkbox-form-abc {
    width: 95%;
}
.traduzione_automatica, .accua-qtrans-content-available-languages {
    margin-top: 0;
    font-size: 15px !important;
    margin-bottom: 0;
}

.video-carousel.people-video-carousel .slick-track {
    margin-left: -20px;
}

/* Stili per il player principale */
#area-video {
    width: 100%;
    min-height: 400px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

#area-video video,
#area-video iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
}

#area-video .embed-responsive-16by9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#area-video .embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Stili per i video cliccabili */
.video-box-clickable {
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-box-clickable:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.video-box-clickable.active-video {
    outline: 3px solid #007bff;
    outline-offset: -3px;
    box-shadow: 0 0 20px rgba(0,123,255,0.5);
}

.video-box-clickable .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    z-index: 2;
}

.video-box-clickable .play-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}


@media (max-width: 993px) {
    .banner-2026 {
        padding: 40px;
    }
    .banner-2026 h1, .banner-2026 p {
        width: 100%;
    }

    #headquarters.box-sedi.grid-container-2, .box-sedi.grid-container-3-4 {
        display: flex !important;
        flex-direction: column;
        height: auto;
        row-gap: 0;
        column-gap: 0;
    }
    .box-horizontal img, .box-horizontal .box-image::before {
        border-radius: 20px 20px 0 0;
    }
    .grid-container-3 {
        display: flex !important;
        flex-direction: column;
        height: auto;
        row-gap: 30px;
    }

    @media (max-width: 500px) {
        .banner-2026 h1 {
            font-size: 30px;
            margin-top: 20px;
        }
    }
}