/* ============================================================
   StartinMed — site.css
   Bespoke section styles for the 3 marketing pages.
   Built entirely on DS tokens (var(--sim-*)) + DS class vocabulary.
   ============================================================ */

/* ---------- header additions ---------- */
.header { z-index: 30; }
.header__link.is-active { color: var(--sim-rose); }
.header__cta { display: flex; align-items: center; }
.header__mobile { display: none; }
@media (max-width: 880px) {
  .header__mobile { display: flex; flex-direction: column; gap: 4px;
    background: var(--sim-blue); margin: 0 16px; padding: 18px 20px 22px;
    border-radius: var(--r-md); box-shadow: var(--shadow-strong); }
  .header__mobile a { font-family: var(--font-display); font-weight: 500; font-size: 17px;
    color: #fff; padding: 10px 0; text-decoration: none; }
  .header__mobile a.is-active { color: var(--sim-rose); }
  .header__mobile .btn { margin-top: 10px; }
}

/* ---------- generic section scaffold ---------- */
.sec { padding: 107px 0; background: #fff; }
.sec--alt { background: var(--sim-bg-alt); }
.sec--tight { padding: 80px 0; }
.sec__head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.sec__head--left { text-align: left; margin-left: 0; }
.sec__kicker { font-family: var(--font-display); font-weight: 600; font-size: 14px;
  letter-spacing: .04em; text-transform: uppercase; color: var(--sim-rose); margin: 0 0 14px; }
.sec__title { font-family: var(--font-display); font-size: 44px; font-weight: 500;
  color: var(--sim-navy); line-height: 1.1; margin: 0 0 18px; text-wrap: balance; }
.sec__title .accent { color: var(--sim-rose); }
.sec__sub { font-family: var(--font-body); font-size: 18px; line-height: 1.6;
  color: var(--sim-body-alt); margin: 0; }
@media (max-width: 720px){ .sec { padding: 72px 0; } .sec__title { font-size: 34px; } }

/* ---------- PAGE HERO (short colored band for inner pages) ---------- */
.page-hero { position: relative; background: var(--sim-blue); overflow: hidden;
  margin-top: -76px; padding: 76px 0 0; }
.page-hero__bg { position: absolute; inset: 0; background: url(../assets/hero-neon-grain.svg) center/cover; pointer-events: none; }
.page-hero__inner { position: relative; max-width: 1290px; margin: 0 auto; padding: 92px 30px 84px; }
.page-hero__kicker { font-family: var(--font-display); font-weight: 600; font-size: 15px;
  color: var(--sim-rose); margin: 0 0 18px; }
.page-hero__title { font-family: var(--font-display); font-size: 56px; font-weight: 500;
  color: #fff; line-height: 1.06; margin: 0 0 22px; max-width: 16ch; text-wrap: balance; }
.page-hero__title .accent { color: var(--sim-rose); }
.page-hero__sub { font-family: var(--font-body); font-size: 19px; line-height: 1.65;
  color: rgba(255,255,255,.9); max-width: 620px; margin: 0 0 26px; }
.page-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center;
  font-family: var(--font-body); font-size: 14px; color: rgba(255,255,255,.78); }
.page-hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.page-hero__trust .dot { color: var(--sim-rose); }
.page-hero__ctas { display: flex; gap: 18px; flex-wrap: wrap; margin: 0 0 30px; }
@media (max-width: 720px){ .page-hero__title { font-size: 38px; } .page-hero__inner { padding: 64px 30px 60px; } }

/* ---------- homepage HERO variants ---------- */
.hero__sur { font-family: var(--font-body); font-size: 15px; color: rgba(255,255,255,.82);
  margin: 0 0 18px; max-width: 540px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 30px;
  font-family: var(--font-body); font-size: 13.5px; color: rgba(255,255,255,.72); }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust .dot { color: var(--sim-rose); }
.hero__pricetags { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 30px; }
.pricetag { display: inline-flex; flex-direction: column; gap: 2px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-sm); padding: 12px 18px; }
.pricetag b { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: #fff; }
.pricetag b .accent { color: var(--sim-rose); }
.pricetag small { font-family: var(--font-body); font-size: 12.5px; color: rgba(255,255,255,.7); }
.hero__title .accent { color: var(--sim-rose); }

/* hero variant B — centered, full-bleed portrait behind */
.hero--b .hero__inner { grid-template-columns: 1fr; text-align: center; max-width: 980px; padding-bottom: 30px; }
.hero--b .hero__sub, .hero--b .hero__sur { margin-left: auto; margin-right: auto; }
.hero--b .hero__ctas, .hero--b .hero__pricetags, .hero--b .hero__trust { justify-content: center; }
.hero--b .hero__title { font-size: 60px; max-width: 18ch; margin-left: auto; margin-right: auto; }

/* hero variant C — split with big portrait */
.hero--c .hero__inner { grid-template-columns: 1.1fr .9fr; }
.hero-portrait { position: relative; width: 100%; aspect-ratio: 4/5; border-radius: var(--r-md);
  overflow: hidden; box-shadow: var(--shadow-strong); }
.hero-credentials { position: absolute; left: 18px; bottom: 18px; right: 18px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(4px); border-radius: var(--r-sm);
  padding: 14px 18px; display: flex; gap: 18px; }
.hero-credentials div { font-family: var(--font-body); font-size: 12px; color: var(--sim-meta); line-height: 1.3; }
.hero-credentials b { display: block; font-family: var(--font-display); font-size: 18px; color: var(--sim-blue); }

/* ---------- TRUST / PROOF bands ---------- */
.trust { background: var(--sim-bg-alt); border-top: 1px solid var(--sim-border); border-bottom: 1px solid var(--sim-border); }
.trust__inner { max-width: 1290px; margin: 0 auto; padding: 28px 30px; display: flex;
  flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.trust__item { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 200px; justify-content: center; }
.trust__item:not(:last-child) { border-right: 1px solid var(--sim-border); }
.trust__num { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--sim-rose); line-height: 1; }
.trust__lbl { font-family: var(--font-body); font-size: 14px; color: var(--sim-body-alt); line-height: 1.3; max-width: 18ch; }
.trust__ic { color: var(--sim-blue); display: inline-flex; }
.trust__ic svg { width: 26px; height: 26px; }
@media (max-width: 720px){ .trust__item { flex: 1 1 45%; border-right: none !important; } }

.proof { background: var(--sim-blue); }
.proof__inner { max-width: 1290px; margin: 0 auto; padding: 30px; display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center; gap: 16px 30px; }
.proof__lbl { font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,.6);
  text-transform: uppercase; letter-spacing: .06em; width: 100%; text-align: center; margin-bottom: 4px; }
.proof__chip { font-family: var(--font-display); font-weight: 600; font-size: 17px;
  color: #fff; padding: 8px 20px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--r-pill); }

/* ---------- PILLARS / PAINS / FEATURE GRIDS ---------- */
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 920px){ .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px){ .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.pain-card { background: #fff; border-radius: var(--r-md); padding: 32px 28px; box-shadow: var(--shadow-light); }
.pain-card__n { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--sim-rose); margin: 0 0 14px; }
.pain-card h3 { margin: 0 0 10px; color: var(--sim-blue); font-size: 19px; }
.pain-card p { font-size: 15px; color: var(--sim-body); line-height: 1.6; }

/* ---------- DISTINCTION ---------- */
.distinct__lead { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
  background: #fff; border-radius: var(--r-md); padding: 44px; box-shadow: var(--shadow-light); margin-bottom: 24px; }
.distinct__lead--rev { background: var(--sim-bg-alt); box-shadow: none; }
.distinct__badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display);
  font-weight: 600; font-size: 13px; color: var(--sim-rose); margin-bottom: 14px; }
.distinct__badge svg { width: 17px; height: 17px; flex-shrink: 0; }
.distinct__lead h3 { font-size: 28px; color: var(--sim-navy); line-height: 1.15; margin: 0 0 14px; }
.distinct__lead p { font-size: 16px; color: var(--sim-body); line-height: 1.65; }
.vignettes { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; margin-top: 30px; }
.vignette { background: #fff; border-radius: var(--r-sm); padding: 20px 18px; box-shadow: var(--shadow-light); text-align: center; }
.vignette__ic { margin: 0 auto 12px; }
.vignette p { font-family: var(--font-display); font-weight: 500; font-size: 14px; color: var(--sim-blue); line-height: 1.3; }
@media (max-width: 920px){ .distinct__lead { grid-template-columns: 1fr; } .vignettes { grid-template-columns: repeat(2,1fr); } }

/* ---------- PRICING (homepage + offres) reuse DS .p-card ---------- */
.pricing__grid--2 { grid-template-columns: repeat(2,1fr); max-width: 820px; margin: 0 auto; }
.p-card__old { font-family: var(--font-body); font-size: 15px; color: var(--sim-meta); text-decoration: line-through; }
.p-card__note { font-family: var(--font-body); font-size: 13.5px; color: var(--sim-body-alt); margin: -14px 0 22px; }
.p-card__save { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: 13px;
  color: var(--sim-rose); background: rgba(255,104,163,.1); padding: 5px 12px; border-radius: var(--r-pill); margin-bottom: 18px; }
.coaching-line { text-align: center; max-width: 720px; margin: 30px auto 0; font-family: var(--font-body);
  font-size: 15px; color: var(--sim-body-alt); line-height: 1.6; }
.coaching-line a { font-weight: 500; }

/* ---------- BIO SPLIT (Dr Cagnard) ---------- */
.bio-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: center; }
.bio-split--equipe { align-items: start; }
.bio-text h2 { font-size: 38px; color: var(--sim-navy); margin: 0 0 20px; line-height: 1.1; }
.bio-text p { font-size: 16.5px; color: var(--sim-body); line-height: 1.7; margin: 0 0 16px; }
.bio-stats { display: flex; flex-wrap: wrap; gap: 14px; margin: 26px 0 0; }
.bio-stat { background: var(--sim-bg-alt); border-radius: var(--r-sm); padding: 16px 20px; flex: 1; min-width: 150px; }
.bio-stat b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--sim-blue); line-height: 1.2; }
.bio-stat small { font-family: var(--font-body); font-size: 13px; color: var(--sim-meta); }
.bio-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px;
  font-family: var(--font-display); font-weight: 500; font-size: 16px; color: var(--sim-rose); }
