/* ══ 0. MENU HUBSPOT — toujours au-dessus du contenu hp2l ══
   Corrige le menu masqué par les z-index des blocs hp2l.
   ═══════════════════════════════════════════════════════════ */
header,
.header,
nav,
.navigation,
.hs-menu-wrapper,
.hs-menu-depth-1,
.hs-menu-children-wrapper,
.hs-menu-item,
.flyouts,
[class*="nav-"],
[class*="-nav"],
[class*="menu"] {
  z-index: 10000 !important;
}

/* Bouton fermer menu mobile + flèche sous-menu */
.close-bar,
[class*="close-"],
[class*="-close"],
[class*="mobile-"],
[class*="-mobile"],
[class*="burger"],
[class*="hamburger"],
.hs-menu-item a,
.hs-menu-children-wrapper a {
  z-index: 10001 !important;
  position: relative;
}

/* Sur mobile : flèche sous-menu toujours visible et cliquable */
@media (max-width: 820px) {
  header, .header, nav, .navigation,
  .hs-menu-wrapper, .hs-menu-children-wrapper,
  [class*="menu"], [class*="nav"] {
    z-index: 99999 !important;
    position: relative;
  }
}

/* ════════════════════════════════════════════════════════════
   2L IMMOBILIER — hp2l.css  ·  Feuille de styles globale
   Laurence Legry · Réseau AXO · Parigné-l'Évêque
   
   Usage : <link rel="stylesheet" href="hp2l.css">
   Puis supprimer le bloc <style>…</style> de chaque page.
   ════════════════════════════════════════════════════════════ */


/* ══ 1. VARIABLES ══════════════════════════════════════════ */
.hp2l {
  --marine:    #0d3a5c;
  --marine-lt: #16527f;
  --vert:      #0e5c5c;
  --vert-cl:   #127070;
  --vert-pale: #e6f0f0;
  --bord:      #950d54;
  --bord-cl:   #b01060;
  --bg:        #ffffff;
  --bg-alt:    #f2f6f6;
  --bg-warm:   #fafbfb;
  --txt:       #1e2a2a;
  --muted:     #556060;
  --line:      #ccd8d8;
  --r:         4px;

  font-family: inherit;
  color: var(--txt);
  line-height: 1.72;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}

.hp2l *,
.hp2l *::before,
.hp2l *::after { box-sizing: border-box; }


/* ══ 2. TYPOGRAPHIE ════════════════════════════════════════ */
.hp2l h1 {
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.16;
  color: var(--marine);
  margin: 0 0 1rem;
}
.hp2l h1 em { color: var(--vert); font-style: italic; }

.hp2l h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: var(--marine);
  margin: 0 0 .85rem;
  line-height: 1.24;
}
.hp2l h2 em { color: var(--vert); font-style: italic; }

.hp2l h3 {
  font-size: .9rem;
  font-weight: 700;
  color: var(--marine);
  margin: 0 0 .4rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hp2l p       { margin: 0 0 .85rem; font-size: .93rem; color: var(--muted); }
.hp2l strong  { color: var(--txt); }
.hp2l ul      { padding-left: 1.2rem; margin: .4rem 0 .85rem; }
.hp2l li      { font-size: .88rem; color: var(--muted); margin-bottom: .3rem; line-height: 1.65; }
.hp2l li strong { color: var(--txt); }

hr.hp2l-hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 2.5rem 0;
}


