/* Digital Showroom Section 1: Hero CSS */
.showroom-hero {
    background: none !important;
    overflow: hidden;
    position: relative;
}

.showroom-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    filter: brightness(0.75) contrast(1.1);
}

.showroom-hero-divider {
    z-index: 5;
}

.showroom-hero-content {
    position: relative;
    z-index: 10;
}

.showroom-hero-text-col .el-hero-title {
    font-size: 54px !important;
    line-height: 1.15;
    max-width: 900px;
    margin: 0 auto 15px auto;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: manual !important;
}

@media (max-width: 768px) {
    .showroom-hero-text-col .el-hero-title {
        font-size: clamp(30px, 9vw, 42px) !important;
        line-height: 1.15 !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }
}

.showroom-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.8));
}
