/* Apply CTA card — replaces the legacy 3-step inline form. The form was
   retired in favour of routing applicants into the unified onboarding
   wizard with ?track=transition. The wizard handles personal/experience/
   CV capture and submits via /api/onboarding/submit. */

.apply-cta-card {
  background: var(--card-bg);
  border-color: var(--border);
}

.apply-cta-headline {
  color: var(--text-primary);
}

.apply-cta-body {
  color: var(--text-secondary);
}

.apply-cta-foot {
  color: var(--text-muted);
}

/* Legacy form block is kept in the DOM for reference (Phase 2 cleanup) but
   hidden from view and assistive tech. */
.apply-cta-legacy-form {
  display: none;
}
