.fedvvfvol-cta-banner {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    color: #fff;
    background: #151312;
    isolation: isolate;
}

.fedvvfvol-cta-banner-full {
    width: 100vw;
    width: 100dvw;
    max-width: none !important;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 !important;
}

/* SiteOrigin aggiunge contenitori esterni: anche il pannello deve uscire dalla
 * larghezza della riga, altrimenti il banner resta visivamente incorniciato. */
.so-panel:has(.fedvvfvol-cta-banner-full) {
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

.so-panel:has(.fedvvfvol-cta-banner-full) .fedvvfvol-cta-banner-full {
    width: 100%;
    max-width: none !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
}

.panel-grid:has(.fedvvfvol-cta-banner-full),
.panel-grid-cell:has(.fedvvfvol-cta-banner-full),
.so-widget-fedvvfvol-cta-banner:has(.fedvvfvol-cta-banner-full) {
    overflow: visible !important;
}

@supports (width: 100dvw) {
    .fedvvfvol-cta-banner-full {
        margin-right: calc(50% - 50dvw);
        margin-left: calc(50% - 50dvw);
    }

    .so-panel:has(.fedvvfvol-cta-banner-full) {
        margin-right: calc(50% - 50dvw) !important;
        margin-left: calc(50% - 50dvw) !important;
    }
}

.fedvvfvol-cta-banner-height-compact { min-height: 320px; }
.fedvvfvol-cta-banner-height-large { min-height: 540px; }

.fedvvfvol-cta-banner-image,
.fedvvfvol-cta-banner-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fedvvfvol-cta-banner-image {
    z-index: -2;
    object-fit: cover;
}

.fedvvfvol-cta-banner-shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(10, 10, 10, .88), rgba(10, 10, 10, .52) 52%, rgba(10, 10, 10, .18));
}

.fedvvfvol-cta-banner-overlay-light .fedvvfvol-cta-banner-shade {
    background: linear-gradient(90deg, rgba(10, 10, 10, .68), rgba(10, 10, 10, .32) 55%, rgba(10, 10, 10, .08));
}

.fedvvfvol-cta-banner-overlay-dark .fedvvfvol-cta-banner-shade {
    background: linear-gradient(90deg, rgba(10, 10, 10, .96), rgba(10, 10, 10, .7) 55%, rgba(10, 10, 10, .3));
}

.fedvvfvol-cta-banner-inner {
    display: flex;
    align-items: center;
    min-height: inherit;
    width: min(var(--max, 1180px), calc(100% - 2rem));
    margin: 0 auto;
    padding: 6rem 1.5rem;
}

.fedvvfvol-cta-banner-content {
    width: min(100%, 680px);
}

.fedvvfvol-cta-banner-align-center .fedvvfvol-cta-banner-content {
    margin: 0 auto;
    text-align: center;
}

.fedvvfvol-cta-banner-align-right .fedvvfvol-cta-banner-content {
    margin-left: auto;
}

.fedvvfvol-cta-banner-eyebrow {
    margin: 0 0 .7rem;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fedvvfvol-cta-banner h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 1;
}

.fedvvfvol-cta-banner-text {
    max-width: 580px;
    margin-top: 1.15rem;
    font-size: 1.15rem;
    line-height: 1.55;
}

.fedvvfvol-cta-banner-align-center .fedvvfvol-cta-banner-text {
    margin-right: auto;
    margin-left: auto;
}

.fedvvfvol-cta-banner-text > :first-child { margin-top: 0; }
.fedvvfvol-cta-banner-text > :last-child { margin-bottom: 0; }

.fedvvfvol-cta-banner-button {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    justify-content: center;
    gap: .8rem;
    margin-top: 1.5rem;
    padding: .55rem .6rem .55rem 1rem;
    color: #fff;
    background: var(--red, #b0141d);
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 850;
    text-decoration: none;
    text-transform: uppercase;
}

.fedvvfvol-cta-banner-button-icon {
    display: inline-grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    color: var(--red, #b0141d);
    background: #fff;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.fedvvfvol-cta-banner-button-icon::before {
    content: "\2192";
    display: block;
    transform: translateY(-1px);
}

.fedvvfvol-cta-banner-button:hover,
.fedvvfvol-cta-banner-button:focus-visible {
    color: #fff;
    background: var(--red-dark, #870d15);
    text-decoration: none;
}

.fedvvfvol-cta-banner-button:hover .fedvvfvol-cta-banner-button-icon,
.fedvvfvol-cta-banner-button:focus-visible .fedvvfvol-cta-banner-button-icon {
    color: var(--red-dark, #870d15);
    background: #fff;
    transform: translateX(2px);
}

.fedvvfvol-cta-banner-button:focus-visible {
    outline: 3px solid var(--focus, #f4c430);
    outline-offset: 3px;
}

@media (max-width: 720px) {
    .fedvvfvol-cta-banner,
    .fedvvfvol-cta-banner-height-large {
        min-height: 380px;
    }

    .fedvvfvol-cta-banner-height-compact {
        min-height: 300px;
    }

    .fedvvfvol-cta-banner-shade,
    .fedvvfvol-cta-banner-overlay-light .fedvvfvol-cta-banner-shade,
    .fedvvfvol-cta-banner-overlay-dark .fedvvfvol-cta-banner-shade {
        background: linear-gradient(90deg, rgba(10, 10, 10, .9), rgba(10, 10, 10, .46));
    }

    .fedvvfvol-cta-banner-inner {
        padding: 3.5rem 2.5rem;
    }
}
