
.hopp-expertise{
  --yellow:#FFED00;
  --bg:#0B0B0B;
  --surface:#1a1a16;
  --surface-2:#201f1a;
  --white:#ffffff;
  --ink-soft:#c2c2bc;
  --ink-mute:#8a8a83;
  --line:#33322b;
  --radius:16px;
  font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;
  margin:0;background:var(--bg);color:var(--white);line-height:1.7;overflow-x:clip;
}
.hopp-expertise *{box-sizing:border-box;}
.hopp-expertise p:empty{display:none;}
.hopp-expertise a{color:inherit;text-decoration:none;}
.hopp-expertise img{max-width:100%;display:block;}
.hopp-expertise .shell{max-width:1160px;margin:0 auto;padding:0 24px;}
.hopp-expertise .eyebrow{font-size:12px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;color:var(--yellow);margin:0 0 14px;}
.hopp-expertise .btn-primary{display:inline-block;background:var(--yellow);color:#141400;padding:15px 28px;border-radius:999px;font-weight:800;font-size:14.5px;margin-top:8px;}
.hopp-expertise .btn-primary:hover{background:var(--white);}
.hopp-expertise section{padding:28px 0 70px;}
.hopp-expertise h2{font-size:28px;font-weight:800;line-height:1.25;margin:0 0 18px;color:var(--white);}
.hopp-expertise h2.hero-title{font-size:38px;}
.hopp-expertise .pc-break{display:none;}
@media(min-width:721px){.hopp-expertise .pc-break{display:inline;}}
@media(max-width:720px){.hopp-expertise h2.hero-title{font-size:26px;}}
.hopp-expertise p{font-size:15.5px;color:var(--ink-soft);margin:0 0 16px;}
.hopp-expertise p:last-child{margin-bottom:0;}

/* ---- Hero row (explicit grid areas so mobile can reorder the mockup right after the H1) ---- */
.hopp-expertise .hero-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-areas:"title figure" "text figure" "button figure";
  gap:16px 60px;
  align-items:center;
}
.hopp-expertise .hero-row h2{grid-area:title;margin-bottom:0;}
.hopp-expertise .hero-row p{grid-area:text;}
.hopp-expertise .hero-row .hero-btn{grid-area:button;justify-self:start;}
.hopp-expertise .hero-figure{grid-area:figure;display:flex;justify-content:center;}
.hopp-expertise .hero-figure img{max-width:360px;width:100%;}
@media(max-width:860px){
  .hopp-expertise .hero-row{
    grid-template-columns:1fr;
    grid-template-areas:"title" "figure" "text" "button";
    gap:20px;
  }
  .hopp-expertise .hero-row .hero-btn{justify-self:center;}
}

/* ---- Row media (image + text, alternating) ---- */
.hopp-expertise .row-media{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.hopp-expertise .row-media.reverse .row-media-text{order:2;}
.hopp-expertise .row-media.reverse .row-media-figure{order:1;}
.hopp-expertise .row-media-figure{display:flex;justify-content:center;}
.hopp-expertise .row-media-figure img{max-width:360px;width:100%;}
.hopp-expertise .row-media-figure.photo img{max-width:360px;border-radius:20px;object-fit:cover;}
@media(max-width:860px){
  .hopp-expertise .row-media{grid-template-columns:1fr;gap:32px;}
  .hopp-expertise .row-media.reverse .row-media-text{order:1;}
  .hopp-expertise .row-media.reverse .row-media-figure{order:2;}
}

/* ---- Icon list (checkmark bullets) ---- */
.hopp-expertise ul.icon-list{list-style:none;margin:0 0 18px;padding:0;display:grid;gap:12px;}
.hopp-expertise ul.icon-list li{position:relative;padding-left:30px;font-size:15.5px;font-weight:600;color:var(--white);line-height:1.45;}
.hopp-expertise ul.icon-list li svg{position:absolute;left:0;top:3px;width:19px;height:19px;stroke:var(--yellow);flex:none;}
.hopp-expertise ul.icon-list li a{color:inherit;text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:3px;}
.hopp-expertise ul.icon-list li a:hover{color:var(--yellow);text-decoration-color:var(--yellow);}

/* ---- Step blocks (UN NOM / LES INFOS / TES SOINS) ---- */
.hopp-expertise .steps{margin-top:30px;display:grid;gap:26px;border:2px solid var(--yellow);border-radius:20px;padding:28px 26px;background:var(--surface-2);}
.hopp-expertise .step-label{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:var(--yellow);margin:0 0 8px;}
.hopp-expertise .step-label .num{flex:none;width:26px;height:26px;border-radius:50%;background:var(--yellow);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:900;}
.hopp-expertise .step-block p{margin:0;}

/* ---- Founders ---- */
.hopp-expertise .founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:44px;}
.hopp-expertise .founder-card{text-align:center;}
.hopp-expertise .founder-card img.portrait{border-radius:20px;width:100%;max-width:280px;aspect-ratio:4/5;object-fit:cover;margin:0 auto 20px;}
.hopp-expertise .founder-card h3{font-size:22px;font-weight:800;margin:0 0 4px;color:var(--white);}
.hopp-expertise .founder-card .role{font-size:13.5px;color:var(--ink-mute);margin:0 0 16px;}
.hopp-expertise .founder-card .certif{display:flex;align-items:center;justify-content:center;gap:14px;}
.hopp-expertise .founder-card .certif span{font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:var(--yellow);}
.hopp-expertise .founder-card .certif img{height:22px;width:auto;max-width:none;filter:grayscale(1) brightness(1.6);opacity:.85;}
@media(max-width:720px){.hopp-expertise .founder-grid{grid-template-columns:1fr;gap:40px;}}

/* ---- Mini CTA band (Témoignages) ---- */
.hopp-expertise .mini-cta{background:var(--surface-2);border:1px solid var(--line);border-radius:24px;padding:40px;text-align:center;}
.hopp-expertise .mini-cta .eyebrow{margin-bottom:6px;}
.hopp-expertise .mini-cta h2{margin-bottom:20px;}

/* ---- Slogan crop (transparent padding baked into the source file) ---- */
.hopp-expertise .slogan-figure img{aspect-ratio:580/183;object-fit:cover;object-position:50% 46%;max-width:280px;}

/* ---- Quote block ---- */
.hopp-expertise .quote-block p{font-size:15.5px;}

/* ---- Final opinions list ---- */
.hopp-expertise .opinions-figure img{border-radius:20px;max-width:440px;}

@media(max-width:720px){
  .hopp-expertise section{padding:16px 0 44px;}
  .hopp-expertise h2{font-size:23px;}
  .hopp-expertise .slogan-figure img{max-width:170px;}
  .hopp-expertise .btn-primary{display:block;width:fit-content;margin-left:auto;margin-right:auto;}
}
