.depoimentos-section {
    background:
        radial-gradient(circle at top left, rgba(255, 79, 139, 0.18) 0, rgba(255, 79, 139, 0) 24%),
        radial-gradient(circle at top right, rgba(122, 44, 255, 0.20) 0, rgba(122, 44, 255, 0) 26%),
        linear-gradient(180deg, #060B21 0%, #020716 100%);
}

.depoimentos-section-page {
    min-height: 520px;
}

.depoimentos-heading {
    max-width: 860px;
    margin: 0 auto 40px;
}

.depoimentos-kicker {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 79, 139, 0.14);
    color: #F2F2F2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.depoimentos-heading h2 {
    margin-bottom: 14px;
    color: #F2F2F2;
    font-size: 42px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.depoimentos-heading p {
    margin: 0 auto;
    max-width: 680px;
    color: rgba(242, 242, 242, 0.78);
    font-size: 18px;
    line-height: 1.75;
}

.depoimentos-carousel .owl-stage {
    display: flex;
}

.depoimentos-carousel .owl-item {
    display: flex;
    height: auto;
}

.itemDepoimentoDestaque {
    width: 100%;
}

.depoimento-card {
    padding: 10px 6px;
}

.depoimento-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 28px 24px 30px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.98) 0%, rgba(242, 242, 242, 0.93) 100%);
    border: 1px solid rgba(122, 44, 255, 0.22);
    box-shadow: 0 24px 50px rgba(2, 7, 22, 0.38);
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.itemDepoimentoDestaque:hover .depoimento-card-inner {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(2, 7, 22, 0.46);
}

.depoimento-card-title {
    margin: 0 0 22px;
    color: #060B21;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    word-break: break-word;
}

.depoimento-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
    overflow: hidden;
    background: #F2F2F2;
}

.depoimento-card-media img {
    width: 100%;
    height: 100%;
}

.depoimento-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 18px 28px;
    border-radius: 999px;
    background: #FF4F8B;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(255, 79, 139, 0.24);
}

.depoimento-card-badge span {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    text-shadow: 0 8px 16px rgba(6, 11, 33, 0.22);
    overflow-wrap: anywhere;
}

.depoimento-card-subtitle {
    color: #554997;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.depoimentos-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 26px;
    padding: 14px 34px;
    border-radius: 999px;
    background: #7A2CFF;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 16px 30px rgba(122, 44, 255, 0.28);
}

.depoimentos-cta:hover,
.depoimentos-cta:focus {
    color: #ffffff;
    background: #FF4F8B;
    text-decoration: none;
}

.depoimentos-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.depoimentos-list-grid .itemDepoimentoDestaque {
    padding: 0;
}

.depoimentos-empty-state {
    max-width: 760px;
    margin: 0 auto;
    padding: 52px 32px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.98) 0%, rgba(242, 242, 242, 0.93) 100%);
    border: 1px solid rgba(122, 44, 255, 0.18);
    box-shadow: 0 24px 50px rgba(2, 7, 22, 0.30);
    text-align: center;
}

.depoimentos-empty-state h3 {
    margin: 0 0 12px;
    color: #060B21;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.depoimentos-empty-state p {
    margin: 0;
    color: #554997;
    font-size: 17px;
    line-height: 1.7;
}

.depoimentos-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 34px;
}

.depoimentos-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(242, 242, 242, 0.08);
    border: 1px solid rgba(242, 242, 242, 0.14);
    color: #F2F2F2;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.depoimentos-page-link:hover,
.depoimentos-page-link:focus {
    background: #554997;
    border-color: #554997;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.depoimentos-page-link-active,
.depoimentos-page-link-active:hover,
.depoimentos-page-link-active:focus {
    background: #FF4F8B;
    border-color: #FF4F8B;
    color: #ffffff;
}

.depoimentos-section .owl-nav {
    margin-top: 16px;
    text-align: center;
}

.depoimentos-section .owl-nav .owl-prev,
.depoimentos-section .owl-nav .owl-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 6px;
    border-radius: 50% !important;
    background: #554997 !important;
    color: #F2F2F2 !important;
    border: 1px solid rgba(242, 242, 242, 0.12) !important;
    box-shadow: 0 10px 20px rgba(2, 7, 22, 0.22);
}

.depoimentos-section .owl-nav .owl-prev:hover,
.depoimentos-section .owl-nav .owl-next:hover {
    background: #FF4F8B !important;
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    .depoimentos-list-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .depoimentos-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .depoimentos-heading {
        margin-bottom: 28px;
    }

    .depoimentos-heading h2 {
        font-size: 34px;
    }

    .depoimentos-heading p {
        font-size: 16px;
        line-height: 1.65;
    }

    .depoimentos-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .depoimento-card-inner {
        padding: 24px 18px 24px;
        border-radius: 26px;
    }

    .depoimento-card-title {
        font-size: 20px;
    }

    .depoimento-card-badge {
        min-width: 180px;
        padding: 14px 22px;
    }

    .depoimento-card-badge span {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .depoimentos-section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .depoimentos-heading h2 {
        font-size: 28px;
        line-height: 1.14;
    }

    .depoimentos-heading p {
        font-size: 15px;
    }

    .depoimentos-list-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .depoimento-card {
        padding: 0;
    }

    .depoimento-card-badge {
        width: 100%;
    }

    .depoimentos-cta {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .depoimentos-empty-state {
        padding: 36px 20px;
        border-radius: 22px;
    }

    .depoimentos-empty-state h3 {
        font-size: 24px;
    }

    .depoimentos-empty-state p {
        font-size: 15px;
    }

    .depoimentos-pagination {
        gap: 10px;
    }

    .depoimentos-page-link {
        min-width: 42px;
        min-height: 42px;
        padding: 10px 14px;
    }
}
