.elementor-256303 .elementor-element.elementor-element-5fa92be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-256303 .elementor-element.elementor-element-80f2fcf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7cd6fcb *//* ===== PROPULS'LEAD - CSS POUR WORDPRESS ===== */
/* À ajouter dans Apparence > Personnaliser > CSS additionnel */
/* Ou dans Elementor > Réglages du site > CSS personnalisé */

/* ===== RESET & BASE ===== */
.pl-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pl-section {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #343a40;
    line-height: 1.6;
}

.pl-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== HERO SECTION - VERSION 2 COLONNES ===== */
.pl-hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: #ffffff;
    padding: 80px 0 70px 0;
    position: relative;
    overflow: hidden;
}

.pl-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: pl-drift 20s linear infinite;
}

@keyframes pl-drift {
    from { transform: translate(0, 0); }
    to { transform: translate(50px, 50px); }
}

.pl-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pl-hero-content {
    text-align: left;
}

.pl-hero-badge {
    display: inline-block;
    background: rgba(181, 206, 81, 0.2);
    border: 1px solid #b5ce51;
    color: #b5ce51;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.pl-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.15;
    color: #ffffff;
}

.pl-hero h1 span {
    color: #b5ce51;
}

.pl-hero .pl-description {
    font-size: 1.15rem;
    margin-bottom: 35px;
    opacity: 0.92;
    line-height: 1.7;
    color: #ffffff;
}

.pl-cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pl-btn {
    padding: 16px 32px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
}

.pl-btn-primary {
    background: #ea5e3a;
    color: #ffffff !important;
    border: 2px solid #ea5e3a;
}

.pl-btn-primary:hover {
    background: #d94d28;
    border-color: #d94d28;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(234, 94, 58, 0.35);
    color: #ffffff !important;
}

.pl-btn-secondary {
    background: transparent;
    color: #ffffff !important;
    border: 2px solid #b5ce51;
}

.pl-btn-secondary:hover {
    background: #b5ce51;
    color: #2b2e71 !important;
    transform: translateY(-3px);
}

.pl-btn svg {
    width: 18px;
    height: 18px;
}

.pl-hero-reassurance {
    margin-top: 18px;
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: italic;
    color: #ffffff;
}

.pl-hero-stats {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.pl-stat-item {
    text-align: center;
}

.pl-stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #b5ce51;
    line-height: 1.2;
}

.pl-stat-label {
    font-size: 0.85rem;
    opacity: 0.85;
    color: #ffffff;
}

.pl-stat-divider {
    width: 1px;
    height: 45px;
    background: rgba(255,255,255,0.2);
}

/* Image du Hero */
.pl-hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pl-hero-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
    z-index: 2;
    display: block;
}

/* Décoration cercles derrière l'image */
.pl-hero-image::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: rgba(181, 206, 81, 0.25);
    border-radius: 50%;
    z-index: 1;
}

.pl-hero-image::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: rgba(234, 94, 58, 0.3);
    border-radius: 50%;
    z-index: 0;
}

/* ===== LOGOS SECTION ===== */
.pl-logos {
    padding: 40px 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
}

.pl-logos-title {
    text-align: center;
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.pl-logos-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.pl-logos-track {
    display: flex;
    align-items: center;
    gap: 80px;
    animation: pl-scroll 35s linear infinite;
    width: max-content;
    padding: 10px 0;
}

.pl-logos-track:hover {
    animation-play-state: paused;
}

@keyframes pl-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.pl-logo-item {
    height: 40px !important;
    width: auto !important;
    max-width: 120px !important;
    object-fit: contain !important;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pl-logo-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ===== SECTION COMMUNE ===== */
.pl-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.pl-section-tag {
    display: inline-block;
    background: #2b2e71;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pl-section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2b2e71;
    margin-bottom: 15px;
    line-height: 1.2;
}

.pl-section-header p {
    font-size: 1.15rem;
    color: #6c757d;
    max-width: 650px;
    margin: 0 auto;
}

/* ===== SERVICES SECTION ===== */
.pl-services {
    padding: 100px 0;
    background: #f8f9fa;
}

.pl-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.pl-services-grid-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.pl-service-highlight {
    margin-top: 30px;
}

.pl-service-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.pl-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2b2e71, #266534);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.pl-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(43, 46, 113, 0.12);
}

.pl-service-card:hover::before {
    transform: scaleX(1);
}

.pl-service-card.pl-featured {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 50px 60px;
}

.pl-service-card.pl-featured::before {
    display: none;
}

.pl-service-card.pl-featured .pl-service-icon {
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

.pl-service-card.pl-featured .pl-service-icon svg {
    width: 36px;
    height: 36px;
}

.pl-service-card.pl-featured h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.pl-service-card.pl-featured p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
}

.pl-service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.pl-service-icon svg {
    width: 28px;
    height: 28px;
    color: #ffffff;
}

.pl-service-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 15px;
}