.bio-link svg { width: 18px; height: 18px; }
@media (max-width: 880px){ .bio-split { grid-template-columns: 1fr; gap: 32px; } .bio-text h2 { font-size: 30px; } }

/* ---------- QUOTE block ---------- */
.quote { position: relative; overflow: hidden; background: var(--sim-gradient-sunset); color: #fff; }
.quote__bg { position: absolute; inset: 0; background: url(../assets/hero-neon-grain.svg) center/cover; opacity: .3; }
.quote__inner { position: relative; max-width: 920px; margin: 0 auto; padding: 100px 30px; text-align: center; }
.quote__mark { font-family: var(--font-display); font-size: 90px; line-height: .5; color: rgba(255,255,255,.35); }
.quote__text { font-family: var(--font-display); font-weight: 500; font-size: 32px; line-height: 1.4;
  margin: 10px 0 26px; text-wrap: balance; }
.quote__sig { font-family: var(--font-body); font-size: 16px; color: rgba(255,255,255,.85); }
@media (max-width: 720px){ .quote__text { font-size: 24px; } }

/* ---------- LEAD MAGNET ---------- */
.leadmag__card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; background: var(--sim-blue); border-radius: var(--r-md); box-shadow: var(--shadow-strong); }
.leadmag__bg { position: absolute; inset: 0; background: url(../assets/hero-neon-grain.svg) center/cover; opacity: .35; }
.leadmag__body { position: relative; padding: 50px 48px; }
.leadmag__body h2 { color: #fff; font-size: 30px; line-height: 1.18; margin: 0 0 16px; max-width: 22ch; }
.leadmag__body p { color: rgba(255,255,255,.85); font-size: 16px; line-height: 1.6; margin: 0 0 26px; }
.leadmag__form { display: flex; gap: 12px; flex-wrap: wrap; }
.leadmag__form input { flex: 1; min-width: 220px; font-family: var(--font-body); font-size: 15px;
  padding: 16px 18px; border-radius: var(--r-button); border: none; outline: none; color: var(--sim-body); }
.leadmag__mention { font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,.65); margin: 16px 0 0; }
.leadmag__visual { position: relative; display: flex; align-items: center; justify-content: center; padding: 40px; }
.pdf-mock { width: 220px; aspect-ratio: 1/1.414; background: #fff; border-radius: var(--r-sm);
  box-shadow: var(--shadow-strong); transform: rotate(-4deg); padding: 26px; }
