/* RDV Pare-Brise IDF — feuille de style de la landing (mobile d'abord) */
:root{
  --navy:#0b3550;--navy-2:#072a40;--teal:#168f7f;--teal-2:#0f6f63;--sky:#e3f1f2;
  --orange:#d9480f;--orange-2:#b83a08;--bg:#f4f7f9;--card:#ffffff;--text:#15222e;--muted:#4b5d6d;--line:#d9e2ea;
  --ok:#1b7f4f;--err:#b42318;
  --radius:14px;--shadow:0 10px 30px rgba(11,53,80,.12);
  --font:"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --barre:72px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
body{margin:0;font-family:var(--font);font-size:17px;line-height:1.55;color:var(--text);background:var(--bg);padding-bottom:var(--barre)}
img{max-width:100%;height:auto;display:block}
a{color:var(--teal-2)}
h1,h2,h3{line-height:1.15;margin:0 0 .5em;font-weight:800;letter-spacing:-.01em}
h1{font-size:clamp(1.7rem,5.6vw,2.9rem)}
h2{font-size:clamp(1.45rem,4.2vw,2.2rem);color:var(--navy)}
h3{font-size:1.15rem}
p{margin:0 0 1em}
ul{margin:0;padding:0;list-style:none}
strong{font-weight:800}
.wrap{width:min(1120px,100% - 2rem);margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid #ffbf47;outline-offset:3px}
section{padding:3rem 0}
.section-head{max-width:720px;margin:0 auto 2rem;text-align:center}
.section-head p{color:var(--muted);font-size:1.05rem}

/* Boutons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:54px;padding:.8rem 1.4rem;border-radius:999px;font-weight:800;font-size:1.05rem;text-decoration:none;border:2px solid transparent;cursor:pointer;line-height:1.2;transition:transform .12s ease,background .15s ease}
.btn:active{transform:scale(.98)}
.btn svg{width:22px;height:22px;flex:none;fill:currentColor}
.btn--call{background:var(--orange);color:#fff}
.btn--call:hover{background:var(--orange-2)}
.btn--main{background:var(--navy);color:#fff}
.btn--main:hover{background:var(--navy-2)}
.btn--ghost{background:#fff;color:var(--navy);border-color:var(--navy)}
.btn--ghost:hover{background:var(--sky)}
.btn--light{background:#fff;color:var(--navy)}
.btn--sm{min-height:44px;padding:.5rem 1rem;font-size:1rem}
.btn--wa{background:#1f8f4c;color:#fff}
.btn--wa:hover{background:#176e3a}
.btn--full{width:100%}

/* En-tête */
.site-head{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--line)}
.site-head__in{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px}
.brand img{width:52px;height:52px}
.site-nav{display:none;gap:1.5rem}
.site-nav a{color:var(--navy);text-decoration:none;font-weight:700}
.site-nav a:hover{text-decoration:underline}
.head-call .num{display:none}
@media (min-width:420px){.head-call .num{display:inline}}
@media (min-width:900px){.site-nav{display:flex}}

/* Héro */
.hero{background:linear-gradient(160deg,var(--navy) 0%,var(--navy-2) 100%);color:#fff;padding:1.75rem 0 2rem}
.hero__grid{display:grid;gap:1.5rem}
.eyebrow{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.3rem .85rem;font-size:.85rem;font-weight:700;letter-spacing:.02em;margin-bottom:.9rem}
.hero h1{color:#fff}
.hero h1 .hl{color:#ffc857}
.hero .lead{font-size:1.1rem;color:#dbe7ef;max-width:560px}
.cta-row{display:flex;flex-direction:column;gap:.7rem;margin:1.2rem 0}
.chips{display:flex;flex-wrap:wrap;gap:.45rem .9rem;font-size:.92rem;color:#dbe7ef}
.chips li{display:flex;align-items:center;gap:.35rem}
.chips svg{width:18px;height:18px;fill:#5fd3c1;flex:none}
.hero__img{border-radius:var(--radius);aspect-ratio:16/9;object-fit:cover;box-shadow:var(--shadow);width:100%}
@media (min-width:640px){.cta-row{flex-direction:row;flex-wrap:wrap}}
@media (min-width:900px){
  .hero{padding:3.5rem 0 4rem}
  .hero__grid{grid-template-columns:1.15fr 1fr;align-items:center;gap:3rem}
  .hero__img{aspect-ratio:4/3}
}

/* Bande des 3 freins */
.freins{background:#fff;padding:1.5rem 0;border-bottom:1px solid var(--line)}
.freins ul{display:grid;gap:1rem}
.freins li{display:flex;gap:.8rem;align-items:flex-start}
.freins .ico{flex:none;width:44px;height:44px;border-radius:12px;background:var(--sky);display:grid;place-items:center}
.freins .ico svg{width:24px;height:24px;fill:var(--teal-2)}
.freins q{display:block;font-weight:800;color:var(--navy);quotes:"« " " »"}
.freins p{margin:0;color:var(--muted);font-size:.97rem}
@media (min-width:760px){.freins ul{grid-template-columns:repeat(3,1fr);gap:1.5rem}}

/* Offre */
.offre{background:var(--bg)}
.offre__card{background:#fff;border-radius:20px;box-shadow:var(--shadow);overflow:hidden;display:grid}
.offre__main{padding:1.75rem 1.4rem}
.offre__badge{display:inline-block;background:#fff3e6;color:var(--orange-2);font-weight:800;border-radius:999px;padding:.25rem .8rem;font-size:.85rem;margin-bottom:.8rem}
.offre__big{font-size:clamp(1.6rem,5.5vw,2.6rem);font-weight:800;color:var(--navy);line-height:1.1;margin:0 0 .6rem}
.offre__big .ou{display:block;font-size:.55em;color:var(--muted);font-weight:700;margin:.35em 0}
.offre__side{background:var(--navy);color:#fff;padding:1.5rem 1.4rem}
.offre__side h3{color:#fff}
.offre__side li{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.7rem}
.offre__side svg{width:22px;height:22px;fill:#5fd3c1;flex:none;margin-top:2px}
.note{font-size:.88rem;color:var(--muted)}
@media (min-width:860px){.offre__card{grid-template-columns:1.3fr 1fr}.offre__main{padding:2.5rem}.offre__side{padding:2.5rem 2rem}}

/* Étapes */
.etapes ol{margin:0;padding:0;list-style:none;display:grid;gap:1.2rem;counter-reset:etape}
.etapes li{background:#fff;border-radius:var(--radius);padding:1.4rem 1.3rem 1.4rem 4.4rem;position:relative;box-shadow:0 2px 10px rgba(11,53,80,.06)}
.etapes li::before{counter-increment:etape;content:counter(etape);position:absolute;left:1.2rem;top:1.3rem;width:40px;height:40px;border-radius:50%;background:var(--teal);color:#fff;font-weight:800;display:grid;place-items:center;font-size:1.1rem}
.etapes p{margin:0;color:var(--muted)}
@media (min-width:860px){.etapes ol{grid-template-columns:repeat(3,1fr)}}

/* Grilles de cartes */
.cards{display:grid;gap:1.2rem}
.card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 10px rgba(11,53,80,.06)}
.card img{aspect-ratio:3/2;object-fit:cover;width:100%}
.card__body{padding:1.2rem 1.3rem}
.card__body p{margin:0;color:var(--muted)}
.card--flat{padding:1.3rem;display:flex;gap:.9rem;align-items:flex-start}
.card--flat svg{width:34px;height:34px;fill:var(--teal);flex:none}
@media (min-width:640px){.cards{grid-template-columns:repeat(2,1fr)}}
@media (min-width:960px){.cards--3{grid-template-columns:repeat(3,1fr)}.cards--4{grid-template-columns:repeat(4,1fr)}}

/* Assureurs */
.assurances{background:#fff}
.logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2.5rem;margin:1.5rem 0}
.logos img{height:64px;width:auto;object-fit:contain}
.logos .txt{font-weight:800;color:var(--navy);font-size:1.25rem;letter-spacing:.02em}
.assurances .center{text-align:center;color:var(--muted)}

/* Zone */
.zone{background:var(--navy);color:#fff}
.zone h2{color:#fff}
.zone p{color:#dbe7ef}
.zone__grid{display:grid;gap:1.5rem;align-items:center}
.deps{display:flex;flex-wrap:wrap;gap:.5rem}
.deps li{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.35rem .7rem;font-size:.92rem}
.zone img{border-radius:var(--radius);aspect-ratio:16/9;object-fit:cover;width:100%}
@media (min-width:860px){.zone__grid{grid-template-columns:1fr 1fr}}

/* Avis (emplacement réservé) */
.avis .placeholder{border:2px dashed var(--line);border-radius:var(--radius);padding:1.5rem;text-align:center;color:var(--muted)}

/* FAQ */
.faq{background:#fff}
.faq details{border-bottom:1px solid var(--line);padding:.2rem 0}
.faq summary{cursor:pointer;font-weight:800;color:var(--navy);padding:.9rem 2.2rem .9rem 0;position:relative;list-style:none;font-size:1.05rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:.2rem;top:.75rem;font-size:1.6rem;line-height:1;color:var(--teal)}
.faq details[open] summary::after{content:"–"}
.faq details p{color:var(--muted);margin:0 0 1rem}
.faq__list{max-width:800px;margin:0 auto}

/* Formulaire */
.devis{background:var(--bg)}
.devis__grid{display:grid;gap:1.5rem}
.form-card{background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:1.5rem 1.3rem}
.form-card h2{font-size:1.5rem}
.reassur{display:flex;flex-wrap:wrap;gap:.4rem 1rem;font-size:.9rem;color:var(--muted);margin-bottom:1.2rem}
.reassur li::before{content:"✓ ";color:var(--ok);font-weight:800}
.field{margin-bottom:1rem}
.field label{display:block;font-weight:700;margin-bottom:.3rem}
.field .opt{font-weight:400;color:var(--muted);font-size:.9rem}
.field input{width:100%;font:inherit;font-size:1.05rem;padding:.8rem .9rem;border:2px solid var(--line);border-radius:10px;background:#fff;color:var(--text);min-height:52px}
.field input:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px rgba(22,143,127,.2)}
.field input[aria-invalid="true"]{border-color:var(--err)}
.field .hint{font-size:.88rem;color:var(--muted);margin:.3rem 0 0}
.field .err{display:none;color:var(--err);font-size:.92rem;font-weight:700;margin:.35rem 0 0}
.field .err.on{display:block}
.hp{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden;opacity:0}
.consent{font-size:.85rem;color:var(--muted);margin:.8rem 0 0}
.form-msg{display:none;margin-top:1rem;padding:1rem;border-radius:10px;font-weight:700}
.form-msg.on{display:block}
.form-msg--err{background:#fdecea;color:var(--err)}
.form-ok{display:none;text-align:center;padding:1.5rem .5rem}
.form-ok.on{display:block}
.form-ok .big{width:64px;height:64px;fill:var(--ok);margin:0 auto 1rem}
.form-ok h3{font-size:1.4rem;color:var(--navy)}
.aside-call{background:var(--navy);color:#fff;border-radius:20px;padding:1.5rem 1.3rem;display:flex;flex-direction:column;gap:.8rem}
.aside-call h2{color:#fff;font-size:1.4rem;margin-bottom:.2rem}
.aside-call p{color:#dbe7ef;margin:0}
.aside-call .hours{font-size:.92rem;color:#bfd0dc}
@media (min-width:900px){.devis__grid{grid-template-columns:1.2fr .8fr;align-items:start}.form-card{padding:2.2rem}}

/* Pied de page */
.site-foot{background:#0a1f2e;color:#c9d6e0;padding:2.5rem 0 1.5rem;font-size:.95rem}
.site-foot a{color:#fff}
.foot__grid{display:grid;gap:1.5rem}
.foot__grid h3{color:#fff;font-size:1rem;margin-bottom:.6rem}
.foot__grid li{margin-bottom:.4rem}
.foot__legal{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);font-size:.85rem;color:#98aab8;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between}
.social{display:flex;gap:.6rem}
.social a{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1)}
.social svg{width:20px;height:20px;fill:#fff}
@media (min-width:760px){.foot__grid{grid-template-columns:2fr 1fr 1fr}}

/* Barre d'appel fixe (mobile) */
.barre{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:1.2fr 1fr;gap:.5rem;padding:.55rem .75rem calc(.55rem + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 20px rgba(11,53,80,.15)}
.barre .btn{min-height:50px;font-size:1rem;padding:.5rem .6rem;border-radius:12px}
@media (min-width:900px){.barre{display:none}body{padding-bottom:0}}

/* Pages légales */
.legal{background:#fff;padding:2.5rem 0}
.legal .wrap{max-width:780px}
.legal h1{color:var(--navy);font-size:2rem}
.legal h2{font-size:1.3rem;margin-top:2rem}
.legal .todo{background:#fff3e6;border-left:4px solid var(--orange);padding:.2rem .5rem;font-weight:700}

/* --- Avis Google (section activée le 12/09/2026) --- */
.avis-liste{gap:14px}
.avis-card{display:flex;flex-direction:column;gap:10px;margin:0}
.avis-note{color:#F5A524;letter-spacing:2px;font-size:15px;line-height:1}
.avis-card blockquote{margin:0;font-size:15px;line-height:1.6}
.avis-card figcaption{font-weight:700;font-size:14px;margin-top:auto}
.avis-card figcaption span{font-weight:400;color:var(--gris,#64748B)}
