Certainly! Below is a complete, self-contained HTML file that includes HTML, CSS, and JavaScript to create the "NJ Commute Score Tool" for Jorge Ramirez. This tool will have a clean, modern UI matching a dark professional real estate brand and will capture lead information through a form.
```html
NJ Commute Score Tool
NJ Commute Score Tool
Thank you for your submission! We will get back to you shortly.
```
### Explanation:
- **HTML**: The structure of the page includes a form with fields for name, email, and phone, and a submit button.
- **CSS**: Styles the form and the page to have a clean, modern dark theme suitable for a professional real estate brand.
- **JavaScript**: Handles the form submission, prevents the default form action, and displays a success message.
This tool is ready to be used and can be further customized or integrated with a backend service to handle the form data submission.