﻿.capps-satisfaction-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 80px 0 60px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: rgba(99, 102, 241, 0.15);
        border-radius: 50%;
        top: -100px;
        left: -100px;
        filter: blur(80px);
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #818cf8;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capps-satisfaction-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Grille des témoignages */
.capps-testimonials-container {
    padding: 70px 0;
    background-color: #f8fafc;
}

.capps-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.capps-testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .capps-testimonial-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px -10px rgba(99, 102, 241, 0.12);
        border-color: #c7d2fe;
    }

    .capps-testimonial-card.featured-card {
        background: linear-gradient(135deg, #ffffff 0%, #f5f3ff 100%);
        border: 2px solid #6366f1;
    }

.capps-certified-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #e0e7ff;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 5px rgba(79, 70, 229, 0.1);
}

.capps-stars-row {
    color: #f59e0b;
    font-size: 18px;
    margin-bottom: 20px;
    display: flex;
    gap: 2px;
}

.capps-testimonial-text {
    font-size: 1rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.capps-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
}

.capps-author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
}

.capps-author-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 3px 0;
}

.capps-author-info p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Stats Globales de satisfaction */
.capps-global-stats {
    background: #ffffff;
    padding: 40px 0;
    border-bottom: 1px solid #e2e8f0;
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 5px;
}

.capps-stat-box p {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}


/****/

/* ===== PAGE TÉMOIGNAGES & SATISFACTION (EXTRA EXTRA DESIGN) ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 85px 0 65px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(99, 102, 241, 0.15);
        border-radius: 50%;
        top: -120px;
        right: -100px;
        filter: blur(90px);
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #818cf8;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capps-satisfaction-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 680px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Stats Globales */
.capps-global-stats {
    background: #ffffff;
    padding: 35px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 5px;
}

.capps-stat-box p {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

/* Grille Asymétrique & Différente */
.capps-diff-container {
    padding: 80px 0;
    background-color: #f8fafc;
}

.capps-diff-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.capps-diff-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .capps-diff-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.1);
        border-color: #cbd5e1;
    }

/* Asymétrie des tailles de cartes */
.card-size-large {
    grid-column: span 7;
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    border-left: 4px solid #6366f1;
}

.card-size-medium {
    grid-column: span 5;
}

.card-size-compact {
    grid-column: span 4;
}

@media (max-width: 992px) {
    .card-size-large, .card-size-medium, .card-size-compact {
        grid-column: span 12;
    }
}

.capps-certified-pill {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #f1f5f9;
    color: #334155;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .capps-certified-pill.highlight-pill {
        background: #e0e7ff;
        color: #4f46e5;
    }

.capps-stars-row {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 16px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.98rem;
    color: #1e293b;
    line-height: 1.65;
    margin-bottom: 24px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

.capps-author-avatar-diff {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}

    .capps-author-avatar-diff.alt {
        background: #4f46e5;
    }

.capps-author-info-diff h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* CTA Section spécifique */
.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}


/****/

/* ===== PAGE TÉMOIGNAGES & SATISFACTION (EXTRA EXTRA DESIGN) ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 85px 0 65px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(99, 102, 241, 0.15);
        border-radius: 50%;
        top: -120px;
        right: -100px;
        filter: blur(90px);
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #818cf8;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capps-satisfaction-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 680px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Stats Globales */
.capps-global-stats {
    background: #ffffff;
    padding: 35px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 5px;
}

.capps-stat-box p {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

/* Grille Asymétrique & Différente (Effet diff element) */
.capps-diff-container {
    padding: 80px 0;
    background-color: #f8fafc;
}

.capps-diff-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.capps-diff-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .capps-diff-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.1);
        border-color: #cbd5e1;
    }

/* Asymétrie des tailles de cartes */
.card-size-large {
    grid-column: span 7;
    background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
    border-left: 4px solid #6366f1;
}

.card-size-medium {
    grid-column: span 5;
}

.card-size-compact {
    grid-column: span 4;
}

.card-size-wide {
    grid-column: span 8;
}

@media (max-width: 992px) {
    .card-size-large, .card-size-medium, .card-size-compact, .card-size-wide {
        grid-column: span 12;
    }
}

