
:root{--navy:#06345f;--navy2:#0b4775;--teal:#08a7b7;--blue:#0878c9;--muted:#617d91;--line:#d9e8f0;--soft:#f5f9fc;--white:#fff;--shadow:0 18px 50px rgba(6,52,95,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--navy);background:#fff}img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1240px,calc(100% - 32px));margin:auto}.skip{position:absolute;left:-999px}.skip:focus{left:16px;top:12px;z-index:99;background:#fff;padding:10px}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #edf2f5;backdrop-filter:blur(10px)}.header-row{height:76px;display:flex;align-items:center;gap:30px}.brand img{width:150px}.nav{margin:auto;display:flex;gap:30px}.nav a,.mobile-nav a{text-decoration:none;font-weight:800;font-size:14px}.nav a.active{color:var(--teal)}.phone{background:linear-gradient(135deg,var(--navy2),var(--blue));color:#fff;text-decoration:none;border-radius:999px;padding:13px 20px;font-weight:900}.menu-button{display:none;width:44px;border:0;background:none}.menu-button span{display:block;height:2px;background:var(--navy);margin:6px}.mobile-nav{display:none;flex-direction:column;gap:15px;padding:12px 22px 20px}
.hero{background:radial-gradient(circle at 80% 10%,rgba(8,167,183,.12),transparent 36%),linear-gradient(135deg,#f7fcfd,#f4f8fc);border-bottom:1px solid #e3edf3}.hero-inner{padding:72px 0 64px;text-align:center}.eyebrow{display:inline-flex;border:1.5px solid var(--teal);color:#057d98;background:#f7ffff;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:900;letter-spacing:.05em}.hero h1{font-size:clamp(42px,6vw,70px);line-height:1;margin:18px 0 15px;letter-spacing:-.04em}.hero p{max-width:760px;margin:0 auto;color:#4f6f86;font-size:18px;line-height:1.65}.hero-points{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:25px}.hero-points span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-size:13px;font-weight:800;color:#315873}.section{padding:78px 0}.section-heading{max-width:760px;margin-bottom:36px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.proof h2{font-size:clamp(32px,4vw,50px);line-height:1.08;margin:12px 0}.section-heading p,.proof p{color:#58768b;line-height:1.65}.result-card{display:grid;grid-template-columns:330px 1fr;gap:30px;align-items:center;margin-bottom:46px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.result-card.reverse{grid-template-columns:1fr 330px}.result-card.reverse .result-copy{order:2}.result-number{color:var(--teal);font-weight:950;font-size:14px;letter-spacing:.08em}.result-copy{padding:15px}.result-copy h3{font-size:34px;margin:9px 0 10px}.result-copy p{color:#5c788d;line-height:1.6}.result-copy ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:9px}.result-copy li{position:relative;padding-left:25px;color:#315873;font-weight:700}.result-copy li:before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:950}.compare{--position:50%;position:relative;overflow:hidden;border-radius:17px;aspect-ratio:20/9;background:#eaf2f6;isolation:isolate}.compare img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;user-select:none;pointer-events:none}.compare .before{z-index:2;clip-path:inset(0 calc(100% - var(--position)) 0 0)}.compare .after{z-index:1}.compare input{position:absolute;inset:0;z-index:6;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0}.divider{position:absolute;z-index:5;left:var(--position);top:0;bottom:0;width:3px;background:#fff;transform:translateX(-50%);box-shadow:0 0 0 1px rgba(6,52,95,.15)}.divider span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 8px 24px rgba(6,52,95,.2)}.label{position:absolute;z-index:4;top:16px;padding:8px 14px;border-radius:999px;color:#fff;font-size:12px;font-weight:950}.label-before{left:16px;background:var(--navy2)}.label-after{right:16px;background:var(--teal)}.soft{background:var(--soft)}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.proof-points{display:grid;gap:13px}.proof-points article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px;display:flex;gap:15px;box-shadow:0 8px 25px rgba(6,52,95,.05)}.proof-points b{flex:0 0 40px;height:40px;border-radius:50%;background:#e8f9fa;color:var(--teal);display:grid;place-items:center}.proof-points strong,.proof-points span{display:block}.proof-points span{color:#627d91;font-size:13px;margin-top:4px;line-height:1.5}.faq{background:#fff}.faq-list{max-width:950px;margin:auto;display:grid;gap:10px}.faq-list details{background:#f8fbfd;border:1px solid var(--line);border-radius:13px;padding:0 18px}.faq-list summary{padding:18px 0;cursor:pointer;font-weight:850}.faq-list p{color:#5f7a8e;line-height:1.65;margin-top:0}.final-cta{background:linear-gradient(100deg,#0397a7,#0873c8);color:#fff}.cta-row{min-height:160px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta-row span{font-size:29px;font-weight:950}.cta-row p{margin:6px 0 0;color:#def3f8}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;border-radius:14px;padding:18px 28px}.cta-button{background:#fff;color:var(--navy);box-shadow:0 12px 28px rgba(6,52,95,.18);min-width:260px}footer{background:#052f5a;color:#fff;padding:45px 0 16px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}.footer-grid img{width:165px;filter:brightness(0) invert(1)}.footer-grid p{color:#c7d9e5;line-height:1.6}.footer-grid strong,.footer-grid a,.footer-grid span{display:block}.footer-grid strong{margin-bottom:12px}.footer-grid a,.footer-grid span{color:#d8e6ef;text-decoration:none;margin:8px 0;font-size:13px}.copyright{border-top:1px solid rgba(255,255,255,.15);padding-top:14px;margin-top:28px;color:#c7d8e4;font-size:12px}
@media(max-width:950px){.nav{display:none}.menu-button{display:block;margin-left:auto}.mobile-nav.open{display:flex}.result-card,.result-card.reverse{grid-template-columns:1fr}.result-card.reverse .result-copy{order:0}.proof-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap{width:min(100% - 20px,1240px)}.header-row{height:66px}.brand img{width:125px}.phone{padding:10px 12px;font-size:0}.phone:after{content:'☎';font-size:20px}.hero-inner{padding:48px 0}.hero h1{font-size:42px}.hero p{font-size:16px}.section{padding:55px 0}.result-card{padding:10px;border-radius:18px}.result-copy{padding:12px 8px}.result-copy h3{font-size:28px}.compare{aspect-ratio:16/9}.divider span{width:46px;height:46px}.cta-row{display:block;padding:30px 0}.cta-button{width:100%;margin-top:22px}.footer-grid{grid-template-columns:1fr}}


.cta-visible{min-width:260px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-weight:900;letter-spacing:.01em}
.final-cta .cta-visible{background:#fff!important;color:#06345f!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 12px 28px rgba(6,52,95,.18)!important;padding:18px 28px!important;border-radius:16px!important}
.final-cta .cta-visible:hover{opacity:.97}

/* V33 logo normalization */
.header .brand{display:flex!important;align-items:center!important;flex:0 0 auto!important}
.header .brand img,.brand img{width:150px!important;height:auto!important;max-height:64px!important;object-fit:contain!important}
@media(max-width:620px){.header .brand img,.brand img{width:132px!important;max-height:58px!important}}


/* V34 - correction definitive logo header/footer */
.header{min-height:82px;overflow:visible!important}
.header-row{height:82px!important;min-height:82px!important;align-items:center!important}
.header .brand,.brand{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:210px!important;min-width:210px!important;max-width:210px!important;flex:0 0 210px!important;height:82px!important;overflow:visible!important}
.header .brand img,.brand img{display:block!important;width:180px!important;max-width:180px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important;filter:none!important;transform:none!important;background:transparent!important;padding:0!important;border-radius:0!important}
footer .footer-brand img,footer .footer-grid img,.footer .footer-grid img,.footer img{width:170px!important;max-width:170px!important;height:auto!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important;filter:none!important;background:#fff!important;border-radius:12px!important;padding:7px!important;box-sizing:border-box!important}
@media(max-width:760px){.header{min-height:68px}.header-row{height:68px!important;min-height:68px!important}.header .brand,.brand{width:155px!important;min-width:155px!important;max-width:155px!important;flex:0 0 155px!important;height:68px!important}.header .brand img,.brand img{width:138px!important;max-width:138px!important;max-height:50px!important}}


/* V35 correction globale : logo header/footer et boutons CTA visibles */
body > header .brand, .header .brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:190px!important;
  min-width:190px!important;
  max-width:190px!important;
  flex:0 0 190px!important;
  height:76px!important;
  overflow:hidden!important;
}
body > header .brand img, .header .brand img, a.brand > img{
  display:block!important;
  width:170px!important;
  max-width:170px!important;
  height:auto!important;
  max-height:54px!important;
  object-fit:contain!important;
  object-position:left center!important;
  aspect-ratio:540/150!important;
  filter:none!important;
  transform:none!important;
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
}
.cta-band .btn,
.cta-band a.btn,
.cta-band .btn.outline,
.cta-band a.btn.outline,
.cta-row .btn,
.final-cta .btn{
  color:#06345f!important;
  background:#fff!important;
  border:2px solid rgba(255,255,255,.88)!important;
  text-shadow:none!important;
  opacity:1!important;
  visibility:visible!important;
}
.cta-band .btn:hover,
.cta-row .btn:hover,
.final-cta .btn:hover{filter:brightness(.98)}
@media(max-width:760px){
  body > header .brand, .header .brand{width:155px!important;min-width:155px!important;max-width:155px!important;flex-basis:155px!important;height:68px!important;}
  body > header .brand img, .header .brand img, a.brand > img{width:138px!important;max-width:138px!important;max-height:48px!important;}
}
