/* =========================================================
   particuliers — styles propres a cette page
   ---------------------------------------------------------
   Le chrome commun (charte, boutons, header, mega-menus,
   menu mobile, footer) vit dans assets/site.css.
   ========================================================= */

/* ============ SECTIONS GÉNÉRIQUES ============ */
.section{padding:84px 0}
.section-head{max-width:64ch;margin-bottom:40px}
.section-head h2{font-size:clamp(1.9rem,3.4vw,2.6rem);margin:12px 0}
.audience-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:100px;font-family:var(--font-title);font-weight:700;font-size:.82rem;letter-spacing:.02em;background:var(--sand);color:var(--navy)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center;padding:84px 24px 92px;position:relative;z-index:1}
.hero h1{color:#fff;font-size:clamp(2rem,4.2vw,3.05rem);margin:14px 0 18px;max-width:19ch}
.hero p.lead{font-size:clamp(1.02rem,1.6vw,1.16rem);color:rgba(255,255,255,.86);max-width:52ch;margin-bottom:28px}
/* =========================================================
     LE CONSTAT (checklist)
     ========================================================= */
.check-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:22px;max-width:70ch}
.check-list li{display:flex;gap:13px;align-items:flex-start;font-size:1.02rem;color:var(--navy)}
.check-list .c{flex:none;width:24px;height:24px;border-radius:50%;background:#eaf7ef;color:#1f8a5b;display:grid;place-items:center;font-weight:800;font-size:.74rem;margin-top:2px}
.pivot{margin-top:26px;font-family:var(--font-title);font-weight:700;font-size:1.1rem;color:var(--accent)}
/* =========================================================
     BANDE « L'EXCEPTION, UNE SEULE CONDITION »
     ========================================================= */
.exception{background:var(--sand)}
.exception-inner{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;max-width:820px;margin:0 auto}
.exception .big{font-family:var(--font-title);font-weight:900;font-size:clamp(3.4rem,9vw,6rem);color:var(--accent);line-height:.85}
.exception .txt{max-width:62ch}
.exception h2{color:var(--navy);font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:10px}
.exception p{color:#7a4f33;font-size:1.08rem;max-width:62ch;margin:0 auto}
.exception p b{color:var(--navy)}
.exception .seal{margin-top:10px;font-family:var(--font-title);font-weight:700;color:var(--navy)}
.presc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.presc-item{background:#fff;border:1px solid #d7e0ee;border-radius:var(--radius-sm);padding:18px;display:flex;gap:14px;align-items:center;transition:border-color .15s ease,transform .15s ease}
.presc-item:hover{border-color:var(--blue);transform:translateY(-2px)}
.presc-item .ico{width:44px;height:44px;border-radius:10px;background:var(--navy);color:#fff;display:grid;place-items:center;flex:none}
.presc-item h4{font-size:1rem}
.presc-item small{color:var(--muted)}
.final-cta-inner{text-align:center;max-width:780px;margin:0 auto;position:relative;z-index:1}
.final-cta h2{color:#fff;font-size:clamp(2rem,4vw,2.8rem);margin-bottom:28px}
.contact .section-head{margin:0 auto 40px;text-align:center}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
/* =========================================================
     RESPONSIVE
     ========================================================= */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .presc-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  .section,.statement{padding:60px 0}
  .hero-grid{padding:48px 0 56px}
  .hero-benefits,.cta-points{grid-template-columns:1fr}
  .presc-grid{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}
  .exception-inner{gap:20px}
}
