# Landing pages Three persona-tagged landing pages per `docs/PLAN.md` §2.3 and `docs/DEMO-PLAN.md` §3 / §7. Static HTML, zero build step, ship to Cloudflare Pages. ## Structure ``` landing/ ├── _shared/styles.css shared CSS (system fonts, no externals) ├── bookkeeper/index.html bookkeeper — bank reconciliation ├── ap-1099/index.html accounts payable — 1099 vendor prep ├── ar-aging/index.html accounts receivable — open invoices └── README.md this file ``` Each page: - Inherits `landing/_shared/styles.css` - Overrides the `--accent` colour variable in an inline `