/* ══ 3. BADGES ═════════════════════════════════════════════ */
.hp2l-badge {
  display: inline-block;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .28rem .85rem;
  border-radius: 20px;
  margin-bottom: .85rem;
}
.bv  { background: var(--vert);   color: #fff; }
.bm  { background: var(--marine); color: #fff; }
.bb  { background: var(--bord);   color: #fff; }
.bol { background: transparent; border: 1.5px solid var(--vert); color: var(--vert); }


/* ══ 4. BOUTONS ════════════════════════════════════════════ */
.hp2l-btns {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.3rem;
}

.hp2l-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .7rem 1.55rem;
  font-size: .81rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--r);
  white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}

/* Bordeaux (appel à l'action principal) */
.btn-bord { background: var(--bord); color: #fff; border: 2px solid var(--bord); }
.btn-bord:hover {
  background: var(--bord-cl);
  border-color: var(--bord-cl);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(149,13,84,.25);
}

/* Teal (action secondaire) */
.btn-vert { background: var(--vert); color: #fff; border: 2px solid var(--vert); }
.btn-vert:hover {
  background: var(--vert-cl);
  border-color: var(--vert-cl);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(14,92,92,.25);
}

/* Outline marine */
.btn-ol { background: transparent; color: var(--marine); border: 2px solid var(--marine); }
.btn-ol:hover { background: var(--marine); color: #fff; transform: translateY(-1px); }

/* Blanc plein (sur fonds sombres) */
.btn-wh { background: #fff; color: var(--marine); border: 2px solid #fff; font-weight: 700; }
.btn-wh:hover { background: var(--bg-alt); }

/* Outline blanc (sur fonds sombres) */
.btn-wh-ol { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.65); }
.btn-wh-ol:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.9); }


/* ══ 5. SECTIONS & CONTENEURS ══════════════════════════════ */
.hp2l-section { padding: 2.2rem 0; }

/* Fond clair alterné */
.hp2l-alt {
  background: var(--bg-alt);
  padding: 2.2rem 1.8rem;
  border-radius: 5px;
  margin-bottom: .4rem;
  border: 1px solid var(--line);
}

/* Fond marine foncé */
.hp2l-dark {
  background: var(--marine);
  padding: 2.5rem 2rem;
  border-radius: 5px;
  margin-bottom: .4rem;
}
.hp2l-dark h2,
.hp2l-dark h3  { color: #fff; }
.hp2l-dark p   { color: rgba(255,255,255,.75); }
.hp2l-dark strong { color: #fff; }
.hp2l-dark ul li  { color: rgba(255,255,255,.75); }
.hp2l-dark .hp2l-badge { background: rgba(255,255,255,.15); color: #fff; }


/* ══ 6. GRILLES ════════════════════════════════════════════ */
.hp2l-2col        { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem; align-items: start; }
.hp2l-2col-center { align-items: center; }


/* ══ 7. HERO ═══════════════════════════════════════════════ */
.hp2l-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8rem;
  align-items: center;
  padding: 2.5rem 0 2rem;
}

/* Texte avec barre latérale teal */
.hp2l-hero-text {
  padding-left: 1.8rem;
  border-left: 4px solid var(--vert);
}

/* Photo */
.hp2l-hero-img {
  position: relative;
  z-index: 0;
  isolation: auto;
}
.hp2l-hero-img::before {
  content: '';
  position: absolute;
  inset: -12px -12px 12px 12px;
  background: var(--marine);
  border-radius: var(--r);
  z-index: -1;
  opacity: .07;
}
.hp2l-hero-img img {
  position: relative;
  z-index: 0;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--r);
  display: block;
  box-shadow: 0 12px 40px rgba(13,58,92,.18);
}

/* Sticker superposé sur la photo */
.hp2l-sticker {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  background: var(--vert);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .45rem 1rem;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

/* Tags de catégorie dans le hero */
.hp2l-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0 1.3rem; }
.hp2l-tag {
  font-size: .72rem;
  font-weight: 600;
  color: var(--vert);
  background: var(--vert-pale);
  border: 1px solid rgba(14,92,92,.22);
  padding: .22rem .7rem;
  border-radius: 20px;
  letter-spacing: .04em;
}

/* Bouton téléphone mis en avant dans le hero */
.hp2l-hero-tel {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--bord);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  padding: .7rem 1.4rem;
  border-radius: var(--r);
  text-decoration: none;
  margin-bottom: .6rem;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(149,13,84,.22);
}
.hp2l-hero-tel:hover {
  background: var(--bord-cl);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(149,13,84,.3);
}


/* ══ 8. CARTES GÉNÉRIQUES ══════════════════════════════════ */

/* Carte avec accent coloré en tête — utilisée dans plusieurs blocs */
.hp2l-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--vert);
  border-radius: var(--r);
  padding: 1.4rem 1.2rem;
  transition: box-shadow .2s, transform .2s;
}
.hp2l-card:hover { box-shadow: 0 8px 28px rgba(13,58,92,.1); transform: translateY(-3px); }
.hp2l-card .ico  { font-size: 1.6rem; display: block; margin-bottom: .7rem; }
.hp2l-card h3    { margin-bottom: .4rem; }
.hp2l-card p     { font-size: .85rem; margin: 0; line-height: 1.6; }

/* Variantes de couleur d'accent */
.hp2l-card--marine { border-top-color: var(--marine); }
.hp2l-card--bord   { border-top-color: var(--bord); }

/* Carte avec tête marine pleine (services, accompagnements) */
.hp2l-scard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, border-color .2s;
}
.hp2l-scard:hover { box-shadow: 0 4px 18px rgba(0,0,0,.08); border-color: var(--vert); }
.hp2l-scard-img  { width: 100%; height: 160px; object-fit: cover; display: block; }
.hp2l-scard-head {
  background: var(--marine);
  padding: 1.1rem 1.3rem;
  display: flex;
  align-items: center;
  gap: .7rem;
}
.hp2l-scard-head .ico { font-size: 1.4rem; }
.hp2l-scard-head h3 {
  color: #fff;
  margin: 0;
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hp2l-scard-body {
  padding: 1.2rem 1.3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.hp2l-scard-body p { font-size: .85rem; }

/* Étapes numérotées dans les cartes service */
.hp2l-scard-steps { list-style: none; padding: 0; margin: .6rem 0 1rem; }
.hp2l-scard-steps li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  font-size: .82rem;
  color: var(--muted);
  padding: .45rem 0;
  border-bottom: 1px solid var(--line);
}
.hp2l-scard-steps li:last-child { border-bottom: none; }
.hp2l-scard-steps .sn {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--vert);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Carte mini info (coordonnées, etc.) */
.hp2l-info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.2rem 1.1rem;
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  transition: box-shadow .2s, border-color .2s;
}
.hp2l-info-card:hover { box-shadow: 0 4px 16px rgba(13,58,92,.08); border-color: var(--vert); }
.hp2l-info-card .ico-wrap {
  width: 2.4rem; height: 2.4rem;
  background: var(--vert-pale);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.hp2l-info-card h3 { font-size: .75rem; margin-bottom: .25rem; }
.hp2l-info-card p  { font-size: .85rem; margin: 0; }
.hp2l-info-card a  { color: var(--vert); font-weight: 700; text-decoration: none; }
.hp2l-info-card a:hover { color: var(--bord); }

/* Carte valeur (philosophie, écoute, transparence…) */
.hp2l-val-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--vert);
  border-radius: var(--r);
  padding: 1.3rem 1.1rem;
}
.hp2l-val-card .ico { font-size: 1.4rem; display: block; margin-bottom: .5rem; }
.hp2l-val-card h3   { font-size: .82rem; margin-bottom: .4rem; }
.hp2l-val-card p    { font-size: .82rem; margin: 0; }


/* ══ 9. GRILLES DE CARTES ══════════════════════════════════ */
.hp2l-grid-2 { display: grid; grid-template-columns: 1fr 1fr;        gap: 1.4rem; }
.hp2l-grid-3 { display: grid; grid-template-columns: repeat(3,1fr);  gap: 1.4rem; }
.hp2l-grid-4 { display: grid; grid-template-columns: repeat(4,1fr);  gap: 1.2rem; }
.hp2l-grid-vals { display: grid; grid-template-columns: 1fr; gap: 1rem; }

/* Duo service (vente / achat) */
.hp2l-service-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.6rem; }


