:root {
    --burgundy: #4A0000;
    --maroon: #650000;
    --gold: #D4AF37;
    --cream: #F5E6C8;
}

.ls-wrapper-cbdeef6d {
    background: linear-gradient(135deg, var(--burgundy), var(--maroon));
    border-radius: 20px;
    border-top: 2px solid var(--gold);
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    color: var(--cream);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    text-align: center;
    font-family: inherit;
}

.ls-header-cbdeef6d {
    margin-bottom: 30px;
}

.ls-trusted-cbdeef6d {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.ls-rating-cbdeef6d {
    font-size: 14px;
    margin-top: 5px;
}

.ls-slider-cbdeef6d {
    position: relative;
    height: 250px;
    max-width: 600px;
    margin: 0 auto;
}

.ls-track-cbdeef6d {
    position: relative;
    width: 100%;
    height: 100%;
}

.ls-slide-cbdeef6d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.ls-slide-cbdeef6d.active {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
}

.ls-card-cbdeef6d {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.ls-card-cbdeef6d:hover {
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.2);
}

.ls-quote-icon-cbdeef6d {
    color: var(--gold);
    font-size: 40px;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.3;
}

.ls-review-cbdeef6d {
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.ls-customer-cbdeef6d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.ls-customer-cbdeef6d img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    object-fit: cover;
}

.ls-customer-info-cbdeef6d {
    text-align: left;
}

.ls-name-cbdeef6d {
    font-weight: bold;
    color: #fff;
}

.ls-verified-cbdeef6d {
    font-size: 10px;
    color: #4CAF50;
    margin-left: 5px;
}

.ls-location-cbdeef6d {
    font-size: 12px;
    color: rgba(245, 230, 200, 0.7);
}

.ls-stars-cbdeef6d {
    font-size: 12px;
    color: var(--gold);
}

.ls-prev-cbdeef6d, .ls-next-cbdeef6d {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.ls-prev-cbdeef6d:hover, .ls-next-cbdeef6d:hover {
    background: var(--gold);
    color: var(--burgundy);
}

.ls-prev-cbdeef6d { left: 10px; }
.ls-next-cbdeef6d { right: 10px; }

.ls-dots-cbdeef6d {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.ls-dot-cbdeef6d {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.3);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.ls-dot-cbdeef6d.active {
    background: var(--gold);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .ls-slider-cbdeef6d { height: 300px; }
    .ls-prev-cbdeef6d, .ls-next-cbdeef6d { display: none; }
}
