.ba-section-wrapper-ffca23d3 {
    background-color: #0D0B0C;
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    color: #F4EFEA;
}
.ba-header-ffca23d3 {
    max-width: 800px;
    margin: 0 auto 50px auto;
}
.ba-eyebrow-ffca23d3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #951B81;
    display: block;
    margin-bottom: 12px;
}
.ba-title-ffca23d3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #F4EFEA;
}
.ba-desc-ffca23d3 {
    font-size: 15px;
    color: #A39E9B;
    line-height: 1.6;
}
.ba-container-ffca23d3 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #201C1D;
}
.ba-wrapper-ffca23d3 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    user-select: none;
    cursor: ew-resize;
}
.ba-image-before-ffca23d3,
.ba-image-after-ffca23d3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.ba-image-after-wrap-ffca23d3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ba-image-after-ffca23d3 {
    width: 100vw;
    max-width: 1200px;
}
.ba-label-before-ffca23d3 {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 6px 14px;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.ba-label-after-ffca23d3 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #951B81;
    color: #FFF;
    padding: 6px 14px;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.ba-handle-ffca23d3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #951B81;
    transform: translateX(-50%);
    pointer-events: none;
}
.ba-handle-circle-ffca23d3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    background: #0D0B0C;
    border: 2px solid #951B81;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.ba-arrow-left-ffca23d3, .ba-arrow-right-ffca23d3 {
    width: 0;
    height: 0;
    border-style: solid;
}
.ba-arrow-left-ffca23d3 {
    border-width: 5px 6px 5px 0;
    border-color: transparent #FFF transparent transparent;
}
.ba-arrow-right-ffca23d3 {
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #FFF;
}
@media (max-width: 768px) {
    .ba-title-ffca23d3 {
        font-size: 28px;
    }
    .ba-wrapper-ffca23d3 {
        padding-bottom: 75%; /* 4:3 Aspect Ratio on Mobile */
    }
    .ba-image-after-ffca23d3 {
        width: 100vw;
    }
}
