/* Mellya — feuille de style partagée (extraite de index.html le 2026-09-06)
   Landing + pages satellites. Palette de marque en :root. */
:root{--indigo:#4F46E5;--indigo-dark:#4338CA;--ink:#23221C;--cream:#FCFBF6;--mint:#8ADBCD;--green:#16A34A;--amber:#D97706;--blue:#3B82F6;--red:#DC2626;--indigo-tint:#EEF2FF;}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;scroll-padding-top:80px;}
body{margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--cream);overflow-x:clip;}
::selection{background:var(--indigo);color:#fff;}
a{text-decoration:none;color:inherit;}
.ms{font-family:'Material Symbols Rounded';font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}

.wrap{max-width:1200px;margin:0 auto;padding:88px 40px;}
.wrap-sm{max-width:880px;margin:0 auto;padding:72px 40px 96px;}
.navwrap{max-width:1200px;margin:0 auto;padding:16px 40px;display:flex;align-items:center;justify-content:space-between;}
.nav-actions{display:flex;align-items:center;gap:32px;}
.mobile-nav{display:none;}
.navlinks{display:flex;gap:32px;font-size:15px;font-weight:500;color:#3a3a44;}
.navlinks a{transition:color .2s;}
.navlinks a:hover{color:var(--indigo);}
.hero{max-width:1200px;margin:0 auto;padding:60px 40px 40px;display:grid;grid-template-columns:1.22fr .78fr;gap:48px;align-items:center;}
.hero-reassurance{display:flex;flex-wrap:wrap;gap:12px 24px;font-size:13px;font-weight:500;line-height:1.4;color:#66666f;}
.hero-reassurance>span{display:inline-flex;align-items:center;gap:7px;}
.hero-reassurance .ms{font-size:19px;color:#818CF8;flex:none;}
.prob-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.ex-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:44px;align-items:center;}
.ben-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.quotes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.sec-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:44px;align-items:center;}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.offre-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:stretch;}
.supporters{display:flex;gap:40px;align-items:center;justify-content:center;flex-wrap:wrap;}

/* CTA hover (remplace le style-hover de la maquette) */
.cta-i{transition:background .2s,transform .2s;letter-spacing:0.2px;}
.cta-i:hover{background:var(--indigo-dark) !important;transform:translateY(-1px);}
.cta-mint{transition:filter .2s,transform .2s;letter-spacing:0.2px;}
.cta-mint:hover{filter:brightness(.94);transform:translateY(-1px);}
.cta-white{transition:transform .2s,box-shadow .2s;letter-spacing:0.2px;}
.cta-white:hover{transform:translateY(-1px);}
.cta-ghost{transition:background .2s;letter-spacing:0.2px;}
.cta-ghost:hover{background:rgba(255,255,255,0.12);}
.cta-outline{display:inline-flex;align-items:center;gap:9px;background:transparent;color:var(--indigo-dark);font-family:'Figtree';font-weight:700;font-size:16px;padding:15px 22px;border-radius:9999px;border:1.5px solid #C7D2FE;transition:background .2s;letter-spacing:0.2px;}
.cta-outline:hover{background:var(--indigo-tint);}
.cta-outline:focus-visible{outline:3px solid var(--indigo);outline-offset:4px;}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}
.slot{transition:background .2s;}
.slot:hover{background:#E0E5FF !important;}
/* Styles communs reutilisables (refacto maintenabilite, declarations identiques aux inline retires) */
.eyebrow{font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;}
.card-soft{background:#fff;border-radius:20px;padding:32px;box-shadow:0 2px 3px rgba(0,0,0,.05);}
.prob-card{background:#fff;border-radius:16px;padding:26px;box-shadow:0 2px 3px rgba(0,0,0,.05);display:flex;align-items:flex-start;gap:16px;}
.prob-ico{width:44px;height:44px;border-radius:12px;background:#FEF2F2;color:var(--red);display:flex;align-items:center;justify-content:center;flex:none;}
.prob-label{font-family:'Figtree',sans-serif;font-size:19px;font-weight:700;color:var(--ink);line-height:1.25;margin:0 0 9px;}
.prob-detail{font-size:15px;line-height:1.6;color:#5a5a64;margin:0;}
@media(max-width:680px){.prob-grid{grid-template-columns:minmax(0,1fr);}.prob-card{padding:22px;}}

@media(max-width:920px){
  .navlinks{display:none;}
  .navwrap{padding:14px 20px;}
  .hero{grid-template-columns:1fr;gap:36px;padding:36px 24px 20px;}
  .steps-grid,.ex-grid,.sec-grid,.offre-grid,.quotes-grid{grid-template-columns:1fr;gap:24px;}
  .steps-grid{max-width:440px;margin-left:auto;margin-right:auto;}
  .wrap{padding:60px 24px;}
  .wrap-sm{padding:48px 24px 72px;}
}
@media(max-width:560px){
  .ben-grid,.trust-grid{grid-template-columns:1fr;}
  .wrap{padding:48px 20px;}
  .wrap-sm{padding:44px 20px 64px;}
  .sp-div{display:none;}
  .offer-panel{padding:20px!important;}
  .price-card{padding:24px 20px!important;}
  .founder-card{flex-direction:column;text-align:center;gap:16px!important;padding:28px 24px!important;}
  .founder-card>div{text-align:center!important;}
  .hero-badge{margin-bottom:16px!important;}
  .ex-chip{padding:11px 13px!important;gap:11px!important;}
  .trust-card{padding:17px 18px!important;}
  .sec-grid{gap:20px!important;}
  .rdv-title{font-size:30px!important;line-height:1.06!important;margin:10px 0 12px!important;}
}

/* hero animated app mockup */
.hero-mock{margin:0 auto;position:relative}
.hero-mock::before{content:'';position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);width:150%;height:88%;background:radial-gradient(ellipse at center,rgba(79,70,229,.22) 0%,rgba(255,180,172,.12) 45%,transparent 70%);z-index:-1;pointer-events:none;filter:blur(10px)}
.hm-phone{position:relative;width:300px;max-width:88vw;margin:0 auto;background:#15151b;border-radius:46px;padding:11px;box-shadow:0 10px 22px rgba(28,27,34,.10),0 34px 68px rgba(28,27,34,.20)}
.hm-screen{position:relative;height:556px;background:#F8F9FE;border-radius:34px;overflow:hidden;font-family:'Inter',system-ui,sans-serif;color:var(--ink);text-align:left}
.hm-dyn{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:92px;height:22px;background:#15151b;border-radius:14px;z-index:6}
.hm-status{display:flex;justify-content:space-between;align-items:center;padding:14px 22px 2px;font-size:13px;font-weight:700}
.hm-status svg{height:13px;width:auto;vertical-align:middle}
.hm-sig{display:inline-flex;gap:6px;align-items:center}
.hm-appbar{display:flex;align-items:center;gap:10px;padding:8px 15px 10px;border-bottom:1px solid #EDEFF5}
.hm-back{width:30px;height:30px;border-radius:9px;background:#fff;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:center;font-size:17px;line-height:1}
.hm-title{font-family:'Figtree',sans-serif;font-weight:700;font-size:16px}
.hm-view{position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;transition:opacity .55s ease;pointer-events:none;overflow:hidden}
.hm-phone[data-phase="dictee"] .hm-view-dictee,.hm-phone[data-phase="structuring"] .hm-view-dictee{opacity:1}
.hm-phone[data-phase="result"] .hm-view-result{opacity:1}
.hm-phone[data-phase="releve"] .hm-view-releve{opacity:1}
.hm-rec{display:flex;flex-direction:column;align-items:center;padding-top:30px}
.hm-mic{position:relative;width:104px;height:104px;border-radius:50%;background:var(--indigo);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 9px #fff,0 0 0 11px var(--indigo),0 12px 26px rgba(79,70,229,.32)}
.hm-mic svg{width:38px;height:38px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hm-mic::after{content:'';position:absolute;inset:-11px;border-radius:50%;border:2px solid var(--indigo);animation:hmPulse 1.9s ease-out infinite}
@keyframes hmPulse{0%{transform:scale(1);opacity:.55}100%{transform:scale(1.4);opacity:0}}
.hm-timer{font-family:'Figtree',sans-serif;font-size:30px;font-weight:700;margin-top:22px;letter-spacing:1px}
.hm-wave{display:flex;align-items:center;gap:4px;height:30px;margin-top:14px}
.hm-wave i{width:4px;height:8px;background:var(--indigo);border-radius:2px;animation:hmWave 1s ease-in-out infinite}
.hm-wave i:nth-child(2){animation-delay:.1s}.hm-wave i:nth-child(3){animation-delay:.25s}.hm-wave i:nth-child(4){animation-delay:.15s}.hm-wave i:nth-child(5){animation-delay:.32s}.hm-wave i:nth-child(6){animation-delay:.05s}.hm-wave i:nth-child(7){animation-delay:.22s}.hm-wave i:nth-child(8){animation-delay:.12s}.hm-wave i:nth-child(9){animation-delay:.28s}
@keyframes hmWave{0%,100%{height:8px}50%{height:28px}}
.hm-transcript{margin:20px 18px 0;background:#fff;border:1px solid #E9EBF2;border-radius:14px;padding:12px 15px;font-size:12.5px;line-height:1.5;min-height:78px;box-shadow:0 1px 3px rgba(0,0,0,.03)}
.hm-transcript b{display:block;font-size:10px;font-weight:700;color:#9598A8;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}
.hm-loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:rgba(248,249,254,.78);backdrop-filter:blur(3px);opacity:0;transition:opacity .35s;z-index:4;pointer-events:none}
.hm-phone[data-phase="structuring"] .hm-loader{opacity:1}
.hm-spin{width:36px;height:36px;border:3px solid #E0E3EF;border-top-color:var(--indigo);border-radius:50%;animation:hmSpin .8s linear infinite}
@keyframes hmSpin{to{transform:rotate(360deg)}}
.hm-loader span{font-size:13px;font-weight:600;color:var(--indigo)}
.hm-result{padding:8px 15px 16px}
.hm-anim{opacity:0}
.hm-phone[data-phase="result"] .hm-anim{animation:hmIn .5s ease both}
@keyframes hmIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.hm-patient{display:flex;align-items:center;gap:11px;background:#fff;border-radius:14px;padding:11px 13px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.hm-av{width:36px;height:36px;border-radius:50%;background:#E4F6EE;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hm-av svg{width:18px;height:18px;stroke:#4CAF8D;fill:none;stroke-width:2}
.hm-pname{font-weight:700;font-size:14px}
.hm-psub{font-size:12px;color:#666677}
.hm-sec{display:flex;justify-content:space-between;align-items:baseline;margin:15px 3px 7px}
.hm-sec b{font-family:'Figtree',sans-serif;font-weight:700;font-size:15px}
.hm-sec span{font-size:12px;font-weight:600;color:var(--indigo)}
.hm-card2{background:#fff;border-radius:14px;padding:2px 14px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.hm-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #F1F2F7}
.hm-row:last-child{border-bottom:none}
.hm-row svg{width:18px;height:18px;fill:none;stroke-width:2;flex-shrink:0}
.hm-row p{flex:1;font-size:13px;margin:0}
.hm-row .v{font-size:13px;font-weight:700}
.hm-obs{background:#fff;border-radius:14px;padding:12px 14px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.hm-obs-h{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13px;margin-bottom:5px;color:var(--amber)}
.hm-obs-h svg{width:17px;height:17px;stroke:var(--amber);fill:none;stroke-width:2}
.hm-obs p{font-size:12.5px;line-height:1.5;color:#3a3a46;margin:0}
.hm-soin svg{stroke:var(--indigo)}
.hm-tag{font-size:11px;font-weight:700;color:var(--blue);background:#EFF6FF;padding:3px 9px;border-radius:8px}
.hm-ranim{opacity:0}
.hm-phone[data-phase="releve"] .hm-ranim{animation:hmIn .5s ease both}
.hm-rhead{position:relative;display:flex;align-items:center;justify-content:center;padding:6px 16px 6px}
.hm-rhead-title{font-family:'Figtree',sans-serif;font-weight:800;font-size:22px}
.hm-rshare{position:absolute;right:14px;top:2px;width:30px;height:30px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.hm-rshare svg{width:14px;height:14px}
.hm-rdate{display:flex;align-items:center;justify-content:center;gap:12px;padding:2px 14px 12px;border-bottom:1px solid #EDEFF5}
.hm-rnav{width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.06);flex-shrink:0}
.hm-rnav svg{width:13px;height:13px}
.hm-rdate-c{text-align:center}
.hm-rdate-c b{display:block;font-family:'Figtree',sans-serif;font-weight:700;font-size:14px}
.hm-rdate-c span{font-size:11.5px;color:#666677}
.hm-rmeta{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;padding:4px 0 12px}
.hm-rby{display:flex;align-items:center;gap:7px;color:#666677;font-weight:500;font-size:13px}
.hm-rby-av{width:26px;height:26px;border-radius:50%;background:var(--indigo);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;font-style:normal;font-family:'Figtree',sans-serif}
.hm-rcounts{display:flex;gap:8px;padding-bottom:14px}
.hm-rcount{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 0;border-radius:12px;border:1.5px solid;font-weight:700;font-size:14px;background:#fff}
.hm-rcount svg{width:15px;height:15px}
.hm-rc-red{color:var(--red);border-color:#F3B4B4}
.hm-rc-amber{color:var(--amber);border-color:#FAD79E}
.hm-rc-green{color:var(--green);border-color:#A7E3BE}
.hm-rcard{background:#fff;border-radius:14px;padding:14px 15px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.hm-rcard-top{display:flex;align-items:baseline;gap:8px}
.hm-rname{font-family:'Figtree',sans-serif;font-weight:800;font-size:16px}
.hm-rage{font-size:13px;color:#9598A8}
.hm-rstatus{font-size:13px;font-weight:600;margin-top:3px}
.hm-rs-amber{color:var(--amber)}
.hm-rs-green{color:var(--green)}
.hm-rlast{font-size:12.5px;color:#666677;margin-top:2px;padding-bottom:11px;border-bottom:1px solid #F1F2F7}
.hm-rsynth-h{font-size:12px;font-weight:700;margin:11px 0 7px;letter-spacing:.3px}
.hm-rsynth-h span{font-weight:400;color:#9598A8}
.hm-rsynth-box{font-size:12.5px;line-height:1.5;border-radius:10px;padding:11px 12px;color:#3a3a46}
.hm-rsb-amber{background:#FEF8EC}
.hm-steps{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:20px}
.hm-step{display:inline-flex;align-items:center}
.hm-step i{width:7px;height:7px;border-radius:50%;background:#d6d3d1;flex-shrink:0;transition:background .3s,box-shadow .3s}
.hm-step.on i{background:var(--indigo);box-shadow:0 0 0 4px rgba(79,70,229,.14)}
.hm-step b{font-family:'Figtree',sans-serif;font-weight:700;font-size:12.5px;color:var(--indigo);max-width:0;overflow:hidden;white-space:nowrap;opacity:0;transition:max-width .35s ease,opacity .3s ease,margin .35s ease}
.hm-step.on b{max-width:130px;opacity:1;margin-left:7px}
@media(max-width:480px){.hm-phone{width:280px}.hm-screen{height:548px}}

.step-shot{position:relative;margin-top:22px;height:268px;border-radius:14px 14px 0 0;overflow:hidden;background:#F4F6FF;border:1px solid #ECEAE1;border-bottom:none}
.step-shot .si{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}
.shot-dictee{background-image:url('./images/screenshot-dictee.png')}
.shot-transmission{background-image:url('./images/screenshot-transmission.png')}
.shot-releve{background-image:url('./images/screenshot-releve.png')}
.step-shot::after{content:'';position:absolute;left:0;right:0;bottom:0;height:46px;background:linear-gradient(transparent,#fff)}

/* Parcours vocal et captures de l’application. */
.process-intro{max-width:760px;font-size:16px;line-height:1.6;color:#55555f;margin:-24px 0 32px;}
.process-card{display:flex;flex-direction:column;min-width:0;padding:30px 30px 0;background:#fff;border:1px solid #EFEDE4;border-radius:20px;box-shadow:0 2px 3px rgba(0,0,0,.05);overflow:hidden;}
.process-card .body-muted{margin-bottom:24px;}
.process-card .step-shot{margin-top:auto;flex:none;}

/* Offre : distinguer le premier mois du prix récurrent. */
.offer-list{display:flex;flex-direction:column;gap:16px;margin:24px 0 28px;padding:0;list-style:none;}
.offer-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:1.5;color:#33333b;}
.offer-list .ms{font-size:22px;flex:none;margin-top:1px;}
/* FAQ accordéon */
.faq-card{background:#fff;border-radius:16px;box-shadow:0 2px 3px rgba(0,0,0,.05);overflow:hidden}
.body-muted{font-size:15px;line-height:1.6;color:#5a5a64;margin:0}
.caption{font-size:13px;color:#6c6c6c}
.sec-head{text-align:center;margin-bottom:44px}
.trust-text{font-size:13.5px;line-height:1.55;color:rgba(255,255,255,0.72);margin:0}
.cd-label{font-size:11px;color:#756538;font-weight:700;text-transform:uppercase;margin-top:4px}
.cd-num{font-family:'Figtree';font-weight:800;font-size:22px;line-height:1;color:var(--ink)}
.benefit-h{font-family:'Figtree';font-weight:700;font-size:21px;margin:0 0 10px;letter-spacing:-0.01em}
.trust-h{font-family:'Figtree';font-weight:700;font-size:17px;margin:0}
.struct-label{font-family:'Figtree';font-weight:700;font-size:15.5px;color:var(--ink)}
.cd-box{flex:1;text-align:center;background:#fff;border-radius:9px;padding:9px 4px}
.icon-row{display:flex;align-items:center;gap:11px;margin-bottom:8px}
.cb-input{display:block;width:100%;margin-top:6px;border:1px solid #E7E5F5;border-radius:12px;padding:13px 15px;font-size:16px;font-family:'Inter';background:#F8F9FE;color:var(--ink);outline:none}
.sec-ico{font-size:26px;color:var(--mint);flex:none}
.ex-chip{display:flex;align-items:center;gap:13px;padding:14px 16px;border-radius:12px;border:1px solid #EFEDE4}
.trust-card{background:rgba(255,255,255,0.06);border:1px solid rgba(138,219,205,0.18);border-radius:16px;padding:24px}
.faq-chev{font-size:22px;color:var(--indigo);transition:transform .3s cubic-bezier(.4,0,.2,1);flex:none}
.faq-ans-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}
.faq-ans{box-sizing:border-box;margin:0;font-size:15.5px;line-height:1.6;color:#5a5a64;overflow:hidden;min-height:0;padding:0 22px;opacity:0;transition:opacity .22s ease,padding-bottom .32s cubic-bezier(.4,0,.2,1)}
.faq-card.open .faq-ans-wrap{grid-template-rows:1fr}
.faq-card.open .faq-ans{opacity:1;padding-bottom:22px}
@media(prefers-reduced-motion:reduce){.faq-ans-wrap,.faq-ans,.faq-chev{transition:none}}
.faq-card.open .faq-chev{transform:rotate(180deg)!important}
a,button,.faq-q{-webkit-tap-highlight-color:transparent}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;background:none;border:none;cursor:pointer;text-align:left;font-family:'Figtree';font-weight:700;font-size:16.5px;color:var(--ink);-webkit-user-select:none;user-select:none}
.price-cta-mobile{display:none}
@media(max-width:920px){.price-cta-mobile{display:flex}}
@media(max-width:560px){.quotes-grid{gap:14px}.quotes-grid > div{padding:22px!important}.quotes-grid > div > span:first-child{font-size:32px!important}.quotes-grid > div > p{font-size:15px!important;line-height:1.5!important;margin:8px 0 16px!important}}
#rdv-cal{min-height:560px}
@media(max-width:920px){#rdv-cal{min-height:120px}}
@media(max-width:560px){.price-reassure{gap:8px!important;font-size:11px!important}}
.topbar:hover{background:#b45309;}
@media(max-width:560px){.topbar{font-size:12.5px;gap:7px;padding:9px 12px;}}
@media(max-width:920px){.nav-cta{opacity:0;visibility:hidden;transform:translateX(10px);pointer-events:none;transition:opacity .28s ease,transform .28s ease,visibility .28s;}.nav-cta.show{opacity:1;visibility:visible;transform:none;pointer-events:auto;}}
#scrollProgress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--indigo);z-index:60;pointer-events:none;opacity:0;transition:width .1s linear,opacity .25s ease}
#scrollProgress.on{opacity:1}
@media(prefers-reduced-motion:reduce){#scrollProgress{transition:none}}

/* Formulaire rappel - états */
.cb-success{background:#fff;border-radius:22px;padding:30px;max-width:480px;margin:18px auto 0;box-shadow:0 24px 60px rgba(35,34,28,.22);color:var(--ink);text-align:center}
.cb-error{font-size:13.5px;color:#b45309;background:#FFFBEB;border:1px solid #FDE68A;border-radius:10px;padding:10px 12px;margin-top:12px;text-align:center}
.cb-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
#calOverlay.hidden{opacity:0;visibility:hidden;pointer-events:none;}

@media (prefers-reduced-motion:reduce){
  .hm-mic::after,.hm-wave i,.hm-spin{animation:none}
  .hm-view{transition:none}
  .hm-phone .hm-view-dictee,.hm-phone .hm-loader{opacity:0!important}
  .hm-phone .hm-view-result{opacity:1!important}
  .hm-anim{opacity:1!important;animation:none!important}
}

/* Navigation compacte sur mobile ; détails natifs accessibles au clavier. */
@media(max-width:920px){
  .navwrap{gap:12px;}
  .nav-actions{gap:8px;}
  .nav-actions>.nav-cta{font-size:13px!important;padding:11px 12px!important;white-space:nowrap;}
  .mobile-nav{display:block;position:relative;flex:none;}
  .mobile-nav summary{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #E7E5F0;border-radius:10px;cursor:pointer;list-style:none;color:var(--indigo);background:#fff;}
  .mobile-nav summary::-webkit-details-marker{display:none;}
  .mobile-nav summary:focus-visible,.mobile-nav-panel a:focus-visible{outline:3px solid var(--indigo);outline-offset:3px;}
  .mobile-nav-panel{position:absolute;right:0;top:calc(100% + 12px);width:min(280px,calc(100vw - 40px));display:flex;flex-direction:column;padding:8px;background:#fff;border:1px solid #E7E5F0;border-radius:16px;box-shadow:0 14px 35px rgba(35,34,28,.14);}
  .mobile-nav-panel a{padding:13px 14px;font-size:15px;font-weight:500;border-radius:9px;}
  .mobile-nav-panel a:hover{background:var(--indigo-tint);color:var(--indigo);}
}
@media(max-width:400px){.nav-brand-name{display:none;}}
.offer-coconstruction{font-size:14px;line-height:1.5;color:#55555f;margin:-6px 0 24px;}