.pl-service-card p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.7;
}

.pl-service-featured-content {
    flex: 1;
}

/* ===== METHOD SECTION ===== */
.pl-method {
    padding: 100px 0;
    background: #ffffff;
}

.pl-method-timeline {
    position: relative;
    margin-top: 70px;
}

.pl-timeline-line {
    position: absolute;
    left: 140px;
    top: 0;
    bottom: 120px;
    width: 3px;
    background: linear-gradient(180deg, #2b2e71 0%, #266534 100%);
    border-radius: 3px;
}

.pl-method-step {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    position: relative;
}

.pl-step-marker {
    width: 140px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.pl-step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 12px;
    box-shadow: 0 8px 25px rgba(43, 46, 113, 0.25);
    position: relative;
    z-index: 2;
}

.pl-step-duration {
    background: #ea5e3a;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-block;
}

.pl-step-content {
    flex: 1;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}

.pl-step-content::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 30px;
    width: 24px;
    height: 24px;
    background: #f8f9fa;
    transform: rotate(45deg);
}

.pl-step-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.pl-step-icon {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.pl-step-icon svg {
    width: 26px;
    height: 26px;
    color: #2b2e71;
}

.pl-step-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2b2e71;
}

.pl-step-description {
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 30px;
}

.pl-step-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pl-detail-column {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
}

.pl-detail-column h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #2b2e71;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b5ce51;
}

.pl-detail-column ul {
    list-style: none;
}

.pl-detail-column li {
    font-size: 0.95rem;
    color: #343a40;
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
}

.pl-detail-column li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #b5ce51;
    border-radius: 50%;
}

.pl-method-result {
    margin-top: 60px;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    border-radius: 20px;
    padding: 50px 60px;
    position: relative;
    overflow: hidden;
}

.pl-method-result::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(181, 206, 81, 0.15);
    border-radius: 50%;
}

.pl-result-content {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.pl-result-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pl-result-icon svg {
    width: 40px;
    height: 40px;
    color: #b5ce51;
}

.pl-result-text {
    flex: 1;
}

.pl-result-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.pl-result-text p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
}

/* ===== TESTIMONIALS SECTION ===== */
.pl-testimonials {
    padding: 100px 0;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: #ffffff;
}

.pl-testimonials .pl-section-header h2 {
    color: #ffffff !important;
}

.pl-testimonials .pl-section-header p {
    color: rgba(255,255,255,0.8) !important;
}

.pl-testimonials .pl-section-tag {
    background: #b5ce51;
    color: #2b2e71;
}

.pl-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.pl-testimonial-bottom {
    margin-top: 30px;
}

.pl-testimonial-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 40px;
    border: 1px solid rgba(255,255,255,0.15);
}

.pl-testimonial-card.pl-featured {
    grid-column: span 2;
    background: #ffffff;
    color: #343a40;
}

.pl-testimonial-card.pl-light {
    background: #ffffff;
    color: #343a40;
}

.pl-testimonial-card.pl-light .pl-author-info h4 {
    color: #2b2e71;
}

.pl-testimonial-card.pl-light .pl-author-info span {
    color: #6c757d;
}

.pl-testimonial-quote {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
}

.pl-testimonial-card.pl-featured .pl-testimonial-quote {
    font-size: 1.1rem;
    color: #343a40;
}

.pl-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pl-author-avatar {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #ea5e3a, #b5ce51);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
    object-fit: cover;
}

img.pl-author-avatar {
    background: none;
}

