/* Digital Showroom Section 4: Unified Swiss Reseller & Manifesto CSS */
.showroom-problem-section {
    padding: 100px 0 110px;
    background-color: #ffffff;
    color: #111111;
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.showroom-reseller-header {
    max-width: 800px;
    margin: 0 auto 60px auto;
}

.showroom-reseller-badge {
    background: #A5DB5C;
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.showroom-problem-title {
    font-size: 38px;
    font-weight: 800;
    color: #111111 !important;
    line-height: 1.15;
    letter-spacing: -1.2px;
    text-transform: uppercase !important;
    margin-bottom: 16px;
}

.showroom-problem-desc {
    font-size: 16px;
    color: #555555 !important;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
}

/* Unified 2-Column Layout */
.showroom-unified-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch;
}

.showroom-manifesto-column {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reseller-voilap-header {
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
}

.reseller-subtitle {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #64748b;
    display: block;
    margin-bottom: 4px;
}

.reseller-voilap-logo {
    font-size: 44px;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
    line-height: 1;
    letter-spacing: -1.5px;
    font-family: serif;
    font-style: italic;
}

.reseller-voilap-logo .dot-accent {
    color: #e11d48;
}

/* Manifesto List */
.showroom-manifesto-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.manifesto-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.manifesto-num {
    font-size: 12px;
    font-weight: 800;
    color: #111111;
    background: #A5DB5C;
    padding: 5px 5px;
    border-radius: 4px;
    line-height: 1;
    min-width: 32px;
    text-align: center;
    margin-top: 3px;
}

.manifesto-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 3px 0;
}

.manifesto-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* Video Column */
.showroom-video-column {
    display: flex;
    height: 100%;
}

.showroom-video-wrap {
    border-radius: 20px;
    overflow: hidden;
    background: #000000;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
    width: 100%;
    height: 100%;
    min-height: 480px;
    position: relative;
}

.showroom-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* SECTION 5: SIGNATURE GREEN ANGLED CONTACT CTA SECTION */
.showroom-contact-section {
    position: relative;
    padding: 0 0 40px 0;
    background-color: #A5DB5C; /* Vibrant green to match screenshot */
    margin-top: -1px; /* Prevents gap */
}

.el-cta-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
}

.el-cta-divider svg {
    display: block;
    width: calc(100% + 1px);
    height: 120px;
}

.showroom-contact-section .innovaspace-hero-cta-wrapper {
    margin: -100px 0 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .showroom-unified-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .showroom-video-wrap {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .showroom-contact-section {
        padding: 0 0 35px 0;
        background-color: #A5DB5C;
    }
    .showroom-contact-section .cta-divider,
    .showroom-contact-section .el-cta-divider {
        display: block !important;
        position: relative;
        z-index: 1;
    }
    .showroom-contact-section .cta-divider svg,
    .showroom-contact-section .el-cta-divider svg {
        height: 70px;
    }
    .showroom-contact-section .innovaspace-hero-cta-wrapper {
        margin: -50px 0 0 !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
        position: relative;
        z-index: 5;
    }
}
