/* ===================================================================
   Partners Group — Feuille de style principale
   Conseil en transmission & acquisition d'entreprise (Belgique)
   =================================================================== */

:root {
  /* Couleurs de marque */
  --pg-red: #C0314F;
  --pg-red-dark: #9c2640;
  --pg-red-light: #e0506e;
  --pg-red-soft: #faf0f2;
  --pg-brown: #5a4a44;        /* teinte du mot "Partners" */
  --pg-brown-dark: #3d3330;

  /* Différenciation des deux univers */
  --sell: #C0314F;            /* Vendeurs / cédants  */
  --sell-soft: #faf0f2;
  --buy: #2f6b6b;             /* Acheteurs / repreneurs */
  --buy-soft: #eef5f5;

  /* Neutres */
  --ink: #2a2522;
  --muted: #6b6360;
  --line: #ece8e6;
  --bg: #ffffff;
  --bg-alt: #f7f5f4;
  --bg-dark: #2a2522;
  --white: #ffffff;

  /* Système */
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(42,37,34,.06), 0 4px 12px rgba(42,37,34,.05);
  --shadow-md: 0 8px 30px rgba(42,37,34,.10);
  --shadow-lg: 0 24px 60px rgba(42,37,34,.16);
  --container: 1180px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --display: "Outfit", var(--font);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding: 96px 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--bg-dark); color: #e9e4e1; }
.section--tight { padding: 64px 0; }
.center { text-align: center; }
.narrow { max-width: 720px; margin-inline: auto; }

/* ---------- Typographie ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 600; font-size: .8rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--pg-red);
  margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--pg-red); border-radius: 2px; }
.center .eyebrow::before { display: none; }

h1.display { font-size: clamp(2.3rem, 5vw, 3.7rem); }
h2.title { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
h3.subtitle { font-size: clamp(1.2rem, 2vw, 1.45rem); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); line-height: 1.7; }
.text-muted { color: var(--muted); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: 600; font-size: .98rem;
  padding: 14px 26px; border-radius: 999px; transition: all .25s var(--ease);
  white-space: nowrap; border: 1.5px solid transparent;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--pg-red); color: #fff; box-shadow: 0 8px 22px rgba(192,49,79,.28); }
.btn--primary:hover { background: var(--pg-red-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(192,49,79,.36); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn--ghost:hover { border-color: var(--pg-red); color: var(--pg-red); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--outline-light { border-color: rgba(255,255,255,.4); color: #fff; }
.btn--outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn--block { width: 100%; }
.btn--lg { padding: 16px 32px; font-size: 1.05rem; }

.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-family: var(--display); font-weight: 600; color: var(--pg-red); transition: gap .2s var(--ease); }
.link-arrow:hover { gap: 11px; }
.link-arrow svg { width: 16px; height: 16px; }

/* ===================================================================
   Header / Navigation
   =================================================================== */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 104px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand__mark { width: auto; height: 84px; }
/* Le logo officiel contient déjà le texte « Partners Group » : on masque le libellé séparé */
.brand__text { display: none; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 1.18rem; color: var(--pg-brown); letter-spacing: -.01em; }
.brand__sub { font-family: var(--display); font-weight: 600; font-size: .72rem; color: var(--pg-red); letter-spacing: .02em; }

.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  font-family: var(--display); font-weight: 500; font-size: .96rem; color: var(--ink);
  padding: 9px 15px; border-radius: 9px; transition: all .2s var(--ease);
}
.nav__links a:hover { color: var(--pg-red); background: var(--pg-red-soft); }
.nav__links a.is-active { color: var(--pg-red); }
.nav__links .btn { display: none; }   /* visible uniquement dans le menu mobile */
.nav__cta { display: flex; align-items: center; gap: 10px; }

