Telegram setup
==============

The form is already wired to send each valid lead to Telegram.

This package has been configured with the Telegram bot token and chat ID reused
from the previous Telegram-connected landing page in the workspace.

If you ever need to change the Telegram destination, edit the two Telegram
variables near the top of `index.php`.

Colombian mobile validation
===========================

Both order forms now accept only Colombian mobile numbers:

- National format: 3001234567
- International format: +573001234567 or 573001234567
- International dialing prefix format: 00573001234567
- After removing +57 / 57 / 0057, the number must be 10 digits and start with 3

On submit, PHP normalizes the phone number to +57XXXXXXXXXX before sending the lead.

Important: numbers starting with +57601 / 601 are Colombian fixed-line
numbers, not mobile numbers. They are intentionally rejected when the form is
configured for mobile-only leads.