.capps-certified-pill {
    position: absolute;
    top: 22px;
    right: 22px;
    background: #f1f5f9;
    color: #334155;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .capps-certified-pill.highlight-pill {
        background: #e0e7ff;
        color: #4f46e5;
    }

.capps-stars-row {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 16px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.98rem;
    color: #1e293b;
    line-height: 1.65;
    margin-bottom: 24px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

.capps-author-avatar-diff {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}

    .capps-author-avatar-diff.alt {
        background: #4f46e5;
    }

.capps-author-info-diff h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* Animation d'apparition pour les éléments injectés par JS */
.capps-fade-in-item {
    animation: cappsFadeInUp 0.6s ease forwards;
}

@keyframes cappsFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}

/*****/

/* ===== PAGE TÉMOIGNAGES : DÉFILEMENT INFINI 2 LIGNES (DROITE -> GAUCHE) ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 85px 0 65px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(99, 102, 241, 0.15);
        border-radius: 50%;
        top: -120px;
        right: -100px;
        filter: blur(90px);
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #818cf8;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capps-satisfaction-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 680px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Stats Globales */
.capps-global-stats {
    background: #ffffff;
    padding: 35px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 5px;
}

.capps-stat-box p {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

/* ===== CONTENEUR DU DÉFILEMENT INFINI 2 LIGNES ===== */
.capps-marquee-container {
    padding: 80px 0;
    background-color: #f8fafc;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .capps-marquee-container::before,
    .capps-marquee-container::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .capps-marquee-container::before {
        left: 0;
        background: linear-gradient(to right, #f8fafc, transparent);
    }

    .capps-marquee-container::after {
        right: 0;
        background: linear-gradient(to left, #f8fafc, transparent);
    }

.capps-marquee-track {
    display: flex;
    width: max-content;
    gap: 24px;
    animation: scrollRightToLeft 35s linear infinite;
}

    .capps-marquee-track:hover {
        animation-play-state: paused;
    }

/* Forcer exactement 2 lignes de cartes à l'intérieur de chaque bloc de piste */
.capps-marquee-group {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 24px;
    align-items: center;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Styles des cartes de témoignages */
.capps-diff-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    width: 360px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}

    .capps-diff-card.highlight-card {
        background: linear-gradient(145deg, #ffffff 0%, #fefefe 100%);
        border-left: 4px solid #6366f1;
    }

.capps-certified-pill {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f1f5f9;
    color: #334155;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .capps-certified-pill.highlight-pill {
        background: #e0e7ff;
        color: #4f46e5;
    }

.capps-stars-row {
    color: #f59e0b;
    font-size: 15px;
    margin-bottom: 14px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.6;
    margin-bottom: 20px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}

.capps-author-avatar-diff {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

    .capps-author-avatar-diff.alt {
        background: #4f46e5;
    }

.capps-author-info-diff h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}

/*****/

/* ===== PAGE TÉMOIGNAGES : DÉFILEMENT INFINI 1 LIGNE (EXTRA RÉALISTE) ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 85px 0 65px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(99, 102, 241, 0.15);
        border-radius: 50%;
        top: -120px;
        right: -100px;
        filter: blur(90px);
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #818cf8;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capps-satisfaction-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 680px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Stats Globales */
.capps-global-stats {
    background: #ffffff;
    padding: 35px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 5px;
}

.capps-stat-box p {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

/* ===== CONTENEUR DU DÉFILEMENT INFINI 1 LIGNE ===== */
.capps-marquee-container {
    padding: 80px 0;
    background-color: #f8fafc;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .capps-marquee-container::before,
    .capps-marquee-container::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .capps-marquee-container::before {
        left: 0;
        background: linear-gradient(to right, #f8fafc, transparent);
    }

    .capps-marquee-container::after {
        right: 0;
        background: linear-gradient(to left, #f8fafc, transparent);
    }

.capps-marquee-track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: scrollRightToLeft 40s linear infinite;
}

    .capps-marquee-track:hover {
        animation-play-state: paused;
    }

.capps-marquee-group {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== STYLES DES CARTES AVEC LONGUEURS ET VARIATIONS DIFFÉRENTES ===== */
.capps-diff-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}

/* Variantes de largeurs pour casser la monotonie (effet réaliste) */
.card-width-sm {
    width: 320px;
}

.card-width-md {
    width: 380px;
}

.card-width-lg {
    width: 440px;
}

/* Styles de cartes alternatifs */
.capps-diff-card.style-primary-border {
    border-left: 4px solid #6366f1;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

.capps-diff-card.style-dark-accent {
    background: #0f172a;
    color: #ffffff;
    border: 1px solid #1e293b;
}

    .capps-diff-card.style-dark-accent .capps-diff-text {
        color: #cbd5e1;
    }

    .capps-diff-card.style-dark-accent .capps-author-info-diff h4 {
        color: #ffffff;
    }

    .capps-diff-card.style-dark-accent .capps-author-info-diff p {
        color: #94a3b8;
    }

    .capps-diff-card.style-dark-accent .capps-diff-author {
        border-top-color: #1e293b;
    }

.capps-certified-pill {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #f1f5f9;
    color: #334155;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.style-dark-accent .capps-certified-pill {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}

.capps-stars-row {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.92rem;
    color: #1e293b;
    line-height: 1.55;
    margin-bottom: 18px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.style-dark-accent .capps-diff-text strong {
    color: #818cf8;
}

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.capps-author-avatar-diff {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

    .capps-author-avatar-diff.alt {
        background: #4f46e5;
    }

.style-dark-accent .capps-author-avatar-diff {
    background: #334155;
}

.capps-author-info-diff h4 {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}

/*****/

/* ===== PAGE TÉMOIGNAGES : DÉFILEMENT INFINI 1 LIGNE (UNIFORMISÉ AVEC BORDURE GAUCHE) ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    padding: 85px 0 65px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(99, 102, 241, 0.15);
        border-radius: 50%;
        top: -120px;
        right: -100px;
        filter: blur(90px);
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.2);
    border: 1px solid rgba(99, 102, 241, 0.4);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #818cf8;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capps-satisfaction-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    max-width: 680px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Stats Globales */
.capps-global-stats {
    background: #ffffff;
    padding: 35px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 5px;
}

.capps-stat-box p {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    margin: 0;
}

/* ===== CONTENEUR DU DÉFILEMENT INFINI 1 LIGNE ===== */
.capps-marquee-container {
    padding: 80px 0;
    background-color: #f8fafc;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .capps-marquee-container::before,
    .capps-marquee-container::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .capps-marquee-container::before {
        left: 0;
        background: linear-gradient(to right, #f8fafc, transparent);
    }

    .capps-marquee-container::after {
        right: 0;
        background: linear-gradient(to left, #f8fafc, transparent);
    }

.capps-marquee-track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: scrollRightToLeft 40s linear infinite;
}

    .capps-marquee-track:hover {
        animation-play-state: paused;
    }

.capps-marquee-group {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== STYLES DE TOUTES LES CARTES (UNIFORMISÉES AVEC BORDURE GAUCHE) ===== */
.capps-diff-card {
    background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #6366f1; /* Appliqué uniformément à toutes les cartes */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .capps-diff-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 25px -5px rgba(99, 102, 241, 0.12);
    }

/* Variantes de largeurs pour garder le dynamisme naturel */
.card-width-sm {
    width: 320px;
}

.card-width-md {
    width: 380px;
}

.card-width-lg {
    width: 440px;
}

.capps-certified-pill {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #e0e7ff;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.capps-stars-row {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.92rem;
    color: #1e293b;
    line-height: 1.55;
    margin-bottom: 18px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.capps-author-avatar-diff {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #4f46e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

.capps-author-info-diff h4 {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}

/*****/

/* ===== PAGE TÉMOIGNAGES : DÉFILEMENT INFINI 1 LIGNE (DESIGN LUMINEUX - SANS NOIR) ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #312e81 0%, #4338ca 100%);
    padding: 85px 0 65px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 450px;
        height: 450px;
        background: rgba(129, 140, 248, 0.2);
        border-radius: 50%;
        top: -120px;
        right: -100px;
        filter: blur(90px);
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #e0e7ff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.capps-satisfaction-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -0.025em;
    color: #ffffff;
}

    .capps-satisfaction-title span {
        color: #c7d2fe;
    }

.capps-satisfaction-subtitle {
    font-size: 1.15rem;
    color: #e0e7ff;
    max-width: 680px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* Stats Globales */
.capps-global-stats {
    background: #f8fafc;
    padding: 35px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 5px;
}

.capps-stat-box p {
    font-size: 14px;
    color: #475569;
    font-weight: 500;
    margin: 0;
}

/* ===== CONTENEUR DU DÉFILEMENT INFINI 1 LIGNE ===== */
.capps-marquee-container {
    padding: 80px 0;
    background-color: #f1f5f9;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .capps-marquee-container::before,
    .capps-marquee-container::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .capps-marquee-container::before {
        left: 0;
        background: linear-gradient(to right, #f1f5f9, transparent);
    }

    .capps-marquee-container::after {
        right: 0;
        background: linear-gradient(to left, #f1f5f9, transparent);
    }

.capps-marquee-track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: scrollRightToLeft 40s linear infinite;
}

    .capps-marquee-track:hover {
        animation-play-state: paused;
    }

.capps-marquee-group {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ===== STYLES DE TOUTES LES CARTES (LUMINEUSES & DOUCES) ===== */
.capps-diff-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 20px -4px rgba(71, 85, 105, 0.06);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #4f46e5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .capps-diff-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 25px -5px rgba(79, 70, 229, 0.12);
    }

/* Variantes de largeurs */
.card-width-sm {
    width: 320px;
}

.card-width-md {
    width: 380px;
}

.card-width-lg {
    width: 440px;
}

.capps-certified-pill {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #e0e7ff;
    color: #4338ca;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.capps-stars-row {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.55;
    margin-bottom: 18px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.capps-author-avatar-diff {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #4f46e5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

.capps-author-info-diff h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}

/*******/

/* ===== SECTION HERO SATISFACTION : EXTRA DESIGN LUMINEUX & MODERNE ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #818cf8 100%);
    padding: 110px 0 90px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.05);
}

    /* Effets lumineux d'arrière-plan artistiques (Orbes floutés lumineux) */
    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        top: -150px;
        left: -100px;
        filter: blur(90px);
        pointer-events: none;
        animation: cappsPulseGlow 8s ease-in-out infinite alternate;
    }

    .capps-satisfaction-hero::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: rgba(199, 210, 254, 0.25);
        border-radius: 50%;
        bottom: -100px;
        right: -80px;
        filter: blur(80px);
        pointer-events: none;
    }

@keyframes cappsPulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.15);
        opacity: 1;
    }
}

/* Badge raffiné avec effet de verre (Glassmorphism) */
.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(31, 38, 135, 0.15);
    transition: transform 0.3s ease;
}

    .capps-satisfaction-badge:hover {
        transform: translateY(-2px);
    }

    .capps-satisfaction-badge i {
        font-size: 16px;
        color: #fef08a; /* Éclat doré subtil pour l'icône de récompense */
    }

/* Titre principal percutant */
.capps-satisfaction-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    /* Surlignage élégant du texte en gradient clair */
    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
    }

/* Sous-titre aéré et lisible */
.capps-satisfaction-subtitle {
    font-size: 1.2rem;
    color: #f1f5f9;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.95;
}

/* Responsive pour tablettes et mobiles */
@media (max-width: 768px) {
    .capps-satisfaction-hero {
        padding: 70px 0 50px 0;
    }

    .capps-satisfaction-title {
        font-size: 2.2rem;
    }

    .capps-satisfaction-subtitle {
        font-size: 1.05rem;
        padding: 0 15px;
    }
}


/*****/

/* ===== PAGE TÉMOIGNAGES : DESIGN GLOBAL & LUMINEUX ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #818cf8 100%);
    padding: 110px 0 90px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.05);
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        top: -150px;
        left: -100px;
        filter: blur(90px);
        pointer-events: none;
    }

    .capps-satisfaction-hero::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: rgba(199, 210, 254, 0.25);
        border-radius: 50%;
        bottom: -100px;
        right: -80px;
        filter: blur(80px);
        pointer-events: none;
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(31, 38, 135, 0.15);
}

    .capps-satisfaction-badge i {
        font-size: 16px;
        color: #fef08a;
    }

.capps-satisfaction-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #ffffff;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.2rem;
    color: #f1f5f9;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.95;
}

/* Stats Globales (Améliorées avec micro-phrases) */
.capps-global-stats {
    background: #f8fafc;
    padding: 45px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    text-align: center;
    max-width: 1050px;
    margin: 0 auto;
}

.capps-stat-box h3 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #4f46e5;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.capps-stat-box p {
    font-size: 14.5px;
    color: #475569;
    font-weight: 600;
    margin: 0;
}

/* ===== CONTENEUR DU DÉFILEMENT INFINI 1 LIGNE ===== */
.capps-marquee-container {
    padding: 80px 0;
    background-color: #f1f5f9;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .capps-marquee-container::before,
    .capps-marquee-container::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .capps-marquee-container::before {
        left: 0;
        background: linear-gradient(to right, #f1f5f9, transparent);
    }

    .capps-marquee-container::after {
        right: 0;
        background: linear-gradient(to left, #f1f5f9, transparent);
    }

.capps-marquee-track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: scrollRightToLeft 40s linear infinite;
}

    .capps-marquee-track:hover {
        animation-play-state: paused;
    }

.capps-marquee-group {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Cartes de témoignages lumineuses et uniformisées */
.capps-diff-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 20px -4px rgba(71, 85, 105, 0.06);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #4f46e5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .capps-diff-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 25px -5px rgba(79, 70, 229, 0.12);
    }

.card-width-sm {
    width: 320px;
}

.card-width-md {
    width: 380px;
}

.card-width-lg {
    width: 440px;
}

.capps-certified-pill {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #e0e7ff;
    color: #4338ca;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.capps-stars-row {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.55;
    margin-bottom: 18px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.capps-author-avatar-diff {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #4f46e5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

    .capps-author-avatar-diff.alt {
        background: #4338ca;
    }

.capps-author-info-diff h4 {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 11px;
    color: #64748b;
    margin: 0;
}

/* ===== CTA STRATÉGIQUE INTERMÉDIAIRE ===== */
.capps-mid-cta-section {
    background: #ffffff;
    padding: 70px 0;
    border-bottom: 1px solid #e2e8f0;
}

.capps-mid-cta-box {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border: 1px solid #c7d2fe;
    border-radius: 20px;
    padding: 50px 30px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.04);
}

    .capps-mid-cta-box h2 {
        font-size: 2.2rem;
        font-weight: 800;
        color: #1e1b4b;
        margin-bottom: 12px;
    }

    .capps-mid-cta-box p {
        font-size: 1.1rem;
        color: #475569;
        margin-bottom: 30px;
    }

.capps-mid-cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* ===== MINI "CAS CLIENT" DÉTAILLÉ ===== */
.capps-case-study-section {
    background: #f8fafc;
    padding: 80px 0;
}

.capps-case-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 45px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    max-width: 1050px;
    margin: 0 auto;
}

.capps-case-header {
    text-align: center;
    margin-bottom: 40px;
}

.capps-case-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e0e7ff;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.capps-case-header h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
}

.capps-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.capps-case-col {
    background: #f8fafc;
    border-radius: 14px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    position: relative;
}

.capps-case-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

    .capps-case-icon.problem {
        background: #fee2e2;
        color: #dc2626;
    }

    .capps-case-icon.solution {
        background: #e0e7ff;
        color: #4f46e5;
    }

    .capps-case-icon.result {
        background: #d1fae5;
        color: #059669;
    }

.capps-case-col h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.capps-case-col p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.capps-case-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .capps-case-list li {
        font-size: 0.92rem;
        color: #334155;
        margin-bottom: 8px;
        position: relative;
        padding-left: 18px;
    }

        .capps-case-list li::before {
            content: "•";
            color: #059669;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}

/*****/

/* ===== PAGE TÉMOIGNAGES : DESIGN ULTRA-LUMINEUX & CONVERSION MAXIMISÉE ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #818cf8 100%);
    padding: 110px 0 90px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.05);
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        top: -150px;
        left: -100px;
        filter: blur(90px);
        pointer-events: none;
    }

    .capps-satisfaction-hero::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        background: rgba(199, 210, 254, 0.25);
        border-radius: 50%;
        bottom: -100px;
        right: -80px;
        filter: blur(80px);
        pointer-events: none;
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(31, 38, 135, 0.15);
}

    .capps-satisfaction-badge i {
        font-size: 16px;
        color: #fef08a;
    }

.capps-satisfaction-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #ffffff;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.2rem;
    color: #f1f5f9;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
    opacity: 0.95;
}

/* ===== CHIFFRES & STATS GLOBALES (TRÈS IMPACTANTS) ===== */
.capps-global-stats {
    background: #ffffff;
    padding: 50px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 3;
    margin-top: -30px;
    border-radius: 24px 24px 0 0;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.capps-stat-box {
    padding: 15px;
    position: relative;
}

    .capps-stat-box:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: #e2e8f0;
    }

    .capps-stat-box h3 {
        font-size: 3rem;
        font-weight: 800;
        background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 8px;
        letter-spacing: -0.03em;
    }

    .capps-stat-box p {
        font-size: 15px;
        color: #475569;
        font-weight: 600;
        margin: 0;
        line-height: 1.4;
    }

/* ===== CONTENEUR DU DÉFILEMENT INFINI 1 LIGNE ===== */
.capps-marquee-container {
    padding: 85px 0;
    background-color: #f8fafc;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .capps-marquee-container::before,
    .capps-marquee-container::after {
        content: "";
        position: absolute;
        top: 0;
        width: 140px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .capps-marquee-container::before {
        left: 0;
        background: linear-gradient(to right, #f8fafc, transparent);
    }

    .capps-marquee-container::after {
        right: 0;
        background: linear-gradient(to left, #f8fafc, transparent);
    }

.capps-marquee-track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: scrollRightToLeft 42s linear infinite;
}

    .capps-marquee-track:hover {
        animation-play-state: paused;
    }

.capps-marquee-group {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Cartes de témoignages lumineuses, asymétriques et humaines */
.capps-diff-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 25px -5px rgba(71, 85, 105, 0.05);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #4f46e5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .capps-diff-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px -5px rgba(79, 70, 229, 0.12);
    }

.card-width-sm {
    width: 330px;
}

.card-width-md {
    width: 400px;
}

.card-width-lg {
    width: 460px;
}

.capps-certified-pill {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #e0e7ff;
    color: #4338ca;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.capps-stars-row {
    color: #f59e0b;
    font-size: 15px;
    margin-bottom: 14px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 20px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}

.capps-author-avatar-diff {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #4f46e5;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.2);
}

    .capps-author-avatar-diff.alt {
        background: #4338ca;
    }

.capps-author-info-diff h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* ===== CTA STRATÉGIQUE INTERMÉDIAIRE (MOMENTUM ÉMOTIONNEL) ===== */
.capps-mid-cta-section {
    background: #ffffff;
    padding: 75px 0;
    border-bottom: 1px solid #e2e8f0;
}

.capps-mid-cta-box {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border: 1px solid #c7d2fe;
    border-radius: 24px;
    padding: 55px 40px;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(79, 70, 229, 0.05);
}

    .capps-mid-cta-box h2 {
        font-size: 2.3rem;
        font-weight: 800;
        color: #1e1b4b;
        margin-bottom: 14px;
        letter-spacing: -0.02em;
    }

    .capps-mid-cta-box p {
        font-size: 1.15rem;
        color: #475569;
        margin-bottom: 35px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

.capps-mid-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ===== MINI "CAS CLIENT" ULTRA-DESIGN ET IMPACTANT ===== */
.capps-case-study-section {
    background: #f8fafc;
    padding: 90px 0;
}

.capps-case-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 50px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.03);
    max-width: 1100px;
    margin: 0 auto;
}

.capps-case-header {
    text-align: center;
    margin-bottom: 45px;
}

.capps-case-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e0e7ff;
    color: #4f46e5;
    font-size: 12.5px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.08);
}

.capps-case-header h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.02em;
}

.capps-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.capps-case-col {
    background: #f8fafc;
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: transform 0.3s ease;
}

    .capps-case-col:hover {
        transform: translateY(-3px);
    }

.capps-case-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

    .capps-case-icon.problem {
        background: #fee2e2;
        color: #dc2626;
    }

    .capps-case-icon.solution {
        background: #e0e7ff;
        color: #4f46e5;
    }

    .capps-case-icon.result {
        background: #d1fae5;
        color: #059669;
    }

.capps-case-col h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.capps-case-col p {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.capps-case-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .capps-case-list li {
        font-size: 0.95rem;
        color: #1e293b;
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
        font-weight: 500;
    }

        .capps-case-list li::before {
            content: "✓";
            color: #059669;
            font-weight: 800;
            position: absolute;
            left: 0;
        }

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}

/* Responsive pour tablettes et mobiles */
@media (max-width: 768px) {
    .capps-global-stats {
        margin-top: 0;
        border-radius: 0;
    }

    .capps-stat-box:not(:last-child)::after {
        display: none;
    }

    .capps-case-card, .capps-mid-cta-box {
        padding: 30px 20px;
    }
}

/****/

/* ===== PAGE TÉMOIGNAGES : OPTIMISATION CONVERSION MAXIMALE (CSS SEUL) ===== */

.capps-satisfaction-hero {
    background: linear-gradient(135deg, #4338ca 0%, #6366f1 50%, #818cf8 100%);
    padding: 110px 0 90px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.05);
}

    .capps-satisfaction-hero::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        top: -150px;
        left: -100px;
        filter: blur(90px);
        pointer-events: none;
    }

.capps-satisfaction-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .capps-satisfaction-badge i {
        font-size: 16px;
        color: #fef08a;
    }

.capps-satisfaction-title {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #ffffff;
}

    .capps-satisfaction-title span {
        background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.capps-satisfaction-subtitle {
    font-size: 1.2rem;
    color: #f1f5f9;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
}

/* Stats Globales */
.capps-global-stats {
    background: #ffffff;
    padding: 45px 0;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    position: relative;
    z-index: 3;
    margin-top: -35px;
    border-radius: 24px 24px 0 0;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.capps-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.capps-stat-box h3 {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.capps-stat-box p {
    font-size: 15px;
    color: #475569;
    font-weight: 600;
    margin: 0;
}

/* ===== BARRE DE RÉASSURANCE ===== */
.capps-reassurance-bar {
    background: #f8fafc;
    padding: 20px 0;
    border-bottom: 1px solid #e2e8f0;
}

.capps-reassure-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.capps-reassure-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #334155;
    font-size: 14.5px;
}

    .capps-reassure-item i {
        font-size: 22px;
        color: #4f46e5;
        background: #e0e7ff;
        padding: 8px;
        border-radius: 10px;
    }

/* ===== DÉFILEMENT INFINI 1 LIGNE ===== */
.capps-marquee-container {
    padding: 80px 0;
    background-color: #f1f5f9;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .capps-marquee-container::before,
    .capps-marquee-container::after {
        content: "";
        position: absolute;
        top: 0;
        width: 130px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    .capps-marquee-container::before {
        left: 0;
        background: linear-gradient(to right, #f1f5f9, transparent);
    }

    .capps-marquee-container::after {
        right: 0;
        background: linear-gradient(to left, #f1f5f9, transparent);
    }

.capps-marquee-track {
    display: flex;
    width: max-content;
    gap: 25px;
    animation: scrollRightToLeft 42s linear infinite;
}

    .capps-marquee-track:hover {
        animation-play-state: paused;
    }

.capps-marquee-group {
    display: flex;
    gap: 25px;
    align-items: stretch;
}

@keyframes scrollRightToLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.capps-diff-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 10px 25px -5px rgba(71, 85, 105, 0.05);
    border: 1px solid #e2e8f0;
    border-left: 4px solid #4f46e5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}

.card-width-sm {
    width: 330px;
}

.card-width-md {
    width: 400px;
}

.card-width-lg {
    width: 460px;
}

.capps-certified-pill {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #e0e7ff;
    color: #4338ca;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.capps-stars-row {
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    gap: 2px;
}

.capps-diff-text {
    font-size: 0.94rem;
    color: #334155;
    line-height: 1.55;
    margin-bottom: 18px;
}

    .capps-diff-text strong {
        color: #4f46e5;
    }

.capps-diff-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.capps-author-avatar-diff {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #4f46e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

    .capps-author-avatar-diff.alt {
        background: #4338ca;
    }

.capps-author-info-diff h4 {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 2px 0;
}

.capps-author-info-diff p {
    font-size: 11.5px;
    color: #64748b;
    margin: 0;
}

/* ===== CTA STRATÉGIQUE AVEC BOUTON BLEU TRÈS VIF ===== */
.capps-mid-cta-section {
    background: #ffffff;
    padding: 75px 0;
    border-bottom: 1px solid #e2e8f0;
}

.capps-mid-cta-box {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border: 1px solid #c7d2fe;
    border-radius: 24px;
    padding: 55px 40px;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(79, 70, 229, 0.05);
}

    .capps-mid-cta-box h2 {
        font-size: 2.3rem;
        font-weight: 800;
        color: #1e1b4b;
        margin-bottom: 14px;
    }

    .capps-mid-cta-box p {
        font-size: 1.15rem;
        color: #475569;
        margin-bottom: 35px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

.capps-mid-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Bouton Bleu Vif Ultra-Contrasté */
.btn-cta--vibrant-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-cta--vibrant-blue:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(37, 99, 235, 0.45);
    }

/* ===== MINI "CAS CLIENT" OPTIMISÉ ===== */
.capps-case-study-section {
    background: #f8fafc;
    padding: 85px 0;
}

.capps-case-teaser {
    text-align: center;
    background: #e0e7ff;
    color: #312e81;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 12px 24px;
    border-radius: 50px;
    max-width: 750px;
    margin: 0 auto 30px auto;
    border: 1px solid #c7d2fe;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.08);
}

.teaser-highlight {
    color: #4f46e5;
    text-transform: uppercase;
    font-weight: 800;
}

.capps-case-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    padding: 45px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.03);
    max-width: 1100px;
    margin: 0 auto;
}

.capps-case-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.capps-client-profile-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 8px 20px 8px 8px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.client-avatar-large {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #4f46e5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
}

.client-meta-info {
    text-align: left;
}

    .client-meta-info h4 {
        font-size: 14px;
        font-weight: 700;
        color: #1e293b;
        margin: 0;
    }

    .client-meta-info p {
        font-size: 12px;
        color: #64748b;
        margin: 0;
    }

.capps-case-tag {
    display: block;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.capps-case-header h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
}

.capps-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.capps-case-col {
    background: #f8fafc;
    border-radius: 16px;
    padding: 25px;
    border: 1px solid #e2e8f0;
}

    .capps-case-col.highlight-results {
        background: linear-gradient(135deg, #eef2ff 0%, #fafafa 100%);
        border-color: #c7d2fe;
    }

.capps-case-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

    .capps-case-icon.problem {
        background: #fee2e2;
        color: #dc2626;
    }

    .capps-case-icon.solution {
        background: #e0e7ff;
        color: #4f46e5;
    }

    .capps-case-icon.result {
        background: #d1fae5;
        color: #059669;
    }

.capps-case-col h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.capps-case-col p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Résultats en très grand */
.big-metric-badge {
    background: #ffffff;
    border: 1px solid #c7d2fe;
    color: #4f46e5;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.05);
}

/* ===== CARROUSEL / MULTI-SECTEURS ===== */
.capps-multi-sectors-section {
    background: #ffffff;
    padding: 85px 0;
    border-bottom: 1px solid #e2e8f0;
}

.section-title-dark {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
}

.section-subtitle-dark {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 0;
}

.sector-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .sector-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.05);
        border-color: #4f46e5;
    }

.sector-icon {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background: #e0e7ff;
    color: #4f46e5;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.sector-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.sector-card p {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 15px;
}

.sector-city {
    display: inline-block;
    background: #e2e8f0;
    color: #334155;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

/* ===== POURQUOI CAPPS FONCTIONNE ===== */
.capps-why-works {
    background: #f8fafc;
    padding: 85px 0;
}

.why-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px 25px;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
}

.why-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #e0e7ff;
    color: #4f46e5;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.capps-cta-satisfaction-wrapper {
    background: #ffffff;
    padding: 65px 0;
}