I need a WordPress site that sells my professional services on a subscription basis. The core job is to build a clean, responsive site, put a secure payment wall in place, and structure everything so I can later reuse the same user accounts, products, and payment flow inside a mobile app. Here is how I picture the build: • WordPress (latest stable) with a lightweight, mobile-friendly theme. • A membership or e-commerce plugin—WooCommerce Subscriptions, MemberPress, or another solution you trust—to handle recurring plans. • Payment wall that supports at least PayPal, Stripe, Authorize.Net and Apple Pay out of the box or via add-on, so I stay flexible. • User data, orders, and subscription logic exposed through the WordPress REST API or plugin-specific endpoints to make the future app hand-off painless. • Clear, commented code or child-theme overrides only, so core updates never break the site. • Basic pages (home, service overview, pricing, FAQ, contact) with placeholder copy; I’ll swap in final text and images later. Acceptance criteria 1. New visitor can browse public pages, hit “Subscribe,” complete checkout, and land on a gated member dashboard. 2. I can create, edit, and retire plans from the WordPress admin without touching code. 3. A test call to the REST API returns the active user’s subscription status. 4. Site passes a quick Lighthouse audit (score 90+ for performance and accessibility). Hand-off items: full WordPress export, theme/plugin files, and a short README explaining any custom hooks or API routes you added.