/* Toute la gamme de gris secondaires (#777 à #aaa) restait sous le seuil
   AA de 4,5:1 sur fond blanc — jusqu'à 2,3:1 pour les surtitres. #6e6e6e
   est le gris le plus clair qui passe, à teinte constante. */
/* ══════════════════════════════════════════════════════════════════
   pages-pro.css — socle commun aux trois pages d'audience :
   BDE/Asso/EVG, Équiper mon équipe, Créer mon merch.

   Ces trois pages racontent la même histoire à trois publics : elles
   partagent donc leur mise en page. `solutions-pros.html` inlinait
   900 lignes de CSS pour lui seul ; les tripler aurait garanti la
   dérive entre elles.
   ══════════════════════════════════════════════════════════════════ */

.pp { padding-top: 72px; background: #fff; }
.pp__in { max-width: 1080px; margin: 0 auto; padding: 0 40px; }

/* ── Hero ── */
.pp-hero { padding: 64px 0 52px; }
.pp-hero__eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase; color: #800020;
  background: rgba(128, 0, 32, .07); border-radius: 100px;
  padding: 6px 14px; margin-bottom: 18px;
}
.pp-hero__title {
  font-size: clamp(34px, 5.4vw, 58px); font-weight: 900; line-height: 1.04;
  letter-spacing: -.03em; color: #0f0f0f; margin: 0 0 16px; text-wrap: balance;
}
.pp-hero__sub {
  font-size: 16px; line-height: 1.65; color: #555;
  max-width: 56ch; margin: 0 0 28px;
}
.pp-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.pp-hero__note { font-size: 12.5px; color: #6e6e6e; }

/* ── Bandeau de chiffres ── */
.pp-stats {
  display: grid; gap: 1px; background: #e5e0d8;
  border: 1px solid #e5e0d8; border-radius: 16px; overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.pp-stat { background: #fff; padding: 22px 18px; text-align: center; }
.pp-stat__n {
  font-size: 27px; font-weight: 900; color: #0f0f0f;
  letter-spacing: -.03em; line-height: 1; margin-bottom: 6px;
}
.pp-stat__l { font-size: 12.5px; color: #6e6e6e; line-height: 1.45; }

/* ── Sections ── */
.pp-sec { padding: 46px 0; border-top: 1px solid #efeae2; }
.pp-sec:first-of-type { border-top: 0; }
.pp-sec__eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: #6e6e6e; margin: 0 0 10px;
}
.pp-sec__title {
  font-size: clamp(23px, 3vw, 31px); font-weight: 800; letter-spacing: -.02em;
  color: #0f0f0f; margin: 0 0 8px; text-wrap: balance;
}
.pp-sec__sub { font-size: 14.5px; color: #666; margin: 0 0 26px; max-width: 62ch; line-height: 1.65; }

/* ── Grille d'arguments ── */
.pp-args { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.pp-arg {
  border: 1.5px solid #e5e0d8; border-radius: 14px; padding: 20px;
  display: flex; flex-direction: column; gap: 6px; background: #fff;
}
.pp-arg h3 { font-size: 15px; font-weight: 700; color: #0f0f0f; margin: 0; }
.pp-arg p  { font-size: 13.5px; color: #666; line-height: 1.6; margin: 0; }

/* ── Étapes numérotées ──
   La numérotation encode un vrai ordre : chaque étape dépend de la
   précédente. Ailleurs, on s'en passe. */
.pp-etapes { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.pp-etape__n {
  width: 30px; height: 30px; border-radius: 50%; background: #0f0f0f; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; margin-bottom: 12px;
}
.pp-etape h3 { font-size: 15.5px; font-weight: 700; color: #0f0f0f; margin: 0 0 6px; }
.pp-etape p  { font-size: 13.5px; color: #666; line-height: 1.6; margin: 0; }

/* ── Paliers / tarifs ── */
.pp-paliers { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.pp-palier {
  border: 1.5px solid #e5e0d8; border-radius: 14px; padding: 18px;
  display: flex; flex-direction: column; gap: 4px; background: #fff;
}
.pp-palier--fort { border-color: #0f0f0f; background: #faf8f5; }
.pp-palier__qte {
  font-size: 12px; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: #6e6e6e;
}
.pp-palier--fort .pp-palier__qte { color: #800020; }
.pp-palier__nom { font-size: 19px; font-weight: 800; color: #0f0f0f; letter-spacing: -.02em; }
.pp-palier__txt { font-size: 12.5px; color: #666; line-height: 1.5; }

/* ── Témoignages ── */
.pp-temoins { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.pp-temoin {
  border: 1.5px solid #e5e0d8; border-radius: 14px; padding: 20px;
  display: flex; flex-direction: column; gap: 12px; background: #fff;
}
.pp-temoin__tag {
  align-self: flex-start; font-size: 10.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: #800020;
  background: rgba(128, 0, 32, .07); border-radius: 100px; padding: 4px 10px;
}
.pp-temoin blockquote { margin: 0; font-size: 14px; line-height: 1.65; color: #333; }
.pp-temoin cite { font-style: normal; font-size: 12.5px; color: #6e6e6e; }
.pp-temoin cite b { display: block; color: #0f0f0f; font-weight: 700; font-size: 13px; }

/* ── FAQ ── */
.pp-faq { display: grid; gap: 10px; max-width: 800px; }
.pp-faq details {
  border: 1.5px solid #e5e0d8; border-radius: 12px; padding: 15px 18px; background: #fff;
}
.pp-faq summary {
  font-size: 14.5px; font-weight: 700; color: #0f0f0f; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.pp-faq summary::-webkit-details-marker { display: none; }
.pp-faq summary::after { content: '+'; font-size: 19px; font-weight: 400; color: #6e6e6e; }
.pp-faq details[open] summary::after { content: '−'; }
.pp-faq p { font-size: 13.5px; color: #666; line-height: 1.65; margin: 12px 0 0; }

/* ── Formulaire de devis ── */
.pp-contact {
  display: grid; gap: 34px; grid-template-columns: 1fr 1fr;
  align-items: start; padding: 46px 0 20px; border-top: 1px solid #efeae2;
}
.pp-contact__aside h2 {
  font-size: clamp(24px, 3.2vw, 33px); font-weight: 800; letter-spacing: -.02em;
  color: #0f0f0f; margin: 0 0 12px; text-wrap: balance;
}
.pp-contact__aside p { font-size: 14.5px; color: #666; line-height: 1.65; margin: 0 0 20px; }
.pp-canaux { display: grid; gap: 10px; }
.pp-canal {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  border: 1.5px solid #e5e0d8; border-radius: 12px; padding: 14px 16px;
  transition: border-color .18s;
}
.pp-canal:hover { border-color: #0f0f0f; }
.pp-canal__t { font-size: 14px; font-weight: 700; color: #0f0f0f; }
.pp-canal__s { font-size: 12.5px; color: #6e6e6e; }
.pp-gages { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.pp-gage {
  font-size: 11.5px; font-weight: 600; color: #666;
  border: 1px solid #e5e0d8; border-radius: 100px; padding: 5px 12px;
}

.pp-form {
  background: #faf8f5; border: 1.5px solid #e5e0d8;
  border-radius: 18px; padding: 26px;
  display: flex; flex-direction: column; gap: 12px;
}
.pp-form__title { font-size: 17px; font-weight: 800; color: #0f0f0f; }
.pp-form__sub { font-size: 13px; color: #6e6e6e; margin: -6px 0 4px; }
.pp-form input, .pp-form select, .pp-form textarea {
  width: 100%; box-sizing: border-box; padding: 12px 14px; font-size: 14px;
  font-family: inherit; color: #0f0f0f; background: #fff;
  border: 1.5px solid #e5e0d8; border-radius: 10px; outline: none;
  transition: border-color .15s;
}
.pp-form input:focus, .pp-form select:focus, .pp-form textarea:focus { border-color: #0f0f0f; }
.pp-form textarea { min-height: 104px; resize: vertical; }
.pp-form__ok, .pp-form__ko { font-size: 13px; margin: 0; }
.pp-form__ok { color: #1c7c3e; }
.pp-form__ko { color: #b3261e; }

/* ── CTA final ── */
.pp-cta {
  background: #0f0f0f; border-radius: 20px; padding: 44px 40px;
  margin: 30px 0 70px; text-align: center;
}
.pp-cta h2 {
  font-size: clamp(24px, 3.2vw, 33px); font-weight: 800; color: #fff;
  margin: 0 0 10px; letter-spacing: -.02em; text-wrap: balance;
}
.pp-cta p { font-size: 14.5px; color: rgba(255, 255, 255, .7); margin: 0 0 24px; }
.pp-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

@media (max-width: 860px) {
  .pp-contact { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 768px) {
  .pp__in { padding: 0 20px; }
  .pp-hero { padding: 44px 0 36px; }
  .pp-cta { padding: 34px 22px; border-radius: 16px; }
  /* 44 px minimum au doigt, comme partout ailleurs sur le site. */
  .pp-hero__actions .btn, .pp-cta__actions .btn { min-height: 44px; }
  .pp-faq summary { min-height: 44px; }
  .pp-canal { min-height: 44px; }
}