.nav__toggle { display: none; width: 44px; height: 44px; border-radius: 10px; align-items: center; justify-content: center; }
.nav__toggle span { position: relative; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav__toggle span::before, .nav__toggle span::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav__toggle span::before { top: -7px; }
.nav__toggle span::after { top: 7px; }
body.menu-open .nav__toggle span { background: transparent; }
body.menu-open .nav__toggle span::before { top: 0; transform: rotate(45deg); }
body.menu-open .nav__toggle span::after { top: 0; transform: rotate(-45deg); }

/* ===================================================================
   Hero
   =================================================================== */
.hero { position: relative; overflow: hidden; background: var(--bg-alt); padding: 84px 0 96px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero__content { padding-bottom: 0; }
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent { color: var(--pg-red); }
.hero .lead { margin-bottom: 32px; max-width: 540px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 28px; }
.hero__trust .t { }
.hero__trust .t b { font-family: var(--display); font-size: 1.7rem; color: var(--pg-red); display: block; line-height: 1; }
.hero__trust .t span { font-size: .85rem; color: var(--muted); }

.hero__visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; }
.hero__cards { display: grid; gap: 18px; width: 100%; max-width: 440px; }
.hero-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; box-shadow: var(--shadow-md); display: flex; gap: 16px; align-items: flex-start;
}
.hero-card__icon { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; }
.hero-card__icon svg { width: 24px; height: 24px; }
.hero-card--sell .hero-card__icon { background: var(--sell-soft); color: var(--sell); }
.hero-card--buy .hero-card__icon { background: var(--buy-soft); color: var(--buy); }
.hero-card h4 { font-size: 1.05rem; margin-bottom: 4px; }
.hero-card p { font-size: .9rem; color: var(--muted); margin: 0; }
.hero-card__tag { display: inline-block; font-family: var(--display); font-weight: 600; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; padding: 3px 9px; border-radius: 6px; margin-bottom: 8px; }
.hero-card--sell .hero-card__tag { background: var(--sell-soft); color: var(--sell); }
.hero-card--buy .hero-card__tag { background: var(--buy-soft); color: var(--buy); }

/* ===================================================================
   Bandeau logos / confiance
   =================================================================== */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; flex-wrap: wrap; }
.strip p { font-family: var(--display); font-weight: 600; color: var(--muted); font-size: .9rem; }
.strip ul { display: flex; gap: 36px; flex-wrap: wrap; }
.strip li { font-family: var(--display); font-weight: 600; color: var(--ink); opacity: .55; }

/* ===================================================================
   Section header
   =================================================================== */
.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; }
.section-head h2 { margin-bottom: 16px; }

/* ===================================================================
   Double proposition de valeur
   =================================================================== */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.duo-card {
  position: relative; border-radius: var(--radius-lg); padding: 44px 40px; overflow: hidden;
  border: 1px solid var(--line); background: #fff; transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.duo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.duo-card__top { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.duo-card__badge { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; flex: none; }
.duo-card__badge svg { width: 28px; height: 28px; }
.duo-card__label { font-family: var(--display); font-weight: 600; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.duo-card h3 { font-size: 1.55rem; margin-bottom: 12px; }
.duo-card p { color: var(--muted); margin-bottom: 22px; }
.duo-card__list { display: grid; gap: 11px; margin-bottom: 28px; }
.duo-card__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; }
.duo-card__list svg { width: 19px; height: 19px; flex: none; margin-top: 2px; }
.duo-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 5px; }

.duo-card--sell::before { background: var(--sell); }
.duo-card--sell .duo-card__badge { background: var(--sell-soft); color: var(--sell); }
.duo-card--sell .duo-card__label { color: var(--sell); }
.duo-card--sell .duo-card__list svg { color: var(--sell); }

.duo-card--buy::before { background: var(--buy); }
.duo-card--buy .duo-card__badge { background: var(--buy-soft); color: var(--buy); }
.duo-card--buy .duo-card__label { color: var(--buy); }
.duo-card--buy .duo-card__list svg { color: var(--buy); }

.duo-card--buy .btn--primary { background: var(--buy); box-shadow: 0 8px 22px rgba(47,107,107,.26); }
.duo-card--buy .btn--primary:hover { background: #245353; }

/* ===================================================================
   Atouts / Features
   =================================================================== */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature { padding: 4px; }
.feature__icon { width: 54px; height: 54px; border-radius: 14px; background: var(--pg-red-soft); color: var(--pg-red); display: grid; place-items: center; margin-bottom: 20px; }
.feature__icon svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.2rem; margin-bottom: 10px; }
.feature p { color: var(--muted); font-size: .96rem; }

