.depoimentos-page .marketing-nav a {
    font-size: 0.74rem;
    letter-spacing: 0.05em;
    text-transform: none;
}

.depoimentos-page .testimonial-summary {
    margin-bottom: 1.45rem;
}

.depoimentos-page .marketing-section-heading,
.depoimentos-page .marketing-section-lead {
    max-width: none;
}

.depoimentos-page .testimonial-stack {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.depoimentos-page .testimonial-card {
    padding: 1.2rem 1.2rem 1.05rem;
    border: 0.0625rem solid rgba(24, 29, 26, 0.08);
    border-left-width: 0.14rem;
    border-left-color: rgba(2, 172, 207, 0.45);
    background: linear-gradient(180deg, #ffffff 0%, #faf7ef 100%);
    box-shadow: 0 0.6rem 1.3rem rgba(28, 32, 29, 0.03);
}

.depoimentos-page .testimonial-card p {
    margin: 0 0 0.8rem;
    max-width: none;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.82;
    color: #2f342f;
}

.depoimentos-page .testimonial-card p:last-child {
    margin-bottom: 0;
}

.depoimentos-page .citation {
    margin-top: 0.95rem;
    padding-top: 0.85rem;
    border-top: 0.0625rem solid rgba(24, 29, 26, 0.08);
}

.depoimentos-page .citation-name,
.depoimentos-page .citation-role {
    margin: 0;
}

.depoimentos-page .citation-name {
    font-size: 0.92rem;
    font-weight: 500;
    color: #111717;
}

.depoimentos-page .citation-role {
    margin-top: 0.18rem;
    font-size: 0.8rem;
    line-height: 1.58;
    color: #59635b;
}