.pl-testimonial-card.pl-featured .pl-author-avatar {
    background: linear-gradient(135deg, #2b2e71, #266534);
}

.pl-author-info h4 {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 3px;
    color: #ffffff;
}

.pl-author-info span {
    font-size: 0.9rem;
    opacity: 0.8;
    color: #ffffff;
}

.pl-testimonial-card.pl-featured .pl-author-info h4 {
    color: #2b2e71;
}

.pl-testimonial-card.pl-featured .pl-author-info span {
    color: #6c757d;
}

/* ===== FIT SECTION ===== */
.pl-fit {
    padding: 100px 0;
    background: #ffffff;
}

.pl-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.pl-fit-column {
    padding: 45px;
    border-radius: 20px;
}

.pl-fit-yes {
    background: linear-gradient(135deg, rgba(38, 101, 52, 0.08) 0%, rgba(181, 206, 81, 0.12) 100%);
    border: 2px solid rgba(181, 206, 81, 0.3);
}

.pl-fit-no {
    background: linear-gradient(135deg, rgba(234, 94, 58, 0.06) 0%, rgba(234, 94, 58, 0.1) 100%);
    border: 2px solid rgba(234, 94, 58, 0.2);
}

.pl-fit-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.pl-fit-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-fit-icon.pl-yes {
    background: #266534;
}

.pl-fit-icon.pl-no {
    background: #ea5e3a;
}

.pl-fit-icon svg {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.pl-fit-column h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2b2e71;
}

.pl-fit-column ul {
    list-style: none;
}

.pl-fit-column li {
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    font-size: 1.02rem;
    color: #343a40;
    line-height: 1.5;
}

.pl-fit-yes li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #266534;
    font-weight: 700;
    font-size: 1.1rem;
}

.pl-fit-no li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #ea5e3a;
    font-weight: 700;
    font-size: 1.1rem;
}

/* ===== MATURITY SECTION ===== */
.pl-maturity {
    padding: 100px 0;
    background: #f8f9fa;
}

.pl-maturity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.pl-maturity-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.pl-maturity-card:hover {
    border-color: #b5ce51;
    transform: translateY(-5px);
}

.pl-maturity-card.pl-highlight {
    background: #2b2e71;
    color: #ffffff;
}

.pl-maturity-card.pl-highlight h3 {
    color: #ffffff;
}

.pl-maturity-card.pl-highlight p {
    color: rgba(255,255,255,0.85);
}

.pl-maturity-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-maturity-card.pl-highlight .pl-maturity-icon {
    background: rgba(181, 206, 81, 0.2);
}

.pl-maturity-icon svg {
    width: 32px;
    height: 32px;
    color: #2b2e71;
}

.pl-maturity-card.pl-highlight .pl-maturity-icon svg {
    color: #b5ce51;
}

.pl-maturity-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 15px;
}

.pl-maturity-card p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 25px;
}

.pl-btn-link {
    color: #ea5e3a;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.pl-btn-link:hover {
    gap: 12px;
}

.pl-maturity-card.pl-highlight .pl-btn-link {
    color: #b5ce51;
}

/* ===== ABOUT SECTION ===== */
.pl-about {
    padding: 100px 0;
    background: #ffffff;
}

.pl-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: center;
}

.pl-about-image {
    position: relative;
}

.pl-about-photo {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(43, 46, 113, 0.15);
}

.pl-about-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #ea5e3a;
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(234, 94, 58, 0.3);
}

.pl-about-badge .pl-number {
    font-size: 2.5rem;
    font-weight: 800;
    display: block;
    line-height: 1;
    color: #ffffff;
}

.pl-about-badge span {
    font-size: 0.9rem;
    color: #ffffff;
}

.pl-about-content h2 {
    font-size: 2.3rem;
    font-weight: 800;
    color: #2b2e71;
    margin-bottom: 25px;
    line-height: 1.25;
}

.pl-about-content p {
    font-size: 1.05rem;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 20px;
}

.pl-about-content p strong {
    color: #343a40;
}

/* ===== FAQ SECTION ===== */
.pl-faq {
    padding: 100px 0;
    background: #f8f9fa;
}

.pl-faq-categories {
    max-width: 900px;
    margin: 60px auto 0;
}

.pl-faq-category {
    margin-bottom: 50px;
}

.pl-faq-category:last-child {
    margin-bottom: 0;
}

.pl-faq-category-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #b5ce51;
    display: inline-block;
}

.pl-faq-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pl-faq-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.pl-faq-item:hover {
    border-color: rgba(43, 46, 113, 0.15);
}

