/* ============================================================
   Waitlist Stagiaire (R2/AC2.5) — état de confirmation.
   Réutilise le split-screen (.as-* / .st-*) d'auth_split.css ; seuls les
   éléments propres à l'écran de succès sont définis ici. Tokens de marque
   alignés sur les pages signup (or #C4A559 / #E5D4A0, fond #fff).
   ============================================================ */

.wl-confirm { display: flex; flex-direction: column; align-items: flex-start; }

.wl-check {
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; margin-bottom: 20px;
  background: linear-gradient(135deg, #C4A559 0%, #D4BC7A 40%, #E5D4A0 70%, #EFE2B8 100%);
  box-shadow: 0 8px 24px rgba(184, 145, 42, .35);
}

.wl-badge {
  font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: #8C6D34; background: rgba(184, 145, 42, .12);
  padding: 5px 11px; border-radius: 100px; margin-bottom: 14px;
}

.wl-title {
  font-family: 'Geist', system-ui, sans-serif;
  font-size: 30px; font-weight: 700; color: #1a1a1a; line-height: 1.15; margin: 0 0 12px;
}
.wl-title i {
  font-style: italic; font-weight: 400;
  background: linear-gradient(135deg, #C4A559 0%, #D4A832 30%, #EDCA50 55%, #F8E27A 75%, #D4A832 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.wl-sub { font-size: 14px; line-height: 1.6; color: #6B6660; margin: 0 0 22px; }
.wl-sub b { color: #1a1a1a; font-weight: 700; }

.wl-steps { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 14px; width: 100%; }
.wl-steps li { display: flex; align-items: flex-start; gap: 11px; font-size: 13px; color: #4A453E; line-height: 1.45; }
.wl-step-n {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; color: #8C6D34;
  background: rgba(184, 145, 42, .12); border: 1.5px solid rgba(184, 145, 42, .28);
}

.wl-home-btn { text-align: center; text-decoration: none; display: block; }
