/* 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;}
.navwrap>a{flex-shrink:0;}
.nav-brand-name{white-space:nowrap;}
.nav-label-compact{display:none;}
.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-copy{max-width:660px;min-width:0;}
.hero-title{font-family:'Figtree',sans-serif;font-weight:800;font-size:clamp(38px,4.4vw,56px);line-height:1.06;letter-spacing:-.03em;margin:0 0 24px;color:var(--ink);}
.hero-title>span{display:block;text-wrap:balance;}
.hero-title-benefit,.hero-title-status{color:var(--indigo);}
.hero-title>.hero-title-desktop{display:none;}
.hero-title .keep-together{white-space:nowrap;}
.social-proof-row{max-width:1200px;margin:0 auto;padding:20px 40px;display:flex;justify-content:center;}
.social-proof-group{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 13px;}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:16px;}
.hero-actions a{justify-content: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:20px;box-shadow:0 2px 3px rgba(0,0,0,.05);display:flex;align-items:center;gap:14px;min-width:0;}
.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:18px;font-weight:700;color:var(--ink);line-height:1.3;margin:0;min-width:0;}
@media(max-width:680px){.prob-grid{grid-template-columns:minmax(0,1fr);}.prob-card{padding:18px;gap:12px;}.prob-ico{width:36px;height:36px;}}

@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;}
  .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}}

/* Fragments d'interface dessinés des trois étapes (maquette Claude Design 2a). */
.step-ill{margin-top:auto;background:#F8F9FE;border-radius:16px;padding:16px}
.ill-rec{display:flex;align-items:center;gap:13px}
.ill-mic{width:42px;height:42px;border-radius:50%;background:var(--indigo);color:#fff;display:flex;align-items:center;justify-content:center;flex:none;box-shadow:0 0 0 6px rgba(79,70,229,.14)}
.ill-mic .ms{font-size:22px}
.ill-wave{display:flex;align-items:center;gap:3px;height:30px;flex:1;min-width:0}
.ill-wave i{flex:1;border-radius:9999px;background:#C7D2FE;display:block}
.ill-time{font-family:'Figtree';font-weight:700;font-size:13px;color:#83837b;flex:none}
.ill-quote{font-size:13.5px;line-height:1.5;color:#4a4a56;margin:14px 0 0;font-style:italic}
.ill-chips{display:flex;flex-direction:column;gap:8px;padding:14px}
.ill-chip{display:flex;align-items:center;gap:10px;background:#fff;border-radius:11px;padding:10px 12px;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:13.5px;font-weight:600;color:#33333b;line-height:1.3}
.ill-tag{font-size:10.5px;font-weight:800;letter-spacing:.03em;padding:4px 8px;border-radius:7px;flex:none;min-width:78px;text-align:center}
.ill-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}
.ill-head b{font-family:'Figtree';font-weight:800;font-size:14.5px}
.ill-avatars{display:flex;align-items:center}
.ill-avatars i{width:26px;height:26px;border-radius:50%;border:2px solid #F8F9FE;display:flex;align-items:center;justify-content:center;font-family:'Figtree';font-weight:800;font-style:normal;font-size:10.5px;background:#EEF2FF;color:var(--indigo-dark)}
.ill-avatars i+i{margin-left:-8px;background:#FFF1EF;color:#B4453A}
.ill-pills{display:flex;gap:7px;margin-bottom:11px}
.ill-pills span{flex:1;text-align:center;border-radius:9px;padding:7px 4px;font-size:12px;font-weight:700;white-space:nowrap}
.ill-row{display:flex;align-items:center;gap:10px;background:#fff;border-radius:11px;padding:11px 12px;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.ill-row+.ill-row{margin-top:8px}
.ill-dot{width:8px;height:8px;border-radius:50%;flex:none}
.ill-row>span{flex:1;min-width:0;display:flex;flex-direction:column}
.ill-row b{font-family:'Figtree';font-weight:700;font-size:13.5px}
.ill-row small{font-size:12px;color:#83837b}

/* Parcours vocal, trois étapes illustrées. */
.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;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;}

/* Offre : distinguer le premier mois du prix récurrent. */
.offer-list{display:flex;flex-direction:column;gap:16px;margin:12px 0 24px;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:480px;margin-top:20px;border-radius:14px;background:#fff;overflow:hidden;}
@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}

@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){
  .navwrap{padding-left:14px;padding-right:14px;gap:8px;}
  .nav-label-full{display:none;}
  .nav-label-compact{display:inline;}
}
.offer-content{order:1;}
.offre-grid>.price-card{order:2;min-width:0;}
.offer-coconstruction{display:flex;align-items:flex-start;gap:12px;border-left:3px solid #E07A6F;padding:8px 0 8px 14px;margin:0 0 24px;}
.offer-coconstruction>.ms{font-size:22px;color:#C7665B;flex:none;margin-top:2px;}
.offer-coconstruction strong{display:block;font-family:'Figtree',sans-serif;font-size:17px;font-weight:700;color:var(--ink);}
.offer-coconstruction p{font-size:14px;line-height:1.5;color:#55555f;margin:5px 0 0;}
/* Donner de la place au contenu sur petit écran, sans réduire le corps de texte. */
@media(max-width:920px){
  .hero-title{font-size:clamp(42px,7.4vw,60px);}
  .offre-grid>.price-card{order:0;}
  .offer-content>.cta-i{display:none!important;}
  .offer-coconstruction{margin-bottom:0;}
}
@media(max-width:560px){
  .hero{padding:28px 20px 24px;gap:28px;}
  .social-proof-row{padding:20px;}
  .hero-title{font-size:clamp(35px,11.2vw,48px);margin-bottom:20px;}
  .hero-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;}
  .hero-actions a{width:100%;font-size:16px!important;padding:14px 18px!important;}
  .hero-reassurance{justify-content:center;gap:8px 18px;font-size:12.5px;}
  .prob-grid{gap:12px;}
  .process-card{padding:24px 20px;}
  .ben-grid .card-soft{padding:24px;}
  .ben-grid .card-soft>span{margin-bottom:14px!important;}
  .ex-chip{flex-direction:column;align-items:flex-start;gap:8px!important;}
  .ex-chip>div{width:100%;min-width:0;}
  .ex-chip .struct-label{font-size:16px;}
  .offer-content>h3{margin-bottom:8px!important;}
}

/* Garder un titre présent : deux lignes quand elles tiennent, trois sinon. */
@media(min-width:921px){
  .hero{max-width:1320px;grid-template-columns:minmax(0,1fr) 320px;gap:48px;}
  .hero-copy{max-width:none;}
  .hero-title{font-size:clamp(52px,4.8vw,64px);}
  .hero-title>span{text-wrap:wrap;}
}
@media(min-width:1024px){
  .hero-title>.hero-title-mobile{display:none;}
  .hero-title>.hero-title-desktop{display:block;}
}
/* Deux entrées de contact ouvertes, sans panneau de sélection intermédiaire. */
.contact-wrap{max-width:1200px;}
.contact-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;max-width:800px;margin:28px auto 0;align-items:start;}
.contact-card{min-width:0;width:100%;background:#fff;color:var(--ink);border:1px solid #E8E6F4;border-radius:22px;padding:24px;box-shadow:0 20px 48px rgba(35,34,28,.16);}
.contact-callback{max-width:520px;justify-self:center;}
.contact-card-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px;}
.contact-card-heading>div{min-width:0;flex:1;}
.contact-card-heading h3{font-family:'Figtree',sans-serif;font-size:23px;font-weight:800;line-height:1.15;margin:0 0 8px;letter-spacing:-.02em;}
.contact-card-heading p{font-size:14px;line-height:1.5;color:#55555f;margin:0;}
.contact-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--indigo-tint);color:var(--indigo);border-radius:12px;flex:none;}
.contact-icon .ms{font-size:25px;}
.contact-avatar{border-radius:50%;object-fit:cover;flex:none;}
.contact-form{margin:0;}
.contact-names{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px;}
.callback-status{min-height:20px;margin:10px 0 0;font-size:13px;line-height:20px;color:#55555f;}
.callback-contact-link{display:inline-flex;align-items:center;min-height:44px;margin-top:8px;color:var(--indigo);font-size:14px;text-decoration:underline;}
.contact-card .cb-success{box-shadow:none;margin:0;padding:22px 0;max-width:none;}
.calendar-help{font-size:13px;line-height:1.5;color:#66666f;margin:16px 0 0;}
.calendar-help a{color:var(--indigo-dark);text-decoration:underline;text-underline-offset:3px;}
.calendar-help .ms{font-size:14px;vertical-align:middle;}
.contact-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:520px;margin:28px auto 0;}
.contact-shortcuts a{display:flex;justify-content:center;align-items:center;min-height:48px;text-align:center;border:1px solid rgba(255,255,255,.65);border-radius:12px;padding:12px;font-family:'Figtree',sans-serif;font-weight:700;font-size:15px;color:#fff;}
.contact-shortcuts .contact-shortcut-primary{background:#fff;color:var(--indigo-dark);}
.contact-shortcuts a:focus-visible,.calendar-help a:focus-visible{outline:3px solid var(--mint);outline-offset:4px;}
@media(min-width:1120px){
  .contact-grid{grid-template-columns:minmax(0,1fr) 360px;max-width:none;margin-top:34px;}
  .contact-calendar{order:1;}
  .contact-callback{order:2;}
  .contact-shortcuts{display:none;}
}
@media(max-width:560px){
  .contact-card{padding:20px;}
  .contact-card-heading{gap:10px;margin-bottom:20px;}
  .contact-card-heading h3{font-size:22px;}
  .contact-callback .contact-icon{display:none;}
  .contact-grid{gap:20px;}
}

/* Calendrier mobile : toute la carte tient sous le menu, sans minimum fixe. */
@media(max-width:920px){
  .contact-calendar{display:flex;flex-direction:column;min-height:0;height:calc(100vh - 96px);height:calc(100svh - 96px);padding:16px 0 12px;}
  .contact-calendar .contact-card-heading{flex:none;padding:0 16px;margin-bottom:8px;}
  .contact-calendar #rdv-cal{flex:1;min-height:0;margin-top:0;border-radius:0;overflow:hidden;}
  #cal-inline{height:100%;min-height:0;max-height:100%;}
  #cal-inline iframe{display:block;width:100%;max-width:100%;height:100%!important;min-height:0;max-height:100%;border:0;}
  .contact-calendar .calendar-help{flex:none;padding:0 16px;margin:8px 0 0;line-height:18px;}
  .contact-calendar .calendar-help a{display:inline-flex;align-items:center;gap:6px;min-height:28px;}
}
@media(max-width:560px){
  #rdv>.contact-wrap{padding-left:12px;padding-right:12px;}
  .contact-calendar .contact-card-heading p{font-size:13px;}
  .contact-calendar .calendar-help{font-size:12px;}
}
@media(max-width:920px) and (max-height:600px){
  .contact-calendar{padding-top:12px;padding-bottom:8px;}
  .contact-calendar .contact-card-heading h3{font-size:20px;}
  .contact-calendar .contact-card-heading p{display:none;}
  .contact-calendar .contact-icon{width:36px;height:36px;}
}
.contact-or{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;color:#fff;font-family:'Figtree',sans-serif;font-size:14px;font-weight:800;letter-spacing:.08em;}
.contact-or::before,.contact-or::after{content:"";height:1px;background:rgba(255,255,255,.35);flex:1;max-width:120px;}
.contact-or span{padding:6px;}
@media(min-width:1120px){
  .contact-grid{grid-template-columns:minmax(0,1fr) 38px 340px;gap:12px;}
  .contact-or{order:2;align-self:start;margin-top:110px;}
  .contact-or::before,.contact-or::after{display:none;}
  .contact-callback{order:3;}
}

/* Tournée (section dédiée, maquette Claude Design 1a adaptée) */
.tour-wrap{padding-top:64px;padding-bottom:64px}
.tour-grid{display:grid;grid-template-columns:1fr .9fr;gap:clamp(28px,4vw,60px);align-items:center}
.tour-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.tour-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:1.45;color:#33333b}
.tour-list .ms{font-size:22px;flex:none}
.tour-mock-wrap{display:flex;justify-content:center}
.tour-mock{width:100%;max-width:380px;background:#fff;border:1px solid #EFEDE4;border-radius:22px;box-shadow:0 20px 46px rgba(35,34,28,.14);overflow:hidden}
.tour-mock-head{padding:18px 20px 14px;border-bottom:1px solid #EFEDE4;display:flex;align-items:center;justify-content:space-between}
.tour-mock-title{font-family:'Figtree';font-weight:800;font-size:17px;letter-spacing:-0.01em}
.tour-mock-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:10px}
.tour-row{display:flex;align-items:center;gap:13px;background:#F8F9FE;border-radius:13px;padding:12px 14px}
.tour-row .ms{font-size:21px}
.tour-row-done{opacity:.62}
.tour-row-now{background:#fff;border:1.5px solid #C7D2FE;box-shadow:0 2px 3px rgba(0,0,0,.05)}
.tour-row-absent{background:#FFFBEB}
.tour-row-absent b,.tour-row-absent small{color:#8A5A08}
.tour-time{font-family:'Figtree';font-weight:700;font-size:13.5px;color:#83837b;width:42px;flex:none}
.tour-who{flex:1;min-width:0;display:flex;flex-direction:column}
.tour-who b{font-family:'Figtree';font-weight:700;font-size:14.5px;color:var(--ink)}
.tour-who small{font-size:12.5px;color:#83837b}
.tour-badge{font-size:10.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--indigo-dark);background:#EEF2FF;padding:4px 9px;border-radius:7px;flex:none}
@media(max-width:920px){.tour-grid{grid-template-columns:1fr;gap:26px}.tour-wrap{padding-top:48px;padding-bottom:48px}}