/* ══ 10. ÉTAPES NUMÉROTÉES (process en 4 étapes) ══════════ */
.hp2l-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 1.8rem;
  position: relative;
}
.hp2l-steps::before {
  content: '';
  position: absolute;
  top: 2.25rem;
  left: calc(12.5% + 1.5rem);
  right: calc(12.5% + 1.5rem);
  height: 2px;
  background: var(--vert);
  z-index: 0;
  opacity: .3;
}
.hp2l-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.3rem 1.1rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hp2l-step-num {
  width: 2.8rem; height: 2.8rem;
  background: var(--marine);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 auto .85rem;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(14,92,92,.2);
}
.hp2l-step h3 { margin-bottom: .35rem; }
.hp2l-step p  { font-size: .82rem; margin: 0; }


/* ══ 11. BLOC KPIs (chiffres clés) ════════════════════════ */
.hp2l-kpis { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; margin: 1.2rem 0; }
.hp2l-kpi {
  background: rgba(14,92,92,.08);
  border: 1px solid rgba(14,92,92,.2);
  border-radius: var(--r);
  padding: .9rem .8rem;
  text-align: center;
}
.hp2l-kpi-v {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--vert);
  display: block;
  line-height: 1;
}
.hp2l-kpi-l {
  font-size: .65rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .07em;
  display: block;
  margin-top: .2rem;
}


/* ══ 12. CITATION ══════════════════════════════════════════ */
.hp2l-quote {
  position: relative;
  border-left: 4px solid var(--vert);
  padding: 1rem 1.4rem 1rem 1.6rem;
  background: linear-gradient(to right, var(--vert-pale), transparent 80%);
  border-radius: 0 var(--r) var(--r) 0;
  font-style: italic;
  font-size: .95rem;
  color: var(--muted);
  margin: 1.4rem 0;
}
.hp2l-quote::before {
  content: '"';
  position: absolute;
  top: -.3rem; left: .8rem;
  font-size: 3rem;
  color: var(--vert);
  opacity: .18;
  line-height: 1;
  font-style: normal;
}


/* ══ 13. LISTE STYLÉE (viager, points clés…) ═══════════════ */
.hp2l-list { list-style: none; padding: 0; margin: 1rem 0 1.2rem; }
.hp2l-list li {
  padding: .55rem 0;
  border-bottom: 1px solid var(--line);
  font-size: .87rem;
  color: var(--muted);
  line-height: 1.6;
}
.hp2l-list li:last-child { border-bottom: none; }


/* ══ 14. SECTEURS / TAGS CLIQUABLES ═══════════════════════ */
.hp2l-secteurs { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .8rem; }
.hp2l-secteurs a {
  font-size: .75rem;
  font-weight: 600;
  color: var(--vert);
  background: #fff;
  border: 1px solid rgba(14,92,92,.3);
  padding: .28rem .75rem;
  border-radius: 20px;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.hp2l-secteurs a:hover { background: var(--vert); color: #fff; border-color: var(--vert); }
.hp2l-secteurs span {
  font-size: .75rem;
  color: var(--muted);
  background: var(--bg-warm);
  border: 1px solid var(--line);
  padding: .28rem .75rem;
  border-radius: 20px;
}

/* Profils (apporteur d'affaires, etc.) */
.hp2l-profils { display: flex; flex-wrap: wrap; gap: .5rem; }
.hp2l-profil {
  font-size: .82rem;
  font-weight: 600;
  color: var(--marine);
  background: rgba(13,58,92,.07);
  border: 1px solid rgba(13,58,92,.18);
  padding: .32rem .85rem;
  border-radius: 20px;
}


/* ══ 15. BLOCS SPÉCIAUX ════════════════════════════════════ */

/* Encart chiffré (exemple concret, fond marine) */
.hp2l-example {
  background: var(--marine);
  border-radius: 5px;
  padding: 1.8rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hp2l-example::after {
  content: '€';
  position: absolute;
  right: 1.5rem; top: 50%;
  transform: translateY(-50%);
  font-size: 9rem;
  color: rgba(14,92,92,.18);
  line-height: 1;
  pointer-events: none;
  font-weight: 700;
}
.hp2l-example h3 { color: #4dd9d9; margin-bottom: 1rem; }
.hp2l-ex-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .6rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: .9rem;
  position: relative;
  z-index: 1;
}
.hp2l-ex-row:last-child { border-bottom: none; }
.hp2l-ex-row .lbl { color: rgba(255,255,255,.7); }
.hp2l-ex-row .val { font-weight: 700; color: #fff; }
.hp2l-ex-row.hl   {
  margin-top: .5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(14,92,92,.5);
  border-bottom: none;
}
.hp2l-ex-row.hl .lbl { color: #fff; font-weight: 700; }
.hp2l-ex-row.hl .val { color: #4dd9d9; font-size: 1.5rem; font-weight: 800; }

/* CASAM */
.hp2l-casam-wrap { position: relative; }
.hp2l-casam-logo { position: absolute; top: 1rem; right: 1.2rem; width: 120px; z-index: 2; }
.hp2l-casam-logo img { width: 100%; height: auto; display: block; }
.hp2l-casam-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; margin-top: 1.4rem; }
.hp2l-casam-dpe img { width: 100%; height: 260px; object-fit: cover; border-radius: var(--r); display: block; border: 1px solid var(--line); }
.hp2l-casam-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.hp2l-casam-col h3 { font-size: .82rem; color: var(--vert); margin-bottom: .5rem; }
.hp2l-casam-col li { font-size: .82rem; }

/* Viager */
.hp2l-viager-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.hp2l-viager-img img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--r); display: block; }

/* Financement */
.hp2l-fin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.hp2l-fin-logo { margin-bottom: 1.2rem; }
.hp2l-fin-logo img { max-width: 220px; height: auto; display: block; }
.hp2l-fin-photo img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--r); display: block; }
.hp2l-fin-photo figcaption { font-size: .72rem; color: var(--muted); margin-top: .45rem; text-align: center; font-style: italic; }

/* Médaillon photo circulaire */
.hp2l-medaillon {
  width: 260px; height: 260px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1.8rem;
  border: 4px solid var(--vert);
  box-shadow: 0 6px 24px rgba(13,58,92,.15);
}

/* Encart secteurs (boîte blanche dans un fond alt) */
.hp2l-secteurs-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.3rem 1.2rem;
}

