PRÎVÍÑVÂŪLT FEDERAL — PHP Courier System
=========================================

DEPLOYMENT (cPanel File Manager)
--------------------------------
1. In cPanel → File Manager, open public_html.
2. Upload privinvault.zip, right-click → Extract.
3. (Optional) Move all extracted files out of /privinvault/ to public_html root.
4. Make sure the `data/` directory is writable (chmod 775).
5. Visit your domain — the SQLite database auto-creates on first load.

ADMIN
-----
URL:      /admin/login.php
Username: admin
Password: ChangeMe!2026   (CHANGE IMMEDIATELY in Admin → Change Password)

CUSTOMER SUPPORT (Smartsupp Live Chat)
--------------------------------------
1. Sign up free at https://www.smartsupp.com
2. Dashboard → Settings → Chat box → copy your Key.
3. Admin → Settings & Support → paste the key, toggle "Enable Smartsupp" ON, Save.
4. The widget appears immediately on every public page.

FEATURES
--------
• Royal-themed design (deep navy + royal gold) with live animations:
  - Ken-Burns hero photography, animated truck, plane fly-by, animated road stripes
  - Scroll-reveal sections, animated counters, shimmer headline
• Public pages: Home, Services, Tracking (with chain-of-custody timeline),
  Quote, Contact, About
• Admin: Dashboard, Shipments, Create/Manage shipment with status + timeline +
  optional customer email in one form, Messages & Quotes inbox, Settings,
  Change Password
• Security: CSRF on every POST, honeypots, per-IP rate limiting on tracking/
  quote/contact/login, secure session cookies (HttpOnly + SameSite=Strict),
  Bcrypt admin passwords, .htaccess locks for data/ and includes/
• Email notifications for quotes, contacts, and every shipment status update —
  toggleable from Settings

FILES
-----
includes/config.php   Site constants, DB schema, helpers, rate limiting
includes/header.php   Public header
includes/footer.php   Public footer + Smartsupp loader (conditional)
assets/css/style.css  Design system
assets/js/app.js      Reveal-on-scroll, counters
admin/*.php           Admin panel
data/                 SQLite database (auto-created)

CUSTOMIZE
---------
Brand & address: edit includes/config.php (top constants)
Colors:          assets/css/style.css :root variables