.pl-faq-item.active {
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.1);
    border-color: #b5ce51;
}

.pl-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 1.02rem;
    font-weight: 600;
    color: #2b2e71;
    gap: 20px;
}

.pl-faq-question span {
    flex: 1;
}

.pl-faq-question svg {
    width: 20px;
    height: 20px;
    color: #6c757d;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.pl-faq-item.active .pl-faq-question svg {
    transform: rotate(180deg);
    color: #ea5e3a;
}

.pl-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.pl-faq-item.active .pl-faq-answer {
    max-height: 400px;
}

.pl-faq-answer p {
    padding: 0 26px 22px;
    color: #6c757d;
    font-size: 0.98rem;
    line-height: 1.75;
    margin: 0;
}

/* ===== CTA SECTION ===== */
.pl-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.pl-cta::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(181, 206, 81, 0.1);
    border-radius: 50%;
}

.pl-cta::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: rgba(234, 94, 58, 0.1);
    border-radius: 50%;
}

.pl-cta-content {
    position: relative;
    z-index: 1;
}

.pl-cta h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
}

.pl-cta p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}

.pl-cta .pl-cta-buttons {
    justify-content: center;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .pl-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .pl-hero-content {
        text-align: center;
        order: 1;
    }
    
    .pl-hero-image {
        order: 2;
        display: none;
    }
    
    .pl-cta-buttons {
        justify-content: center;
    }
    
    .pl-hero-stats {
        justify-content: center;
    }
    
    .pl-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pl-services-grid-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
    .pl-service-card.pl-featured {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        gap: 25px;
    }
    .pl-timeline-line {
        display: none;
    }
    .pl-method-step {
        flex-direction: column;
        gap: 25px;
    }
    .pl-step-marker {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .pl-step-number {
        margin: 0;
    }
    .pl-step-content::before {
        display: none;
    }
    .pl-result-content {
        flex-direction: column;
        text-align: center;
    }
    .pl-method-result {
        padding: 40px 30px;
    }
    .pl-about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .pl-hero {
        padding: 70px 0 70px 0;
    }
    .pl-hero-content {
        padding-bottom: 50px;
    }
    .pl-hero h1 {
        font-size: 2.2rem;
    }
    .pl-hero .pl-description {
        font-size: 1.05rem;
    }
    .pl-hero-stats {
        flex-direction: column;
        gap: 25px;
    }
    .pl-stat-divider {
        width: 60px;
        height: 1px;
    }
    .pl-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .pl-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    .pl-services-grid,
    .pl-services-grid-bottom {
        grid-template-columns: 1fr;
    }
    .pl-service-card.pl-featured {
        flex-direction: column;
        text-align: center;
        padding: 35px 25px;
        gap: 20px;
    }
    .pl-service-card.pl-featured h3 {
        font-size: 1.3rem;
    }
    .pl-service-card.pl-featured p {
        font-size: 1rem;
    }
    .pl-step-details {
        grid-template-columns: 1fr;
    }
    .pl-step-content {
        padding: 30px 25px;
    }
    .pl-step-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .pl-testimonials-grid {
        grid-template-columns: 1fr;
    }
    .pl-testimonial-card.pl-featured {
        grid-column: span 1;
    }
    .pl-fit-grid {
        grid-template-columns: 1fr;
    }
    .pl-fit-column {
        padding: 35px 30px;
    }
    .pl-maturity-grid {
        grid-template-columns: 1fr;
    }
    .pl-section-header h2 {
        font-size: 2rem;
    }
    .pl-cta h2 {
        font-size: 2rem;
    }
}

/* ============================================================
   AJOUTS V2 (27/05/2026) — refonte positionnement
   Classes nouvelles : pl-narrative, pl-pillars, pl-system-proof, pl-method-link
   Toutes héritent du design system pl-* existant.
   ============================================================ */

/* ---- NARRATIVE SECTION (La bascule) ---- */
.pl-narrative {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.pl-narrative-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.pl-narrative-content p {
    font-size: 1.125rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 1.25rem;
}
.pl-narrative-conclusion {
    font-size: 1.375rem !important;
    color: #0f172a !important;
    margin-top: 2rem !important;
}

/* ---- PILLARS SECTION (Trois choix) ---- */
.pl-pillars {
    padding: 100px 0;
    background: #0f172a;
    color: #f1f5f9;
}
.pl-pillars .pl-section-tag {
    background: rgba(99, 102, 241, 0.15);
    color: #a5b4fc;
}
.pl-pillars .pl-section-header h2,
.pl-pillars .pl-section-header p {
    color: #f1f5f9;
}
.pl-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.pl-pillar-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.pl-pillar-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.4);
    background: rgba(255, 255, 255, 0.06);
}
.pl-pillar-number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #6366f1;
    line-height: 1;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}