.pdf-mock__bar { height: 10px; border-radius: 4px; background: var(--sim-blue); margin-bottom: 10px; }
.pdf-mock__bar.rose { background: var(--sim-rose); width: 60%; }
.pdf-mock__bar.soft { background: var(--sim-border); }
.pdf-mock__tag { font-family: var(--font-display); font-weight: 600; font-size: 11px; color: var(--sim-rose); margin-top: 18px; }
.leadmag__ok { position: relative; padding: 50px 48px; color: #fff; }
.leadmag__ok h2 { color: #fff; }
@media (max-width: 880px){ .leadmag__card { grid-template-columns: 1fr; } .leadmag__visual { display: none; } }

/* ---------- CTA FINAL ---------- */
.cta-final { position: relative; overflow: hidden; background: var(--sim-gradient-sunset); color: #fff; }
.cta-final__bg { position: absolute; inset: 0; background: url(../assets/hero-neon-grain.svg) center/cover; opacity: .32; }
.cta-final__inner { position: relative; max-width: 820px; margin: 0 auto; padding: 100px 30px; text-align: center; }
.cta-final h2 { color: #fff; font-size: 46px; line-height: 1.1; margin: 0 0 16px; text-wrap: balance; }
.cta-final p { font-size: 18px; color: rgba(255,255,255,.88); margin: 0 0 34px; }
.cta-final__btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 720px){ .cta-final h2 { font-size: 34px; } }

/* ---------- SEO bottom block ---------- */
.seo { background: var(--sim-bg-alt); }
.seo__inner { max-width: 1080px; margin: 0 auto; padding: 64px 30px; }
.seo h2 { font-size: 22px; color: var(--sim-blue); margin: 0 0 16px; }
.seo__cols { columns: 2; column-gap: 44px; }
.seo p { font-size: 14px; line-height: 1.8; color: var(--sim-muted); margin: 0 0 14px; }
.seo a { font-weight: 500; }
@media (max-width: 720px){ .seo__cols { columns: 1; } }

/* ---------- TIMELINE (parcours) ---------- */
.timeline { max-width: 820px; margin: 0 auto; position: relative; padding-left: 8px; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px; background: var(--sim-border); }
.tl-item { position: relative; padding: 0 0 38px 64px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot { position: absolute; left: 8px; top: 2px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--sim-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 6px var(--bg-page); }
.tl-dot svg { width: 13px; height: 13px; }
.tl-item--accent .tl-dot { background: var(--sim-rose); }
.tl-year { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--sim-rose); margin: 0 0 4px; }
.tl-item h3 { font-size: 18px; color: var(--sim-navy); margin: 0; line-height: 1.35; }
.tl-item p { font-size: 14.5px; color: var(--sim-body-alt); margin: 4px 0 0; line-height: 1.55; }

/* ---------- PUBLICATIONS ---------- */
.pub { display: flex; gap: 18px; align-items: flex-start; background: #fff; border-radius: var(--r-md);
  padding: 26px 28px; box-shadow: var(--shadow-light); margin-bottom: 16px; }
.pub__ic { flex-shrink: 0; }
.pub__cite { font-family: var(--font-body); font-size: 15px; color: var(--sim-body); line-height: 1.6; }
.pub__cite b { color: var(--sim-navy); }
.pub__journal { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: 12.5px;
  color: var(--sim-blue); background: rgba(45,46,131,.08); padding: 4px 12px; border-radius: var(--r-pill); margin-top: 10px; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--sim-border); border-radius: var(--r-md);
  margin-bottom: 14px; overflow: hidden; transition: var(--t-base); }
.faq__item.is-open { box-shadow: var(--shadow-light); }
.faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: none; border: none; cursor: pointer; text-align: left; padding: 22px 26px;
  font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--sim-navy); }
