.vs-wrapper-2d8698b1 {
    display: flex;
    gap: 40px;
    align-items: center;
    font-family: sans-serif;
}
.vs-tabs-col-2d8698b1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 200px;
}
.vs-tab-2d8698b1 {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    color: #888;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}
.vs-tab-2d8698b1.active {
    color: #0056b3;
    border-color: #0056b3;
    font-weight: bold;
}
.vs-content-col-2d8698b1 {
    flex-grow: 1;
}
.vs-panel-2d8698b1 {
    display: none;
    gap: 40px;
}
.vs-panel-2d8698b1.active {
    display: flex;
    align-items: center;
}
.vs-text-area-2d8698b1 {
    flex: 1;
}
.vs-text-area-2d8698b1 h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}
.vs-text-area-2d8698b1 .vs-desc-2d8698b1 {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.vs-mockup-area-2d8698b1 {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* NUCLEAR RESET FOR MOCKUP/IMAGE CONTAINER */
.vs-laptop-2d8698b1 {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 16/10;
    overflow: hidden;
    /* Force absolute transparency */
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* NUCLEAR RESET FOR IMAGE */
.vs-laptop-2d8698b1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Block LiteSpeed Cache and Theme Backgrounds */
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    /* Block Borders */
    border: none !important;
    border-width: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    /* Remove any WebKit filters causing grayness */
    -webkit-filter: none !important;
    filter: none !important;
}

.vs-placeholder-2d8698b1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #aaa;
}
@media (max-width: 768px) {
    .vs-wrapper-2d8698b1 { flex-direction: column; }
    .vs-tabs-col-2d8698b1 { flex-direction: row; flex-wrap: wrap; justify-content: center; }
    .vs-panel-2d8698b1 { flex-direction: column; }
}