.vimarte-vendi-opere-page {
    --vimarte-orange: #ff5a00;
    --vimarte-dark: #151515;
    --vimarte-panel: #20232b;
    --vimarte-text: #1d2430;
    --vimarte-muted: #586170;
    --vimarte-soft: #f4f5f6;
    --vimarte-line: rgba(0, 0, 0, .14);
    --vimarte-vendi-bg: none;
    color: var(--vimarte-text);
    line-height: normal;
}

.vimarte-vendi-opere-page * {
    box-sizing: border-box;
}

.vimarte-vendi-opere-page > div:not([class]) {
    display: none !important;
}

.vimarte-vendi-opere-wrap {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.vimarte-vendi-opere-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 86px 0 76px;
    color: #fff;
    background-color: var(--vimarte-dark);
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .55)),
        var(--vimarte-vendi-bg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.vimarte-vendi-opere-eyebrow {
    margin: 0 0 13px;
    color: var(--vimarte-orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.vimarte-vendi-opere-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.045em;
    text-transform: uppercase;
}

.vimarte-vendi-opere-hero p:not(.vimarte-vendi-opere-eyebrow) {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.65;
}

.vimarte-vendi-opere-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

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

.vimarte-vendi-opere-hero-actions a:nth-child(2) {
    background: transparent;
    border-color: #fff;
}

.vimarte-vendi-opere-hero-actions a:hover {
    background: #fff;
    border-color: #fff;
    color: var(--vimarte-dark) !important;
    transform: translateY(-1px);
}

.vimarte-vendi-opere-intro {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 48px 0;
    background: #fff;
}

.vimarte-vendi-opere-intro-grid {
    display: grid;
    grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
    gap: 28px;
}

.vimarte-vendi-opere-info {
    padding: 30px;
    background: var(--vimarte-panel);
    color: #fff;
}

.vimarte-vendi-opere-info h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.vimarte-vendi-opere-info p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.75;
}

.vimarte-vendi-opere-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.vimarte-vendi-opere-steps div {
    padding: 24px;
    background: var(--vimarte-soft);
    border: 1px solid var(--vimarte-line);
}

.vimarte-vendi-opere-steps span {
    display: block;
    margin-bottom: 10px;
    color: var(--vimarte-orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.vimarte-vendi-opere-steps p {
    margin: 0;
    color: var(--vimarte-muted);
    font-size: 14px;
    line-height: 1.7;
}

.vimarte-vendi-opere-forms {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 32px 0 70px;
    background: #f1f2f3;
}

.vimarte-vendi-opere-tabs {
    display: inline-flex;
    gap: 0;
    margin-bottom: 0;
    background: #e6e7e9;
    border: 1px solid rgba(0, 0, 0, .12);
}

.vimarte-vendi-opere-tabs button {
    appearance: none;
    min-width: 148px;
    padding: 15px 24px;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, .12);
    background: transparent;
    color: var(--vimarte-dark);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
}

.vimarte-vendi-opere-tabs button:last-child {
    border-right: 0;
}

.vimarte-vendi-opere-tabs button.is-active {
    background: var(--vimarte-orange);
    color: #fff;
}

.vimarte-vendi-opere-panel {
    display: none;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 28px;
    align-items: start;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .06);
    scroll-margin-top: 130px;
}

.vimarte-vendi-opere-panel.is-active {
    display: grid;
}

.vimarte-vendi-opere-panel-copy {
    position: sticky;
    top: 110px;
    padding: 30px;
    background: var(--vimarte-panel);
    color: #fff;
}

.vimarte-vendi-opere-panel-copy h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.04em;
    text-transform: uppercase;
}

.vimarte-vendi-opere-panel-copy h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 20px;
    background: var(--vimarte-orange);
}

.vimarte-vendi-opere-panel-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.75;
}

.vimarte-vendi-opere-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

.vimarte-vendi-opere-form label {
    display: grid;
    gap: 7px;
}

.vimarte-vendi-opere-form label.full {
    grid-column: 1 / -1;
}

.vimarte-vendi-opere-form span {
    color: var(--vimarte-dark);
    font-size: 13px;
    font-weight: 800;
}

.vimarte-vendi-opere-form input[type="text"],
.vimarte-vendi-opere-form input[type="tel"],
.vimarte-vendi-opere-form input[type="email"],
.vimarte-vendi-opere-form input[type="url"],
.vimarte-vendi-opere-form input[type="file"],
.vimarte-vendi-opere-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    background: #fff;
    color: var(--vimarte-text);
    box-shadow: none;
    outline: none;
}

.vimarte-vendi-opere-form textarea {
    min-height: 150px;
    resize: vertical;
}

.vimarte-vendi-opere-form input:focus,
.vimarte-vendi-opere-form textarea:focus {
    border-color: var(--vimarte-orange);
}

.vimarte-vendi-opere-form small {
    color: var(--vimarte-muted);
    font-size: 12px;
}

.vimarte-vendi-opere-privacy {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: flex-start;
    gap: 10px !important;
    margin: 18px 0 20px;
}

.vimarte-vendi-opere-privacy input {
    width: auto;
    margin-top: 3px;
}

.vimarte-vendi-opere-form button[type="submit"] {
    width: 100%;
    min-height: 48px;
    border: 2px solid var(--vimarte-orange);
    background: var(--vimarte-orange);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
    transition: .2s ease;
}

.vimarte-vendi-opere-form button[type="submit"]:hover {
    background: var(--vimarte-dark);
    border-color: var(--vimarte-dark);
}

.vimarte-vendi-opere-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

.vimarte-vendi-opere-alert {
    margin: 0 0 18px;
    padding: 14px 18px;
    border-left: 5px solid;
    background: #fff;
    font-weight: 700;
}

.vimarte-vendi-opere-alert--success {
    border-color: #2e9d50;
    color: #1c6d35;
}

.vimarte-vendi-opere-alert--error {
    border-color: #c0392b;
    color: #962b20;
}

@media (max-width: 1024px) {
    .vimarte-vendi-opere-hero {
        background-attachment: scroll;
    }

    .vimarte-vendi-opere-intro-grid,
    .vimarte-vendi-opere-panel {
        grid-template-columns: 1fr;
    }

    .vimarte-vendi-opere-steps {
        grid-template-columns: 1fr;
    }

    .vimarte-vendi-opere-panel-copy {
        position: relative;
        top: auto;
    }
}

@media (max-width: 767px) {
    .vimarte-vendi-opere-wrap {
        width: calc(100% - 28px);
    }

    .vimarte-vendi-opere-hero {
        padding: 58px 0 52px;
    }

    .vimarte-vendi-opere-hero h1 {
        font-size: 40px;
    }

    .vimarte-vendi-opere-hero-actions,
    .vimarte-vendi-opere-tabs {
        display: grid;
        width: 100%;
    }

    .vimarte-vendi-opere-tabs button,
    .vimarte-vendi-opere-hero-actions a {
        width: 100%;
    }

    .vimarte-vendi-opere-intro {
        padding: 34px 0;
    }

    .vimarte-vendi-opere-forms {
        padding: 42px 0 58px;
    }

    .vimarte-vendi-opere-panel {
        padding: 20px;
        scroll-margin-top: 90px;
    }

    .vimarte-vendi-opere-info,
    .vimarte-vendi-opere-panel-copy {
        padding: 24px;
    }

    .vimarte-vendi-opere-form-grid {
        grid-template-columns: 1fr;
    }
}
