.depoimentos-sliders-wrapper {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    margin: 2rem 0;
}

.depoimentos-slider-col,
.depoimentos-col-up,
.depoimentos-col-down {
    width: 350px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Swiper Containers */
.swipers-container {
    height: 806px !important;
    position: relative !important;
    overflow: hidden !important;
}

.swiper-up,
.swiper-down {
    height: 100% !important;
}

.swiper-up .swiper-wrapper,
.swiper-down .swiper-wrapper {
    height: 100% !important;
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.bottom-before::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 180px;
    z-index: 2;
    pointer-events: none;
}

.bottom-before::after {
    bottom: 0;
    background: linear-gradient(to top, #edf1fd 0%, rgba(255, 255, 255, 0.5) 6%, transparent 100%);
}

.swiper-slide {
    height: auto !important;
    min-height: 120px;
    display: flex;
    align-items: stretch;
}

.testimonial-card {
    width: 100% !important;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.2rem 1rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card__author-name {
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.testimonial-card__author-role {
    color: #888;
    font-size: 0.95em;
}

/* Slider Mobile/Tablet */
.swiper-mobile-container {
    width: 100%;
    max-width: 100%;
}

.swiper-mobile {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.swiper-mobile .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.swiper-mobile .testimonial-card {
    width: 100%;
    margin: 0;
    padding: 2rem 1.5rem !important;
}

@media (min-width: 1024px) {
    .swiper-mobile-container {
        display: none;
    }
}