/* Guide (fond bordeaux) */
.hp2l-guide-wrap { background: var(--bord); padding: 2.2rem 1.8rem; border-radius: 5px; margin-bottom: .4rem; }
.hp2l-guide { display: grid; grid-template-columns: 220px 1fr; gap: 2.5rem; align-items: center; }
.hp2l-guide-img img { width: 100%; border-radius: var(--r); box-shadow: 0 6px 28px rgba(0,0,0,.3); display: block; }


/* ══ 16. CTA FINALE (bloc marine plein) ════════════════════ */
.hp2l-cta {
  background: var(--marine);
  padding: 4.5rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border-top: 4px solid var(--vert);
}
.hp2l-cta::before {
  content: '';
  position: absolute;
  top: -120px; left: -120px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,92,92,.22) 0%, transparent 70%);
  pointer-events: none;
}
.hp2l-cta::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(149,13,84,.15) 0%, transparent 70%);
  pointer-events: none;
}
.hp2l-cta > * { position: relative; z-index: 1; }
.hp2l-cta h2 {
  color: #fff;
  max-width: 560px;
  margin: 0 auto .9rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}
.hp2l-cta h2 em { color: #6ddada; }
.hp2l-cta p     { color: rgba(255,255,255,.7); max-width: 480px; margin: 0 auto 2.2rem; font-size: .95rem; }
.hp2l-cta .hp2l-btns { justify-content: center; }
.hp2l-cta .small { font-size: .7rem; color: rgba(255,255,255,.3); margin-top: 2rem; margin-bottom: 0; }

/* Variante : label de surtitre CTA */
.hp2l-cta-label {
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--vert-cl);
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}


/* ══ 17. BOUTON TÉLÉPHONE HERO ═════════════════════════════ */
.hp2l-hero-tel {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--bord);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  padding: .7rem 1.4rem;
  border-radius: var(--r);
  text-decoration: none;
  margin-bottom: .6rem;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(149,13,84,.22);
}
.hp2l-hero-tel:hover {
  background: var(--bord-cl);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(149,13,84,.3);
}

/* ══ 18. TABLEAU COMPARATIF ════════════════════════════════ */
.hp2l-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.2rem;
  font-size: .88rem;
}
.hp2l-table th {
  background: var(--marine);
  color: #fff;
  padding: .65rem 1rem;
  text-align: left;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hp2l-table td {
  padding: .6rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  vertical-align: top;
}
.hp2l-table tr:last-child td { border-bottom: none; }
.hp2l-table tr:nth-child(even) td { background: var(--bg-alt); }
.hp2l-table td:first-child { font-weight: 600; color: var(--txt); }

/* ══ 19. FAQ (accordéon) ═══════════════════════════════════ */
.hp2l-faq { display: flex; flex-direction: column; gap: .6rem; margin-top: 1.4rem; }
.hp2l-faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.hp2l-faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  font-size: .92rem;
  font-weight: 700;
  color: var(--marine);
  cursor: pointer;
  list-style: none;
  gap: 1rem;
}
.hp2l-faq-item summary::-webkit-details-marker { display: none; }
.hp2l-faq-item summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--vert);
  flex-shrink: 0;
  transition: transform .2s;
}
.hp2l-faq-item[open] summary::after { transform: rotate(45deg); }
.hp2l-faq-item[open] summary { border-bottom: 1px solid var(--line); }
.hp2l-faq-body {
  padding: 1rem 1.2rem;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.7;
}
.hp2l-faq-body p { margin: 0; }

/* ══ 20. SÉPARATEUR DÉCORATIF ══════════════════════════════ */
.hp2l-sep {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.5rem clamp(1rem,3vw,2rem);
  max-width: 1080px; margin: 0 auto;
}
.hp2l-sep::before,
.hp2l-sep::after { content: ''; flex: 1; border-top: 1px solid var(--line); }
.hp2l-sep span {
  font-size: .7rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted); white-space: nowrap;
}

/* ══ 21. PILIERS ═══════════════════════════════════════════ */
.hp2l-pillars {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1.2rem; margin-top: 1.8rem;
}
.hp2l-pillar {
  border-radius: var(--r); padding: 1.5rem 1.2rem; text-align: center;
  background: #fff; border: 1px solid var(--line);
  transition: box-shadow .2s, transform .2s;
}
.hp2l-pillar:hover { box-shadow: 0 8px 28px rgba(13,58,92,.1); transform: translateY(-3px); }
.hp2l-pillar .ico { font-size: 1.8rem; display: block; margin-bottom: .75rem; }
.hp2l-pillar h4   { font-size: .9rem; font-weight: 700; margin: 0 0 .4rem; }
.hp2l-pillar p    { font-size: .82rem; margin: 0; line-height: 1.6; color: var(--muted); }
.hp2l-pillar--marine { border-top: 3px solid var(--marine); }
.hp2l-pillar--marine h4 { color: var(--marine); }
.hp2l-pillar--vert  { border-top: 3px solid var(--vert); }
.hp2l-pillar--vert h4  { color: var(--vert); }
.hp2l-pillar--bord  { border-top: 3px solid var(--bord); }
.hp2l-pillar--bord h4  { color: var(--bord); }
.hp2l-pillar--muted { border-top: 3px solid var(--muted); }
.hp2l-pillar--muted h4 { color: var(--marine); }

