/*==================================================
TESTIMONIALS
==================================================*/

.testimonials-page{

    padding:80px 0;

    background:#faf9ff;

}

.testimonials-page .container{

    max-width:1280px;

    margin:auto;

    padding:0 30px;

}

/*==================================================
HERO
==================================================*/

.testimonials-hero{

    max-width:900px;

    margin:0 auto 80px;

    text-align:center;

}

.testimonials-hero .section-tag{

    display:inline-block;

    padding:8px 22px;

    background:#efe9ff;

    color:#6d28d9;

    border-radius:50px;

    font-weight:700;

    margin-bottom:20px;

}

.testimonials-hero h1{

    font-size:3.2rem;

    color:#241c44;

    line-height:1.2;

    margin-bottom:25px;

}

.testimonials-hero p{

    max-width:760px;

    margin:auto;

    color:#666;

    line-height:1.9;

    font-size:1.1rem;

}

/*==================================================
INTRODUCTION
==================================================*/

.testimonials-intro{

    margin-bottom:90px;

}

.intro-box{

    max-width:900px;

    margin:auto;

    background:#fff;

    padding:60px;

    border-radius:28px;

    text-align:center;

    box-shadow:0 18px 50px rgba(0,0,0,.08);

}

.intro-box h2{

    color:#241c44;

    font-size:2.2rem;

    margin-bottom:20px;

}

.intro-box p{

    color:#666;

    line-height:1.9;

    margin:0;

}

/*==================================================
TEMOIGNAGE VEDETTE
==================================================*/

.featured-testimonial{

    margin-bottom:100px;

}

.featured-card{

    max-width:1000px;

    margin:auto;

    background:#fff;

    padding:60px;

    border-radius:30px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    position:relative;

}

.quote-icon{

    position:absolute;

    top:25px;

    right:35px;

    font-size:5rem;

    color:#efe9ff;

    line-height:1;

}

.featured-content{

    position:relative;

    z-index:2;

}

.featured-content .stars{

    color:#f6b800;

    font-size:1.2rem;

    letter-spacing:3px;

    margin-bottom:18px;

}

.featured-content h2{

    color:#241c44;

    margin-bottom:25px;

    font-size:2rem;

}

.featured-content p{

    color:#555;

    line-height:2;

    font-size:1.08rem;

    margin:0;

}

/*==================================================
GRILLE DES TÉMOIGNAGES
==================================================*/

.testimonials-grid-section{

    padding:90px 0;

}

.testimonials-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

    margin-top:60px;

}

/*==================================================
CARTE TÉMOIGNAGE
==================================================*/

.testimonial-card{

    background:#fff;

    padding:40px;

    border-radius:25px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.testimonial-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:5px;

    height:100%;

    background:linear-gradient(180deg,#6d28d9,#9f7aea);

}

.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(0,0,0,.12);

}

/*==================================================
ETOILES
==================================================*/

.testimonial-card .stars{

    color:#f6b800;

    font-size:1.15rem;

    letter-spacing:3px;

    margin-bottom:18px;

}

/*==================================================
NOM
==================================================*/

.testimonial-card h3{

    color:#241c44;

    font-size:1.25rem;

    margin-bottom:20px;

}

.testimonial-card h3 span{

    color:#8b8b8b;

    font-weight:400;

    font-size:.95rem;

}

/*==================================================
TEXTE
==================================================*/

.testimonial-card p{

    color:#555;

    line-height:1.9;

    margin:0;

}

/*==================================================
SECTION HEADING
==================================================*/

.testimonials-grid-section .section-heading{

    text-align:center;

    max-width:850px;

    margin:0 auto;

}

.testimonials-grid-section .section-tag{

    display:inline-block;

    padding:8px 20px;

    background:#efe9ff;

    color:#6d28d9;

    border-radius:50px;

    font-weight:700;

    margin-bottom:18px;

}

.testimonials-grid-section h2{

    font-size:2.5rem;

    color:#241c44;

    margin-bottom:20px;

}

.testimonials-grid-section .section-heading p{

    color:#666;

    line-height:1.9;

}

/*==================================================
POURQUOI ME FAIRE CONFIANCE
==================================================*/

.trust-section{

    padding:90px 0;

}

.trust-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:55px;

}

.trust-card{

    background:#fff;

    padding:45px 35px;

    border-radius:25px;

    text-align:center;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.trust-card:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(0,0,0,.14);

}

.trust-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#f3edff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:2rem;

}

.trust-card h3{

    color:#241c44;

    margin-bottom:15px;

    font-size:1.3rem;

}

.trust-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*==================================================
CTA
==================================================*/

.testimonials-cta{

    padding:90px 0;

}

.testimonials-cta .cta-box{

    background:linear-gradient(135deg,#6d28d9,#4f46e5);

    color:#fff;

    padding:80px 60px;

    border-radius:30px;

    text-align:center;

}

.testimonials-cta .section-tag{

    display:inline-block;

    padding:8px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    font-weight:700;

    margin-bottom:20px;

}

.testimonials-cta h2{

    color:#fff;

    font-size:2.6rem;

    margin-bottom:25px;

}

.testimonials-cta p{

    max-width:760px;

    margin:0 auto 40px;

    color:rgba(255,255,255,.92);

    line-height:1.9;

}

.testimonials-cta .cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.testimonials-cta .btn{

    min-width:220px;

}

.testimonials-cta .btn-outline{

    background:transparent;

    border:2px solid rgba(255,255,255,.35);

    color:#fff;

}

.testimonials-cta .btn-outline:hover{

    background:#fff;

    color:#6d28d9;

}

/*==================================================
ANIMATIONS
==================================================*/

.featured-card,

.testimonial-card,

.trust-card{

    animation:fadeUp .8s ease both;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(30px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1100px){

.testimonials-grid{

    grid-template-columns:1fr;

}

.trust-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonials-page{

    padding:60px 0;

}

.testimonials-page .container{

    padding:0 20px;

}

.testimonials-hero{

    margin-bottom:60px;

}

.testimonials-hero h1{

    font-size:2.4rem;

}

.intro-box,

.featured-card{

    padding:40px 30px;

}

.quote-icon{

    display:none;

}

.featured-content h2{

    font-size:1.7rem;

}

.trust-grid{

    grid-template-columns:1fr;

}

.testimonials-cta .cta-box{

    padding:55px 30px;

}

.testimonials-cta h2{

    font-size:2rem;

}

.testimonials-cta .cta-buttons{

    flex-direction:column;

}

.testimonials-cta .btn{

    width:100%;

}

}

@media(max-width:480px){

.testimonials-hero h1{

    font-size:2rem;

}

.featured-card,

.testimonial-card,

.trust-card{

    padding:30px 22px;

}

.trust-icon{

    width:65px;

    height:65px;

    font-size:1.7rem;

}

.testimonials-cta .cta-box{

    padding:45px 20px;

    border-radius:22px;

}

}