/* ================================================
   TESTIMONIALS — carousel destacado + grid
   ================================================ */

.test-page {
    background: var(--bb-bg);
    padding: 2rem 0 var(--section-y);
}

.test-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}
.test-head h1 {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    line-height: 1.05;
    margin: 1rem 0 0.85rem;
    color: var(--bb-ink);
}
.test-head h1 em { font-style: italic; color: var(--bb-gold-dark); }
.test-head p {
    color: var(--bb-ink-muted);
    font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
}

/* Stats con score promedio */
.test-stats {
    margin: 2rem auto 0;
    max-width: 540px;
}

/* Carousel destacado */
.test-featured-section {
    margin-bottom: 4rem;
}
.test-featured-section .swiper {
    padding-bottom: 4rem;
}
.test-featured-section .swiper-pagination {
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.test-featured-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--bb-line-strong);
    opacity: 1;
}
.test-featured-section .swiper-pagination-bullet-active { background: var(--bb-gold); }

/* Filter chips marca */
.test-filter {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}
.test-filter button {
    background: transparent;
    border: 1px solid var(--bb-line-strong);
    color: var(--bb-ink);
    padding: 0.55rem 1.1rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: var(--ls-uppercase);
    text-transform: uppercase;
    cursor: pointer;
    transition: all var(--dur-fast) var(--bb-ease);
}
.test-filter button:hover { border-color: var(--bb-ink); }
.test-filter button.is-active {
    background: var(--bb-ink);
    color: #fff;
    border-color: var(--bb-ink);
}

/* CTA al final */
.test-cta {
    background: var(--bb-bg-soft);
    padding: 3rem 2rem;
    text-align: center;
    margin-top: 4rem;
    border: 1px solid var(--bb-line);
}
.test-cta h3 {
    font-family: var(--font-display);
    font-size: 1.65rem;
    margin: 0 0 0.85rem;
    color: var(--bb-ink);
}
.test-cta h3 em { font-style: italic; color: var(--bb-gold-dark); }
.test-cta p { color: var(--bb-ink-muted); margin: 0 0 1.5rem; line-height: 1.65; }