.pl-pillar-card h3 {
    font-size: 1.375rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}
.pl-pillar-card p {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.pl-pillar-card p:last-child {
    margin-bottom: 0;
}
.pl-pillar-card p strong {
    color: #ffffff;
}
@media (max-width: 900px) {
    .pl-pillars-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ---- SYSTEM PROOF SECTION (Le système que j'utilise) ---- */
.pl-system-proof {
    padding: 100px 0;
    background: #f8fafc;
}
.pl-system-proof-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: 2rem;
}
.pl-system-proof-content p {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 1.25rem;
}
.pl-system-proof-conclusion {
    font-size: 1.125rem !important;
    color: #0f172a !important;
    margin-top: 2rem !important;
    padding-top: 1.5rem;
    border-top: 2px solid #e2e8f0;
}
.pl-system-proof-schema {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.pl-schema-core {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.3);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 220px;
}
.pl-schema-core-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.85;
    font-weight: 500;
}
.pl-schema-core-name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.pl-schema-connector {
    width: 2px;
    height: 36px;
    background: linear-gradient(180deg, #6366f1 0%, #cbd5e1 100%);
    margin: 0;
}
.pl-schema-agents-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    width: 100%;
    max-width: 520px;
}
.pl-schema-agent-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1rem 1.125rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.pl-schema-agent-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(99, 102, 241, 0.15);
    border-color: #c7d2fe;
}
.pl-schema-agent-icon {
    font-size: 1.5rem;
    line-height: 1;
    flex-shrink: 0;
}
.pl-schema-agent-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.pl-schema-agent-name {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9375rem;
    line-height: 1.3;
}
.pl-schema-agent-action {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.45;
}
@media (max-width: 520px) {
    .pl-schema-agents-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    .pl-system-proof-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .pl-system-proof-schema {
        max-width: 360px;
    }
    .pl-schema-agent {
        font-size: 0.6875rem;
        padding: 0.4rem 0.6rem;
    }
    .pl-schema-node {
        font-size: 0.9375rem;
        padding: 0.875rem 1.25rem;
    }
}

/* ---- METHOD : lien P.R.O.P.U.L.S.E ---- */
.pl-method-link {
    color: #6366f1;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(99, 102, 241, 0.3);
    transition: border-color 0.2s ease;
}
.pl-method-link:hover {
    border-bottom-color: #6366f1;
}


/* ============================================================
   PRICING SECTION — composant V2 hérité du langage home (pl-service-card style)
   ============================================================ */
.pl-pricing {
    background: #f8fafc;
}
.pl-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
    align-items: stretch;
}
.pl-pricing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 2.5rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}
.pl-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: #c7d2fe;
}
.pl-pricing-card.pl-pricing-featured {
    border-color: #6366f1;
    border-width: 2px;
    box-shadow: 0 25px 50px rgba(99, 102, 241, 0.20);
    background: linear-gradient(180deg, #ffffff 0%, #faf5ff 100%);
    transform: scale(1.03);
}
.pl-pricing-card.pl-pricing-featured:hover {
    transform: scale(1.03) translateY(-4px);
    box-shadow: 0 30px 60px rgba(99, 102, 241, 0.25);
}
.pl-pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
    padding: 6px 20px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    box-shadow: 0 8px 16px rgba(99, 102, 241, 0.3);
}
.pl-pricing-tier {
    color: #6366f1;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.75rem;
}
.pl-pricing-price {
    color: #0f172a;
    font-weight: 800;
    font-size: 2.75rem;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}