/* ══ 22. CRITÈRES NUMÉROTÉS ════════════════════════════════ */
.hp2l-critere { margin-bottom: 2.4rem; }
.hp2l-critere:last-child { margin-bottom: 0; }
.hp2l-critere-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.hp2l-critere-num {
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 800; flex-shrink: 0; color: #fff;
}
.hp2l-cn--marine { background: var(--marine); }
.hp2l-cn--vert   { background: var(--vert); }
.hp2l-cn--bord   { background: var(--bord); }
.hp2l-cn--light  { background: var(--bg-alt); color: var(--marine) !important; }

.hp2l-qlist { list-style: none; padding: 0; margin: .5rem 0 1rem; display: flex; flex-direction: column; gap: .4rem; }
.hp2l-qlist li { display: flex; gap: .7rem; align-items: flex-start; font-size: .88rem; color: var(--muted); line-height: 1.6; }
.hp2l-qmark {
  width: 1.4rem; height: 1.4rem; border-radius: 50%;
  background: rgba(13,58,92,.1); color: var(--marine);
  font-size: .72rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: .1rem;
}
.hp2l-qmark--vert { background: rgba(14,92,92,.1); color: var(--vert); }
.hp2l-qmark--bord { background: rgba(149,13,84,.1); color: var(--bord); border-radius: 2px; }

/* ══ 23. ENCART TEAL (bloc "Pourquoi moi") ════════════════ */
.hp2l-encart-teal {
  background: var(--vert); border-radius: 10px;
  padding: 2rem 1.75rem; color: #fff;
}
.hp2l-encart-teal ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .75rem; }
.hp2l-encart-teal li { display: flex; gap: .75rem; align-items: flex-start; font-size: .91rem; color: rgba(255,255,255,.85); line-height: 1.6; }
.hp2l-encart-teal .arrow { color: var(--bord); font-weight: bold; flex-shrink: 0; font-size: 1rem; }

/* ══ 24. SURTITRE (eyebrow) ════════════════════════════════ */
.hp2l-eyebrow {
  display: block; font-size: .68rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; margin-bottom: .75rem;
}
.hp2l-eyebrow--marine { color: var(--marine); }
.hp2l-eyebrow--vert   { color: var(--vert); }
.hp2l-eyebrow--dim    { color: rgba(255,255,255,.45); }

