/* /liste-attente : le mur de liste d'attente. Tout est prefixe .wl- et ne
   fait que POSER les composants existants de la landing (page-hero, card,
   field, btn) : aucune redefinition, aucune couleur nouvelle. */

.wl-layout { max-width: 640px; margin: 0 auto; }
.wl-form-wrap { padding: clamp(20px, 3vw, 32px); }
.wl-alert { margin-bottom: 16px; }
.wl-form__submit { margin-top: 18px; }

.wl-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; cursor: pointer; color: var(--ink-soft); font-size: 15px; }
.wl-check__box { margin-top: 3px; width: 16px; height: 16px; flex: none; accent-color: var(--green-deep); }

.wl-fineprint { margin-top: 12px; color: var(--ink-soft); font-size: 13px; text-align: center; }
