Accessibility Statement
Last updated: August 11, 2026
Our commitment
Your AI Access is built for everyone. The program's whole purpose — advancing intelligence for people who cannot afford the sticker price — depends on the site itself being usable by people with disabilities. We treat accessibility as a first-order requirement, not a compliance afterthought.
Target
Our target is WCAG 2.1 Level AA across all pages of youraiaccess.com. New pages are shipped only after passing an automated Axe scan and a manual keyboard-only navigation check.
What we have implemented
- Semantic HTML — every page uses proper landmark elements (header, nav, main, section, footer) so screen readers can navigate structurally.
- Keyboard navigation — every interactive element (links, buttons, form fields) is reachable and operable via keyboard alone. Focus outlines are visible in a high-contrast electric-blue.
- Color contrast — body text on background exceeds 7:1 (AAA); headings and interactive elements exceed 4.5:1 (AA).
- Alt text — every content image has a meaningful alt attribute; decorative images are marked
alt="" and hidden from screen readers.
- Form labels — every form input has an associated label. Error messages are announced to screen readers.
- Motion — no auto-playing video or excessive animation. The one subtle background gradient on the hero can be disabled by users with
prefers-reduced-motion set (it is CSS-only, no motion is applied).
- Language — every page declares
lang="en".
- Viewport zoom — pages support browser zoom up to 200% without loss of content or functionality.
- Skip links — coming with the next release; use Tab from the top of the page to reach the main content today.
Known gaps
We are honest about what we have not finished:
- The physics-motif equations in section dividers use italic monospaced text that some screen readers may pronounce awkwardly. We have set them as aria-hidden on the homepage; the same treatment is being extended to other pages.
- No dedicated dark mode yet. High-contrast browser extensions and OS dark mode work correctly against our current palette.
- Videos on the site (as of this writing there are none) will be captioned when introduced.
Testing
We test with:
- Automated — Axe DevTools scan on every page pre-release
- Screen readers — VoiceOver (macOS/iOS), NVDA (Windows)
- Keyboard-only — full site walk without a mouse
- Mobile — Chrome DevTools device emulation + real device testing on iPhone and Android
Report an issue
If you encounter an accessibility barrier anywhere on youraiaccess.com, please tell us. We treat accessibility reports as bugs with high priority.
Email: bill@bdsrvs.com — subject line "Accessibility issue"
Include:
- The URL where you experienced the issue
- The assistive technology you were using (if any)
- The browser and operating system
- A brief description of what happened and what you expected
We commit to acknowledging within 1 business day and shipping a fix within 30 days for accessibility issues, or explaining why longer if the fix is architectural.
Enforcement
If we have not resolved your concern satisfactorily, you may file a complaint with the appropriate authority in your jurisdiction (e.g., the US Department of Justice under the ADA for US residents). We would rather fix the issue directly, so please contact us first.