.faq__q:hover { color: var(--sim-rose); }
.faq__chev { flex-shrink: 0; color: var(--sim-blue); transition: transform .3s ease; }
.faq__chev svg { width: 22px; height: 22px; display: block; }
.faq__item.is-open .faq__chev { transform: rotate(180deg); color: var(--sim-rose); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a-inner { padding: 0 26px 24px; font-family: var(--font-body); font-size: 15.5px;
  line-height: 1.7; color: var(--sim-body); }

/* ---------- MISSION 3 piliers ---------- */
.mission-card { background: #fff; border-radius: var(--r-md); padding: 34px 30px; box-shadow: var(--shadow-light); text-align: center; }
.mission-card .icon-round { margin: 0 auto 20px; }
.mission-card h3 { font-size: 21px; color: var(--sim-blue); margin: 0 0 10px; }
.mission-card p { font-size: 15px; color: var(--sim-body); line-height: 1.6; }

/* ---------- PLACEHOLDER blocks (masqués en prod) ---------- */
.ph-block { background: var(--sim-bg-alt); border: 1px solid var(--sim-border); border-radius: var(--r-md);
  padding: 56px 40px; text-align: center; }
.ph-block .icon-round { margin: 0 auto 18px; }
.ph-block h3 { font-size: 20px; color: var(--sim-blue); margin: 0 0 8px; }
.ph-block p { font-size: 15px; color: var(--sim-meta); max-width: 52ch; margin: 0 auto; line-height: 1.6; }
.ph-tag { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: 11.5px;
  letter-spacing: .05em; text-transform: uppercase; color: var(--sim-meta); background: #fff;
  border: 1px solid var(--sim-border); padding: 5px 12px; border-radius: var(--r-pill); margin-bottom: 18px; }
.ph-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 8px; }
.ph-card { background: var(--sim-bg-alt); border: 1px dashed var(--sim-border); border-radius: var(--r-md);
  padding: 32px 26px; }
.ph-card .ph-line { height: 12px; border-radius: 4px; background: var(--sim-border); margin-bottom: 12px; }
.ph-card .ph-line.short { width: 50%; }
.ph-card .ph-who { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.ph-card .ph-av { width: 44px; height: 44px; border-radius: 50%; background: var(--sim-gradient-card); }
@media (max-width: 880px){ .ph-cards { grid-template-columns: 1fr; } }

/* ---------- IMAGE placeholders (à la charte) ---------- */
.ph-img { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; background: linear-gradient(135deg, #E9EEF5 0%, #F3E6EF 100%); color: var(--sim-blue);
  border-radius: var(--r-md); overflow: hidden; }
.ph-img::after { content: ""; position: absolute; inset: 0; background: url(../assets/hero-neon-grain.svg) center/cover; opacity: .14; }
.ph-img .icon-round { position: relative; z-index: 1; }
.ph-img span { position: relative; z-index: 1; font-family: var(--font-display); font-weight: 500;
  font-size: 14px; color: var(--sim-blue); opacity: .8; }
.ph-img--portrait { aspect-ratio: 3/4; }

/* ---------- sticky subscribe bar (ressources teaser, optional) ---------- */

/* ---------- VARIANT SWITCHER (review aid, homepage hero) ---------- */
.vswitch { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 60;
  background: #fff; border-radius: var(--r-pill); box-shadow: 0 8px 30px rgba(3,27,78,.22);
  padding: 8px 8px 8px 18px; display: flex; align-items: center; gap: 12px; }
.vswitch__lbl { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--sim-blue); }
.vswitch__seg { display: inline-flex; background: var(--sim-bg-alt); border-radius: var(--r-pill); padding: 3px; }
.vswitch__seg button { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--sim-blue);
  border: none; background: none; cursor: pointer; padding: 8px 16px; border-radius: var(--r-pill); transition: var(--t-base); }
.vswitch__seg button.is-active { background: var(--sim-rose); color: #fff; }
@media (max-width: 560px){ .vswitch__lbl { display: none; } }
