/* ── Hero ── */
.hero-temoignages {
    background-color: var(--gray-900);
    color: #fff;
    padding: 72px 0 64px;
}

.hero-temoignages .label-section {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 24px;
}

.hero-temoignages .label-section::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}

.hero-temoignages .label-section::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: var(--red);
}

.hero-temoignages h1 {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
}

.hero-temoignages h1 em {
    font-style: italic;
    color: var(--red);
    display: block;
}

.hero-temoignages .hero-desc {
    font-size: 0.93rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.75;
    max-width: 480px;
}

/* ── Barre de stats ── */
.stats-bar {
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 0;
}

.stats-bar .stats-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.stat-item {
    padding: 36px 48px;
    border-right: 1px solid var(--border);
    text-align: left;
}

.stat-item:last-child {
    border-right: none;
}

.stat-value {
    font-family: var(--font-display);
    font-size: 2.4rem;
    font-weight: 900;
    color: var(--red);
    line-height: 1;
    margin-bottom: 6px;
}

.stat-value sup {
    font-size: 1.1rem;
    font-weight: 700;
    vertical-align: super;
}

.stat-label {
    font-size: 0.875rem;
    color: var(--gray-300);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* ── Section témoignages ── */
.section-temoignages {
    padding: 64px 0 80px;
    background: #fff;
}

.temoignages-header {
    margin-bottom: 40px;
}

.temoignages-header h2 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--gray-900);
    margin-bottom: 0;
}

.temoignages-header h2 em {
    font-style: italic;
    color: var(--red);
}

.temoignages-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.875rem;
    color: var(--gray-300);
}

.temoignages-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.temoignages-nav button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: var(--gray-700);
    transition: color .2s;
    line-height: 1;
}

.temoignages-nav button:hover {
    color: var(--red);
}

.temoignages-nav .page-indicator {
    font-size: 0.875rem;
    color: var(--gray-500);
    font-weight: 500;
    min-width: 40px;
    text-align: center;
}

.temoignages-desc {
    font-size: 0.9rem;
    color: var(--gray-500);
    line-height: 1.75;
    max-width: 420px;
    margin-bottom: 40px;
}

/* ── Grille de cards ── */
.temoignages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* ── Card témoignage ── */
.temoignage-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--border);
    border-top: 3px solid var(--red);
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.temoignage-card .quote-icon {
    font-size: 1.6rem;
    color: var(--red);
    line-height: 1;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    font-weight: 900;
}

.stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.stars .star {
    font-size: 0.875rem;
}

.stars .star--active {
    color: var(--red);
}

.stars .star--inactive {
    color: #e8e8e8;
}

.temoignage-card .temoignage-text {
    font-size: 0.875rem;
    color: var(--gray-500);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 20px;
}

.temoignage-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    margin-top: auto;
}

.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    flex-shrink: 0;
}

.author-info .author-name {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--gray-900);
    display: block;
    line-height: 1.3;
}

.author-info .author-role {
    font-size: 0.875rem;
    color: var(--gray-300);
    display: block;
}

/* ── Bannière CTA ── */
.cta-temoignage {
    background: var(--gray-900);
    padding: 44px 56px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 64px;
}

.cta-temoignage .cta-left h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
}

.cta-temoignage .cta-left p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, .45);
    margin: 0;
}

.btn-temoignage {
    background-color: var(--red);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px 28px;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: .03em;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: background .2s, transform .15s;
    flex-shrink: 0;
}

.btn-temoignage:hover {
    background-color: var(--red-dark);
    color: #fff;
    transform: translateX(3px);
}

.temoignages-empty {
    padding: 64px;
    text-align: center;
    background: #fafafa;
    border: 1px dashed rgba(0,0,0,0.09);
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    margin-bottom: 48px;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .temoignages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .stats-bar .stats-inner {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding: 28px 24px;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .temoignages-grid {
        grid-template-columns: 1fr;
    }

    .cta-temoignage {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
    }
}