/* ===================================================================
   Étapes / Processus
   =================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 18px; }
.step__num { font-family: var(--display); font-weight: 800; font-size: 2.4rem; color: var(--pg-red); opacity: .25; line-height: 1; margin-bottom: 8px; }
.step h4 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { font-size: .92rem; color: var(--muted); }
.step::before { content: ""; position: absolute; top: 0; left: 0; width: 38px; height: 3px; background: var(--pg-red); border-radius: 3px; }

/* ===================================================================
   À propos — chiffres
   =================================================================== */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat { text-align: center; padding: 36px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.section--dark .stat { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
.stat b { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem, 4vw, 3rem); color: var(--pg-red); display: block; line-height: 1; }
.stat span { font-size: .92rem; color: var(--muted); }
.section--dark .stat span { color: #b8b0ac; }

/* Bloc texte + media (à propos) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split h2.title { margin-bottom: 18px; }
.split__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--pg-red), var(--pg-red-dark)); position: relative; box-shadow: var(--shadow-lg); }
.split__media .quote { position: absolute; inset: 0; padding: 44px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; }
.split__media .quote svg { width: 48px; height: 48px; opacity: .35; margin-bottom: 16px; }
.split__media .quote p { font-family: var(--display); font-size: 1.4rem; font-weight: 600; line-height: 1.4; margin-bottom: 16px; }
.split__media .quote cite { font-style: normal; opacity: .85; font-size: .9rem; }
.split__media--photo { aspect-ratio: 2000 / 1083; background: var(--bg-alt); }
.split__img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Accord de confidentialité (contact) ---------- */
.nda { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.nda__steps { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 18px; }
.nda__steps li { display: flex; gap: 16px; align-items: flex-start; }
.nda__num { flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--pg-red-soft); color: var(--pg-red); font-family: var(--display); font-weight: 700; display: grid; place-items: center; }
.nda__steps h4 { font-size: 1.02rem; margin: 5px 0 3px; }
.nda__steps p { font-size: .92rem; color: var(--muted); margin: 0; }
.nda__steps a { color: var(--pg-red); font-weight: 600; }
.nda__cta { display: flex; flex-wrap: wrap; gap: 14px; padding-top: 26px; border-top: 1px solid var(--line); }
.nda__note { margin: 20px 0 0; font-size: .9rem; color: var(--muted); line-height: 1.6; }
.nda__note strong { color: var(--ink); }
#fiche-complete { scroll-margin-top: 90px; }

/* Lien CTA en ligne (dans un paragraphe) */
.inline-cta { color: var(--pg-red); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; transition: opacity .15s; }
.inline-cta svg { display: inline-block; width: .92em; height: .92em; vertical-align: -2px; margin-left: 3px; transition: transform .15s; }
.inline-cta:hover { opacity: .8; }
.inline-cta:hover svg { transform: translateX(3px); }
.values { display: grid; gap: 18px; margin-top: 28px; }
.value { display: flex; gap: 16px; align-items: flex-start; }
.value__icon { flex: none; width: 44px; height: 44px; border-radius: 11px; background: var(--pg-red-soft); color: var(--pg-red); display: grid; place-items: center; }
.value__icon svg { width: 22px; height: 22px; }
.value h4 { font-size: 1.08rem; margin-bottom: 4px; }
.value p { color: var(--muted); font-size: .94rem; }

/* Équipe */
.team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 760px; margin: 0 auto; }
.member { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.member:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.member__photo { aspect-ratio: 1/1; display: grid; place-items: center; background: linear-gradient(135deg, var(--bg-alt), #ece6e3); font-family: var(--display); font-weight: 700; font-size: 2.4rem; color: var(--pg-red); overflow: hidden; }
.member__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.member__body { padding: 22px 24px; }
.member__body h4 { font-size: 1.15rem; margin-bottom: 2px; }
.member__role { color: var(--pg-red); font-family: var(--display); font-weight: 600; font-size: .88rem; margin-bottom: 10px; }
.member__body p { font-size: .9rem; color: var(--muted); }

/* ===================================================================
   Services — détaillés
   =================================================================== */
.svc-switch { display: inline-flex; padding: 5px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 44px; }
.svc-switch a { font-family: var(--display); font-weight: 600; font-size: .95rem; padding: 11px 24px; border-radius: 999px; color: var(--muted); transition: all .2s var(--ease); }
.svc-switch a.is-active.sell { background: var(--sell); color: #fff; }
.svc-switch a.is-active.buy { background: var(--buy); color: #fff; }

.svc-block { scroll-margin-top: 100px; }
.svc-block + .svc-block { margin-top: 88px; }
.svc-block__head { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.svc-block__tag { width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center; flex: none; }
.svc-block__tag svg { width: 30px; height: 30px; }
.svc-block--sell .svc-block__tag { background: var(--sell-soft); color: var(--sell); }
.svc-block--buy .svc-block__tag { background: var(--buy-soft); color: var(--buy); }
.svc-block__head .lbl { font-family: var(--display); font-weight: 600; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; display: block; margin-bottom: 3px; }
.svc-block--sell .lbl { color: var(--sell); }
.svc-block--buy .lbl { color: var(--buy); }

.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.svc-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; transition: transform .3s var(--ease), box-shadow .3s var(--ease); position: relative; }
.svc-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.svc-item__icon { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px; }
.svc-item__icon svg { width: 25px; height: 25px; }
.svc-block--sell .svc-item__icon { background: var(--sell-soft); color: var(--sell); }
.svc-block--buy .svc-item__icon { background: var(--buy-soft); color: var(--buy); }
.svc-item h4 { font-size: 1.18rem; margin-bottom: 9px; }
.svc-item p { color: var(--muted); font-size: .95rem; }
.svc-item__step { position: absolute; top: 26px; right: 30px; font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--line); }

/* ===================================================================
   Portfolio
   =================================================================== */
.pf-toolbar { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.pf-filters { display: flex; flex-wrap: wrap; gap: 9px; }
.pf-chip { font-family: var(--display); font-weight: 600; font-size: .88rem; padding: 9px 17px; border-radius: 999px; border: 1.5px solid var(--line); color: var(--muted); background: #fff; transition: all .2s var(--ease); }
.pf-chip:hover { border-color: var(--pg-red); color: var(--pg-red); }
.pf-chip.is-active { background: var(--pg-red); border-color: var(--pg-red); color: #fff; }
.pf-count { font-size: .9rem; color: var(--muted); font-family: var(--display); font-weight: 500; }
.pf-count b { color: var(--ink); }

.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pf-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pf-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pf-card__banner { height: 130px; position: relative; display: flex; align-items: flex-start; justify-content: space-between; padding: 16px; overflow: hidden; }
.pf-card__banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.05), rgba(0,0,0,.22)); }
.pf-card__sector-ico { position: relative; z-index: 1; width: 46px; height: 46px; border-radius: 11px; background: rgba(255,255,255,.92); display: grid; place-items: center; color: var(--ink); }
.pf-card__sector-ico svg { width: 24px; height: 24px; }
.pf-card__status { position: relative; z-index: 1; font-family: var(--display); font-weight: 600; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink); }
.pf-card__status.is-new { background: var(--pg-red); color: #fff; }
.pf-card__status.is-sold { background: var(--pg-red); color: #fff; box-shadow: none; }
.pf-card__body { padding: 22px 22px 0; flex: 1; }
.pf-card__sector { font-family: var(--display); font-weight: 600; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--pg-red); margin-bottom: 8px; }
.pf-card__body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.pf-card__body p { font-size: .92rem; color: var(--muted); margin-bottom: 18px; }
.pf-card__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); padding-top: 18px; }
.pf-card__meta .m span { display: block; font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 2px; }
.pf-card__meta .m b { font-family: var(--display); font-size: .98rem; color: var(--ink); }
.pf-card__foot { padding: 18px 22px 22px; display: flex; align-items: center; justify-content: space-between; }
.pf-card__price { font-family: var(--display); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.pf-card__price small { display: block; font-size: .7rem; color: var(--muted); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }

.pf-empty { text-align: center; padding: 60px 20px; color: var(--muted); grid-column: 1/-1; }

/* Modal fiche entreprise */
.modal { position: fixed; inset: 0; z-index: 200; display: none; }
.modal.is-open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(42,37,34,.55); backdrop-filter: blur(3px); }
.modal__dialog {
  position: relative; max-width: 720px; margin: 6vh auto; background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); max-height: 88vh; overflow-y: auto; animation: pop .3s var(--ease);
}
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: none; } }
.modal__close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.9); display: grid; place-items: center; z-index: 2; box-shadow: var(--shadow-sm); transition: .2s; }
.modal__close:hover { background: #fff; transform: rotate(90deg); }
.modal__close svg { width: 20px; height: 20px; }
.modal__banner { height: 150px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; padding: 22px 32px; }
.modal__banner h2 { color: #fff; font-size: 1.7rem; text-shadow: 0 2px 12px rgba(0,0,0,.25); min-width: 0; }
.modal__share { flex: none; position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 600; font-size: .88rem; padding: 9px 16px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.18); border: 1.5px solid rgba(255,255,255,.55); cursor: pointer; white-space: nowrap; transition: all .2s var(--ease); }
.modal__share:hover { background: rgba(255,255,255,.32); border-color: #fff; }
.modal__share svg { width: 17px; height: 17px; }
.modal__share.is-done { background: #fff; color: var(--pg-red); border-color: #fff; }
.modal__body { padding: 28px 32px 34px; }
.modal__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.modal__chips span { font-family: var(--display); font-weight: 600; font-size: .78rem; padding: 5px 12px; border-radius: 999px; background: var(--pg-red-soft); color: var(--pg-red); }
.modal__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 24px 0; }
.modal__fact { background: var(--bg-alt); border-radius: var(--radius-sm); padding: 16px 18px; }
.modal__fact span { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: 4px; }
.modal__fact b { font-family: var(--display); font-size: 1.1rem; color: var(--ink); }
.modal__body h4 { font-size: 1.05rem; margin: 22px 0 8px; }
.modal__body p { color: var(--muted); font-size: .96rem; }
.modal__cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; padding-top: 24px; border-top: 1px solid var(--line); }

/* Contact référent dans la fiche */
.modal__contact { display: flex; align-items: center; gap: 16px; margin-top: 26px; padding: 14px 18px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.modal__contact-avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: transparent; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.modal__contact-info { display: flex; flex-direction: column; min-width: 0; }
.modal__contact-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 3px; }
.modal__contact-name { font-family: var(--display); font-weight: 600; font-size: 1.05rem; color: var(--ink); line-height: 1.2; }
.modal__contact-role { font-size: .86rem; color: var(--pg-red); margin-top: 1px; }

/* ===================================================================
   Témoignages
   =================================================================== */
.testi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 30px; }
.testi-card .stars { color: var(--pg-red); margin-bottom: 16px; letter-spacing: 2px; }
.testi-card blockquote { font-size: 1.02rem; line-height: 1.65; margin-bottom: 22px; color: var(--ink); }
.testi-card__author { display: flex; align-items: center; gap: 13px; }
.testi-card__author .av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--pg-red), var(--pg-red-dark)); color: #fff; display: grid; place-items: center; font-family: var(--display); font-weight: 700; }
.testi-card__author b { display: block; font-family: var(--display); font-size: .98rem; }
.testi-card__author span { font-size: .85rem; color: var(--muted); }

