.elementor-widget-shortcode:has(.vimarte-proponi-opera),
.elementor-widget-shortcode:has(.vimarte-proponi-opera) > .elementor-widget-container,
.elementor-shortcode:has(.vimarte-proponi-opera) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 0 !important;
}

.vimarte-proponi-opera {
    --vimarte-orange: #ff5a00;
    --vimarte-dark: #151515;
    --vimarte-text: #202020;
    --vimarte-panel: rgba(255, 255, 255, .86);
    --vimarte-border: rgba(0, 0, 0, .18);
    --vimarte-bg: none;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 86px 0;
    background-color: #1c1f22;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, .22) 0%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .34) 100%),
        var(--vimarte-bg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    line-height: normal;
}

.vimarte-proponi-opera * {
    box-sizing: border-box;
}

.vimarte-proponi-opera__container {
    width: min(1500px, calc(100% - 64px));
    margin: 0 auto;
}

.vimarte-proponi-opera__panel {
    width: min(940px, 62vw);
    padding: 46px 56px 42px;
    background: var(--vimarte-panel);
    backdrop-filter: blur(3px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .15);
}

.vimarte-proponi-opera__eyebrow {
    margin: 0 0 12px;
    color: var(--vimarte-orange);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.vimarte-proponi-opera__title {
    margin: 0;
    color: var(--vimarte-text);
    font-size: clamp(32px, 3.6vw, 56px);
    font-weight: 900;
    line-height: 1.03;
    text-transform: uppercase;
    letter-spacing: -.035em;
}

.vimarte-proponi-opera__rule {
    height: 1px;
    width: 100%;
    margin: 28px 0 26px;
    background: var(--vimarte-border);
}

.vimarte-proponi-opera__lead {
    max-width: 820px;
    margin: 0 0 30px;
    color: #262b31;
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.65;
    font-weight: 400;
}

.vimarte-proponi-opera__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 34px;
}

.vimarte-proponi-opera__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 15px 24px;
    border: 2px solid var(--vimarte-dark);
    background: var(--vimarte-dark);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none !important;
    transition: all .2s ease;
}

.vimarte-proponi-opera__btn:hover {
    background: var(--vimarte-orange);
    border-color: var(--vimarte-orange);
    color: #fff !important;
    transform: translateY(-1px);
}

.vimarte-proponi-opera__btn--ghost {
    background: transparent;
    color: var(--vimarte-dark) !important;
}

.vimarte-proponi-opera__btn--ghost:hover {
    background: var(--vimarte-dark);
    border-color: var(--vimarte-dark);
    color: #fff !important;
}

.vimarte-proponi-opera__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
}

.vimarte-proponi-opera__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vimarte-proponi-opera__grid--1 {
    grid-template-columns: minmax(0, 1fr);
    max-width: 360px;
}

.vimarte-proponi-opera__card {
    padding: 22px 22px 24px;
    background: rgba(255, 255, 255, .64);
    border: 1px solid rgba(0, 0, 0, .12);
}

.vimarte-proponi-opera__card h3 {
    margin: 0 0 12px;
    color: var(--vimarte-orange);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.vimarte-proponi-opera__card p {
    margin: 0 0 18px;
    color: #2f343a;
    font-size: 14px;
    line-height: 1.68;
}

.vimarte-proponi-opera__card a {
    display: inline-flex;
    color: var(--vimarte-dark) !important;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: 2px solid var(--vimarte-orange);
    padding-bottom: 4px;
}

.vimarte-proponi-opera__card a:hover {
    color: var(--vimarte-orange) !important;
}

@media (max-width: 1200px) {
    .vimarte-proponi-opera__panel {
        width: min(980px, 78vw);
    }
}

@media (max-width: 1024px) {
    .vimarte-proponi-opera {
        padding: 72px 0;
    }

    .vimarte-proponi-opera__container {
        width: min(100% - 42px, 980px);
    }

    .vimarte-proponi-opera__panel {
        width: 100%;
        padding: 40px;
    }

    .vimarte-proponi-opera__grid {
        grid-template-columns: 1fr 1fr;
    }

    .vimarte-proponi-opera__grid--1 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .vimarte-proponi-opera {
        min-height: auto;
        padding: 54px 0;
        background-position: center top;
        background-attachment: scroll;
    }

    .vimarte-proponi-opera__container {
        width: calc(100% - 28px);
    }

    .vimarte-proponi-opera__panel {
        padding: 30px 22px;
        background: rgba(255, 255, 255, .9);
    }

    .vimarte-proponi-opera__rule {
        margin: 22px 0;
    }

    .vimarte-proponi-opera__lead {
        font-size: 15px;
        line-height: 1.65;
    }

    .vimarte-proponi-opera__actions {
        display: grid;
        gap: 10px;
    }

    .vimarte-proponi-opera__btn {
        width: 100%;
    }

    .vimarte-proponi-opera__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: none;
    }

    .vimarte-proponi-opera__card {
        padding: 20px;
    }
}
