/* BRIDGE SILORA — calqué sur le VISUEL RÉEL du concurrent (capture "Top MENSA member") :
   - hero PLEINE LARGEUR image sombre, headline BLANC en surimpression
   - petit label "ADVERTORIAL" centré, blanc, lettres espacées, en haut du hero
   - corps SERIF (Georgia), noir sur blanc, article continu (slippery slide)
   - CTA = LIEN TEXTE bleu souligné (pas de bouton plein)
   - section "Ce que vous allez découvrir" = encadrés bordés
   - pied DARK NAVY avec wordmark + disclaimer légal (façon wellnessgaze) */

:root{ --navy:#1c2140; --blue:#1c6fbf; --blue-d:#155697; --ink:#141414; --soft:#3a3a3a; --line:#dcdcdc; --foot:#22243f; }
*{box-sizing:border-box;}
body{
  margin:0; background:#fff; color:var(--ink);
  font-family:Georgia,'Times New Roman',serif;
  font-size:19px; line-height:1.62; -webkit-font-smoothing:antialiased;
}
.wrap{width:min(100% - 32px,760px);margin-inline:auto;}
img{max-width:100%;display:block;}
a{color:var(--blue);}

/* Hero pleine largeur, image sombre + headline blanc en surimpression */
.masthead{display:none;}
.herohead{position:relative;min-height:460px;display:flex;flex-direction:column;justify-content:center;
  background:linear-gradient(180deg,rgba(15,18,30,.55),rgba(15,18,30,.72)),
             radial-gradient(120% 90% at 60% 40%,#3a4258,#12151f);
  background-size:cover;background-position:center;color:#fff;overflow:hidden;}
.herohead .advlabel{position:absolute;top:22px;left:0;right:0;text-align:center;
  font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-size:13px;letter-spacing:.22em;color:rgba(255,255,255,.85);}
.herohead .hh{width:min(100% - 44px,900px);margin-inline:auto;padding:60px 0;}
.herohead .kicker{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-weight:400;font-size:clamp(24px,3.6vw,32px);margin:0 0 6px;color:#eef1f6;}
.herohead h1{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-weight:800;font-size:clamp(34px,6vw,58px);line-height:1.06;letter-spacing:-.01em;margin:0;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.35);}

/* Corps serif */
.tag{display:none;}
.article{padding-top:8px;}
.body{padding-top:26px;}
.body p{margin:0 0 18px;}
.body strong{font-weight:700;}
.body em{font-style:italic;}
.body .sub{font-weight:700;font-size:23px;margin:30px 0 14px;line-height:1.25;}
.body ul{margin:0 0 18px;padding-left:24px;}
.body ul li{margin:7px 0;}
.body img{margin:24px auto;border-radius:4px;}
.body .imgcap{font-style:italic;color:#777;font-size:15px;text-align:center;margin:-12px 0 22px;}

/* CTA = lien texte bleu souligné */
.textcta{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-size:22px;font-weight:800;margin:30px 0;}
.textcta a{color:var(--blue);text-decoration:underline;}

hr.sep{border:0;border-top:1px solid #ccc;margin:30px 0;}
.ps{margin-top:6px;}
.endphoto{width:100%;margin:34px 0 20px;border-radius:4px;}

/* Section "Ce que vous allez découvrir" — encadrés bordés (façon concurrent) */
.learnhead{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-weight:800;font-size:26px;margin:34px 0 16px;}
.learnbox{border:1px solid #c9c9c9;border-radius:2px;padding:22px 24px;margin:16px 0;display:grid;grid-template-columns:120px 1fr;gap:22px;align-items:center;}
@media(max-width:560px){.learnbox{grid-template-columns:1fr;}}
.learnbox .ic{width:100%;aspect-ratio:1;background:linear-gradient(135deg,#e7edf5,#cfd9e8);border-radius:6px;display:grid;place-items:center;font-size:38px;}
.learnbox .lt{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-weight:800;font-size:20px;line-height:1.25;margin:0 0 8px;}
.learnbox .ll{font-family:-apple-system,'Segoe UI',Arial,sans-serif;font-weight:800;color:var(--blue);text-decoration:underline;font-size:17px;}

/* Pied DARK NAVY façon wellnessgaze */
.redfoot{background:var(--foot);color:#c7cce0;padding:44px 0 40px;margin-top:56px;text-align:center;font-family:-apple-system,'Segoe UI',Arial,sans-serif;}
.redfoot .rmag{font-weight:800;font-size:28px;color:#fff;letter-spacing:.01em;}
.redfoot .rlinks{margin:16px 0 24px;font-size:14px;}
.redfoot .rlinks a{color:#dfe3f0;margin:0 5px;}
.redfoot .rdisc{width:min(100% - 32px,860px);margin-inline:auto;font-size:12.5px;line-height:1.7;color:#9298b8;text-align:center;}
.redfoot .rdisc b{color:#c4c9e0;}
