/* ⚠ FICHIER GÉNÉRÉ depuis shared/lead/front — NE PAS ÉDITER ICI.
   Modifier la source puis relancer : node scripts/sync-lead-api.mjs */
/* Styles du formulaire lead commun — thémable par variables CSS.
   Chaque site définit sur le conteneur (ou :root) :
   --plf-fond, --plf-bord, --plf-texte, --plf-label, --plf-accent,
   --plf-accent-texte, --plf-erreur, --plf-radius */
#pl-lead-form { --plf-radius: 12px; }
.plf { display: flex; flex-direction: column; gap: 16px; }
.plf-grille { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .plf-grille { grid-template-columns: 1fr 1fr; } }
.plf-champ { display: flex; flex-direction: column; gap: 6px; }
.plf-champ label { font-size: 13.5px; font-weight: 700; color: var(--plf-label, inherit); }
.plf-champ input, .plf-champ select, .plf-champ textarea {
  font: inherit; color: var(--plf-texte, #111);
  background: var(--plf-fond, #fff);
  border: 1px solid var(--plf-bord, #c8d0dc);
  border-radius: calc(var(--plf-radius) - 4px);
  padding: 12px 14px; width: 100%;
}
.plf-champ input:focus-visible, .plf-champ select:focus-visible, .plf-champ textarea:focus-visible {
  outline: 2px solid var(--plf-accent, #2563eb); outline-offset: 1px; border-color: transparent;
}
.plf-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.plf-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; cursor: pointer; }
.plf-consent input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--plf-accent, #2563eb); flex: none; }
.plf-envoyer {
  font: inherit; font-weight: 800; cursor: pointer; border: 0;
  background: var(--plf-accent, #2563eb); color: var(--plf-accent-texte, #fff);
  padding: 15px 28px; border-radius: 999px; transition: transform .15s ease, filter .15s ease;
}
.plf-envoyer:hover { transform: translateY(-1px); filter: brightness(1.05); }
.plf-envoyer:focus-visible { outline: 3px solid var(--plf-accent, #2563eb); outline-offset: 2px; }
.plf-envoyer:disabled { opacity: .6; cursor: wait; transform: none; }
.plf-erreur { color: var(--plf-erreur, #d33); font-weight: 600; margin: 0; }
.plf-mention { font-size: 12.5px; line-height: 1.6; opacity: .8; margin: 0; }
.plf-mention a { color: var(--plf-accent, inherit); }
.plf-merci { text-align: center; padding: 32px 16px; }
.plf-merci strong { font-size: 20px; display: block; margin-bottom: 8px; }
@media (prefers-reduced-motion: reduce) {
  .plf-envoyer { transition: none; }
}