.pl-pricing-suffix {
    color: #64748b;
    font-size: 1.125rem;
    font-weight: 500;
}
.pl-pricing-period {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}
.pl-pricing-desc {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}
.pl-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    flex-grow: 1;
}
.pl-pricing-features li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.75rem;
    color: #334155;
    font-size: 0.9375rem;
    line-height: 1.5;
}
.pl-pricing-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.pl-pricing-features li strong {
    color: #6366f1;
    font-weight: 600;
}
.pl-btn-block {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
@media (max-width: 900px) {
    .pl-pricing-grid {
        grid-template-columns: 1fr;
    }
    .pl-pricing-card.pl-pricing-featured {
        transform: none;
    }
    .pl-pricing-card.pl-pricing-featured:hover {
        transform: translateY(-4px);
    }
}


/* Mockup dashboard dans le hero. Masqué en mobile/tablette. */
.pl-hero-mockup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}
.pl-hero-mockup svg {
    max-width: 600px;
    width: 100%;
    height: auto;
}
@media (max-width: 1024px) {
    .pl-hero-mockup { display: none; }
}
/* Sur fond sombre (hero, cta) inverser */
.pl-hero .pl-btn-secondary,
.pl-cta .pl-btn-secondary {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.20) !important;
    backdrop-filter: blur(10px);
}
.pl-hero .pl-btn-secondary:hover,
.pl-cta .pl-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.40) !important;
    color: #ffffff !important;
}


/* Section investissement, variante simple de pl-pricing */
.pl-investment {
    background: #f8fafc;
    padding: 100px 0;
}
.pl-investment-card {
    max-width: 760px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 3rem 2.5rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}
.pl-investment-card .pl-section-tag {
    margin-bottom: 1.25rem;
}
.pl-investment-card h2 {
    margin-bottom: 1.5rem;
    color: #0f172a;
}
.pl-investment-card p {
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}
.pl-investment-cta-text {
    color: #0f172a !important;
    font-weight: 600 !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.pl-investment-card .pl-cta-buttons {
    justify-content: center;
}

/* ============================================================
   FIX BOUTONS SECONDARY sur fond clair (sinon texte blanc invisible)
   Le legacy .pl-btn-secondary force color: #ffffff (hérité du hero sombre).
   On force navy uniquement dans les contextes clairs (pricing, investment,
   sections services etc.). Le hero et le CTA gardent le blanc.
   ============================================================ */
.pl-pricing-card .pl-btn-secondary,
.pl-investment-card .pl-btn-secondary,
.pl-services .pl-btn-secondary,
.pl-section.pl-fit .pl-btn-secondary,
.pl-section.pl-maturity .pl-btn-secondary {
    color: #2b2e71 !important;
    background: #ffffff !important;
    border: 2px solid #b5ce51 !important;
}
.pl-pricing-card .pl-btn-secondary:hover,
.pl-investment-card .pl-btn-secondary:hover {
    background: #b5ce51 !important;
    color: #2b2e71 !important;
    border-color: #b5ce51 !important;
}


/* ============================================================ */
/* ===== CRM V2 — Classes spécifiques à la page CRM ===== */
/* ============================================================ */

/* Hero variation : gradient navy → lime via dark navy */
.pl-hero.pl-hero-crm {
    background: linear-gradient(135deg, #2b2e71 0%, #1a1d52 60%, #266534 100%);
}

/* Section header dark variant (pour sections fond sombre comme pillars) */
.pl-section-header.pl-section-header-dark .pl-section-tag {
    background: rgba(181, 206, 81, 0.20);
    color: #b5ce51;
}

.pl-section-header.pl-section-header-dark h2,
.pl-section-header.pl-section-header-dark p {
    color: #ffffff;
}

/* Service icon avec numéro plutôt que SVG */
.pl-service-icon-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2b2e71 0%, #1a1d52 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

/* ===== NARRATIVE (4 cards numérotées) ===== */
.pl-section.pl-narrative {
    padding: 80px 0;
    background: #ffffff;
}

.pl-narrative-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.pl-narrative-text .pl-section-tag {
    display: inline-block;
    background: rgba(43, 46, 113, 0.08);
    color: #2b2e71;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.pl-narrative-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2b2e71;
    line-height: 1.2;
    margin-bottom: 22px;
}

.pl-narrative-text p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 18px;
}

.pl-narrative-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pl-narrative-card {
    background: #ffffff;
    border: 1px solid rgba(43, 46, 113, 0.10);
    border-radius: 14px;
    padding: 22px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pl-narrative-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(43, 46, 113, 0.10);
}

.pl-narrative-card-num {
    display: inline-block;
    background: linear-gradient(135deg, #b5ce51 0%, #9bb83f 100%);
    color: #266534;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: 6px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.pl-narrative-card h4 {
    font-size: 1.05rem;
    color: #2b2e71;
    margin-bottom: 10px;
    line-height: 1.35;
    font-weight: 700;
}

.pl-narrative-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 968px) {
    .pl-narrative-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pl-narrative-cards {
        grid-template-columns: 1fr;
    }
}

/* ===== VS SECTION (architecte vs intégrateur) ===== */
.pl-section.pl-vs-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f0e6 100%);
}