/* ===================================================================
   CTA bande
   =================================================================== */
.cta-band { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--pg-red), var(--pg-red-dark)); border-radius: var(--radius-lg); padding: 64px 56px; text-align: center; color: #fff; }
.cta-band::before, .cta-band::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.08); }
.cta-band::before { width: 320px; height: 320px; top: -140px; right: -80px; }
.cta-band::after { width: 240px; height: 240px; bottom: -120px; left: -60px; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 560px; margin: 0 auto 28px; }
.cta-band .hero__actions { justify-content: center; margin-bottom: 0; }

/* ===================================================================
   Contact
   =================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.contact-info { }
.contact-items { display: grid; gap: 20px; margin: 28px 0 32px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.contact-item__icon { flex: none; width: 48px; height: 48px; border-radius: 12px; background: var(--pg-red-soft); color: var(--pg-red); display: grid; place-items: center; }
.contact-item__icon svg { width: 23px; height: 23px; }
.contact-item h4 { font-size: 1rem; margin-bottom: 2px; }
.contact-item a, .contact-item p { color: var(--muted); font-size: .95rem; }
.contact-item a:hover { color: var(--pg-red); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 36px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--display); font-weight: 600; font-size: .88rem; margin-bottom: 7px; }
.field label .req { color: var(--pg-red); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .96rem; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--pg-red); box-shadow: 0 0 0 3px var(--pg-red-soft); }
.field--profile { display: flex; gap: 12px; }
.profile-opt { flex: 1; position: relative; }
.profile-opt input { position: absolute; opacity: 0; }
.profile-opt label { display: flex; flex-direction: column; gap: 2px; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; transition: all .2s; margin: 0; }
.profile-opt label b { font-family: var(--display); font-size: .95rem; }
.profile-opt label span { font-size: .8rem; color: var(--muted); font-weight: 400; }
.profile-opt input:checked + label { border-color: var(--pg-red); background: var(--pg-red-soft); }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 14px; text-align: center; }
.form-success { display: none; text-align: center; padding: 20px; background: #eef7f0; border: 1px solid #cfe9d6; border-radius: var(--radius-sm); color: #2c6e44; font-weight: 500; margin-bottom: 18px; }
.form-success.show { display: block; }
.form-error { display: none; text-align: center; padding: 16px 20px; background: var(--pg-red-soft); border: 1px solid #f0d3da; border-radius: var(--radius-sm); color: var(--pg-red-dark); font-weight: 500; margin-bottom: 18px; }
.form-error.show { display: block; }
/* Pot de miel anti-spam : invisible pour l'humain, rempli par les bots */
.hp-field { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }

