:root{--navy:#071a2f;--navy-2:#0c2745;--lime:#c8ff45;--ice:#eef4f6;--white:#fff;--ink:#0b1e31;--muted:#5c6a77;--line:#d7e0e3;--radius:22px;--shadow:0 24px 70px rgba(4,22,39,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--ice);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}img{display:block;width:100%;height:auto}a{color:inherit}.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px;z-index:99}.skip-link:focus{left:8px}.site-header{height:86px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:white;border-bottom:1px solid rgba(255,255,255,.12);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;line-height:1}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--lime);color:var(--navy);font-size:24px;font-weight:900}.brand strong,.brand small{display:block}.brand strong{font-size:.96rem;letter-spacing:.02em}.brand small{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;margin-top:7px;color:#b9c4ce}.site-header nav{display:flex;gap:32px}.site-header nav a{text-decoration:none;color:#dce4e9;font-size:.92rem}.site-header nav a:hover{color:var(--lime)}.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;border:0;border-radius:999px;background:var(--lime);color:var(--navy);padding:15px 24px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(200,255,69,.18)}.button-small{padding:10px 17px;font-size:.88rem}.hero{min-height:690px;background:var(--navy);color:white;display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(35px,6vw,90px);padding:clamp(55px,7vw,105px) clamp(22px,5vw,76px) 95px;overflow:hidden}.hero-copy{align-self:center;max-width:680px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 20px;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:800;color:#b9c5cf}.eyebrow span{width:28px;height:2px;background:var(--lime)}.eyebrow.dark{color:#52616f}.hero h1,.section h2{margin:0;line-height:.97;letter-spacing:-.055em}.hero h1{font-size:clamp(3.25rem,7vw,6.6rem);font-weight:750}.hero h1 em{font-style:normal;color:var(--lime)}.hero-lead{max-width:610px;margin:28px 0 32px;color:#c8d1d8;font-size:clamp(1.02rem,1.5vw,1.22rem)}.hero-actions{display:flex;align-items:center;gap:30px}.text-link{color:white;text-underline-offset:5px}.trust-list{list-style:none;padding:0;margin:54px 0 0;display:flex;gap:32px;color:#e7edf1;font-size:.82rem;letter-spacing:.02em}.trust-list li{display:flex;align-items:center;gap:9px}.trust-list span{font-size:.68rem;color:var(--lime)}.hero-visual{position:relative;align-self:center}.hero-visual:before{content:"";position:absolute;width:210px;height:210px;background:var(--lime);border-radius:50%;filter:blur(90px);opacity:.12;right:-50px;top:-50px}.hero-visual img{height:min(60vw,590px);object-fit:cover;border-radius:150px 22px 22px 22px;box-shadow:var(--shadow);position:relative}.charge-card{position:absolute;left:-35px;right:28px;bottom:-38px;padding:20px 22px;background:rgba(255,255,255,.95);color:var(--ink);border-radius:18px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.charge-top,.charge-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center}.charge-top{font-size:.84rem}.charge-top b{font-size:1.1rem}.charge-line{height:5px;background:#dfe6e6;border-radius:5px;margin:15px 0}.charge-line i{display:block;width:74%;height:100%;background:var(--lime);border-radius:5px}.charge-bottom{font-size:.7rem;color:#66717c}.charge-bottom strong{color:#527300}.ticker{display:flex;gap:30px;align-items:center;justify-content:center;flex-wrap:wrap;background:var(--lime);min-height:66px;padding:14px 22px;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:850}.ticker i{font-style:normal;font-size:.65rem}.section{padding:clamp(80px,9vw,140px) clamp(22px,7vw,110px)}.section-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:22px 70px;align-items:end;margin-bottom:60px}.section-heading .eyebrow{grid-column:1/-1;margin-bottom:0}.section h2{font-size:clamp(2.6rem,5vw,5rem);font-weight:760}.section-heading>p:last-child{color:var(--muted);font-size:1.05rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:410px;display:flex;flex-direction:column}.service-card.featured{background:var(--navy);border-color:var(--navy);color:#fff}.number{position:absolute;right:24px;top:22px;font-size:.73rem;color:#82909b}.icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:var(--ice);font-size:1.5rem;margin:26px 0 48px}.featured .icon{background:var(--lime);color:var(--navy)}.service-card h3{font-size:1.55rem;line-height:1.1;margin:0 0 13px}.service-card p{color:var(--muted);margin:0 0 24px}.featured p{color:#becbd4}.service-card ul{list-style:none;padding:18px 0 0;margin:auto 0 0;border-top:1px solid var(--line)}.featured ul{border-color:rgba(255,255,255,.16)}.service-card li{font-size:.87rem;margin:7px 0}.service-card li:before{content:"✓";color:#76a000;font-weight:900;margin-right:9px}.featured li:before{color:var(--lime)}.method{background:var(--navy);color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,8vw,120px);align-items:center}.method-photo{position:relative}.method-photo img{height:650px;object-fit:cover;border-radius:22px 110px 22px 22px}.photo-label{position:absolute;right:-20px;bottom:28px;background:var(--lime);color:var(--navy);padding:18px 22px;font-size:.76rem;line-height:1.35;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.method h2{margin-bottom:50px}.steps{list-style:none;margin:0;padding:0}.steps li{display:grid;grid-template-columns:48px 1fr;gap:20px;border-top:1px solid rgba(255,255,255,.15);padding:22px 0}.steps>li>span{width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;color:var(--lime);font-size:.75rem}.steps h3{font-size:1.1rem;margin:2px 0 5px}.steps p{margin:0;color:#aebbc5;font-size:.92rem}.included{background:#fff}.included-intro{display:grid;grid-template-columns:.7fr 1.3fr;gap:50px;align-items:start;margin-bottom:60px}.included-intro h2{font-size:clamp(2.6rem,4.4vw,4.6rem)}.checks{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}.checks div{min-height:100px;padding:24px 18px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:center}.checks div:nth-child(odd){border-right:1px solid var(--line)}.checks b{color:#8aa81f;font-size:.75rem}.checks span{font-weight:700}.faq{background:var(--ice)}.section-heading.compact{display:block;max-width:850px}.section-heading.compact .eyebrow{margin-bottom:20px}.accordion{max-width:1000px;margin-left:auto}.accordion details{border-top:1px solid #bcc8cc}.accordion details:last-child{border-bottom:1px solid #bcc8cc}.accordion summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;font-weight:760;font-size:1.08rem}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{font-size:1.6rem;font-weight:300;transition:.2s}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{color:var(--muted);margin:-8px 50px 26px 0;max-width:760px}.quote{background:var(--navy-2);color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.quote h2{font-size:clamp(2.5rem,4.5vw,4.8rem)}form{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:750;color:#bfcbd4}select,textarea{display:block;width:100%;margin-top:8px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#0a2038;color:white;padding:14px;font:inherit;text-transform:none;letter-spacing:0}textarea{resize:vertical}.wide{grid-column:1/-1}.form-note{margin:0;color:#99aaba;font-size:.77rem;text-transform:none;letter-spacing:0;text-align:center}footer{min-height:180px;background:#041321;color:#c6d0d7;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:35px clamp(22px,5vw,76px);font-size:.83rem}footer p{max-width:480px;text-align:center}.footer-brand{color:white}footer>a:last-child{color:white;text-underline-offset:5px}
@media(max-width:950px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-bottom:110px}.hero-copy{max-width:none}.hero-visual{max-width:680px;margin:0 auto;width:100%}.hero-visual img{height:560px}.section-heading,.included-intro,.method,.quote{grid-template-columns:1fr}.method-photo{max-width:620px}.service-grid{grid-template-columns:1fr}.service-card{min-height:330px}.icon{margin-bottom:28px}.quote{gap:45px}.included-intro{gap:25px}}
@media(max-width:650px){.site-header{height:74px;padding:0 18px}.site-header>.button{display:none}.brand-mark{width:36px;height:36px}.hero{padding:48px 20px 90px;min-height:auto}.hero h1{font-size:clamp(3.1rem,16vw,4.8rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.trust-list{gap:14px;flex-direction:column;margin-top:42px}.hero-visual img{height:410px;border-radius:90px 18px 18px}.charge-card{left:12px;right:12px;bottom:-40px}.ticker{justify-content:flex-start;overflow:hidden;flex-wrap:nowrap}.ticker span{white-space:nowrap}.section{padding:82px 20px}.section-heading{display:block;margin-bottom:40px}.section-heading>p:last-child{margin-top:25px}.section h2{font-size:clamp(2.55rem,12vw,3.7rem)}.service-card{padding:24px}.method{gap:55px}.method-photo img{height:460px}.photo-label{right:0}.included-intro{display:block}.included-intro .eyebrow{margin-bottom:20px}.checks{grid-template-columns:1fr}.checks div:nth-child(odd){border-right:0}.quote{gap:42px}form{grid-template-columns:1fr}.wide{grid-column:auto}footer{flex-direction:column;text-align:center;padding-top:55px;padding-bottom:55px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Identité Electrisez-vous et contact direct */
.brand{gap:0}.brand-logo{display:block;width:clamp(190px,20vw,300px);height:auto}.direct-contact{display:grid;gap:12px;margin-top:40px}.direct-contact a{display:flex;flex-direction:column;align-items:flex-start;color:#fff;text-decoration:none}.direct-contact small{color:#9eafbc;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem}.direct-contact strong{font-size:1.05rem;border-bottom:1px solid rgba(255,255,255,.25)}.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.footer-contact a{color:#fff;text-underline-offset:4px}
@media(max-width:650px){.brand-logo{width:190px}.footer-contact{align-items:center}}
