/* ============================================ */
/* DEPOIMENTOS - ESTILO CLEAN                   */
/* ============================================ */

.depoimentos-section {
    background: #f7f7f7;
    padding: 80px 20px 90px;
    font-family: 'Inter', sans-serif;
    color: #071324;
    overflow: hidden;
}

.depoimentos-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* ============================================ */
/* CABEÇALHO                                    */
/* ============================================ */

.depoimentos-header {
    text-align: center;
    margin-bottom: 50px;
}

.depoimentos-tag {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #aa7e2c;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.depoimentos-header h2 {
    margin: 0 auto 12px;
    max-width: 700px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.05;
    color: #000000;
    letter-spacing: -0.5px;
}

.depoimentos-subtitle {
    margin: 0 auto;
    max-width: 650px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555b63;
    line-height: 1.6;
}

/* ============================================ */
/* SWIPER - CONTAINER                          */
/* ============================================ */

.depoimentos-swiper {
    padding: 10px 10px 60px;
    overflow: hidden;
}

.depoimentos-swiper .swiper-wrapper {
    padding-bottom: 10px;
}

/* ============================================ */
/* CARD DE DEPOIMENTO - CLEAN                  */
/* ============================================ */

.depoimento-card {
    padding: 35px 30px 30px;
    height: 100%;
    border-bottom: 2px solid #e8ecf0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.depoimento-card:hover {
    border-bottom-color: #aa7e2c;
    transform: translateY(-3px);
}

/* ============================================ */
/* CLIENTE                                     */
/* ============================================ */

.depoimento-cliente {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.depoimento-cliente div h4 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 2px;
}

.depoimento-cliente div span {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #888888;
}

/* ============================================ */
/* TEXTO                                       */
/* ============================================ */

.depoimento-texto {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555b63;
    line-height: 1.7;
    margin: 0;
    flex: 1;
    font-style: italic;
}

.depoimento-texto::before {
    content: '"';
    color: #aa7e2c;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
}

.depoimento-texto::after {
    content: '"';
    color: #aa7e2c;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
}

/* ============================================ */
/* SWIPER - NAVEGAÇÃO                          */
/* ============================================ */

.depoimentos-swiper .swiper-pagination {
    bottom: 0;
}

.depoimentos-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #aa7e2c;
    opacity: 0.30;
    transition: all 0.3s ease;
}

.depoimentos-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 28px;
    border-radius: 5px;
    background: #aa7e2c;
}

.depoimentos-swiper .swiper-button-next,
.depoimentos-swiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e8ecf0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    color: #071324;
    margin-top: -22px;
}

.depoimentos-swiper .swiper-button-next::after,
.depoimentos-swiper .swiper-button-prev::after {
    display: none;
}

.depoimentos-swiper .swiper-button-next i,
.depoimentos-swiper .swiper-button-prev i {
    font-size: 18px;
    color: #071324;
    transition: all 0.3s ease;
}

.depoimentos-swiper .swiper-button-next:hover,
.depoimentos-swiper .swiper-button-prev:hover {
    background: #aa7e2c;
    border-color: #aa7e2c;
}

.depoimentos-swiper .swiper-button-next:hover i,
.depoimentos-swiper .swiper-button-prev:hover i {
    color: #ffffff;
}

.depoimentos-swiper .swiper-button-disabled {
    opacity: 0.20;
    cursor: not-allowed;
}

.depoimentos-swiper .swiper-button-disabled:hover {
    background: #ffffff;
    border-color: #e8ecf0;
}

.depoimentos-swiper .swiper-button-disabled:hover i {
    color: #071324;
}

/* ============================================ */
/* BOTÃO CTA                                   */
/* ============================================ */

.depoimentos-cta {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.btn-depoimentos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 320px;
    padding: 10px 15px;
    background: #071324;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid #071324;
    margin-top: 2%;
}

.btn-depoimentos i {
    font-size: 22px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.btn-depoimentos span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.btn-depoimentos small {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    color: #d0d3d8;
    transition: all 0.3s ease;
}

.btn-depoimentos:hover {
    background: #aa7e2c;
    border-color: #aa7e2c;
    color: #071324;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(7, 19, 36, 0.15);
}

.btn-depoimentos:hover i,
.btn-depoimentos:hover small {
    color: #071324;
}

/* ============================================ */
/* RESPONSIVO - TABLET                         */
/* ============================================ */

@media (max-width: 992px) {
    .depoimentos-section {
        padding: 70px 20px 80px;
    }

    .depoimentos-header h2 {
        font-size: 36px;
    }

    .depoimentos-swiper .swiper-button-next,
    .depoimentos-swiper .swiper-button-prev {
        display: none;
    }
}

/* ============================================ */
/* RESPONSIVO - MOBILE                         */
/* ============================================ */

@media (max-width: 768px) {
    .depoimentos-section {
        padding: 60px 16px 70px;
    }

    .depoimentos-header h2 {
        font-size: 30px;
    }

    .depoimentos-header h2 br {
        display: none;
    }

    .depoimentos-subtitle {
        font-size: 14px;
    }

    .depoimentos-tag {
        font-size: 11px;
    }

    .depoimento-card {
        padding: 28px 20px 24px;
    }

    .depoimento-texto {
        font-size: 14px;
    }

    .depoimento-cliente div h4 {
        font-size: 15px;
    }

    .depoimento-cliente div span {
        font-size: 12px;
    }

    .depoimentos-swiper {
        padding: 5px 5px 50px;
    }

    .btn-depoimentos {
        width: 100%;
        min-width: 0;
        padding: 14px 20px;
        font-size: 13px;
        gap: 13px;
        border-radius: 10px;
    }

    .btn-depoimentos i {
        font-size: 22px;
    }

    .btn-depoimentos small {
        font-size: 11px;
    }
}

/* ============================================ */
/* RESPONSIVO - MOBILE PEQUENO                 */
/* ============================================ */

@media (max-width: 480px) {
    .depoimentos-section {
        padding: 40px 12px 60px;
    }

    .depoimentos-header h2 {
        font-size: 24px;
    }

    .depoimentos-subtitle {
        font-size: 13px;
    }

    .depoimentos-tag {
        font-size: 10px;
    }

    .depoimento-card {
        padding: 22px 16px 20px;
    }

    .depoimento-texto {
        font-size: 13px;
    }

    .depoimento-cliente div h4 {
        font-size: 14px;
    }

    .depoimento-cliente div span {
        font-size: 11px;
    }

    .btn-depoimentos {
        padding: 14px 18px;
        font-size: 12px;
    }

    .btn-depoimentos i {
        font-size: 20px;
    }

    .btn-depoimentos small {
        font-size: 10px;
    }
}