+
+ Customer Registration
+Hire Verified Professionals
++ Post requirements and connect with trusted specialists. +
+Verify Email
++ Enter the 6-digit code sent to {pendingEmail() || email()}. +
+ ++ Your email has been verified. +
++ Redirecting to dashboard... +
+Create Customer Account
++ Register to post requirements and hire verified professionals. +
+ ++ {firstName().trim() && firstNameValid() + ? "✓ First name looks good" + : "• First name is required"} +
++ {lastName().trim() && lastNameValid() + ? "✓ Last name looks good" + : "• Last name is required"} +
++ {emailExists() + ? "• This email is already registered" + : email().trim() && emailValid() + ? "✓ Valid email format" + : "• Enter a valid email format"} +
++ {passwordChecks().minLength ? "✓" : "•"} 8+ chars +
++ {passwordChecks().uppercase ? "✓" : "•"} Uppercase +
++ {passwordChecks().special ? "✓" : "•"} Special +
++ {passwordChecks().lowercase ? "✓" : "•"} Lowercase +
++ {passwordChecks().number ? "✓" : "•"} Number +
++ {confirmPassword() && passwordChecks().match + ? "✓ Passwords match" + : "• Passwords do not match"} +
++ {captcha() && captcha().toUpperCase() === captchaCode() + ? "✓ Captcha matched" + : "• Enter captcha to continue"} +
+{serverError()}
+