.pl-vs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.pl-vs-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 12px 32px rgba(43, 46, 113, 0.06);
}

.pl-vs-card-them {
    border-top: 3px solid #cbd5e1;
}

.pl-vs-card-them h3 {
    color: #64748b;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.pl-vs-card-us {
    border-top: 3px solid #b5ce51;
    background: linear-gradient(180deg, #ffffff 0%, rgba(181,206,81,0.05) 100%);
}

.pl-vs-card-us h3 {
    color: #2b2e71;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.pl-vs-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pl-vs-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 0.96rem;
    line-height: 1.6;
}

.pl-vs-card-them li {
    color: #64748b;
}

.pl-vs-card-them li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 14px;
    height: 2px;
    background: #cbd5e1;
}

.pl-vs-card-us li {
    color: #2b2e71;
}

.pl-vs-card-us li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #b5ce51 0%, #9bb83f 100%);
    border-radius: 50%;
}

.pl-vs-card-us li::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .pl-vs-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== INVESTMENT à 2 cards (audit + forfait) ===== */
.pl-investment-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
    margin-top: 40px;
}

.pl-section.pl-investment .pl-investment-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 12px 32px rgba(43, 46, 113, 0.06);
    border-top: 3px solid #e2e8f0;
    display: flex;
    flex-direction: column;
}

.pl-investment-card-label {
    display: inline-block;
    background: rgba(43, 46, 113, 0.08);
    color: #2b2e71;
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    align-self: flex-start;
}

.pl-section.pl-investment .pl-investment-card h3 {
    font-size: 1.3rem;
    color: #2b2e71;
    margin-bottom: 14px;
    line-height: 1.3;
    font-weight: 800;
}

.pl-section.pl-investment .pl-investment-card > p {
    font-size: 0.98rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 22px;
}

.pl-section.pl-investment .pl-investment-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.pl-section.pl-investment .pl-investment-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #2b2e71;
    line-height: 1.55;
}

.pl-section.pl-investment .pl-investment-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #b5ce51 0%, #9bb83f 100%);
    border-radius: 50%;
}

.pl-section.pl-investment .pl-investment-card li::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.pl-investment-card-highlight {
    border-top: 3px solid #ea5e3a !important;
    background: linear-gradient(180deg, #ffffff 0%, rgba(234,94,58,0.04) 100%) !important;
}

.pl-investment-card-highlight .pl-investment-card-label {
    background: rgba(234, 94, 58, 0.12);
    color: #ea5e3a;
}

@media (max-width: 768px) {
    .pl-investment-cards {
        grid-template-columns: 1fr;
    }
}

/* Override pour ne pas appliquer le pl-section.pl-investment d'agents-ia */
.pl-section.pl-investment {
    background: #ffffff;
    padding: 80px 0;
}

/* ===== TESTIMONIAL ===== */
.pl-section.pl-testimonial {
    padding: 60px 0;
    background: #f5f0e6;
}

.pl-section.pl-testimonial .pl-testimonial-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 16px 40px rgba(43, 46, 113, 0.08);
    border-left: 4px solid #b5ce51;
}

.pl-section.pl-testimonial .pl-testimonial-quote {
    font-size: 1.05rem;
    color: #2b2e71;
    line-height: 1.75;
    font-style: italic;
    margin-bottom: 24px;
}

.pl-section.pl-testimonial .pl-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pl-testimonial-author-info {
    display: flex;
    flex-direction: column;
}

.pl-testimonial-author-info strong {
    color: #2b2e71;
    font-size: 1rem;
    font-weight: 800;
}

