- Add trackEnterpriseLeadFormSubmitted function to use-tracking.ts
- Track form data on submit: requestType (saas/self-hosted), name, company, email, message
- Add inline styles to onboarding-layout.tsx to prevent FOUC
- Add 4 new tests for tracking behavior (25 total tests)
PostHog event: 'enterprise_lead_form_submitted'
Properties: request_type, name, company, email, message, plus common properties
Co-authored-by: openhands <openhands@all-hands.dev>