@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#172c55;--blue:#2359db;--deep:#173b87;--orange:#ffbf47;--soft:#eff5ff;--muted:#5b6881}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.15;letter-spacing:-.04em;margin-top:0}h2{font-size:clamp(2rem,3vw,2.9rem);font-weight:800}h2 em,h1 em{font-style:normal;color:var(--blue)}p{margin-top:0}.wrap{width:min(1240px,calc(100% - 6rem));margin-inline:auto}.eyebrow{font-size:.79rem;font-weight:800;letter-spacing:.09em;color:var(--blue);margin-bottom:1rem}.eyebrow.light{color:#bfdaff}.site-header{height:90px;display:flex;justify-content:space-between;align-items:center;padding-inline:max(3rem,calc((100vw - 1240px)/2));border-bottom:1px solid #e4eaf3;background:#fff}.brand{display:flex;align-items:center;gap:.7rem;font:800 1.8rem/1 Manrope,sans-serif;letter-spacing:-.06em;text-decoration:none}.brand small{display:block;font:600 .65rem/1.5 'DM Sans',sans-serif;letter-spacing:.01em;margin-top:.35rem;color:#6b7b95}.brand-mark{background:var(--blue);color:#fff;border-radius:11px;width:40px;height:43px;display:grid;place-items:center;font-size:1.8rem;transform:skew(-6deg)}nav{display:flex;align-items:center;gap:2rem;font-weight:700;font-size:.93rem}nav a{text-decoration:none}nav a:hover{text-decoration:underline;text-underline-offset:5px}.header-phone{background:#eaf1ff;padding:.8rem 1.2rem;border-radius:8px;color:var(--deep)}.hero{background:linear-gradient(130deg,#edf4ff 0%,#f7faff 70%);padding:3.5rem 0 4rem;border-bottom:1px solid #e5edfa}.hero-layout{display:grid;grid-template-columns:1.1fr 1fr;align-items:start;gap:4.5rem}.hero-content{padding-top:1rem}.hero h1{font-size:clamp(2.5rem,4.15vw,4.4rem);font-weight:800;line-height:1.08;margin-bottom:1.3rem}.hero-intro{max-width:480px;font-size:1.13rem;line-height:1.6;color:#566782}.hero-checks{display:flex;flex-wrap:wrap;gap:.7rem 1.5rem;font-size:.9rem;font-weight:700;color:#285748;margin-bottom:1.8rem}.hero-photo{display:block;width:100%;height:265px;object-fit:cover;object-position:center 62%;border-radius:18px}.form-anchor{scroll-margin-top:20px}.estimate-form{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 14px 45px #214c8517;border:1px solid #e1e8f3}.form-kicker{font-weight:800;font-size:.75rem;letter-spacing:.07em;color:#416f5c;margin-bottom:.7rem}.estimate-form h2{font-size:1.7rem;margin-bottom:.5rem;line-height:1.2}.form-subtitle{font-size:.9rem;color:#6b7890;margin-bottom:1.3rem}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.estimate-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.86rem;font-weight:700;margin-bottom:.9rem}.estimate-form input,.estimate-form select,.estimate-form textarea{min-height:45px;width:100%;padding:.65rem .7rem;border:1px solid #c9d4e4;border-radius:7px;background:#fff;color:var(--ink);font-weight:400;font-size:.92rem}.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus{outline:2px solid var(--blue);outline-offset:2px}.estimate-form input::placeholder,.estimate-form textarea::placeholder{color:#7888a1}.estimate-form textarea{resize:vertical;min-height:65px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.2rem;border:0;border-radius:8px;font-size:.94rem;font-weight:800;cursor:pointer;text-decoration:none;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--orange);color:#182d53;width:100%}.button-dark:hover{background:#ffcf74}.button-light{background:#fff;color:var(--deep);white-space:nowrap}.form-note{font-size:.76rem;color:#697a90;line-height:1.5;margin:1rem 0 0}.form-progress{margin-bottom:1.25rem}.form-progress-label{display:flex;justify-content:space-between;font-size:.77rem;color:#697a90;margin-bottom:.45rem}.progress-track{height:5px;background:#edf1f7;border-radius:20px;overflow:hidden}.progress-track span{display:block;width:0;height:100%;background:var(--blue);transition:width .3s}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;padding-block:2.6rem;border-bottom:1px solid #e3e9f2}.benefits article{display:flex;gap:1rem;align-items:start}.benefit-icon{display:grid;place-items:center;flex-shrink:0;width:42px;height:42px;border-radius:50%;background:#eaf2ff;color:var(--blue);font-size:1.35rem;font-weight:800}.benefits h3{font-size:1.02rem;letter-spacing:-.02em;margin:.25rem 0 .35rem}.benefits p{font-size:.88rem;color:var(--muted);margin:0}.intro{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding-block:5rem}.intro h2{margin:0}.intro>p{margin:0;color:var(--muted);font-size:1.04rem}.vehicles{padding-bottom:5rem}.vehicles-head{max-width:760px;margin-bottom:1.7rem}.vehicles-head h2{margin-bottom:0}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.vehicle-grid figure{margin:0;border-radius:14px;overflow:hidden;background:#fff;border:1px solid #dce4ef}.vehicle-grid img{display:block;width:100%;height:230px;object-fit:cover;transition:transform .35s}.vehicle-grid figure:hover img{transform:scale(1.025)}.vehicle-grid figcaption{padding:1rem 1.2rem;font-weight:800;font-size:1rem}.steps-section{padding:5rem 0;background:var(--soft);scroll-margin-top:20px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:2rem}.section-top h2{margin:0}.text-link{font-weight:800;color:var(--blue);text-underline-offset:5px;white-space:nowrap}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2.8rem}.step-number{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--blue);color:#fff;font-weight:800;margin-bottom:1.5rem}.steps h3{font-size:1.2rem;line-height:1.3;letter-spacing:-.03em;margin-bottom:.65rem}.steps p{color:var(--muted);margin:0;font-size:1rem}.contact-section{padding:4.5rem 0;background:var(--deep);color:#fff}.contact-layout{display:flex;align-items:center;justify-content:space-between;gap:3rem}.contact-layout h2{margin-bottom:1rem}.contact-layout p:last-child{color:#d3e1fa;max-width:500px;margin:0}.site-footer{padding:2.5rem 0;background:#102853;color:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-brand{font-size:1.5rem}.footer-brand small{color:#c0cce0}.footer-inner p{max-width:350px;color:#c3cfe2;font-size:.88rem;margin:0}.footer-inner>a{font-weight:700;text-decoration:none}.whatsapp-float{position:fixed;right:1.3rem;bottom:1.3rem;z-index:20;background:#19845b;color:#fff;display:flex;align-items:center;gap:.7rem;padding:.75rem;border-radius:40px;box-shadow:0 7px 25px #0d342844;text-decoration:none;font-weight:700}.wa-icon{width:32px;height:32px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%;font-size:1.4rem}.wa-label{max-width:0;opacity:0;white-space:nowrap;overflow:hidden;transition:max-width .3s,opacity .2s}.whatsapp-float:hover .wa-label,.whatsapp-float:focus-visible .wa-label{max-width:230px;opacity:1}.motion-ready .reveal{opacity:0;transform:translateY(20px);transition:opacity .65s,transform .65s}.motion-ready .reveal.in-view{opacity:1;transform:none}@media(max-width:1050px){.wrap{width:calc(100% - 3rem)}.site-header{padding-inline:1.5rem}.hero-layout{gap:2rem}.hero h1{font-size:3.1rem}.estimate-form{padding:1.5rem}.benefits{gap:1rem}.intro{gap:2.5rem}.vehicle-grid img{height:200px}}@media(max-width:720px){.wrap{width:calc(100% - 2.4rem)}.site-header{height:74px;padding-inline:1.2rem}.brand{font-size:1.5rem}.brand small{font-size:.55rem}.brand-mark{width:33px;height:36px;font-size:1.5rem}nav{gap:0}nav>a:not(.header-phone){display:none}.header-phone{padding:.6rem .7rem;font-size:.77rem}.hero{padding:2.3rem 0}.hero-layout{grid-template-columns:1fr;gap:1.7rem}.hero-content{padding:0}.hero h1{font-size:clamp(2.25rem,9vw,3.7rem);margin-bottom:1rem}.hero h1 br:nth-child(2){display:none}.hero h1 em:before{content:' '}.hero-intro{font-size:1rem}.hero-checks{font-size:.83rem;margin-bottom:1.2rem}.hero-photo{height:185px;border-radius:12px}.estimate-form{padding:1.4rem}.estimate-form h2{font-size:1.7rem}.benefits{grid-template-columns:1fr;gap:1.4rem;padding-block:2rem}.benefits article{align-items:center}.intro{grid-template-columns:1fr;gap:1.4rem;padding-block:3.5rem}.vehicles{padding-bottom:3.5rem}.vehicle-grid{grid-template-columns:1fr;gap:1rem}.vehicle-grid img{height:240px}.steps-section{padding-block:3.5rem}.section-top{display:block}.section-top .text-link{display:inline-block;margin-top:1rem}.steps{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.step-number{margin-bottom:1rem}.contact-section{padding-block:3rem}.contact-layout{display:block}.contact-layout .button{margin-top:1.5rem;font-size:.86rem}.footer-inner{flex-direction:column;align-items:start;gap:1.3rem}.whatsapp-float{right:1rem;bottom:1rem}}@media(max-width:390px){.field-grid{grid-template-columns:1fr;gap:0}.header-phone{font-size:.7rem;padding:.5rem}.estimate-form{padding:1.15rem}.brand small{font-size:.49rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-ready .reveal{opacity:1;transform:none;transition:none}.button,.wa-label,.progress-track span,.vehicle-grid img{transition:none}}
.advisor-art{display:block;width:100%;height:auto}.intro>div>p:not(.eyebrow){color:var(--muted);margin-top:1.3rem}.intro>div>.text-link{display:inline-block;margin-top:.3rem}.hero-carousel{position:relative;border-radius:18px;overflow:hidden;background:#d9e4f3}.carousel-images{height:265px;position:relative}.carousel-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 62%;opacity:0;transition:opacity .7s ease}.carousel-slide.is-active{opacity:1}.carousel-controls{position:absolute;bottom:12px;right:12px;display:flex;gap:5px;align-items:center;background:#102853e8;border-radius:24px;padding:4px;color:white}.carousel-controls button{border:0;background:transparent;color:white;border-radius:20px;min-width:40px;min-height:36px;cursor:pointer;font-weight:700;font-size:1.3rem}.carousel-controls button:last-child{font-size:.77rem;padding:0 12px;border-left:1px solid #ffffff40;border-radius:0 20px 20px 0}.carousel-controls button:hover,.carousel-controls button:focus-visible{background:#ffffff30}.carousel-controls span{font-size:.8rem;min-width:34px;text-align:center}@media(max-width:720px){.carousel-images{height:200px}.intro .advisor-art{max-width:500px;margin:auto}}@media(prefers-reduced-motion:reduce){.carousel-slide{transition:none}}
.hero{background:linear-gradient(135deg,#e9f3ff,#f8fbff 65%,#fff6e5);padding-top:3rem}.hero h1{font-size:clamp(2.7rem,4.1vw,4.1rem);line-height:1.12;max-width:650px}.hero h1 em{display:inline;box-shadow:inset 0 -.12em #ffcf72}.hero-carousel{border-radius:48px 16px 16px 16px;box-shadow:0 18px 35px #153f771b;isolation:isolate}.carousel-images{height:auto;aspect-ratio:1.55}.carousel-slide{object-position:center}.road-slide{object-position:center 50%}.hero-carousel:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#071d37bf);pointer-events:none;z-index:1}.photo-story{position:absolute;left:1.6rem;bottom:4.5rem;right:1.6rem;z-index:2;color:white;text-shadow:0 2px 8px #0005}.story-kicker{display:block;font-size:.69rem;font-weight:700;letter-spacing:.16em;margin-bottom:.45rem}.photo-story strong{display:block;font-family:Manrope,sans-serif;font-size:clamp(1.2rem,2vw,1.75rem);line-height:1.2;letter-spacing:-.035em;max-width:330px}.carousel-controls{left:1.3rem;right:auto;z-index:3;background:#ffffffec;color:#172c55}.carousel-controls button{color:#172c55}.carousel-controls button:last-child{border-left-color:#172c5530}.carousel-controls button:hover,.carousel-controls button:focus-visible{background:#2359db20}.estimate-form{border-top:5px solid #2359db;border-radius:20px;box-shadow:0 24px 60px #1749861f}.steps{gap:1.3rem}.steps article{position:relative;background:#fff;padding:2rem;border-radius:18px;border-bottom:4px solid #c9dcff;box-shadow:0 8px 25px #173b8708}.steps article:nth-child(2){border-color:#ffcf72;transform:translateY(18px)}.steps article:nth-child(3){border-color:#a7d4c9}.step-number{border-radius:12px;background:#eaf2ff;color:#2359db;font-size:1.2rem}.steps article:nth-child(2) .step-number{background:#fff4d9;color:#976522}.steps article:nth-child(3) .step-number{background:#e5f3ec;color:#286e53}.steps-section{padding-bottom:6rem}@media(max-width:720px){.hero{padding-top:2rem}.hero h1{font-size:clamp(2.35rem,9.5vw,3.5rem)}.hero h1 br{display:block!important}.hero-carousel{border-radius:35px 12px 12px 12px}.carousel-images{height:auto;aspect-ratio:1.55}.photo-story{left:1.1rem;bottom:4.1rem}.story-kicker{font-size:.6rem}.photo-story strong{font-size:1.15rem;max-width:250px}.steps article:nth-child(2){transform:none}.steps-section{padding-bottom:3.5rem}}
.site-header .brand{height:84px;overflow:hidden}.brand img{display:block;width:280px;height:84px;object-fit:cover;object-position:center}.footer-brand{height:74px;background:#fff;border-radius:8px;overflow:hidden}.footer-brand img{width:245px;height:74px;object-fit:cover;object-position:center}@media(max-width:720px){.site-header .brand{height:67px}.site-header .brand img{width:170px;height:67px}.footer-brand{height:62px}.footer-brand img{width:210px;height:62px}}
.site-header .brand{height:auto;overflow:visible}.brand-word{display:inline-block;font:800 1.75rem/1 Manrope,sans-serif;letter-spacing:-.055em;color:#252b29}.footer-brand{height:auto;background:transparent;border-radius:0;overflow:visible}.footer-brand .brand-word{color:#fff;font-size:1.55rem}@media(max-width:720px){.site-header .brand{height:auto}.brand-word{font-size:1.48rem}.footer-brand{height:auto}}
.step-character{display:block;width:100%;height:168px;object-fit:contain;object-position:center bottom;margin:-.75rem auto .6rem}.step-character-owner{height:180px}@media(max-width:720px){.step-character{height:155px;width:min(100%,330px)}.step-character-owner{height:170px}}

/* Formulaire en deux étapes */
.form-step{border:0;padding:0;margin:0;min-inline-size:0}.form-step[hidden]{display:none}.form-step legend{width:100%;padding:0;margin:0 0 1rem;font:800 1.05rem/1.3 Manrope,Arial,sans-serif;letter-spacing:-.02em;color:var(--ink)}
.form-step.is-active{animation:form-step-in .3s ease both}.form-next{margin-top:.15rem}.form-actions{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:center}.form-actions .button-dark{width:100%}.button-back{background:#eef3fb;color:var(--deep);justify-content:center}.button-back:hover{background:#dfe9f8}
#progress-fill{width:0}
@keyframes form-step-in{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none}}
@media(max-width:720px){.form-actions{grid-template-columns:1fr}.form-actions .button-back{order:2;min-height:45px}.form-step legend{font-size:1rem}}
@media(prefers-reduced-motion:reduce){.form-step.is-active{animation:none}}

.skip-link{position:fixed;left:1rem;top:1rem;z-index:100;transform:translateY(-180%);background:#fff;color:var(--deep);padding:.7rem 1rem;border:2px solid var(--blue);border-radius:7px;font-weight:800}.skip-link:focus{transform:none}

/* Logo Campergo validé */
.site-header .brand{height:auto;overflow:visible}.site-header .brand img{display:block;width:245px;height:auto;object-fit:contain}.footer-brand{display:flex;height:auto;background:#fff;border-radius:9px;padding:.45rem .65rem;overflow:visible}.footer-brand img{display:block;width:215px;height:auto;object-fit:contain}@media(max-width:720px){.site-header .brand img{width:178px;height:auto}.footer-brand img{width:185px;height:auto}}

/* Réassurance et transparence */
.trust-section{display:grid;grid-template-columns:.82fr 1.35fr;gap:5rem;align-items:start;padding-block:5rem;border-bottom:1px solid #e3e9f2}.trust-heading h2{margin-bottom:0}.trust-panel{border-top:1px solid #d8e1ed}.trust-panel article{display:grid;grid-template-columns:46px 1fr;gap:1rem;padding:1.35rem 0;border-bottom:1px solid #d8e1ed}.trust-panel article>span{font:800 .78rem/1 Manrope,sans-serif;color:var(--blue);padding-top:.35rem}.trust-panel h3{font-size:1.05rem;margin:0 0 .35rem;letter-spacing:-.02em}.trust-panel p{margin:0;color:var(--muted);font-size:.94rem}.trust-panel a{font-weight:700;color:var(--deep);text-underline-offset:3px}

/* Questions fréquentes */
.faq-section{display:grid;grid-template-columns:.8fr 1.35fr;gap:5rem;padding-block:5rem;scroll-margin-top:20px}.faq-heading{position:sticky;top:2rem;align-self:start}.faq-heading h2{margin-bottom:1rem}.faq-heading>p:last-child{max-width:400px;color:var(--muted)}.faq-list{border-top:1px solid #d8e1ed}.faq-list details{border-bottom:1px solid #d8e1ed}.faq-list summary{position:relative;list-style:none;cursor:pointer;padding:1.35rem 3rem 1.35rem 0;font:700 1.03rem/1.35 Manrope,sans-serif;color:var(--ink)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:.2rem;top:1.1rem;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--blue);font-size:1.35rem;transition:transform .2s}.faq-list details[open] summary:after{transform:rotate(45deg)}.faq-list details p{max-width:680px;margin:-.3rem 3rem 1.4rem 0;color:var(--muted)}
.contact-actions{display:flex;flex-direction:column;align-items:stretch;gap:.85rem;min-width:370px}.call-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-width:370px;padding:1rem 1.05rem;background:linear-gradient(135deg,#fff,#f0f5ff);color:var(--deep);border:1px solid #ffffffd9;border-radius:18px;box-shadow:0 15px 35px #071d3740;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.call-card:hover,.call-card:focus-visible{transform:translateY(-3px);box-shadow:0 19px 42px #071d3755;background:#fff}.call-card:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.call-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--blue);color:#fff;box-shadow:0 7px 18px #2359db4d}.call-icon svg{width:25px;height:25px;fill:currentColor}.call-copy{display:flex;flex-direction:column;gap:.16rem}.call-copy small{font:800 .65rem/1.2 Manrope,sans-serif;letter-spacing:.12em;color:#65789c}.call-copy strong{font:800 1.25rem/1.2 Manrope,sans-serif;letter-spacing:.01em}.call-arrow{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dfeaff;color:var(--blue)}.call-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.contact-form-link{text-align:center;color:#dbe8ff;font-weight:700;text-underline-offset:5px}.footer-legal{display:flex;justify-content:space-between;gap:2rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid #ffffff20}.footer-legal p{margin:0;color:#9fb0cb;font-size:.74rem}.footer-legal p:last-child{text-align:right}
@media(max-width:900px){.trust-section,.faq-section{grid-template-columns:1fr;gap:2.2rem}.faq-heading{position:static}.trust-section{padding-block:4rem}.faq-section{padding-block:4rem}}
@media(max-width:720px){.trust-section,.faq-section{padding-block:3.5rem}.trust-panel article{grid-template-columns:36px 1fr}.faq-list summary{font-size:.96rem}.faq-list details p{margin-right:1rem}.footer-legal{flex-direction:column;gap:.5rem;margin-top:.8rem}.footer-legal p:last-child{text-align:left}.contact-actions{margin-top:1.8rem;min-width:0}.call-card{min-width:0;width:100%;padding:.9rem;border-radius:16px}.call-icon{width:48px;height:48px;border-radius:14px}.call-copy strong{font-size:1.1rem}.call-arrow{width:32px;height:32px}.contact-layout .contact-actions .button{margin-top:0}}
.email-message{width:100%;background:#edf3ff;color:var(--deep);border:1px solid #cad9f4}.email-message:hover{background:#dfeaff}.email-message svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-contacts{display:flex;flex-direction:column;gap:.2rem;align-items:flex-end}.footer-contacts a{font-weight:700;text-decoration:none}.footer-contacts a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:720px){.footer-contacts{align-items:flex-start}}
@media(max-width:390px){.call-card{gap:.72rem;padding:.8rem}.call-icon{width:44px;height:44px}.call-copy small{font-size:.56rem}.call-copy strong{font-size:1rem}.call-arrow{width:29px;height:29px}}

/* Icônes vectorielles cohérentes — aucun emoji système */
.icon-inline{width:1.05em;height:1.05em;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.carousel-controls button>.icon-inline{width:20px;height:20px;margin:auto}.text-link{display:inline-flex;align-items:center;gap:.28rem}.button-back{gap:.45rem}
.site-header nav>a:not(.header-phone):hover{text-decoration:underline;text-underline-offset:5px}.header-phone{display:flex;align-items:center;gap:.7rem;padding:.55rem .9rem .55rem .58rem;border:1px solid #dce6f8;border-radius:13px;background:linear-gradient(135deg,#edf3ff,#fff);color:var(--deep);box-shadow:0 7px 18px #173b8712;transition:transform .2s,box-shadow .2s}.header-phone:hover,.header-phone:focus-visible{transform:translateY(-2px);box-shadow:0 10px 24px #173b8726;text-decoration:none}.header-phone:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.header-phone-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--blue);color:#fff}.header-phone-icon svg{width:17px;height:17px;fill:currentColor}.header-phone-copy{display:flex;flex-direction:column;gap:.05rem}.header-phone-copy small{font:800 .56rem/1.1 Manrope,sans-serif;letter-spacing:.12em;color:#6e7f9e}.header-phone-copy strong{font:800 .84rem/1.2 Manrope,sans-serif;white-space:nowrap}
.wa-icon{border:0}.wa-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:720px){.header-phone{gap:.45rem;padding:.42rem .55rem .42rem .45rem;border-radius:11px}.header-phone-icon{width:30px;height:30px;border-radius:9px}.header-phone-icon svg{width:15px;height:15px}.header-phone-copy small{font-size:.48rem}.header-phone-copy strong{font-size:.68rem}}
@media(max-width:390px){.site-header{padding-inline:.8rem}.site-header .brand img{width:156px}.header-phone{gap:.35rem;padding:.38rem .44rem .38rem .38rem}.header-phone-copy small{display:none}.header-phone-copy strong{font-size:.64rem}}

/* Bloc de confiance éditorial */
.trust-section{display:block;padding-block:5.5rem;border-bottom:1px solid #e3e9f2}.trust-heading{display:grid;grid-template-columns:1.1fr .75fr;gap:4rem;align-items:end;margin-bottom:2.5rem}.trust-heading h2{margin:0}.trust-lead{margin:0 0 .35rem;color:var(--muted);font-size:1.02rem;line-height:1.7}.trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.trust-card{position:relative;overflow:hidden;min-height:285px;padding:1.55rem;border:1px solid #dce5f1;border-radius:22px;box-shadow:0 14px 35px #173b870d}.trust-card:after{content:'';position:absolute;right:-38px;bottom:-55px;width:145px;height:145px;border-radius:50%;background:currentColor;opacity:.045}.trust-card-contact{background:linear-gradient(150deg,#f7faff,#edf4ff);color:#2359db}.trust-card-estimate{background:linear-gradient(150deg,#fffdf7,#fff5db);color:#a36a12}.trust-card-company{background:linear-gradient(150deg,#f8fcfa,#e9f5ef);color:#2f7d63}.trust-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.trust-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:currentColor;box-shadow:0 8px 20px #172c5514}.trust-icon svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-card-contact .trust-icon svg{fill:#fff;stroke:none}.trust-tag{font:800 .62rem/1.2 Manrope,sans-serif;letter-spacing:.11em;color:currentColor}.trust-card h3{margin:0 0 .75rem;color:var(--ink);font-size:1.22rem;letter-spacing:-.03em}.trust-card p{position:relative;z-index:1;margin:0;color:var(--muted);font-size:.94rem;line-height:1.65}.trust-phone{position:relative;z-index:1;display:inline-flex;margin-top:1.1rem;color:var(--deep);font:800 1.05rem/1 Manrope,sans-serif;text-underline-offset:5px}.trust-panel{display:none}
@media(max-width:900px){.trust-heading{grid-template-columns:1fr;gap:1.2rem}.trust-lead{max-width:620px}.trust-cards{grid-template-columns:1fr}.trust-card{min-height:0}.trust-card-top{margin-bottom:1.4rem}}
@media(max-width:720px){.trust-section{padding-block:3.7rem}.trust-heading{margin-bottom:1.7rem}.trust-heading h2{font-size:clamp(2.25rem,10vw,3rem)}.trust-lead{font-size:.95rem}.trust-cards{gap:.85rem}.trust-card{padding:1.3rem;border-radius:18px;box-shadow:0 10px 25px #173b870c}.trust-card-top{margin-bottom:1.15rem}.trust-icon{width:46px;height:46px;border-radius:14px}.trust-icon svg{width:22px;height:22px}.trust-card h3{font-size:1.12rem}.trust-card p{font-size:.9rem}.trust-tag{font-size:.56rem}}

/* Parcours client — route continue, sans numérotation de maquette */
.journey{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem;margin-top:3.2rem}.journey-route{position:absolute;left:15%;right:15%;top:176px;height:2px;background:repeating-linear-gradient(90deg,#8aa9e8 0 9px,transparent 9px 17px);z-index:0}.journey-route:before,.journey-route:after{content:'';position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px #dce8ff;transform:translateY(-50%)}.journey-route:before{left:0}.journey-route:after{right:0}.journey-card{position:relative;z-index:1;overflow:hidden;background:#fff;border:1px solid #dce5f1;border-radius:24px;box-shadow:0 16px 35px #173b870d}.journey-visual{position:relative;height:205px;display:grid;place-items:end center;padding:1rem 1rem 0;background:linear-gradient(145deg,#f8fbff,#e9f2ff)}.journey-review .journey-visual{background:linear-gradient(145deg,#fffdf7,#fff2d0)}.journey-deal .journey-visual{background:linear-gradient(145deg,#f7fcfa,#e5f4ed)}.journey .step-character{width:100%;height:180px;margin:0;object-fit:contain;object-position:center bottom}.journey .step-character-owner{height:190px}.journey-marker{position:absolute;left:1.3rem;bottom:-25px;display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--blue);color:#fff;border:4px solid #fff;box-shadow:0 8px 20px #173b8726}.journey-review .journey-marker{background:#d9911b}.journey-deal .journey-marker{background:#2f8467}.journey-marker svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.journey-copy{padding:2.2rem 1.45rem 1.6rem}.journey-label{display:block;margin-bottom:.75rem;font:800 .61rem/1.25 Manrope,sans-serif;letter-spacing:.12em;color:var(--blue)}.journey-review .journey-label{color:#9a6515}.journey-deal .journey-label{color:#2f785f}.journey h3{font-size:1.2rem;line-height:1.3;margin:0 0 .65rem}.journey p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.65}
@media(max-width:900px){.journey{grid-template-columns:1fr;gap:1rem;margin-top:2.2rem;padding-left:1.5rem}.journey-route{left:0;right:auto;top:35px;bottom:35px;width:2px;height:auto;background:repeating-linear-gradient(180deg,#8aa9e8 0 9px,transparent 9px 17px)}.journey-route:before,.journey-route:after{left:50%;top:auto;transform:translateX(-50%)}.journey-route:before{top:0}.journey-route:after{bottom:0}.journey-card{display:grid;grid-template-columns:minmax(215px,.8fr) 1fr}.journey-visual{height:100%;min-height:230px}.journey-copy{align-self:center}.journey-marker{left:auto;right:-25px;bottom:1.2rem}}
@media(max-width:620px){.journey{padding-left:1rem}.journey-card{display:block;border-radius:20px}.journey-visual{height:190px;min-height:0}.journey .step-character{height:165px}.journey .step-character-owner{height:175px}.journey-marker{left:1rem;right:auto;bottom:-23px;width:46px;height:46px;border-radius:14px}.journey-copy{padding:2rem 1.2rem 1.35rem}.journey h3{font-size:1.12rem}.journey p{font-size:.9rem}.journey-route{left:0}}

/* Parcours formulaire sécurisé et confirmation WhatsApp */
.photo-help{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;margin:.1rem 0 1rem;padding:.8rem .9rem;background:#f2f7ff;border:1px solid #dce8fa;border-radius:12px}.photo-help>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#fff;color:var(--blue)}.photo-help svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.photo-help p{margin:0;color:#566782;font-size:.78rem;line-height:1.5}.photo-help strong{color:var(--ink)}.form-note strong{color:var(--ink)}.form-confirmation{text-align:center;padding:.4rem 0}.form-confirmation[hidden]{display:none}.confirmation-icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 1.1rem;border-radius:22px;background:#e6f5ed;color:#21815d}.confirmation-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.confirmation-kicker{margin:0 0 .45rem;color:#21815d;font:800 .65rem/1.2 Manrope,sans-serif;letter-spacing:.13em}.form-confirmation h3{margin:0 0 .75rem;font-size:1.45rem}.form-confirmation>p:not(.confirmation-kicker){margin:0 auto 1.3rem;max-width:440px;color:var(--muted);font-size:.9rem;line-height:1.65}.confirmation-actions{display:grid;gap:.65rem}.copy-message{width:100%;justify-content:center;background:#fff;border:1px solid #cbd8ec;color:var(--deep)}.copy-message:hover{background:#f3f7fd}.copy-status{margin:0!important;padding:.15rem .4rem .35rem;font-size:.74rem!important;line-height:1.45!important;color:#6b7890!important}.copy-status.is-copied{color:#21815d!important;font-weight:700}.confirmation-reset{width:100%;justify-content:center;background:#eef3fb;color:var(--deep)}.confirmation-reset:hover{background:#dfe9f8}.estimate-form.is-confirmed>.form-kicker,.estimate-form.is-confirmed>h2,.estimate-form.is-confirmed>.form-subtitle,.estimate-form.is-confirmed>.form-progress{display:none}
@media(max-width:720px){.photo-help{padding:.75rem}.photo-help p{font-size:.76rem}.form-confirmation h3{font-size:1.3rem}.confirmation-icon{width:58px;height:58px;border-radius:18px}.confirmation-actions .button{margin-top:0}}

/* Preuves concrètes et compteurs */
.proof-section{background:linear-gradient(135deg,#173b87,#102b63);color:#fff}.proof-inner{display:grid;grid-template-columns:.8fr 1.35fr;gap:4.5rem;align-items:center;padding-block:4.2rem}.proof-heading .eyebrow{margin-bottom:.75rem}.proof-heading h2{margin:0;color:#fff;font-size:clamp(1.9rem,3vw,2.7rem)}.proof-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.proof-stats article{min-height:170px;padding:1.35rem;border:1px solid #ffffff2e;border-radius:20px;background:#ffffff0d;box-shadow:inset 0 1px #ffffff1f}.proof-stats strong{display:block;margin-bottom:.65rem;color:#ffca64;font:800 clamp(2.35rem,4vw,3.5rem)/1 Manrope,sans-serif;letter-spacing:-.06em}.proof-stats span{color:#dbe7ff;font-size:.87rem;line-height:1.45}.vehicle-note{max-width:690px;margin:.8rem 0 0;color:var(--muted);font-size:1rem}.vehicles-head{max-width:800px}
@media(max-width:900px){.proof-inner{grid-template-columns:1fr;gap:1.8rem}.proof-stats article{min-height:150px}}
@media(max-width:620px){.proof-inner{padding-block:3rem}.proof-stats{grid-template-columns:1fr;gap:.7rem}.proof-stats article{display:grid;grid-template-columns:115px 1fr;align-items:center;min-height:0;padding:1rem 1.15rem;border-radius:16px}.proof-stats strong{margin:0;font-size:2.45rem}.proof-stats span{font-size:.84rem}.vehicle-note{font-size:.92rem}}

/* Finitions de lisibilité et cohérence des icônes */
.no-break{white-space:nowrap}.hero-checks span{display:inline-flex;align-items:center;gap:.42rem}.hero-checks svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.benefit-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.button:focus-visible,.carousel-controls button:focus-visible,.faq-list summary:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.story-kicker,.trust-tag,.journey-label,.confirmation-kicker{font-size:.75rem}.header-phone-copy small{font-size:.75rem}
@media(max-width:720px){.header-phone-copy small{display:none}.header-phone-copy strong{font-size:.75rem}.story-kicker,.trust-tag,.journey-label,.confirmation-kicker{font-size:.72rem}}
@media(max-width:900px){.site-header nav>a:not(.header-phone){display:none}}
@media(min-width:721px) and (max-width:900px){.hero-layout{grid-template-columns:1fr;max-width:720px;margin-inline:auto}.hero-content{padding-top:0}.hero h1{font-size:clamp(3rem,7vw,3.7rem)}.carousel-images{aspect-ratio:1.8}.estimate-form{max-width:720px}}
.seo-section{display:grid;grid-template-columns:.9fr 1.4fr;gap:4.5rem;padding-block:5rem;border-bottom:1px solid #e3e9f2}.seo-heading h2{margin-bottom:1.35rem}.seo-heading>p:last-child{color:var(--muted);font-size:1.02rem;margin:0}.seo-grid{display:grid;gap:1rem}.seo-grid article{padding:1.35rem 1.5rem;border:1px solid #dce6f4;border-radius:16px;background:#f8fbff}.seo-grid h3{font-size:1.08rem;letter-spacing:-.025em;margin-bottom:.45rem}.seo-grid p{color:var(--muted);font-size:.92rem;margin:0}@media(max-width:900px){.seo-section{grid-template-columns:1fr;gap:2rem;padding-block:4rem}}@media(max-width:720px){.seo-section{padding-block:3.5rem;gap:1.5rem}.seo-grid article{padding:1.15rem}.seo-heading>p:last-child{font-size:.95rem}}

/* Page régionale Normandie */
.local-hero{padding:4.6rem 0;background:linear-gradient(130deg,#e9f3ff 0%,#f8fbff 66%,#fff5df 100%);border-bottom:1px solid #e3e9f2}.local-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.local-breadcrumb{margin:0 0 1.1rem;color:#667792;font-size:.84rem}.local-breadcrumb a{font-weight:700;color:var(--blue);text-underline-offset:3px}.local-hero h1{max-width:760px;margin-bottom:1.25rem;font-size:clamp(2.65rem,4.5vw,4.6rem)}.local-hero h1 em{box-shadow:inset 0 -.12em #ffcf72}.local-lead{max-width:650px;color:#53657f;font-size:1.12rem;line-height:1.7}.local-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.7rem}.local-actions .button{justify-content:center}.local-actions .button-dark{width:auto}.local-secondary{background:#fff;color:var(--deep);border:1px solid #ccd9ec}.local-hero-image{width:100%;aspect-ratio:1.18;object-fit:cover;border-radius:52px 18px 18px 18px;box-shadow:0 22px 55px #173b8722}.local-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding-block:2rem;border-bottom:1px solid #e3e9f2}.local-summary article{padding:1.1rem 1.2rem;border-radius:15px;background:#f7faff;border:1px solid #e1e9f5}.local-summary strong{display:block;margin-bottom:.25rem;font:800 1rem/1.35 Manrope,sans-serif}.local-summary span{color:var(--muted);font-size:.88rem}.local-content{padding-block:5rem}.local-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;align-items:start;margin-bottom:4.8rem}.local-intro h2{margin-bottom:0}.local-intro-copy p{color:var(--muted);font-size:1.02rem}.local-intro-copy p:last-child{margin-bottom:0}.department-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem;margin:2rem 0 4.8rem}.department-grid article{padding:1.25rem;border:1px solid #dce6f4;border-radius:16px;background:#fff;box-shadow:0 10px 25px #173b8708}.department-grid strong{display:block;margin-bottom:.35rem;font:800 1rem/1.3 Manrope,sans-serif}.department-grid span{color:var(--muted);font-size:.86rem}.local-steps{padding:4.5rem 0;background:var(--soft)}.local-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}.local-steps-grid article{padding:1.55rem;border-radius:19px;background:#fff;border-bottom:4px solid #c9dcff}.local-steps-grid article:nth-child(2){border-color:#ffcf72}.local-steps-grid article:nth-child(3){border-color:#a7d4c9}.local-step-number{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1rem;border-radius:12px;background:#eaf2ff;color:var(--blue);font-weight:800}.local-steps-grid h3{font-size:1.15rem;margin-bottom:.55rem}.local-steps-grid p{margin:0;color:var(--muted);font-size:.93rem}.local-faq{padding-block:5rem}.local-faq .faq-heading{position:static}.local-faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:5rem}.local-cta{padding:4.2rem 0;background:linear-gradient(135deg,#173b87,#102b63);color:#fff}.local-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:3rem}.local-cta h2{margin-bottom:.7rem;color:#fff}.local-cta p{max-width:650px;margin:0;color:#d8e5fb}.local-cta .button{flex:0 0 auto;justify-content:center}
@media(max-width:1000px){.department-grid{grid-template-columns:repeat(3,1fr)}.local-hero-grid{gap:2.4rem}.local-intro{gap:3rem}.local-faq-layout{gap:3rem}}
@media(max-width:800px){.local-hero-grid,.local-intro,.local-faq-layout{grid-template-columns:1fr}.local-hero-image{max-height:430px}.local-intro{gap:1.5rem;margin-bottom:3rem}.local-steps-grid{grid-template-columns:1fr}.local-cta-inner{display:block}.local-cta .button{margin-top:1.5rem}.department-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.local-hero{padding:2.7rem 0}.local-hero h1{font-size:clamp(2.35rem,11vw,3.2rem)}.local-lead{font-size:1rem}.local-actions{display:grid}.local-actions .button{width:100%}.local-hero-image{border-radius:34px 13px 13px 13px}.local-summary{grid-template-columns:1fr;gap:.65rem}.local-content,.local-faq{padding-block:3.5rem}.department-grid{grid-template-columns:1fr;margin-bottom:3.5rem}.local-steps{padding-block:3.5rem}.local-cta{padding-block:3.2rem}}