.map-embed { margin-top: 12px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/7; background: var(--bg-alt); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ===================================================================
   FAQ
   =================================================================== */
.faq { max-width: 800px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 4px; text-align: left; font-family: var(--display); font-weight: 600; font-size: 1.08rem; color: var(--ink); }
.faq-q svg { width: 22px; height: 22px; flex: none; color: var(--pg-red); transition: transform .3s var(--ease); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 4px 22px; color: var(--muted); }

/* ===================================================================
   Footer
   =================================================================== */
.footer { background: var(--bg-dark); color: #c5beb9; padding: 72px 0 32px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer .brand__mark { height: 96px; filter: brightness(0) invert(1); } /* logo monochrome blanc sur fond foncé */
.footer .brand__name { color: #fff; }
.footer__about { margin: 18px 0; font-size: .94rem; max-width: 300px; line-height: 1.7; }
.footer__socials { display: flex; gap: 10px; }
.footer__socials a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.06); display: grid; place-items: center; transition: .2s; }
.footer__socials a:hover { background: var(--pg-red); }
.footer__socials svg { width: 19px; height: 19px; }
.footer h5 { font-family: var(--display); font-weight: 700; color: #fff; font-size: .95rem; margin-bottom: 18px; letter-spacing: .02em; }
.footer__col a, .footer__col li { display: block; font-size: .93rem; padding: 6px 0; transition: color .2s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 26px; flex-wrap: wrap; font-size: .86rem; }
.footer__bottom a:hover { color: #fff; }

/* ===================================================================
   Page hero (sous-pages)
   =================================================================== */
.page-hero { background: var(--bg-alt); padding: 64px 0 56px; border-bottom: 1px solid var(--line); }
.breadcrumb { font-size: .85rem; color: var(--muted); margin-bottom: 14px; font-family: var(--display); font-weight: 500; }
.breadcrumb a:hover { color: var(--pg-red); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 14px; }
.page-hero .lead { max-width: 640px; }
.page-hero__cta { text-align: center; margin-top: 30px; font-size: 1.05rem; }

/* ===================================================================
   Animations au scroll
   =================================================================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ===================================================================
   Responsive
   =================================================================== */
@media (max-width: 980px) {
  .hero { padding-bottom: 0; }
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__content { padding-bottom: 0; }
  .hero__visual { padding-bottom: 56px; }
  .hero__cards { max-width: 520px; margin-inline: auto; }
  .duo, .split, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .features, .team, .testi, .pf-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .stats { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  /* backdrop-filter crée un bloc englobant : on le retire pour que le
     menu mobile en position:fixed se cale sur le viewport, pas sur le header */
  .header { backdrop-filter: none; background: #fff; }
  .nav__links, .nav__cta .btn { display: none; }
  .nav__toggle { display: flex; }
  .nav__links {
    position: fixed; top: 104px; left: 0; right: 0; bottom: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; padding: 22px 24px; transform: translateX(100%);
    transition: transform .3s var(--ease); border-top: 1px solid var(--line); overflow-y: auto;
  }
  body.menu-open .nav__links { display: flex; transform: none; }
  .nav__links a { padding: 14px 16px; font-size: 1.05rem; border-radius: 10px; }
  .nav__links .btn { display: inline-flex; margin-top: 12px; }
  .svc-grid, .form-row { grid-template-columns: 1fr; }
  .cta-band { padding: 48px 28px; }
  .modal__facts { grid-template-columns: 1fr 1fr; }
  .field--profile { flex-direction: column; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
}
@media (max-width: 560px) {
  .container { padding-inline: 18px; }
  .features, .team, .testi, .pf-grid, .steps, .stats { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__trust { gap: 20px; }
  .duo-card, .form-card { padding: 30px 22px; }
  .nav { height: 88px; }
  .nav__links { top: 88px; }
  .brand__mark { height: 64px; }
  .modal__facts { grid-template-columns: 1fr; }
}