.pl-testimonial-author-info span {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

/* ===== POPPINS partout : override Plus Jakarta Sans hérité d'agents-ia ===== */
.pl-section,
.pl-section *,
.pl-hero,
.pl-hero * {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Neutraliser cercles décoratifs ::before/::after sur pl-hero-mockup (cohérence avec autres pages) */
.pl-hero-image.pl-hero-mockup::before,
.pl-hero-image.pl-hero-mockup::after {
    display: none !important;
}

/* Padding bottom hero pour aérer (consistance avec 9 pages services) */
.pl-hero {
    padding: 80px 0 70px 0;
}

/* Services grid en 3 colonnes pour 6 cards */
.pl-services .pl-services-grid {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 968px) {
    .pl-services .pl-services-grid {
        grid-template-columns: 1fr;
    }
}


/* ============================================================ */
/* ===== POLISH FINAL — Corrections finitions ===== */
/* ============================================================ */

/* Pillars : forcer les couleurs brand (override indigo lavande hérité) */
.pl-section.pl-pillars .pl-section-tag {
    background: rgba(181, 206, 81, 0.20) !important;
    color: #b5ce51 !important;
}

.pl-section.pl-pillars .pl-pillar-number {
    color: #b5ce51 !important;
}

.pl-section.pl-pillars .pl-pillar-card a {
    color: #b5ce51;
}

/* Services en 3 colonnes : ajuster padding cards pour 6 cards plus compactes */
.pl-section.pl-services .pl-service-card {
    padding: 28px 24px;
}

.pl-section.pl-services .pl-service-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.pl-section.pl-services .pl-service-card p {
    font-size: 0.95rem;
    line-height: 1.65;
}

/* Investment 2 cards : aérer + équilibrer hauteurs */
.pl-section.pl-investment .pl-container {
    max-width: 1100px;
}

.pl-section.pl-investment .pl-section-header {
    text-align: center;
    margin-bottom: 0;
}

/* CTAs des investment cards : aligner en bas */
.pl-section.pl-investment .pl-investment-card .pl-btn {
    margin-top: auto;
    align-self: flex-start;
}

/* VS section : améliorer la hiérarchie visuelle */
.pl-section.pl-vs-section .pl-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px auto;
}

.pl-section.pl-vs-section .pl-section-header h2 {
    color: #2b2e71;
}

/* Narrative : centrer le contenu et limiter sa largeur quand seul */
.pl-section.pl-narrative {
    padding: 100px 0;
}

/* CTA section : améliorer le H2 contraste */
.pl-section.pl-cta h2 {
    color: #ffffff !important;
    font-size: 2.2rem;
    margin-bottom: 16px;
}

.pl-section.pl-cta > .pl-container > p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto 32px auto;
}

.pl-section.pl-cta .pl-cta-buttons {
    justify-content: center;
}

/* Testimonial : améliorer le visuel quote */
.pl-section.pl-testimonial .pl-testimonial-card::before {
    content: '\201C';
    display: block;
    font-family: Georgia, serif;
    font-size: 5rem;
    color: rgba(181, 206, 81, 0.30);
    line-height: 0.6;
    margin-bottom: 14px;
}

/* FAQ : améliorer les chevrons quand ouvert */
.pl-section.pl-faq .pl-faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 16px rgba(43, 46, 113, 0.05);
}

.pl-section.pl-faq .pl-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 22px 26px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #2b2e71;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: inherit;
}

.pl-section.pl-faq .pl-faq-question svg {
    width: 20px;
    height: 20px;
    color: #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.pl-section.pl-faq .pl-faq-answer {
    padding: 0 26px 22px 26px;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.7;
}

/* Section header : centrage par défaut + max-width pour lisibilité */
.pl-section .pl-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px auto;
}

.pl-section .pl-section-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #2b2e71;
}

.pl-section .pl-section-header p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
}

/* Narrative section header : aligné à gauche dans la colonne (pas centré) */
.pl-section.pl-narrative .pl-narrative-text {
    text-align: left;
}

/* Mobile : tout passer en colonne unique propre */
@media (max-width: 768px) {
    .pl-section.pl-investment .pl-investment-card .pl-btn {
        align-self: stretch;
        text-align: center;
    }
}

.pl-hero.pl-hero-nancy { background: linear-gradient(135deg, #2b2e71 0%, #1a1d52 60%, #266534 100%); }


/* Override break-out : forcer le hero et les sections à occuper toute la largeur du viewport */
.pl-section, section.pl-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box;
}/* End custom CSS */