/* === v0.9.3 — OVERRIDE COULEUR HERO (priorité absolue) === */
.lcdd-hero h1,.lcdd-hero h2,.lcdd-hero h3{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.2)}
.lcdd-hero p,.lcdd-hero .lcdd-hero-lead,.lcdd-hero-lead{color:rgba(255,255,255,.96)!important}
.lcdd-hero .lcdd-hero-lead strong,.lcdd-hero-lead strong{color:#FCD34D!important;font-weight:700}
.lcdd-hero a:not(.lcdd-btn){color:#fff}
.lcdd-hero a.lcdd-btn-secondary{color:#1D4ED8!important}
.lcdd-hero a.lcdd-btn-primary,.lcdd-hero a.lcdd-btn-outline{color:#fff!important}

/* CSS non-critique : améliorations progressives chargées en async */

/* Animations entrée */
@media (prefers-reduced-motion: no-preference) {
  .lcdd-card {
    opacity: 0;
    transform: translateY(15px);
    animation: lcdd-in .5s ease forwards;
  }
  .lcdd-grid .lcdd-card:nth-child(2) { animation-delay: .05s; }
  .lcdd-grid .lcdd-card:nth-child(3) { animation-delay: .1s; }
  .lcdd-grid .lcdd-card:nth-child(4) { animation-delay: .15s; }
  .lcdd-grid .lcdd-card:nth-child(5) { animation-delay: .2s; }
  .lcdd-grid .lcdd-card:nth-child(6) { animation-delay: .25s; }
}
@keyframes lcdd-in {
  to { opacity: 1; transform: translateY(0); }
}

/* Print */
@media print {
  .lcdd-header, .lcdd-footer, .lcdd-whatsapp-float, .lcdd-cta-row, .lcdd-hero-badges { display: none; }
  body { color: #000; }
  .lcdd-hero { background: none; color: #000; padding: 1rem 0; }
  .lcdd-hero h1 { color: #000; }
}
/* === Phase 8 — Header méga-menu + Footer enrichi + Related + Partners === */

/* Header top bar */
.lcdd-header-top{background:#0F172A;color:#fff;font-size:.82rem;padding:.45rem 0}
.lcdd-header-top a{color:#fff;text-decoration:none;margin-left:1rem;opacity:.85}
.lcdd-header-top a:hover{opacity:1;text-decoration:underline}
.lcdd-header-top-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.lcdd-header-top-left{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}
.lcdd-header-top-left span{display:inline-flex;align-items:center;gap:.3rem}
.lcdd-header-top-sep{opacity:.4}
.lcdd-header-top-right{display:flex;gap:.4rem;align-items:center}
@media(max-width:768px){.lcdd-header-top-right{display:none}}

/* Logo bloc */
.lcdd-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.lcdd-logo-text-main{display:block;font-weight:800;font-size:1.05rem;color:#0F172A;line-height:1.1}
.lcdd-logo-text-sub{display:block;font-size:.72rem;color:#1D4ED8;font-weight:500;letter-spacing:.02em}
@media(max-width:768px){.lcdd-logo-text-sub{display:none}}

/* Nav avec méga-menu */
.lcdd-nav{display:flex;gap:.3rem;align-items:center;flex:1;justify-content:center}
.lcdd-nav-item{position:relative}
.lcdd-nav-link{display:inline-flex;align-items:center;gap:.25rem;padding:.7rem 1rem;color:#0F172A;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:6px;transition:all .15s}
.lcdd-nav-link:hover,.lcdd-nav-item:hover .lcdd-nav-link{background:#EFF6FF;color:#1D4ED8}

.lcdd-mega-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #E2E8F0;border-radius:10px;box-shadow:0 12px 40px rgba(15,23,42,0.15);padding:1.5rem;min-width:540px;display:none;z-index:100;gap:2rem;animation:lcddMegaFade .18s ease-out}
.lcdd-mega-menu-wide{min-width:680px}
.lcdd-nav-item:hover .lcdd-mega-menu{display:flex}
@keyframes lcddMegaFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.lcdd-mega-col{flex:1;min-width:170px}
.lcdd-mega-col h4{margin:0 0 .8rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#1D4ED8;font-weight:700}
.lcdd-mega-col ul{list-style:none;padding:0;margin:0}
.lcdd-mega-col li{margin-bottom:.4rem}
.lcdd-mega-col a{display:inline-flex;align-items:center;gap:.3rem;color:#0F172A;text-decoration:none;font-size:.92rem;padding:.2rem 0}
.lcdd-mega-col a:hover{color:#1D4ED8;text-decoration:underline}
.lcdd-mega-col-highlight{background:#FEF3C7;border-radius:8px;padding:1rem;min-width:200px}
.lcdd-mega-col-highlight h4{color:#92400E}
.lcdd-mega-cta{display:inline-block;background:#1D4ED8;color:#fff!important;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:.85rem;margin-top:.8rem}

/* Header CTA droite */
.lcdd-header-cta{display:flex;gap:.6rem;align-items:center}
.lcdd-header-cta-quick{padding:.55rem .9rem;font-size:.88rem}
.lcdd-header-tel{display:inline-flex;align-items:center;gap:.4rem;color:#0F172A;text-decoration:none;font-weight:700;padding:.6rem .9rem;border:2px solid #1D4ED8;border-radius:8px;background:#fff;transition:all .15s}
.lcdd-header-tel:hover{background:#1D4ED8;color:#fff}
.lcdd-header-tel-num{font-size:.95rem}
@media(max-width:1024px){.lcdd-nav{display:none}}
@media(max-width:768px){.lcdd-header-cta-quick{display:none}.lcdd-header-tel-num{display:none}}

/* === Footer === */
.lcdd-footer{background:#0F172A;color:#CBD5E1;margin-top:3rem}
.lcdd-footer-partners{background:#1E293B;padding:2.5rem 0 2rem;border-bottom:1px solid #334155}
.lcdd-footer-section-title{color:#F59E0B;font-size:1.1rem;margin:0 0 .8rem;font-weight:700}
.lcdd-partners-intro{color:#CBD5E1;font-size:.9rem;max-width:780px;margin:0 0 1.5rem;line-height:1.55}
.lcdd-partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.lcdd-partner-card{background:#0F172A;padding:1.1rem;border-radius:8px;border:1px solid #334155;display:flex;flex-direction:column}
.lcdd-partner-name{color:#F59E0B;font-weight:700;font-size:.85rem;letter-spacing:.02em}
.lcdd-partner-tagline{color:#fff;font-weight:600;font-size:.95rem;margin-top:.2rem}
.lcdd-partner-context{color:#94A3B8;font-size:.82rem;margin:.6rem 0 .9rem;line-height:1.45;flex:1}
.lcdd-partner-link{display:inline-flex;align-items:center;gap:.35rem;color:#60A5FA;text-decoration:none;font-weight:600;font-size:.88rem;border-top:1px solid #334155;padding-top:.7rem}
.lcdd-partner-link:hover{color:#fff;text-decoration:underline}

.lcdd-footer-grid-6{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr 1fr;gap:2rem;padding:3rem 0 2rem}
@media(max-width:1024px){.lcdd-footer-grid-6{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:640px){.lcdd-footer-grid-6{grid-template-columns:1fr 1fr}}
.lcdd-footer-col h3.lcdd-footer-title{color:#fff;font-size:.92rem;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .9rem;font-weight:700}
.lcdd-footer-col ul{list-style:none;padding:0;margin:0}
.lcdd-footer-col li{margin-bottom:.42rem}
.lcdd-footer-col a{color:#CBD5E1;text-decoration:none;font-size:.88rem;display:inline-flex;align-items:center;gap:.3rem;line-height:1.4}
.lcdd-footer-col a:hover{color:#F59E0B;text-decoration:underline}
.lcdd-footer-link-more{color:#60A5FA!important;font-weight:600;font-size:.83rem!important}

.lcdd-footer-col-brand{padding-right:1rem}
.lcdd-footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem;color:#fff}
.lcdd-footer-logo strong{color:#fff;font-size:1.05rem}
.lcdd-footer-tagline{color:#CBD5E1;font-size:.88rem;line-height:1.5;margin:0 0 1rem}
.lcdd-footer-contact a{color:#fff;font-weight:600;line-height:1.7}
.lcdd-footer-contact a:hover{color:#F59E0B}
.lcdd-footer-hours,.lcdd-footer-address{color:#94A3B8;font-size:.82rem;margin:.7rem 0;line-height:1.55}
.lcdd-footer-address strong{color:#CBD5E1}

/* Badges trust */
.lcdd-footer-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding:1.5rem 0;border-top:1px solid #1E293B;border-bottom:1px solid #1E293B;color:#CBD5E1}
.lcdd-badge-trust{display:flex;gap:.7rem;align-items:center;padding:.5rem;font-size:.85rem;color:#CBD5E1}
.lcdd-badge-trust strong{color:#fff;display:block;font-size:.9rem}
.lcdd-badge-trust small{color:#94A3B8;font-size:.78rem}
.lcdd-badge-trust .lcdd-icon{color:#F59E0B;flex-shrink:0}

/* Footer bottom */
.lcdd-footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;color:#94A3B8;font-size:.82rem;flex-wrap:wrap;gap:1rem}
.lcdd-footer-bottom p{margin:.2rem 0}
.lcdd-footer-legal-links a{color:#94A3B8;text-decoration:none;margin:0 .15rem}
.lcdd-footer-legal-links a:hover{color:#F59E0B;text-decoration:underline}
.lcdd-footer-gbp{display:inline-flex;align-items:center;gap:.3rem;color:#F59E0B!important;font-weight:600}

/* Related links */
.lcdd-related-section{background:linear-gradient(135deg,#EFF6FF 0%,#fff 100%);padding:3rem 0;border-top:1px solid #DBEAFE}
.lcdd-related-title{font-size:1.35rem;color:#0F172A;margin:0 0 1.5rem;font-weight:800}
.lcdd-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}
.lcdd-related-card{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;background:#fff;border:1px solid #E2E8F0;border-radius:8px;padding:1rem;text-decoration:none;color:#0F172A;transition:all .15s;font-size:.92rem}
.lcdd-related-card:hover{border-color:#1D4ED8;box-shadow:0 4px 12px rgba(29,78,216,0.12);transform:translateY(-2px)}
.lcdd-related-icon{color:#1D4ED8;background:#EFF6FF;padding:.4rem;border-radius:6px;display:inline-flex}
.lcdd-related-anchor{font-weight:600;color:#0F172A;line-height:1.35}
.lcdd-related-hint{color:#64748B;font-size:.78rem;margin-top:.1rem}

/* Partners inline */
.lcdd-partners-section{padding:2rem 0}
.lcdd-partners-inline-title{font-size:1.05rem;color:#0F172A;font-weight:700;margin:0 0 1rem}
.lcdd-partners-inline ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.7rem}
.lcdd-partners-inline li{background:#fff;padding:.9rem 1rem;border-radius:8px;border:1px solid #E2E8F0;font-size:.92rem;line-height:1.5}
.lcdd-partners-inline li a{color:#1D4ED8;font-weight:700;text-decoration:none}
.lcdd-partners-inline li a:hover{text-decoration:underline}
.lcdd-partners-inline-ctx{color:#64748B;font-size:.85rem}

/* Local proof block */
.lcdd-local-proof{background:linear-gradient(135deg,#FEF3C7 0%,#fff 100%);border-radius:12px;padding:1.5rem;margin:1.5rem 0;border:1px solid #FCD34D}
.lcdd-local-proof-grid{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;align-items:start}
@media(max-width:768px){.lcdd-local-proof-grid{grid-template-columns:1fr}}
.lcdd-local-stats{display:flex;flex-direction:column;gap:.9rem}
.lcdd-stat{display:flex;flex-direction:column}
.lcdd-stat-num{font-size:1.7rem;font-weight:900;color:#92400E;line-height:1}
.lcdd-stat-label{font-size:.8rem;color:#1F2937;margin-top:.15rem}
.lcdd-local-testimonial{margin:0;border-left:4px solid #F59E0B;padding-left:1rem}
.lcdd-local-testimonial p{font-size:.95rem;font-style:italic;color:#1F2937;margin:0 0 .5rem;line-height:1.55}
.lcdd-local-testimonial footer{font-size:.82rem;color:#64748B;font-style:normal}


/* === Phase 9 — Reviews internes + GBP feed + Visio === */

/* Reviews section */
.lcdd-reviews-section{background:linear-gradient(135deg,#FEF3C7 0%,#fff 100%);padding:3.5rem 0;border-top:1px solid #FCD34D}
.lcdd-reviews-title{display:flex;align-items:center;gap:.5rem;font-size:1.6rem;color:#0F172A;margin:0 0 .5rem;font-weight:800}
.lcdd-reviews-title .lcdd-icon{color:#F59E0B}
.lcdd-reviews-subtitle{color:#64748B;margin:0 0 2rem;font-size:.95rem}
.lcdd-reviews-carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;overflow-x:visible}
.lcdd-review-card{background:#fff;border-radius:12px;padding:1.4rem;border:1px solid #FDE68A;box-shadow:0 2px 8px rgba(245,158,11,0.08);display:flex;flex-direction:column}
.lcdd-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem}
.lcdd-review-stars{font-size:1.1rem;letter-spacing:.05em}
.lcdd-review-date{font-size:.78rem;color:#94A3B8;text-transform:capitalize}
.lcdd-review-text{font-style:italic;color:#1F2937;font-size:.92rem;line-height:1.5;flex:1;margin:0 0 1rem;border-left:3px solid #F59E0B;padding-left:.8rem}
.lcdd-review-footer{font-size:.85rem;color:#0F172A;border-top:1px solid #FEF3C7;padding-top:.7rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}
.lcdd-review-footer strong{font-weight:700;color:#0F172A}
.lcdd-review-service{background:#FEF3C7;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;color:#92400E;font-weight:600;margin-left:auto}

/* GBP chantiers grid */
.lcdd-gbp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem}
.lcdd-gbp-card{background:#fff;border-radius:12px;padding:1.3rem;border:1px solid #E2E8F0;transition:all .15s}
.lcdd-gbp-card:hover{border-color:#1D4ED8;box-shadow:0 4px 12px rgba(29,78,216,0.1);transform:translateY(-2px)}
.lcdd-gbp-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem;flex-wrap:wrap;gap:.4rem}
.lcdd-gbp-card-service{display:inline-flex;align-items:center;gap:.3rem;background:#DBEAFE;color:#1D4ED8;padding:.25rem .7rem;border-radius:20px;font-size:.78rem;font-weight:600}
.lcdd-gbp-card-service .lcdd-icon{color:#1D4ED8}
.lcdd-gbp-card-date{font-size:.8rem;color:#64748B;text-transform:capitalize}
.lcdd-gbp-card-ville{font-size:1.05rem;margin:.4rem 0 .6rem;color:#0F172A;display:flex;align-items:center;gap:.3rem}
.lcdd-gbp-card-ville .lcdd-icon{color:#F59E0B}
.lcdd-gbp-card-ville small{color:#94A3B8;font-weight:400}
.lcdd-gbp-card-volume{color:#64748B;font-size:.88rem;margin:.3rem 0}
.lcdd-gbp-card-quote{margin:.7rem 0;padding:.6rem;background:#F8FAFC;border-left:3px solid #1D4ED8;border-radius:4px;font-style:italic;color:#1F2937;font-size:.85rem;line-height:1.5}
.lcdd-gbp-card-rating{margin-top:.5rem;font-size:1.1rem}

/* Visio start section */
.lcdd-visio-start{background:linear-gradient(135deg,#EFF6FF 0%,#fff 100%);padding:2.5rem 0;border-top:1px solid #DBEAFE}
.lcdd-visio-start h2{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;color:#0F172A;margin:0 0 .8rem}


/* === v0.9.2 — Fix scroll horizontal + Hero 2 colonnes + Polish typo/cards === */

/* === SAFETY : pas de scroll horizontal sur la page === */
html,body{overflow-x:clip;max-width:100vw}
@supports not (overflow-x:clip){html,body{overflow-x:hidden}}

/* === FIX : méga-menus alignés à droite pour les 3 derniers items du menu === */
/* Les items Pro / Blog / Avis sont vers la droite — leur menu doit s'ouvrir vers la gauche */
.lcdd-nav-item:nth-last-child(-n+3) .lcdd-mega-menu{left:auto;right:0}
/* Safety : ne jamais dépasser le viewport */
.lcdd-mega-menu{max-width:calc(100vw - 3rem)}

/* === HERO en 2 colonnes (UNIQUEMENT sur la home — body.lcdd-home) === */
.lcdd-hero{padding:4rem 0 3.5rem;overflow:hidden;position:relative}
.lcdd-hero h1{font-size:clamp(2.1rem,4.5vw,3rem);font-weight:800;letter-spacing:-0.025em;line-height:1.08;margin-bottom:1.1rem;text-shadow:0 2px 14px rgba(0,0,0,.18)}
.lcdd-hero-lead{font-size:clamp(1.05rem,1.6vw,1.18rem);line-height:1.55;opacity:.96;margin-bottom:1.7rem}
.lcdd-hero-lead strong{font-weight:700;color:#FCD34D}
.lcdd-hero-badges{gap:.5rem;margin-bottom:1.8rem}
.lcdd-badge{background:rgba(255,255,255,.13);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);padding:.45rem 1rem;font-size:.88rem;font-weight:600;border-radius:999px;display:inline-flex;align-items:center;gap:.35rem}
.lcdd-cta-row{gap:.85rem;flex-wrap:wrap}
.lcdd-hero-svg-wrap svg{filter:drop-shadow(0 12px 28px rgba(0,0,0,.22))}

/* HOME : grid 2 colonnes (texte gauche, SVG droite) */
body.lcdd-home .lcdd-hero-inner{display:grid;grid-template-columns:1fr 1.15fr;gap:3rem;align-items:center}
body.lcdd-home .lcdd-hero-svg-wrap{grid-column:2;grid-row:1 / 6;margin:0;max-width:100%}
body.lcdd-home .lcdd-hero-inner > h1,
body.lcdd-home .lcdd-hero-inner > .lcdd-hero-lead,
body.lcdd-home .lcdd-hero-inner > .lcdd-hero-badges,
body.lcdd-home .lcdd-hero-inner > .lcdd-cta-row{grid-column:1;max-width:560px}

/* AUTRES PAGES (simulator, contact, service, etc.) : layout 1 colonne classique */
body:not(.lcdd-home) .lcdd-hero-inner{display:block}
body:not(.lcdd-home) .lcdd-hero-svg-wrap{max-width:480px;margin:0 auto 1.5rem;display:block}
body:not(.lcdd-home) .lcdd-hero-svg-wrap svg{filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
body:not(.lcdd-home) .lcdd-hero h1{text-align:center;font-size:clamp(1.85rem,3.8vw,2.6rem)}
body:not(.lcdd-home) .lcdd-hero-lead{text-align:center;max-width:760px;margin:0 auto 1.5rem}

/* Mobile : home revient à 1 colonne, SVG en premier */
@media(max-width:900px){
  .lcdd-hero{padding:2.5rem 0 2.5rem}
  body.lcdd-home .lcdd-hero-inner{grid-template-columns:1fr;gap:1.5rem}
  body.lcdd-home .lcdd-hero-svg-wrap{grid-column:1;grid-row:auto;order:-1}
  body.lcdd-home .lcdd-hero-inner > h1,
  body.lcdd-home .lcdd-hero-inner > .lcdd-hero-lead,
  body.lcdd-home .lcdd-hero-inner > .lcdd-hero-badges,
  body.lcdd-home .lcdd-hero-inner > .lcdd-cta-row{grid-column:1;max-width:100%}
  body:not(.lcdd-home) .lcdd-hero-svg-wrap{max-width:320px}
}

/* === TITRES : typo plus moderne, hierarchy plus claire === */
h1,h2,h3,h4{font-weight:800;letter-spacing:-0.02em;line-height:1.15;color:#0F172A}
h1{font-weight:800;letter-spacing:-0.028em}
h2{font-weight:800;letter-spacing:-0.022em;font-size:clamp(1.6rem,3.2vw,2.25rem);margin-top:2.5em;margin-bottom:1rem}
h3{font-weight:700;letter-spacing:-0.012em;font-size:clamp(1.15rem,1.8vw,1.35rem);margin-top:1.7em;margin-bottom:.6em;color:#0F172A}
h4{font-weight:700;font-size:1.05rem;color:#1D4ED8}

/* H2 de section centré + barre accent bicolore */
.lcdd-section h2,.lcdd-section-grey h2{text-align:center;margin-top:0;margin-bottom:.8rem;position:relative;padding-bottom:1.1rem;display:block}
.lcdd-section h2::after,.lcdd-section-grey h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:72px;height:4px;background:linear-gradient(90deg,#1D4ED8 0%,#F59E0B 100%);border-radius:2px}
/* Exception : pas de barre sur USP fond foncé */
.lcdd-usp h2::after{display:none}

/* Lead de section : plus lisible */
.lcdd-section-lead{font-size:1.1rem;line-height:1.65;color:#475569;max-width:760px;margin:0 auto 2.5rem;text-align:center;font-weight:400}

/* Body text plus lisible */
body{font-size:16.5px;line-height:1.65}
p{color:#334155}
.lcdd-section p{line-height:1.7}

/* === SECTIONS : espacement plus généreux + section-grey gradient subtil === */
.lcdd-section{padding:4.5rem 0}
.lcdd-section-grey{background:linear-gradient(180deg,#f8fafc 0%,#fff 100%);padding:4.5rem 0}
@media(max-width:768px){.lcdd-section,.lcdd-section-grey{padding:2.8rem 0}}

/* === USP banner : gradient + glow gold === */
.lcdd-usp{background:linear-gradient(135deg,#0F172A 0%,#1e293b 60%,#1D4ED8 110%);position:relative;overflow:hidden;padding:3rem 0}
.lcdd-usp::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(245,158,11,.18) 0%,transparent 60%);pointer-events:none}
.lcdd-usp > .lcdd-container{position:relative;z-index:1}
.lcdd-usp h2{color:#fff;font-size:1.7rem;letter-spacing:-0.015em}
.lcdd-usp p{color:rgba(255,255,255,.85);font-size:1.05rem;line-height:1.65;max-width:720px;margin:0 auto}
.lcdd-usp p strong{color:#FCD34D;font-weight:700}

/* === CARDS : ombres plus subtiles + accent bar au hover === */
.lcdd-card{background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:1.75rem 1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block}
.lcdd-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1D4ED8 0%,#F59E0B 100%);opacity:0;transition:opacity .25s ease}
.lcdd-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(15,23,42,.08);border-color:#DBEAFE}
.lcdd-card:hover::before{opacity:1}
.lcdd-card h3{margin-top:.4rem;margin-bottom:.7rem;font-size:1.13rem;line-height:1.3}
.lcdd-card p{font-size:.93rem;line-height:1.55;color:#64748b;margin-bottom:.6rem}
.lcdd-card p strong{color:#0F172A;font-weight:700}
.lcdd-card a{display:inline-flex;align-items:center;gap:.3rem;margin-top:.6rem;font-weight:700;color:#1D4ED8;font-size:.92rem}
.lcdd-card a:hover{gap:.5rem;transition:gap .15s ease}

/* Card icon : pictogramme dans un wrapper coloré */
.lcdd-card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#EFF6FF 0%,#DBEAFE 100%);border-radius:14px;margin-bottom:0;font-size:0}
.lcdd-card-icon .lcdd-icon{color:#1D4ED8;width:30px;height:30px}

/* === PRIX CARDS : gradient text sur le tarif === */
.lcdd-prix-card{background:#fff;border:2px solid #E2E8F0;border-radius:14px;padding:1.5rem 1.2rem;text-align:center;transition:all .25s cubic-bezier(.4,0,.2,1)}
.lcdd-prix-card:hover{border-color:#1D4ED8;transform:translateY(-4px);box-shadow:0 14px 30px rgba(29,78,216,.1)}
.lcdd-prix-card strong{background:linear-gradient(135deg,#1D4ED8 0%,#F59E0B 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-size:1.85rem;font-weight:900;display:block;margin:.5rem 0;letter-spacing:-0.02em}
.lcdd-prix-card small{color:#64748b;font-size:.85rem;display:block;line-height:1.4}
.lcdd-prix-card small:first-child{font-weight:700;color:#0F172A;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}

/* === FAQ : design plus polish === */
.lcdd-faq details{background:#fff;border:1px solid #E2E8F0;border-radius:14px;padding:1.2rem 1.5rem;margin-bottom:.7rem;transition:all .2s ease}
.lcdd-faq details:hover{border-color:#C7D2FE}
.lcdd-faq details[open]{border-color:#1D4ED8;box-shadow:0 6px 20px rgba(29,78,216,.08)}
.lcdd-faq summary{font-weight:700;font-size:1.02rem;color:#0F172A;line-height:1.4;padding-right:2.5rem}
.lcdd-faq summary::after{font-size:1.5rem;font-weight:300;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#EFF6FF;border-radius:50%;top:-2px}
.lcdd-faq details[open] summary::after{background:#1D4ED8;color:#fff}
.lcdd-faq details p{margin:1rem 0 0;color:#475569;line-height:1.65}

/* === BOUTONS : ombres + gradient sur primary === */
.lcdd-btn{font-weight:700;letter-spacing:-0.005em;font-size:1.02rem;padding:.95rem 1.7rem;border-radius:11px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}
.lcdd-btn-primary{background:linear-gradient(135deg,#F59E0B 0%,#d97706 100%);box-shadow:0 4px 14px rgba(245,158,11,.3)}
.lcdd-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(245,158,11,.42);opacity:1}
.lcdd-btn-secondary{background:#fff;color:#1D4ED8;font-weight:700;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.lcdd-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.15)}
.lcdd-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6);backdrop-filter:blur(8px)}
.lcdd-btn-outline:hover{background:#fff;color:#1D4ED8;border-color:#fff;transform:translateY(-2px)}

/* === LISTES "Comment se déroule" : numéros stylés === */
.lcdd-section ol{counter-reset:lcdd-steps;list-style:none;padding:0;max-width:780px;margin:0 auto}
.lcdd-section ol > li{background:#fff;border:1px solid #E2E8F0;border-radius:14px;padding:1.4rem 1.6rem 1.4rem 4.5rem;margin-bottom:.8rem;position:relative;transition:all .2s ease}
.lcdd-section ol > li::before{counter-increment:lcdd-steps;content:counter(lcdd-steps);position:absolute;left:1.2rem;top:1.3rem;width:36px;height:36px;background:linear-gradient(135deg,#1D4ED8 0%,#F59E0B 100%);color:#fff;font-weight:900;font-size:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(29,78,216,.25)}
.lcdd-section ol > li:hover{border-color:#1D4ED8;transform:translateX(4px);box-shadow:0 8px 20px rgba(29,78,216,.08)}
.lcdd-section ol > li strong{display:block;color:#0F172A;font-weight:800;font-size:1.05rem;margin-bottom:.25rem}
/* Cacher les emojis 1️⃣ 2️⃣... dans les strong (on a déjà le compteur) */
.lcdd-section ol > li strong{font-size:1.05rem}

/* === GALLERY améliorée === */
.lcdd-gallery-item{background:#fff;border:1px solid #E2E8F0;border-radius:16px;overflow:hidden;transition:all .25s ease}
.lcdd-gallery-item:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(15,23,42,.1);border-color:#DBEAFE}
.lcdd-gallery-body h3{margin:.3rem 0 .7rem;font-size:1.15rem;letter-spacing:-0.015em}
.lcdd-gallery-meta span{background:#EFF6FF;color:#1D4ED8;padding:.25rem .7rem;border-radius:6px;font-weight:600;font-size:.8rem;display:inline-flex;align-items:center;gap:.25rem}
.lcdd-gallery-body p{font-size:.93rem;line-height:1.55;color:#475569}

/* === Container : padding mobile mieux === */
.lcdd-container{padding:0 clamp(1rem,3vw,1.5rem)}

/* === Anchors avec icone qui glisse === */
.lcdd-card a::after{content:'→';margin-left:.2rem;display:inline-block;transition:transform .2s ease}
.lcdd-card a:hover::after{transform:translateX(4px)}


/* === v0.9.8 — Sticky bar 3 actions (Appel + Devis + WhatsApp) === */

/* DESKTOP : 3 boutons flottants à droite, empilés verticalement */
.lcdd-sticky-bar{position:fixed;bottom:1.25rem;right:1.25rem;display:flex;flex-direction:column;gap:.6rem;z-index:95}
.lcdd-sticky-action{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.3rem;border-radius:12px;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 8px 24px rgba(15,23,42,.18);transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;border:none;letter-spacing:-0.005em}
.lcdd-sticky-action:hover{transform:translate(-3px,-3px);box-shadow:0 14px 32px rgba(15,23,42,.28);opacity:1}
.lcdd-sticky-call{background:linear-gradient(135deg,#1D4ED8 0%,#1e40af 100%);color:#fff!important}
.lcdd-sticky-quote{background:linear-gradient(135deg,#F59E0B 0%,#d97706 100%);color:#fff!important}
.lcdd-sticky-whatsapp{background:#25D366;color:#fff!important}
.lcdd-sticky-action .lcdd-icon{color:currentColor;flex-shrink:0}

/* MOBILE : barre fixe pleine largeur en bas */
@media(max-width:768px){
  .lcdd-sticky-bar{bottom:0;right:0;left:0;top:auto;flex-direction:row;background:#fff;border-top:1px solid #E2E8F0;padding:.5rem;gap:.4rem;box-shadow:0 -4px 16px rgba(15,23,42,.1)}
  .lcdd-sticky-action{flex:1;justify-content:center;padding:.7rem .4rem;font-size:.82rem;border-radius:10px;box-shadow:none;gap:.3rem}
  .lcdd-sticky-action:hover{transform:none}
  .lcdd-sticky-action .lcdd-sticky-label{display:inline}
  /* Padding bottom du body pour éviter que la barre couvre du contenu */
  body{padding-bottom:72px}
}

/* Très petit mobile : labels plus compacts */
@media(max-width:380px){
  .lcdd-sticky-action{font-size:.75rem;padding:.6rem .3rem}
  .lcdd-sticky-action .lcdd-icon{width:18px;height:18px}
}

/* Désactiver l'ancien WhatsApp float (au cas où d'autres templates l'utilisent encore) */
.lcdd-whatsapp-float{display:none}


/* === v0.9.13 — Galerie avant/après : aspect-ratio fixe + cover === */
.lcdd-gallery-img{aspect-ratio:10/7;overflow:hidden;background:#f1f5f9;position:relative}
.lcdd-gallery-img img,.lcdd-gallery-img svg{width:100%!important;height:100%!important;object-fit:cover;object-position:center;display:block}