/* ══ 25. ANIMATION REVEAL (scroll) ════════════════════════ */
.hp2l-rv { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.hp2l-rv.in { opacity: 1; transform: none; }

/* ══ 26. SOMMAIRE ══════════════════════════════════════════ */
.hp2l-sommaire {
  background: var(--bg-alt);
  border-radius: var(--r);
  border-left: 4px solid var(--vert);
  padding: 1.5rem 1.75rem;
  margin-top: 1.5rem;
}
.hp2l-sommaire__label {
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  color: var(--vert); margin: 0 0 .75rem; display: block;
}
.hp2l-sommaire ol { margin: 0; padding-left: 1.4rem; }
.hp2l-sommaire ol li { font-size: .93rem; color: var(--marine); line-height: 1.7; margin-bottom: .3rem; font-weight: 600; }
.hp2l-sommaire ol li a { color: var(--marine); text-decoration: none; }
.hp2l-sommaire ol li a:hover { color: var(--vert); text-decoration: underline; }

/* ══ 27. ÉTAPES LETTRÉES (A/B/C…) ═════════════════════════ */
.hp2l-step-head {
  display: flex; align-items: center; gap: 1rem;
  padding: 2rem 0 1rem;
  border-top: 2px solid var(--line);
  margin-top: 2rem;
}
.hp2l-step-head:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.hp2l-step-badge {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  font-size: 1.1rem; font-weight: 700; color: #fff;
}
.hp2l-sb--marine { background: var(--marine); }
.hp2l-sb--vert   { background: var(--vert); }
.hp2l-sb--bord   { background: var(--bord); }
.hp2l-sb--light  { background: var(--bg-alt); color: var(--marine) !important; border: 2px solid var(--line); }
.hp2l-step-title {
  font-size: 1.1rem; font-weight: 700;
  text-transform: uppercase; line-height: 1.2; letter-spacing: .01em;
}
.hp2l-st--marine { color: var(--marine); }
.hp2l-st--vert   { color: var(--vert); }
.hp2l-st--bord   { color: var(--bord); }

/* ══ 28. MISSIONS LISTE ════════════════════════════════════ */
.hp2l-missions { list-style: none; margin: 1rem 0; padding: 0; }
.hp2l-missions li {
  display: flex; gap: .85rem; align-items: flex-start;
  padding: .7rem 0; border-bottom: 1px solid var(--line);
  font-size: .94rem; color: var(--muted); line-height: 1.65;
}
.hp2l-missions li:last-child { border-bottom: none; }
.hp2l-missions li strong { color: var(--txt); font-weight: 600; display: block; margin-bottom: 1px; }
.hp2l-mico {
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; flex-shrink: 0; margin-top: 2px;
  font-weight: 700; color: #fff;
}
.hp2l-mico--marine { background: var(--marine); }
.hp2l-mico--vert   { background: var(--vert); }
.hp2l-mico--bord   { background: var(--bord); }

/* ══ 29. TABLEAU FRAIS (variante 2 colonnes colorées) ══════ */
.hp2l-ftable { width: 100%; border-collapse: collapse; margin: 1.25rem 0; font-size: .9rem; }
.hp2l-ftable th {
  font-size: .75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  padding: .75rem 1rem; text-align: left;
}
.hp2l-ftable th:first-child { background: var(--marine); color: #fff; border-radius: 6px 0 0 0; width: 40%; }
.hp2l-ftable th:last-child  { background: var(--vert);   color: #fff; border-radius: 0 6px 0 0; }
.hp2l-ftable td { padding: .8rem 1rem; color: var(--muted); border-bottom: 1px solid var(--line); line-height: 1.6; vertical-align: top; }
.hp2l-ftable tr:last-child td { border-bottom: none; }
.hp2l-ftable td:first-child { font-weight: 700; color: var(--txt); background: #f4f7fb; }
.hp2l-ftable td:last-child  { background: var(--bg-alt); }

/* ══ 30. BLOC CONCLUSION (fond marine arrondi) ═════════════ */
.hp2l-conclusion {
  background: var(--marine);
  border-radius: 10px;
  padding: 2.5rem 2rem;
  color: #fff;
}
.hp2l-conclusion h3 {
  font-size: 1.1rem; font-weight: 700;
  text-transform: uppercase; color: #6ddada;
  margin: 0 0 1rem; letter-spacing: .02em;
}
.hp2l-conclusion p { font-size: .95rem; color: rgba(255,255,255,.82); line-height: 1.8; margin: 0 0 .75rem; }
.hp2l-conclusion p strong { color: #fff; }
.hp2l-conclusion p:last-of-type { margin-bottom: 1.5rem; }

/* ══ 31. LIENS PAGES (encart navigation) ══════════════════ */
.hp2l-nav-links {
  background: var(--bg-alt);
  border-radius: 10px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.hp2l-nav-link {
  display: flex; align-items: center; gap: .6rem;
  font-size: .9rem; font-weight: 700;
  color: var(--marine); text-decoration: none;
  padding: .65rem .85rem;
  background: #fff; border-radius: var(--r);
  border: 1px solid var(--line);
  transition: border-color .18s, color .18s;
}
.hp2l-nav-link:hover { border-color: var(--vert); color: var(--vert); }
.hp2l-nav-link .arrow { color: var(--vert); flex-shrink: 0; }

/* ══ 32. ENCART INFO (délais, bon à savoir…) ═══════════════ */
.hp2l-encart-info {
  background: var(--bg-alt);
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1rem;
  border: 1px solid var(--line);
}
.hp2l-encart-info__label {
  font-size: .72rem; font-weight: 700;
  color: var(--bord); text-transform: uppercase;
  letter-spacing: .06em; display: block; margin: 0 0 .5rem;
}
.hp2l-encart-info p { font-size: .88rem; color: var(--muted); line-height: 1.7; margin: 0; }

/* ══ 33. SECTION TEAL (fond vert foncé) ═══════════════════ */
.hp2l-section--teal {
  background: var(--vert);
  padding: 4.5rem 0;
}

/* ══ 34. LISTE PILIERS (icône ronde + label + desc) ════════ */
.hp2l-piliers { list-style: none; padding: 0; margin: 1.2rem 0 0; }
.hp2l-piliers li {
  display: flex; gap: .85rem; align-items: flex-start;
  padding: .9rem 0; border-bottom: 1px solid var(--line);
}
.hp2l-piliers li:last-child { border-bottom: none; }
.hp2l-piliers .hp2l-pic {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--vert-pale); border: 1px solid rgba(14,92,92,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; flex-shrink: 0; margin-top: 2px;
}
.hp2l-piliers .hp2l-plbl {
  display: block; font-size: .9rem; font-weight: 700;
  color: var(--marine); margin-bottom: .15rem;
}
.hp2l-piliers .hp2l-pdesc { font-size: .83rem; color: var(--muted); line-height: 1.65; }

/* ══ 35. CARTES SERVICES (4 cartes sur fond marine) ════════ */
.hp2l-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem; margin-top: 1.8rem;
}
.hp2l-service-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--r); padding: 1.4rem 1.2rem;
  transition: background .2s, transform .2s;
}
.hp2l-service-card:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.hp2l-service-card .ico  { font-size: 1.7rem; margin-bottom: .65rem; display: block; }
.hp2l-service-card h3    { color: #fff; font-size: .92rem; margin-bottom: .4rem; text-transform: none; letter-spacing: 0; }
.hp2l-service-card p     { font-size: .82rem; color: rgba(255,255,255,.72); margin: 0; line-height: 1.65; }
.hp2l-service-card a {
  display: inline-block; margin-top: .75rem;
  font-size: .75rem; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: #6ddada;
  text-decoration: none; border-bottom: 1px solid rgba(109,218,218,.35);
  transition: color .2s, border-color .2s;
}
.hp2l-service-card a:hover { color: #fff; border-bottom-color: #fff; }

/* ══ 36. ENCART PRIMO-ACCÉDANT (bord gauche bordeaux) ══════ */
.hp2l-primo {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-left: 4px solid var(--bord);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 1.5rem 1.6rem;
  margin: 1.5rem 0;
}
.hp2l-primo h3 {
  color: var(--bord); margin-bottom: .6rem;
  font-size: .95rem; text-transform: none; letter-spacing: 0;
}
.hp2l-primo ul { margin: .5rem 0 0; }
.hp2l-primo li { font-size: .86rem; }

/* ══ 37. CALLOUT (bord gauche teal) ═══════════════════════ */
.hp2l-callout {
  border-left: 3px solid var(--vert);
  background: var(--vert-pale);
  padding: 1rem 1.3rem;
  border-radius: 0 var(--r) var(--r) 0;
  margin: 1.2rem 0;
  font-size: .9rem; color: var(--txt); line-height: 1.8;
}
.hp2l-callout strong { color: var(--vert); }

/* ══ 38. VALEURS 3 COLONNES ════════════════════════════════ */
.hp2l-valeurs {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem; margin-top: 1.8rem;
}
.hp2l-valeur {
  background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--vert);
  border-radius: var(--r); padding: 1.4rem 1.2rem;
  transition: box-shadow .2s, transform .2s;
}
.hp2l-valeur:hover { box-shadow: 0 6px 22px rgba(13,58,92,.1); transform: translateY(-2px); }
.hp2l-valeur .ico  { font-size: 1.5rem; margin-bottom: .6rem; display: block; }
.hp2l-valeur h3    { font-size: .88rem; margin-bottom: .35rem; text-transform: none; letter-spacing: 0; }
.hp2l-valeur p     { font-size: .82rem; margin: 0; }

/* ══ 39. KPI HERO (3 blocs chiffres) ══════════════════════ */
.hp2l-hero-kpis {
  display: flex; gap: 1rem; flex-wrap: wrap;
  margin: 1.4rem 0 1.6rem;
}
.hp2l-hero-kpi-item {
  text-align: center;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-top: 3px solid var(--vert);
  border-radius: var(--r);
  padding: .75rem 1rem; min-width: 88px;
}
.hp2l-hero-kpi-val { font-size: 1.45rem; font-weight: 800; color: var(--marine); line-height: 1; display: block; }
.hp2l-hero-kpi-lbl { font-size: .65rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: .25rem; display: block; }

/* ══ 40. GRILLE LIENS INTERNES ═════════════════════════════ */
.hp2l-links-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem; margin-top: 1.4rem;
}
.hp2l-link-card {
  display: flex; align-items: center; justify-content: space-between;
  gap: .8rem; background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--vert);
  border-radius: var(--r); padding: 1rem 1.2rem;
  text-decoration: none;
  transition: box-shadow .2s, border-left-color .2s;
}
.hp2l-link-card:hover { box-shadow: 0 3px 14px rgba(0,0,0,.08); border-left-color: var(--bord); }
.hp2l-link-lbl   { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: var(--vert); font-weight: 700; display: block; margin-bottom: .18rem; }
.hp2l-link-title { font-size: .88rem; font-weight: 700; color: var(--marine); }
.hp2l-link-arr   { font-size: 1.3rem; color: var(--vert); flex-shrink: 0; }

/* ══ 41. IMAGE COL avec légende ════════════════════════════ */
.hp2l-img-col figure { margin: 0; }
.hp2l-img-col img {
  width: 100%; height: 320px;
  object-fit: cover; border-radius: var(--r); display: block;
  box-shadow: 0 8px 28px rgba(13,58,92,.12);
}
.hp2l-img-col figcaption {
  font-size: .72rem; color: var(--muted);
  margin-top: .5rem; text-align: center; font-style: italic;
}

/* ══ 42. RESPONSIVE (nouveaux composants) ══════════════════ */
@media (max-width: 820px) {
  .hp2l-services-grid { grid-template-columns: 1fr 1fr; }
  .hp2l-valeurs        { grid-template-columns: 1fr 1fr; }
  .hp2l-links-grid     { grid-template-columns: 1fr; }
  .hp2l-img-col        { order: -1; }
  .hp2l-img-col img    { height: 220px; }
}
@media (max-width: 540px) {
  .hp2l-services-grid  { grid-template-columns: 1fr; }
  .hp2l-valeurs        { grid-template-columns: 1fr; }
  .hp2l-hero-kpis      { gap: .6rem; }
}

/* ══ 44. ÉTIQUETTES DPE ═══════════════════════════════════ */
.hp2l-dpe-row { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1.2rem 0; align-items: center; }
.hp2l-dpe-tag { display: inline-flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 800; padding: .3rem .75rem; border-radius: 3px; color: #fff; letter-spacing: .04em; }
.dpe-a { background: #00a550; }
.dpe-b { background: #50b748; }
.dpe-c { background: #adcf3b; color: #2d2d2d; }
.dpe-d { background: #ffd100; color: #2d2d2d; }
.dpe-e { background: #f8a80c; }
.dpe-f { background: #f06b2d; }
.dpe-g { background: #e52222; }

/* ══ 45. ÉTAPES NUMÉROTÉES — DIVs uniquement, jamais de ul/li ══ */
/* Règle : utiliser hp2l-steps comme conteneur div, hp2l-step-row comme ligne div */
.hp2l-steps-rows { display: flex; flex-direction: column; margin: 1.2rem 0; }
.hp2l-step-row { display: flex; gap: .9rem; align-items: flex-start; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.hp2l-step-row:last-child { border-bottom: none; }
.hp2l-step-n { width: 32px; height: 32px; border-radius: 50%; background: var(--vert); color: #fff; font-size: .8rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }

/* ══ 46. CARTES AIDE FINANCIÈRE ════════════════════════════ */
.hp2l-aide { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--vert); border-radius: var(--r); padding: 1.1rem 1.2rem; }
.hp2l-alt .hp2l-aide { background: var(--bg-warm); }
.hp2l-aide h3 { font-size: .85rem; font-weight: 700; color: var(--marine); margin-bottom: .3rem; text-transform: none; letter-spacing: 0; }
.hp2l-aide p  { font-size: .81rem; margin: 0; }

/* ══ 47. GRILLE 3 ET 4 COLONNES ════════════════════════════ */
.hp2l-3col { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; margin-top: 1.6rem; }
.hp2l-4col { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 1.4rem; }

/* ══ 48. FAQ GRILLE 2 COLONNES (accordéon JS) ══════════════ */
.hp2l-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2.8rem; margin-top: 1.8rem; }
.hp2l-faq-grid .hp2l-faq-item { border-bottom: 1px solid var(--line); }
.hp2l-faq-grid .hp2l-faq-item:first-child,
.hp2l-faq-grid .hp2l-faq-item:nth-child(2) { border-top: 1px solid var(--line); }
.hp2l-faq-q { display: flex; justify-content: space-between; align-items: flex-start; gap: .8rem; padding: .95rem 0; cursor: pointer; font-size: .87rem; font-weight: 700; color: var(--marine); user-select: none; }
.hp2l-faq-q::after { content: '+'; font-size: 1.15rem; color: var(--vert); flex-shrink: 0; line-height: 1.1; transition: transform .22s; }
.hp2l-faq-grid .hp2l-faq-item.open .hp2l-faq-q::after { transform: rotate(45deg); }
.hp2l-faq-grid .hp2l-faq-item.open .hp2l-faq-q { color: var(--vert); }
.hp2l-faq-ans { display: none; font-size: .83rem; color: var(--muted); line-height: 1.75; padding-bottom: .95rem; margin: 0; }
.hp2l-faq-grid .hp2l-faq-item.open .hp2l-faq-ans { display: block; }

/* ══ 49. CALLOUT variantes ══════════════════════════════════ */
.hp2l-callout--bord { border-left-color: var(--bord); }
.hp2l-callout--bord strong { color: var(--bord); }

/* ══ 50. LOGO CASAM flottant ════════════════════════════════ */
.hp2l-casam-logo { position: absolute; top: 1rem; right: 1rem; width: 100px; z-index: 2; }
.hp2l-casam-logo img { width: 100%; height: auto; display: block; }

/* ══ 51. SECTEURS PILLS (CTA sombre) ══════════════════════ */
.hp2l-secteurs-dark { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .9rem; justify-content: center; }
.hp2l-secteurs-dark span { font-size: .77rem; color: rgba(255,255,255,.8); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: .25rem .7rem; border-radius: 20px; }

/* ══ 52. RESPONSIVE (nouveaux composants éco) ══════════════ */
@media (max-width: 820px) {
  .hp2l-faq-grid { grid-template-columns: 1fr; gap: 0; }
  .hp2l-faq-grid .hp2l-faq-item:nth-child(2) { border-top: none; }
  .hp2l-3col { grid-template-columns: 1fr 1fr; }
  .hp2l-4col { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .hp2l-3col, .hp2l-4col { grid-template-columns: 1fr; }
}

/* ══ 53. AVANTAGES (grille 4 cartes — page apporteur) ══════ */
.hp2l-avantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.hp2l-acard {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--vert);
  border-radius: var(--r);
  padding: 1.5rem 1.25rem 1.4rem;
  transition: box-shadow .2s, transform .2s;
}
.hp2l-acard:nth-child(2) { border-top-color: var(--marine); }
.hp2l-acard:nth-child(3) { border-top-color: var(--bord); }
.hp2l-acard:nth-child(4) { border-top-color: var(--muted); }
.hp2l-acard:hover { box-shadow: 0 8px 28px rgba(13,58,92,.1); transform: translateY(-3px); }
.hp2l-acard .ico  { font-size: 1.8rem; display: block; margin-bottom: .75rem; }
.hp2l-acard h3    { font-size: .88rem; font-weight: 700; color: var(--marine); text-transform: uppercase; letter-spacing: .06em; margin: 0 0 .45rem; }
.hp2l-acard p     { font-size: .84rem; color: var(--muted); line-height: 1.65; margin: 0; }

/* ══ 54. CTA FINALE (page apporteur — fond marine arrondi) ══ */
.hp2l-cta-final {
  background: var(--marine);
  padding: 4.5rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border-top: 4px solid var(--vert);
}
.hp2l-cta-final::before {
  content: '';
  position: absolute;
  top: -120px; left: -120px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,92,92,.22) 0%, transparent 70%);
  pointer-events: none;
}
.hp2l-cta-final::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(149,13,84,.15) 0%, transparent 70%);
  pointer-events: none;
}
.hp2l-cta-final > * { position: relative; z-index: 1; }
.hp2l-cta-final h2  { color: #fff; max-width: 560px; margin: 0 auto .9rem; font-size: clamp(1.4rem, 2.5vw, 2rem); }
.hp2l-cta-final h2 em { color: #6ddada; }
.hp2l-cta-final p   { color: rgba(255,255,255,.7); max-width: 480px; margin: 0 auto 2.2rem; font-size: .95rem; }
.hp2l-cta-final .hp2l-btns { justify-content: center; }
.hp2l-cta-final .small { font-size: .7rem; color: rgba(255,255,255,.3); margin-top: 2rem; margin-bottom: 0; }

/* ══ 53. RESPONSIVE GLOBAL ═════════════════════════════════ */




@media (max-width: 820px) {
  .hp2l-hero,
  .hp2l-2col,
  .hp2l-grid-2,
  .hp2l-service-duo,
  .hp2l-casam-grid,
  .hp2l-viager-grid,
  .hp2l-fin-grid,
  .hp2l-guide         { grid-template-columns: 1fr; gap: 1.8rem; }

  .hp2l-hero-img      { order: -1; }
  .hp2l-hero-img img  { max-height: 320px; }
  .hp2l-hero-img::before { display: none; }
  .hp2l-hero-text     { padding-left: 1.2rem; }

  .hp2l-grid-3,
  .hp2l-grid-4        { grid-template-columns: 1fr 1fr; }

  .hp2l-steps         { grid-template-columns: 1fr 1fr; }
  .hp2l-steps::before { display: none; }
  .hp2l-avantages     { grid-template-columns: 1fr 1fr; }

  .hp2l-casam-logo    { width: 80px; top: .6rem; right: .6rem; }
  .hp2l-viager-img img,
  .hp2l-fin-photo img { height: 220px; }

  .hp2l-alt,
  .hp2l-dark,
  .hp2l-guide-wrap    { padding: 1.8rem 1.2rem; }

  .hp2l-guide         { grid-template-columns: 160px 1fr; gap: 1.5rem; }
  .hp2l-kpis          { grid-template-columns: repeat(2,1fr); }

  .hp2l-cta           { padding: 3rem 1.4rem; }
}

@media (max-width: 540px) {
  .hp2l h1            { font-size: 1.55rem; }
  .hp2l-grid-3,
  .hp2l-grid-4,
  .hp2l-steps,
  .hp2l-avantages     { grid-template-columns: 1fr; }
  .hp2l-casam-cols    { grid-template-columns: 1fr; }
  .hp2l-kpis          { grid-template-columns: 1fr 1fr; }
  .hp2l-btns          { flex-direction: column; }
  .hp2l-btn           { text-align: center; justify-content: center; }
  .hp2l-hero-text     { border-left: none; padding-left: 0; border-top: 4px solid var(--vert); padding-top: 1rem; }
  .hp2l-guide         { grid-template-columns: 1fr; }
  .hp2l-guide-img     { max-width: 180px; margin: 0 auto; }
}
