/* ==========================================================================
   votre-visibilite-locale.fr — feuille de style unique
   Charte Beecom' : navy #000b22 · dégradé rose→rouge · bleu Google · Poppins
   ========================================================================== */
:root{
  --navy:#000b22; --navy-2:#0b1a33; --ink:#1c2a38; --grey:#4d5867; --grey-2:#7a8594;
  --line:#e6eaef; --bg-soft:#f7f8fa; --bg-blue:#e8f0fe; --white:#fff;
  --pink:#d82474; --red:#ef4244; --grad:linear-gradient(42deg,#d82474 0%,#f54839 100%);
  --gblue:#4285F4; --gblue-dark:#1a73e8; --gred:#EA4335; --gyellow:#FBBC05; --ggreen:#34A853;
  --gcolors:linear-gradient(90deg,#4285F4 0 25%,#EA4335 25% 50%,#FBBC05 50% 75%,#34A853 75% 100%);
  --radius:20px; --radius-s:12px; --shadow:0 10px 40px rgba(0,11,34,.10); --shadow-s:0 4px 16px rgba(0,11,34,.08);
  --max:1200px; --font:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --header-h:88px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font);color:var(--ink);background:#fff;line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--gblue-dark);text-decoration:none}
a:hover{text-decoration:underline}
ul,ol{padding-left:1.2em}
strong,b{font-weight:600}
h1,h2,h3,h4{color:var(--navy);line-height:1.2;letter-spacing:-.3px;font-weight:700}
h1{font-size:clamp(2rem,4.2vw,3.1rem);letter-spacing:-.8px}
h2{font-size:clamp(1.6rem,3vw,2.25rem)}
h3{font-size:1.2rem;font-weight:600}
h4{font-size:1.05rem;font-weight:600}
p{margin-bottom:1em}
.container{width:min(var(--max),92%);margin:0 auto}
.container-narrow{width:min(860px,92%);margin:0 auto}
.section{padding:clamp(3rem,7vw,5.5rem) 0}
.section-soft{background:var(--bg-soft)}
.section-dark{background:var(--navy);color:#fff}
.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}
.section-dark p{color:#c5cfdb}
.section-blue{background:var(--bg-blue)}
.center{text-align:center}
.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}
.hidden{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.gline{height:5px;width:120px;border-radius:5px;background:var(--gcolors);margin:14px 0 22px}
.center .gline{margin-left:auto;margin-right:auto}
.sec-label{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.6rem}
.section-dark .sec-label{background:linear-gradient(90deg,#ff5fa2,#ff7b6b);-webkit-background-clip:text;background-clip:text}
.intro{color:var(--grey);font-size:1.1rem;font-weight:300;max-width:760px}
.center .intro{margin-left:auto;margin-right:auto}
.section-dark .intro{color:#aab6c3}
.hl{color:var(--gblue-dark)}
.hl-pink{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}

/* ---------- Boutons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;font-size:.95rem;padding:.85rem 1.6rem;border-radius:100px;border:2px solid transparent;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,color .2s;text-decoration:none!important;line-height:1.2;font-family:var(--font)}
.btn-primary{background:var(--grad);color:#fff;box-shadow:0 8px 24px rgba(216,36,116,.30)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(216,36,116,.40)}
.btn-blue{background:var(--gblue-dark);color:#fff}
.btn-blue:hover{background:#1557b0;transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}
.btn-outline:hover{background:var(--navy);color:#fff}
.btn-outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn-outline-white:hover{background:#fff;color:var(--navy)}
.btn-white{background:#fff;color:var(--navy)}
.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-s)}
.btn-lg{padding:1.05rem 2.1rem;font-size:1.05rem}
.btn-sm{padding:.6rem 1.1rem;font-size:.85rem}
.btn svg{width:18px;height:18px;flex-shrink:0}
.btn-row{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}
.center .btn-row{justify-content:center}
.btn-note{font-size:.85rem;color:var(--grey-2);margin-top:.7rem}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);transition:transform .28s ease}
@media (max-width:920px){.site-header.hide{transform:translateY(-100%)}}
.header-inner{height:var(--header-h);display:flex;align-items:center;gap:1.5rem}
.brand img{height:65px;width:auto}
.nav{margin-left:auto;display:flex;align-items:center;gap:.2rem}
.nav>li{list-style:none;position:relative}
.nav>li>a,.nav>li>button{display:flex;align-items:center;gap:.3rem;padding:.6rem .8rem;font-weight:500;font-size:.93rem;color:var(--ink);background:none;border:0;cursor:pointer;font-family:var(--font);border-radius:8px;text-decoration:none}
.nav>li>a:hover,.nav>li>button:hover,.nav>li.open>button{background:var(--bg-soft);color:var(--navy);text-decoration:none}
.nav>li>a.active{color:var(--gblue-dark)}
.nav button svg{width:14px;height:14px;transition:transform .2s}
.nav>li.open>button svg{transform:rotate(180deg)}
.dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:.6rem;min-width:260px;display:none;z-index:50}
.nav>li.open>.dropdown{display:block}
.dropdown a{display:block;padding:.55rem .8rem;border-radius:8px;color:var(--ink);font-size:.9rem;font-weight:500}
.dropdown a:hover{background:var(--bg-soft);color:var(--gblue-dark);text-decoration:none}
.dropdown a small{display:block;font-weight:300;color:var(--grey-2);font-size:.78rem}
.dropdown a.with-ico{display:flex;align-items:center;gap:.7rem}
.dropdown a .mico{width:34px;height:34px;border-radius:10px;background:var(--bg-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.dropdown a .mico svg{width:18px;height:18px;stroke:var(--gblue-dark);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dropdown a:hover .mico{background:var(--gblue)}
.dropdown a:hover .mico svg{stroke:#fff}
.dropdown.wide{min-width:560px;display:none;grid-template-columns:1fr 1fr}
.nav>li.open>.dropdown.wide{display:grid}
.dropdown.wide>a:first-child{grid-column:1/-1;border-bottom:1px solid var(--line);border-radius:0;margin-bottom:.3rem}
.header-cta{display:flex;align-items:center;gap:.8rem;margin-left:.6rem}
.header-tel{font-weight:600;font-size:.9rem;color:var(--navy);white-space:nowrap}
.header-tel:hover{color:var(--gblue-dark);text-decoration:none}
.burger{display:none;width:44px;height:44px;border:0;background:none;cursor:pointer;margin-left:auto;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.burger span{display:block;width:24px;height:2.5px;background:var(--navy);border-radius:2px;transition:.25s}
.burger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
@media (max-width:1060px){
  .header-tel{display:none}
  .nav>li>a,.nav>li>button{padding:.6rem .55rem;font-size:.88rem}
}
@media (max-width:920px){
  .burger{display:flex}
  .header-cta{display:none}
  .nav{display:none;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:1rem 5% 6rem;overflow-y:auto;margin:0}
  .nav.open{display:flex}
  .nav>li{border-bottom:1px solid var(--line)}
  .nav>li>a,.nav>li>button{width:100%;justify-content:space-between;padding:1rem .2rem;font-size:1.05rem}
  .dropdown,.dropdown.wide{position:static;display:none;box-shadow:none;border:0;padding:0 0 .8rem .6rem;min-width:0;grid-template-columns:1fr}
  .nav>li.open>.dropdown,.nav>li.open>.dropdown.wide{display:block}
  .nav .mobile-cta{display:block;padding-top:1.2rem;border:0}
}
@media (min-width:921px){.nav .mobile-cta{display:none}}
.mobile-sticky{display:none}
@media (max-width:640px){
  .mobile-sticky{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;border-top:1px solid var(--line);padding:.6rem 4%;gap:.6rem}
  .mobile-sticky .btn{flex:1;padding:.75rem .5rem;font-size:.85rem}
  body{padding-bottom:64px}
}

/* ---------- Fil d'Ariane ---------- */
.breadcrumb{font-size:.82rem;color:var(--grey-2);margin-bottom:1rem}
.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.3rem;padding:0}
.breadcrumb li+li::before{content:"›";margin-right:.3rem;color:var(--pink)}
.breadcrumb a{color:var(--grey)}
.section-dark .breadcrumb,.hero-dark .breadcrumb{color:#8fa0b4}.section-dark .breadcrumb a,.hero-dark .breadcrumb a{color:#c5cfdb}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden;padding:clamp(3rem,7vw,5.5rem) 0}
.hero-dark{background:var(--navy);color:#fff}
.hero-dark h1{color:#fff}
.hero-dark h1 em{font-style:normal;color:var(--gblue)}
.hero-dark .lead{color:#aab6c3}
.hero-light{background:linear-gradient(180deg,#fff 0%,var(--bg-soft) 100%)}
.hero-light h1 em{font-style:normal;color:var(--gblue-dark)}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}
.hero .kicker{display:inline-block;font-size:.78rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;border:1px solid rgba(255,255,255,.35);color:rgba(255,255,255,.8);border-radius:100px;padding:.4rem 1rem;margin-bottom:1.4rem}
.hero-light .kicker{border-color:var(--line);color:var(--grey);background:#fff}
.hero .lead{font-size:1.15rem;font-weight:300;margin:1.4rem 0 1.8rem;max-width:560px}
.center .lead{margin-left:auto;margin-right:auto;max-width:680px}
.hero .lead strong{color:inherit;font-weight:600}
.hero-dark .lead strong{color:#fff}
.hero-visual img{border-radius:var(--radius);box-shadow:0 30px 60px rgba(0,0,0,.35)}
.hero-visual img[src*="/metiers/"]{border-radius:0;box-shadow:none}
.hero .gline-full{position:absolute;left:0;right:0;bottom:0;height:6px;background:var(--gcolors)}
.blob{display:none}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.2rem 2rem;margin-top:1.8rem;font-size:.85rem;color:#aab6c3}
.hero-light .hero-trust{color:var(--grey)}
.hero-trust span{display:flex;align-items:center;gap:.4rem}
.hero-trust svg{width:16px;height:16px;color:var(--ggreen)}
.hero-simple{padding:clamp(2.5rem,5vw,4rem) 0 clamp(2rem,4vw,3rem)}
.hero-simple .lead{margin-bottom:0}
@media (max-width:860px){.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1;max-width:420px;margin:0 auto}}

/* Hero image pleine largeur (articles) */
.hero-img{position:relative;height:clamp(240px,42vw,540px);border-radius:0 0 var(--radius) var(--radius);overflow:hidden;margin-bottom:2rem}
.hero-img img{width:100%;height:100%;object-fit:cover}
.hero-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,11,34,.15),rgba(0,11,34,.55))}
.hero-img .hero-img-title{position:absolute;left:0;right:0;bottom:0;padding:2rem 0;z-index:1;color:#fff}
.hero-img .hero-img-title h1{color:#fff;font-size:clamp(1.6rem,3.4vw,2.6rem)}
.hero-img .breadcrumb{color:#d6dde6}.hero-img .breadcrumb a{color:#fff}
.hero-img .breadcrumb li+li::before{color:#fff}

/* ---------- Grilles & cartes ---------- */
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
@media (max-width:980px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
.tile{background:var(--bg-soft);border-radius:var(--radius);padding:1.8rem 1.6rem}
.section-soft .tile,.section-blue .tile{background:#fff}
.tile h3{margin:.8rem 0 .5rem}
.tile p{color:var(--grey);font-weight:300;font-size:.95rem;margin:0}
.tile ul{color:var(--grey);font-size:.95rem;font-weight:300;margin-top:.5rem}
.section-dark .tile{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.section-dark .tile p,.section-dark .tile ul{color:#aab6c3}
.ico{width:46px;height:46px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ico svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ico.blue{background:var(--gblue)}
.ico.green{background:var(--ggreen)}
.ico.yellow{background:var(--gyellow)}
.ico.lg{width:60px;height:60px}.ico.lg svg{width:28px;height:28px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow-s);transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.card-link{display:block;color:inherit;text-decoration:none!important}
.card h3{margin:.6rem 0 .4rem}
.card p{color:var(--grey);font-size:.95rem;font-weight:300;margin:0}
.card .more{display:inline-block;margin-top:.9rem;font-weight:600;color:var(--gblue-dark);font-size:.9rem}
.card-img{overflow:hidden;padding:0}
.card-img img{width:100%;aspect-ratio:16/10;object-fit:cover}
.card-img .card-body{padding:1.4rem 1.6rem 1.6rem}
.card-meta{font-size:.8rem;color:var(--grey-2);display:flex;gap:1rem;margin-bottom:.4rem}
.emoji{font-size:1.9rem;line-height:1}

/* ---------- Stats ---------- */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.stat{background:var(--bg-soft);border-radius:0 0 var(--radius) var(--radius);padding:2rem 1.5rem;text-align:center;border-top:6px solid var(--gblue)}

.section-soft .stat{background:#fff}
.stat .big{font-size:clamp(2.2rem,4vw,3rem);font-weight:800;color:var(--navy);letter-spacing:-1px;line-height:1.1;margin-bottom:.4rem}
.stat .big small{font-size:55%;font-weight:400}
.stat p{color:var(--ink);font-weight:500;margin:0;font-size:.98rem}
.stat p span{display:block;font-size:.82rem;color:var(--grey);font-weight:300;margin-top:.3rem}
.stats-4{grid-template-columns:repeat(4,1fr)}
@media (max-width:860px){.stats,.stats-4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.stats,.stats-4{grid-template-columns:repeat(2,1fr);gap:.9rem}.stat{padding:1.3rem .8rem}.stat .big{font-size:1.9rem}.stat p{font-size:.88rem}}
.section-dark .stat{background:rgba(255,255,255,.06)}.section-dark .stat .big,.section-dark .stat p{color:#fff}

/* Chips résultats */
.chips{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.two-col .chips{grid-template-columns:repeat(2,1fr)}
.chip .big{white-space:nowrap}
.chip{background:var(--bg-soft);border-radius:0 var(--radius-s) var(--radius-s) 0;padding:1.3rem 1.4rem;border-left:6px solid var(--gblue)}

.chip .big{font-size:1.9rem;font-weight:800;color:var(--navy);letter-spacing:-.5px;line-height:1.1}
.chip p{font-size:.9rem;color:var(--grey);margin:.2rem 0 0}
@media (max-width:860px){.chips{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.chips{grid-template-columns:1fr}}

/* ---------- Réflexe (bandeau recherche) ---------- */
.reflex{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem 2.2rem;display:flex;gap:2rem;align-items:center}
.reflex .r-big{font-size:1.35rem;font-weight:700;color:var(--navy);line-height:1.35}
.reflex .r-sub{color:var(--grey);margin-top:.6rem;margin-bottom:0}
.searchbar{display:flex;align-items:center;gap:.7rem;background:#fff;border:1px solid #dadce0;border-radius:100px;padding:.7rem 1.2rem;box-shadow:0 2px 8px rgba(0,0,0,.08);font-size:1rem;color:#3c4043;min-width:280px}
.searchbar svg{width:20px;height:20px;stroke:var(--gblue);fill:none;stroke-width:2.2;stroke-linecap:round}
.searchbar b{font-weight:500}
@media (max-width:760px){.reflex{flex-direction:column;align-items:flex-start}}

/* ---------- Liste numérotée / étapes ---------- */
.cost-list{list-style:none;padding:0}
.cost-item{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.cost-item:last-child{border-bottom:0}
.cost-item .cn{width:40px;height:40px;border-radius:50%;flex-shrink:0;background:var(--grad);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}
.cost-item h3{color:#fff;font-size:1.1rem;margin-bottom:.3rem}
.cost-item p{color:#aab6c3;font-weight:300;font-size:.95rem;margin:0}
.section-soft .cost-item,.section-light .cost-item{border-bottom-color:var(--line)}
.section-soft .cost-item h3{color:var(--navy)}.section-soft .cost-item p{color:var(--grey)}
.method-list{display:flex;flex-direction:column;gap:1rem}
.m-item{display:flex;gap:1.2rem;align-items:flex-start;background:var(--bg-soft);border-radius:var(--radius-s);padding:1.3rem 1.5rem}
.section-soft .m-item{background:#fff}
.m-item h3{font-size:1.1rem;margin-bottom:.3rem}
.m-item p{color:var(--grey);font-weight:300;font-size:.95rem;margin:0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.two-col img{border-radius:var(--radius);box-shadow:var(--shadow)}
.two-col .cap{font-size:.85rem;color:var(--grey);margin-top:.6rem;text-align:center}
.two-col .cap strong{color:var(--gblue-dark)}
@media (max-width:860px){.two-col{grid-template-columns:1fr}}

/* ---------- Tarifs ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem 1.5rem;position:relative;overflow:hidden;transition:.25s}
.step:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#cfe0fb}
.step::after{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--gblue);opacity:0;transition:.25s}
.step:hover::after{opacity:1}
.step-head{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}
.step .num{width:52px;height:52px;border-radius:50%;background:var(--navy);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;box-shadow:0 8px 20px rgba(0,11,34,.18)}
.step .when{display:block;font-size:.74rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--gblue-dark);line-height:1.3}
.step h3{font-size:1.08rem;margin:0 0 .5rem}
.step p{font-size:.92rem;color:var(--grey);font-weight:300;margin:0}
.section-soft .step{background:#fff}
@media (max-width:980px){.steps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.steps{grid-template-columns:1fr}}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}
.price-card{background:var(--bg-soft);border-radius:var(--radius);padding:2rem 1.8rem;display:flex;flex-direction:column;position:relative;overflow:hidden}
.section-soft .price-card{background:#fff;border:1px solid var(--line)}
.price-card.featured{background:var(--navy);color:#fff;transform:scale(1.03);box-shadow:0 20px 50px rgba(0,11,34,.25)}

.price-card .pick{position:absolute;top:1rem;right:1rem;background:var(--grad);color:#fff;font-size:.68rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.35rem .8rem;border-radius:100px}
.price-card .f-tag{font-size:1.05rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gblue-dark)}
.price-card.featured .f-tag{color:#8ab4f8}
.price-card h3{font-size:1.45rem;margin:.35rem 0 .5rem;letter-spacing:-.4px}
.price-card.featured h3{color:#fff}
.price-card .desc{font-size:.9rem;color:var(--grey);min-height:2.8em}
.price-card.featured .desc{color:#aab6c3}
.price-card .price{font-size:2.3rem;font-weight:800;color:var(--navy);margin:.8rem 0 .2rem;letter-spacing:-1px}
.price-card.featured .price{color:#fff}
.price-card .price small{font-size:.9rem;font-weight:500;color:var(--grey);letter-spacing:0}
.price-card.featured .price small{color:#aab6c3}
.price-card .p-note{font-size:.8rem;color:var(--grey);margin-bottom:1rem}
.price-card.featured .p-note{color:#aab6c3}
.price-card ul{list-style:none;padding:0;margin:.5rem 0 1.2rem}
.price-card li{font-size:.92rem;font-weight:300;padding:.55rem 0 .55rem 1.6rem;position:relative;border-top:1px solid var(--line)}
.price-card.featured li{border-top-color:rgba(255,255,255,.12)}
.price-card li::before{content:"";position:absolute;left:.2rem;top:1.05rem;width:9px;height:9px;border-radius:50%;background:var(--grad)}
.price-card li b{font-weight:600}
.price-card .result{margin-top:auto;display:flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:500;color:var(--ink);padding:.9rem 0 0;border-top:1px solid var(--line)}
.price-card .result::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--ggreen);flex-shrink:0}
.price-card .result b{font-weight:700;color:var(--navy)}
.price-card.featured .result{color:#dfe5ea;border-top-color:rgba(255,255,255,.14)}
.price-card.featured .result b{color:#fff}
.price-card .btn{margin-top:1rem;width:100%}
@media (max-width:920px){.pricing{grid-template-columns:1fr;max-width:480px;margin:0 auto}.price-card.featured{transform:none}}
.install-band{display:flex;align-items:center;gap:1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 2rem;margin-top:1.5rem;flex-wrap:wrap}
.section-light .install-band,.section .install-band{background:var(--bg-soft)}
.install-band .ib-title{font-size:1.15rem;font-weight:600;color:var(--navy)}
.install-band .ib-title small{display:block;font-size:.85rem;font-weight:400;color:var(--grey);margin-top:.2rem}
.install-band .badge-off{background:var(--grad);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:.45rem 1rem;border-radius:100px;white-space:nowrap}
.install-band .ib-price{margin-left:auto;font-size:1.8rem;font-weight:800;color:var(--navy);white-space:nowrap}
.fine{font-size:.85rem;color:var(--grey);font-weight:300;font-style:italic;margin-top:1.2rem}
.opt{background:var(--bg-soft);border-radius:var(--radius);padding:1.8rem;display:flex;flex-direction:column}
.section-soft .opt{background:#fff;border:1px solid var(--line)}
.opt .opt-head{display:flex;align-items:center;gap:1rem;margin-bottom:.8rem;flex-wrap:wrap}
.opt h3{font-size:1.15rem}
.opt .opt-price{margin-left:auto;font-size:.95rem;font-weight:600;color:var(--navy);white-space:nowrap}
.opt p{color:var(--grey);font-weight:300;font-size:.95rem}
.opt .opt-result{margin-top:auto;background:var(--bg-blue);color:var(--gblue-dark);border-radius:100px;padding:.7rem 1.2rem;font-size:.9rem;font-weight:500;text-align:center}
.opt .opt-result strong{font-weight:700}
.compare{width:100%;border-collapse:collapse;font-size:.92rem;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-s)}
.compare th,.compare td{padding:.85rem 1rem;text-align:center;border-bottom:1px solid var(--line)}
.compare th:first-child,.compare td:first-child{text-align:left;font-weight:500}
.compare thead th{background:var(--navy);color:#fff;font-weight:600}
.compare thead th.feat{background:var(--gblue-dark)}
.compare tbody tr:nth-child(even){background:var(--bg-soft)}
.compare .ok{color:var(--ggreen);font-weight:700}
.table-wrap{overflow-x:auto}

/* ---------- Témoignages ---------- */
.testis{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.slider{position:relative}
.slider .track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem 0 1.2rem;scrollbar-width:none;-ms-overflow-style:none}
.slider .track::-webkit-scrollbar{display:none}
.slider .testi{flex:0 0 calc((100% - 3rem)/3);scroll-snap-align:start;min-width:0}
@media (max-width:980px){.slider .testi{flex-basis:calc((100% - 1.5rem)/2)}}
@media (max-width:640px){.slider .testi{flex-basis:100%}}
.slider-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.4rem}
.slider-nav button{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--navy);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;font-size:0}
.slider-nav button svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.slider-nav button:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.slider-nav button:disabled{opacity:.35;cursor:default;background:#fff;color:var(--navy);border-color:var(--line)}
.slider-dots{display:flex;gap:.45rem}
.slider-dots span{width:8px;height:8px;border-radius:50%;background:#cfd6df;transition:.2s;cursor:pointer}
.slider-dots span.on{background:var(--gblue);width:22px;border-radius:100px}
.testi{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem;display:flex;flex-direction:column}
.section-dark .testi{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1)}
.testi .stars{color:var(--gyellow);letter-spacing:2px;font-size:1rem;margin-bottom:.6rem}
.testi blockquote{font-size:.97rem;color:var(--ink);font-weight:300;line-height:1.65;flex:1;margin:0 0 1rem}
.section-dark .testi blockquote{color:#e3e8ee}
.testi blockquote strong{font-weight:600}
.testi .who{display:flex;align-items:center;gap:.8rem}
.testi .avatar{width:44px;height:44px;border-radius:50%;background:var(--grad);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.testi .who b{display:block;font-size:.92rem;color:var(--navy)}
.section-dark .testi .who b{color:#fff}
.testi .who span{font-size:.8rem;color:var(--grey-2)}
.testi .kpi{display:inline-block;margin-top:.8rem;font-size:.8rem;font-weight:600;color:var(--gblue-dark);background:var(--bg-blue);border-radius:100px;padding:.3rem .8rem}
@media (max-width:900px){.testis{grid-template-columns:1fr}}
.testi-note{font-size:.8rem;color:var(--grey-2);font-style:italic;text-align:center;margin-top:1.2rem}

/* ---------- FAQ ---------- */
.faq{max-width:860px;margin:0 auto}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-s);margin-bottom:.8rem;overflow:hidden}
.section-dark .faq details{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1)}
.faq summary{list-style:none;cursor:pointer;padding:1.1rem 3.2rem 1.1rem 1.4rem;font-weight:600;color:var(--navy);position:relative;font-size:1rem}
.section-dark .faq summary{color:#fff}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:1.2rem;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:var(--bg-blue);color:var(--gblue-dark);display:flex;align-items:center;justify-content:center;font-weight:600;transition:.2s}
.faq details[open] summary::after{content:"–";background:var(--grad);color:#fff}
.faq .answer{padding:0 1.4rem 1.2rem;color:var(--grey);font-weight:300;font-size:.95rem}
.section-dark .faq .answer{color:#c5cfdb}
.faq .answer p:last-child{margin-bottom:0}

/* ---------- Formulaires ---------- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}
.form-card h3{margin-bottom:.3rem}
.form-card .form-sub{color:var(--grey);font-size:.92rem;margin-bottom:1.4rem}
.field{margin-bottom:1rem}
.field label{display:block;font-size:.85rem;font-weight:600;color:var(--navy);margin-bottom:.35rem}
.field label span{color:var(--pink)}
.field input,.field select,.field textarea{width:100%;font-family:var(--font);font-size:.95rem;padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);transition:border .2s,box-shadow .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:0;border-color:var(--gblue);box-shadow:0 0 0 3px rgba(66,133,244,.15)}
.field textarea{min-height:110px;resize:vertical}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media (max-width:560px){.field-row{grid-template-columns:1fr}}
.field .help{font-size:.78rem;color:var(--grey-2);margin-top:.3rem}
.consent{display:flex;gap:.6rem;align-items:flex-start;font-size:.8rem;color:var(--grey);margin:1rem 0}
.consent input{margin-top:.25rem;width:auto}
.form-msg{display:none;margin-top:1rem;padding:.9rem 1.1rem;border-radius:12px;font-size:.92rem}
.form-msg.ok{display:block;background:#e6f4ea;color:#1e7e34}
.form-msg.err{display:block;background:#fde8ef;color:#b3134f}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0}

/* ---------- Bandeau CTA ---------- */
.cta-band{background:linear-gradient(115deg,#000b22 25%,#0d2a5e 78%,#1a73e8 130%);color:#fff;border-radius:var(--radius);padding:clamp(2rem,5vw,3.5rem);position:relative;overflow:hidden;display:grid;grid-template-columns:1.3fr 1fr;gap:2rem;align-items:center}
.cta-band h2{color:#fff}
.cta-band p{color:#aab6c3;margin:0}
.cta-band .actions{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}
.cta-band .actions .btn{width:100%;max-width:340px}

@media (max-width:820px){.cta-band{grid-template-columns:1fr}}
.cta-inline{background:var(--bg-blue);border-radius:var(--radius);padding:1.6rem 1.8rem;display:flex;gap:1.5rem;align-items:center;justify-content:space-between;flex-wrap:wrap}
.cta-inline p{margin:0;font-weight:500;color:var(--navy)}
.cta-inline p small{display:block;font-weight:300;color:var(--grey);font-size:.88rem}

/* ---------- Layout article / guide ---------- */
.article-layout{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}
@media (max-width:900px){.article-layout{grid-template-columns:1fr}}
.sidebar{position:sticky;top:calc(var(--header-h) + 20px)}
.sidebar-box{background:var(--bg-soft);border-radius:var(--radius);padding:1.6rem 1.4rem;margin-bottom:1.2rem}
.sidebar-box.blue{background:var(--bg-blue)}
.sidebar-box.dark{background:var(--navy);color:#fff}
.sidebar-box.dark h4{color:#fff}
.sidebar-box.dark p{color:#c5cfdb;font-size:.9rem}
.sidebar-box h4{font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:var(--gblue-dark);margin-bottom:.9rem;text-align:center}
.sidebar-box.dark h4{color:#8ab4f8;font-size:1.15rem;letter-spacing:.5px;text-transform:none;font-weight:700}
.toc{list-style:none;padding:0}
.toc li{margin:0}
.toc a{display:block;padding:.45rem .3rem;font-size:.9rem;color:var(--gblue-dark);text-align:center;border-radius:8px;line-height:1.35}
.toc a:hover,.toc a.active{color:var(--navy);background:#fff;text-decoration:none}
.share{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}
.share a{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--gblue-dark);box-shadow:var(--shadow-s)}
.share a:hover{color:var(--navy);text-decoration:none}
.share svg{width:18px;height:18px;fill:currentColor}
.author{display:flex;align-items:center;gap:.9rem}
.author img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.author b{display:block;font-size:.95rem;color:var(--gblue-dark)}
.author span{font-size:.8rem;color:var(--grey)}
.article-meta{display:flex;justify-content:center;gap:2rem;font-size:.88rem;color:var(--grey);margin:1.2rem 0 1.5rem}
.article-meta span{display:flex;align-items:center;gap:.5rem}
.article-meta svg{width:18px;height:18px;stroke:var(--gblue);fill:none;stroke-width:2;stroke-linecap:round}
.article-head{text-align:center;max-width:860px;margin:0 auto 1.5rem}
.article-head .sub{font-size:1.3rem;font-weight:600;color:var(--ink);margin-top:1.1rem}
.article-head::after{content:"";display:block;width:320px;max-width:60%;height:1px;background:var(--grey-2);margin:1.6rem auto 0}
.prose{font-size:1.02rem;line-height:1.75}
.prose h2{font-size:clamp(1.35rem,2.2vw,1.7rem);margin:2.2rem 0 1rem;color:var(--gblue-dark);scroll-margin-top:calc(var(--header-h) + 20px)}
.prose h3{font-size:1.25rem;margin:1.8rem 0 .7rem;scroll-margin-top:calc(var(--header-h) + 20px)}
.prose p,.prose ul,.prose ol{margin-bottom:1.1rem;color:var(--ink)}
.prose li{margin-bottom:.35rem}
.prose img{border-radius:var(--radius);margin:1.5rem 0}
.prose .img-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}
.prose .img-2 img{margin:0;aspect-ratio:4/3;object-fit:cover;width:100%}
@media (max-width:560px){.prose .img-2{grid-template-columns:1fr}}
.essential{background:var(--bg-soft);border-left:6px solid var(--gblue);border-radius:0 var(--radius-s) var(--radius-s) 0;padding:1.4rem 1.6rem;margin:1.5rem 0}
.essential h2,.essential h3{margin-top:0!important;color:var(--navy)!important;font-size:1.25rem}
.essential ul{margin-bottom:0}
.essential li{margin-bottom:.4rem;font-size:.97rem}
.callout{background:#fff8ec;border-left:6px solid var(--gyellow);border-radius:0 var(--radius-s) var(--radius-s) 0;padding:1.2rem 1.5rem;margin:1.5rem 0;font-size:.97rem}
.callout.blue{background:var(--bg-blue);border-left-color:var(--gblue)}
.callout.pink{background:#fde8ef;border-left-color:var(--pink)}
.callout p:last-child{margin-bottom:0}
.callout b{color:var(--navy)}
.prose .cta-inline{margin:2rem 0}
.prose table{width:100%;border-collapse:collapse;font-size:.93rem;margin:1.5rem 0}
.prose th,.prose td{padding:.7rem .9rem;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.prose thead th{background:var(--navy);color:#fff}
.prose tbody tr:nth-child(even){background:var(--bg-soft)}
.sources{font-size:.85rem;color:var(--grey);border-top:1px solid var(--line);padding-top:1rem;margin-top:2rem}
.sources ul{margin:0}
.prevnext{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:3rem 0 0;text-align:center}
.prevnext a{display:block;padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius-s);color:var(--ink);background:#fff}
.prevnext a:hover{text-decoration:none;border-color:var(--gblue)}
.prevnext small{display:block;font-size:.72rem;letter-spacing:2px;text-transform:uppercase;color:var(--gblue-dark);font-weight:600;margin-bottom:.3rem}
@media (max-width:560px){.prevnext{grid-template-columns:1fr}}
.related h2{font-size:1.5rem;margin-bottom:1.6rem}
.related .gline{margin-bottom:1.8rem}

/* Logos partenaires / preuve */
.trust-row{display:flex;flex-wrap:wrap;gap:1.2rem 2.5rem;justify-content:center;align-items:center;opacity:.9}
.trust-row .t{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:var(--grey)}
.trust-row .t svg{width:20px;height:20px}

/* Vidéos */
.video-links{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}
.video-links a{display:inline-flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;color:#fff;background:var(--navy);border-radius:100px;padding:.6rem 1.2rem;align-self:flex-start;transition:.2s}
.video-links a:hover{background:var(--gblue-dark);text-decoration:none;transform:translateY(-2px)}
.video-links a svg{width:24px;height:24px;fill:var(--navy);background:#fff;border-radius:50%;padding:6px;box-sizing:border-box;flex-shrink:0}

/* Métiers grid */
.metier-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;display:flex;flex-direction:column;gap:.5rem;color:inherit;transition:.2s}
.metier-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);text-decoration:none;border-color:var(--gblue)}
.metier-card .mico{width:52px;height:52px;border-radius:14px;background:var(--bg-blue);display:flex;align-items:center;justify-content:center;margin-bottom:.4rem;transition:.2s}
.metier-card .mico svg{width:26px;height:26px;stroke:var(--gblue-dark);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.metier-card:hover .mico{background:var(--gblue)}
.metier-card:hover .mico svg{stroke:#fff}
.metier-card h3{font-size:1.05rem;margin:0}
.metier-card p{font-size:.88rem;color:var(--grey);margin:0;font-weight:300}
.metier-card .more{font-size:.85rem;font-weight:600;color:var(--gblue-dark);margin-top:auto}

/* Contact */
.contact-card{display:flex;align-items:center;gap:1.2rem;background:var(--bg-soft);border-radius:var(--radius);padding:1.4rem 1.6rem}
.contact-card img{width:72px;height:72px;border-radius:50%;object-fit:cover}
.contact-card .clab{display:block;font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--pink)}
.contact-card b{display:block;font-size:1.1rem;color:var(--navy)}
.contact-card .role{font-size:.85rem;color:var(--grey)}
.contact-card .lines{font-size:.92rem;margin-top:.3rem}
.info-list{list-style:none;padding:0}
.info-list li{display:flex;gap:.8rem;align-items:flex-start;padding:.7rem 0;border-bottom:1px solid var(--line);font-size:.95rem}
.info-list li:last-child{border:0}
.info-list svg{width:20px;height:20px;stroke:var(--pink);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:.15rem}
.info-list b{color:var(--navy)}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy);color:#c5cfdb;padding:3.5rem 0 1.5rem;margin-top:0;position:relative}
.site-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--gcolors)}
.footer-top{display:grid;grid-template-columns:1.4fr repeat(var(--fcols,4),1fr);gap:2.5rem}
.footer-brand>img{width:240px;max-width:100%;height:auto;margin-bottom:1rem;display:block}
.footer-brand p{font-size:.9rem;font-weight:300;color:#aab6c3}
.footer-brand a{color:#dfe5ea}
.footer-brand .by{display:flex;align-items:center;gap:.7rem;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#aab6c3}
.footer-brand .by img{height:34px;margin:0}
.footer-col h4{color:#fff;font-size:.95rem;margin-bottom:.9rem}
.footer-col ul{list-style:none;padding:0}
.footer-col li{margin-bottom:.45rem}
.footer-col a{color:#c5cfdb;font-size:.88rem;font-weight:300}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2.5rem;padding-top:1.3rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.8rem;color:#8fa0b4}
.footer-bottom a{color:#8fa0b4}
.footer-bottom .legal{display:flex;gap:1.2rem;flex-wrap:wrap}
@media (max-width:980px){.footer-top{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}}
@media (max-width:600px){.footer-top{grid-template-columns:1fr 1fr}}

/* Cookie/notice */
.notice{font-size:.8rem;color:var(--grey-2);text-align:center;margin-top:1rem}

/* Animations légères */
@media (prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
  .reveal.in{opacity:1;transform:none}
}

/* ---------- Réseaux sociaux ---------- */
.social{display:flex;gap:.6rem;margin-top:1.2rem}
.social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#dfe5ea;transition:.2s}
.social a svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.social a:hover{background:var(--gblue);border-color:var(--gblue);color:#fff}
.social-inline{margin:0;justify-content:center}.social-inline a{border-color:var(--line);color:var(--navy)}
/* ---------- Sélecteur de langue ---------- */
.nav>li.lang>button{font-size:.8rem;letter-spacing:.06em;font-weight:600}
.lang-dd{min-width:170px}.lang-dd a{display:flex;align-items:center;gap:.6rem;font-weight:600;font-size:.85rem}.lang-dd a small{display:inline;font-weight:300}
.lang-dd a.on{color:var(--gblue-dark)}
/* ---------- Pop-up ---------- */
.popup-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,11,34,.45);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);display:flex;align-items:center;justify-content:center;padding:1.2rem;opacity:0;transition:opacity .35s}
.popup-backdrop.show{opacity:1}
.popup-backdrop[hidden]{display:none}
.popup{position:relative;background:#fff;border-radius:24px;box-shadow:0 30px 80px rgba(0,11,34,.35);max-width:860px;width:100%;overflow:hidden;transform:translateY(16px) scale(.98);transition:transform .35s}
.popup-backdrop.show .popup{transform:none}
.popup.has-img{display:grid;grid-template-columns:5fr 6fr}
.popup-img img{width:100%;height:100%;object-fit:cover;display:block;min-height:400px}
.popup-body{padding:3.6rem 2.6rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:.9rem;min-height:400px}
.popup-body h3{font-size:1.6rem;line-height:1.2;color:var(--navy);margin:0}
.popup-body .popup-sub{font-size:1.02rem;font-weight:600;color:var(--gblue-dark);margin:0}
.popup-body p{color:var(--grey);font-weight:300;margin:0}
.popup-body .btn{align-self:flex-start;margin-top:.8rem}
.popup-close{position:absolute;top:1rem;right:1rem;background:none;border:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;color:var(--navy);padding:0;z-index:2;font-family:inherit}
.popup-close .x{font-size:1.5rem;line-height:1;width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;transition:.2s}
.popup-close .lbl{font-size:.7rem;font-weight:500;letter-spacing:.03em;text-transform:lowercase;margin-top:.25rem;color:var(--grey)}
.popup-close:hover .x{background:var(--gblue)}
.popup-close:focus{outline:none}.popup-close:focus-visible .x{box-shadow:0 0 0 3px #cfe0fb}
@media (max-width:700px){.popup.has-img{grid-template-columns:1fr}.popup-img img{min-height:0;max-height:220px}.popup-body{padding:2.4rem 1.5rem 1.8rem;min-height:0}.popup-body h3{font-size:1.3rem}}

/* ---------- Bandeau photo (audit) ---------- */
.hero-photo{position:relative;color:#fff;padding:clamp(2.5rem,5vw,4rem) 0 0;overflow:visible;background:var(--navy)}
.hero-photo .hero-bg{position:absolute;inset:0;overflow:hidden}
.hero-photo .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.hero-photo .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,11,34,.82) 0%,rgba(0,11,34,.62) 45%,rgba(0,11,34,.3) 100%)}
.hero-photo .container{position:relative;z-index:1}
.hero-photo h1{color:#fff}.hero-photo h1 em{font-style:normal;color:var(--gblue)}
.hero-photo .lead{color:#dfe5ea}
.hero-photo .kicker{border-color:rgba(255,255,255,.4);color:#fff;background:rgba(0,11,34,.35)}
.hero-photo .breadcrumb{color:#c5cfdb}.hero-photo .breadcrumb a{color:#fff}
.hero-photo .info-list li{border-bottom-color:rgba(255,255,255,.15);color:#eef2f7}
.hero-photo .info-list b{color:#fff}.hero-photo .info-list svg{stroke:var(--ggreen)}
.hero-photo .btn-note{color:#c5cfdb}.hero-photo .btn-note a{color:#fff;text-decoration:underline}
.hero-photo .hero-grid{align-items:start;padding-bottom:3rem}
.hero-photo .form-col{position:relative;z-index:2;margin-bottom:-5.5rem}
.hero-photo .form-card{box-shadow:0 30px 80px rgba(0,11,34,.35)}
.hero-photo+.section{padding-top:calc(5.5rem + 3rem)}
@media (max-width:860px){.hero-photo .hero-grid{padding-bottom:1.5rem}.hero-photo .form-col{margin-bottom:-3rem}.hero-photo+.section{padding-top:6rem}.hero-photo .hero-bg::after{background:linear-gradient(180deg,rgba(0,11,34,.82),rgba(0,11,34,.9))}}

/* ---------- Formulaire d'audit sur pages métiers ---------- */
.audit-band{background:var(--bg-blue);position:relative;overflow:hidden;padding:clamp(2.5rem,5vw,4rem) 0;scroll-margin-top:var(--header-h)}
.audit-band .blob{display:none}
.audit-band .container{position:relative;z-index:1}
.audit-band .two-col{align-items:center}
.audit-band .intro{color:var(--grey)}
.audit-band .info-list li{border-bottom-color:rgba(0,11,34,.08);font-size:.93rem}
.audit-band .info-list svg{stroke:var(--ggreen)}
.audit-band .form-card{box-shadow:0 24px 60px rgba(0,11,34,.16);border:0}
.audit-band .form-card.compact{padding:1.6rem 1.6rem 1.4rem}
.audit-band .form-card.compact .field{margin-bottom:.75rem}
.audit-band .form-card.compact .form-sub{margin-bottom:1rem}
.audit-band .form-card.compact .consent{margin:.7rem 0}

/* ---------- Top 3 + rentabilité + simulateur ---------- */
.roi-intro{max-width:820px}
.roi-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:1.8rem;align-items:stretch;margin-top:2rem}
@media (max-width:900px){.roi-wrap{grid-template-columns:1fr}}
.roi-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.93rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-s);overflow:hidden}
.roi-table th{background:var(--navy);color:#fff;font-weight:600;font-size:.8rem;letter-spacing:.02em;padding:.9rem 1rem;text-align:left;line-height:1.3}
.roi-table td{padding:.85rem 1rem;border-top:1px solid var(--line);font-weight:500;color:var(--ink)}
.roi-table td:not(:first-child){color:var(--gblue-dark);font-weight:700}
.roi-table tr.hl td{background:var(--bg-blue)}
.roi-table small{display:block;font-weight:300;color:var(--grey);font-size:.78rem}
.tbl-note{font-size:.82rem;color:var(--grey);font-weight:300;margin-top:.8rem}
.tbl-note b{color:var(--navy);font-weight:600}
.roi-card{background:var(--navy);color:#fff;border-radius:var(--radius);padding:1.8rem 1.8rem 1.6rem;display:flex;flex-direction:column;gap:.9rem;position:relative;overflow:hidden}

.roi-card>*{position:relative;z-index:1}
.roi-card .rc-label{font-size:.74rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8ab4f8}
.roi-card .rc-price{font-size:2.2rem;font-weight:800;letter-spacing:-1px;line-height:1.05}
.roi-card .rc-price small{font-size:.9rem;font-weight:400;color:#aab6c3;letter-spacing:0}
.roi-card .rc-sub{font-size:.85rem;color:#aab6c3;margin-top:-.5rem}
.roi-card .eq{display:flex;align-items:center;gap:.8rem;font-size:.93rem;color:#dfe5ea;font-weight:300}
.roi-card .eq b{color:#fff;font-weight:600}
.roi-card .eq .ico{width:40px;height:40px}.roi-card .eq .ico svg{width:20px;height:20px}
.roi-card .punch{margin-top:auto;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-s);padding:.9rem 1.1rem;font-weight:700;font-size:1rem}
.roi-card .punch small{display:block;font-weight:300;font-size:.78rem;color:#aab6c3;margin-top:.15rem}
.src-note{font-size:.78rem;color:var(--grey-2);font-weight:300;margin-top:1.2rem;font-style:italic}
.calc-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:1.8rem;margin-top:2rem;align-items:stretch}
@media (max-width:900px){.calc-wrap{grid-template-columns:1fr}}
.calc-inputs{display:flex;flex-direction:column;gap:1.1rem;align-self:start;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem}
.section-soft .calc-inputs{background:#fff}
.cfield label{display:block;font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}
.cfield label small{font-weight:300;color:var(--grey)}
.cfield .range-val{color:var(--gblue-dark);font-weight:700}
.num-row{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.num-row input{flex:1;min-width:0;border:0;padding:.7rem .9rem;font:inherit;font-weight:700;color:var(--gblue-dark);font-size:1rem;outline:0;background:transparent}
.num-row .unit{font-size:.82rem;color:var(--grey);padding:0 .9rem;border-left:1px solid var(--line);white-space:nowrap;align-self:stretch;display:flex;align-items:center;background:var(--bg-soft)}
.cfield input[type=range]{width:100%;accent-color:var(--gblue-dark);margin-top:.3rem}
.calc-results{background:var(--navy);color:#fff;border-radius:var(--radius);padding:1.8rem;display:flex;flex-direction:column;position:relative;overflow:hidden}

.calc-results>*{position:relative;z-index:1}
.calc-results .cr-label{font-size:.74rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8ab4f8}
.calc-results .cr-big{font-size:clamp(2.2rem,4vw,3rem);font-weight:800;letter-spacing:-1px;line-height:1.1;margin:.4rem 0 .2rem}
.calc-results .cr-sub{font-size:.85rem;color:#aab6c3;font-weight:300}
.calc-results .cr-sep{border-top:1px solid rgba(255,255,255,.12);margin:1.2rem 0}
.calc-results .cr-line{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.93rem;color:#dfe5ea;font-weight:300;padding:.35rem 0}
.calc-results .cr-line b{font-weight:700;color:#fff;font-size:1.02rem;white-space:nowrap}
.calc-results .cr-roi{margin-top:auto;padding-top:1.2rem;font-size:1.35rem;font-weight:800;color:#fff}
.calc-results .cr-roi b{background:linear-gradient(90deg,#ff5fa2,#ff7b6b);-webkit-background-clip:text;background-clip:text;color:transparent}
.calc-results .cr-roi small{display:block;font-size:.78rem;font-weight:300;color:#aab6c3;margin-top:.2rem}
.calc-results .btn{margin-top:1.2rem;align-self:flex-start}
.calc-hint{font-size:.82rem;color:var(--grey-2);font-style:italic;margin-top:1rem;text-align:center}
.impact .stat .big{font-size:clamp(2rem,3.6vw,2.7rem)}
.band72{display:flex;align-items:center;gap:1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.8rem;margin-top:1.8rem}
.section-soft .band72{background:#fff}.section:not(.section-soft) .band72{background:var(--bg-soft)}
.band72 .n{font-size:2.6rem;font-weight:800;color:var(--gblue-dark);letter-spacing:-1px;line-height:1;flex-shrink:0}
.band72 p{margin:0;color:var(--ink);font-size:.97rem}
.band72 p strong{color:var(--navy)}
.band72 em{display:block;font-size:.78rem;color:var(--grey-2);font-style:italic;margin-top:.2rem}
@media (max-width:600px){.band72{flex-direction:column;align-items:flex-start}}

/* ---------- Slider : glisser à la souris ---------- */
.slider .track{cursor:grab;user-select:none}
.slider .track.dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.slider .track.dragging a{pointer-events:none}
.calc-wrap>*,.roi-wrap>*{min-width:0}
.num-row input{width:100%}
.cfield label{overflow-wrap:anywhere}
@media (max-width:560px){.roi-table{font-size:.85rem}.roi-table th,.roi-table td{padding:.7rem .6rem}.calc-results{padding:1.4rem}.roi-card{padding:1.4rem}}
/* Bloc audit métiers : fond blanc, formulaire plus étroit */
.audit-band{background:#fff;border-bottom:1px solid var(--line)}
.audit-band .two-col{grid-template-columns:1.15fr .85fr;gap:2.5rem}
.audit-band .form-card{max-width:440px;margin-left:auto;border:1px solid var(--line);box-shadow:0 24px 60px rgba(0,11,34,.12)}
@media (max-width:860px){.audit-band .form-card{margin:0 auto}}
/* Simulateur : section dédiée, bien identifiée */
.calc-section{background:#fff;position:relative}
.calc-badge{display:inline-block;background:var(--grad);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.45rem 1.1rem;border-radius:100px;margin-bottom:1rem;box-shadow:0 8px 20px rgba(216,36,116,.25)}
.calc-section .calc-inputs{border:2px solid var(--gblue);box-shadow:var(--shadow-s)}
.calc-section .calc-wrap{margin-top:2.5rem}
.two-col>*,.article-layout>*,.hero-grid>*{min-width:0}
.sidebar{max-width:100%}
/* Tableaux d'articles : défilement horizontal sur mobile au lieu de déborder */
.prose{overflow-wrap:anywhere}
.prose table{display:block;overflow-x:auto;max-width:100%;white-space:normal}
@media (min-width:700px){.prose table{display:table}}

/* ---------- Retours mobile (21/08) ---------- */
@media (max-width:860px){
  .audit-band .two-col{grid-template-columns:1fr;gap:1.8rem}
  .audit-band .form-card{max-width:none;margin:0}
}
@media (max-width:920px){
  .container,.container-narrow{width:auto;margin-left:22px;margin-right:22px}
  .nav{padding-left:22px;padding-right:22px}
  .hero .kicker{letter-spacing:1.5px;font-size:.7rem;padding:.35rem .8rem;line-height:1.4}
}
@media (max-width:640px){
  .mobile-sticky{background:transparent;border-top:0;padding:0 22px 14px;pointer-events:none}
  .mobile-sticky .btn{pointer-events:auto;box-shadow:0 10px 28px rgba(0,11,34,.28)}
  .mobile-sticky .btn-outline{background:#fff}
  body{padding-bottom:78px}
}
.hero-trust{gap:.9rem 1.4rem}
.hero-trust span{white-space:nowrap}
.calendly-inline-widget{transition:height .3s}

/* ---------- Retours v3 ---------- */
/* étapes audit : 3 colonnes desktop, 1 colonne mobile */
.steps-3{grid-template-columns:repeat(3,1fr)}
@media (max-width:900px){.steps-3{grid-template-columns:1fr}}
/* variantes de blocs chiffres */
.stat-navy{background:var(--navy)!important;border-top:0;border-radius:var(--radius)}
.stat-navy .big,.stat-navy p{color:#fff}
.stat-navy p span{color:#aab6c3}
.stat-blue{background:var(--gblue-dark)!important;border-top:0;border-radius:var(--radius)}
.stat-blue .big,.stat-blue p{color:#fff}
.stat-blue p span{color:#d6e4ff}
.stat-flat{border-top:0;border-radius:var(--radius)}
/* thèmes du guide */
.theme-head{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem}
.theme-head .mico{width:52px;height:52px;border-radius:14px;background:var(--bg-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.theme-head .mico svg{width:26px;height:26px;stroke:var(--gblue-dark);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.theme-head .theme-num{font-size:.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gblue-dark)}
.card:hover .theme-head .mico{background:var(--gblue)}
.card:hover .theme-head .mico svg{stroke:#fff}
/* menu burger : CTA détachés */
@media (max-width:920px){
  .brand img{height:86px}
  :root{--header-h:100px}
  .nav .mobile-cta{background:var(--bg-soft);border-radius:var(--radius);padding:1.4rem 1.2rem 1.3rem;margin-top:2.2rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.7rem;box-shadow:var(--shadow-s)}
  .nav .mobile-cta .btn{width:100%;justify-content:center;font-size:1rem;padding:.95rem 1rem}
  .nav .mobile-cta .btn-outline{background:#fff}
  /* impact métiers : 2 colonnes sur mobile */
  .stats.impact{grid-template-columns:repeat(2,1fr);gap:.9rem}
  .stats.impact .stat{padding:1.3rem .8rem}
}
@media (max-width:480px){.brand img{height:76px}:root{--header-h:92px}}
/* les CTA du menu mobile sont des enfants directs du li : on rétablit leurs couleurs */
@media (max-width:920px){
  .nav>li.mobile-cta>a.btn{font-size:1rem;padding:.95rem 1rem;justify-content:center}
  .nav>li.mobile-cta>a.btn-primary{background:var(--grad);color:#fff}
  .nav>li.mobile-cta>a.btn-blue{background:var(--gblue-dark);color:#fff}
  .nav>li.mobile-cta>a.btn-outline{background:#fff;color:var(--navy);border-color:var(--navy)}
}
