Accessibility Statement
Accessibility at PRYZE™
Effective Date: May 2026
PRYZE Athletic Intelligence is committed to digital accessibility for people with disabilities. We continuously improve the user experience for everyone and apply relevant accessibility standards from day one — not as an afterthought.
Accessibility is a platform standard, not a feature. It is enforced in CI/CD on every pull request.
Our Standard
PRYZE conforms to the Web Content Accessibility Guidelines (WCAG) 2.2 Level AA+. These guidelines explain how to make web content more accessible to people with disabilities. Conformance with WCAG 2.2 AA means content is accessible to a wide range of people with disabilities, including blindness and low vision, deafness and hearing loss, limited movement, speech disabilities, photosensitivity, and combinations of these.
Technical Approach
Keyboard Navigation
All interactive elements on pryze.ai are keyboard-accessible. We follow a logical tab order on every page. Focus indicators are visible on every interactive element — a 2px Cyan (#00E5FF) outline. Modal dialogs trap focus and return it to the trigger element on close. Escape closes all modals and drawers.
Screen Reader Support
Every page uses semantic HTML5 landmarks (main, nav, footer, aside). All images have meaningful alt text. Decorative images have empty alt attributes. SVG icons include role="img" and aria-label attributes. Form inputs are associated with labels via htmlFor. Error messages are connected to their inputs via aria-describedby.
Color and Contrast
Text contrast ratios meet or exceed WCAG 2.2 AA at all viewport sizes:
- → White on Midnight: 19.2:1 (AAA)
- → White on True Black: 21:1 (AAA)
- → Gold on Black: 8.4:1 (AAA, display use only)
Status indicators (GO / CONDITIONAL / NO-GO) are never communicated by color alone. Each uses an icon, color, and text label simultaneously.
Motion and Animation
All animations respect the prefers-reduced-motion media query. Users who prefer reduced motion see instant state changes — no transitions, no ticker animations, no scroll-triggered effects.
How We Enforce Accessibility
Every pull request to the pryze.ai codebase runs axe-core automated accessibility testing. Zero axe violations are required to merge. Lighthouse Accessibility scores of 100/100 are required on every public-facing page. Manual screen reader testing is conducted quarterly using NVDA (Windows) and VoiceOver (macOS/iOS).
Section 508
PRYZE Athletic Intelligence complies with Section 508 of the Rehabilitation Act where applicable to federally-related usage. A Voluntary Product Accessibility Template (VPAT) is available on request for institutional procurement purposes. Contact info@25alpha.ai to request a current VPAT.
Accessibility Feedback
We welcome feedback on the accessibility of pryze.ai. If you experience barriers or have suggestions for improvement:
Email: info@25alpha.ai
Subject line: Accessibility
We respond to accessibility inquiries within 2 business days.
Known Limitations
We are not aware of any current WCAG 2.2 AA accessibility barriers on pryze.ai. If you discover a barrier, please contact us — we treat accessibility reports as P0 issues and address them before any other development work.