Skip to main content

Accessibility Statement

Last updated: March 2026

Our Commitment

BevSync is committed to ensuring digital accessibility for people of all abilities. We continually improve the user experience for everyone and apply the relevant accessibility standards to our website and platform.

Conformance Status

We aim to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA. These guidelines explain how to make web content more accessible to people with a wide array of disabilities.

Measures Taken

BevSync takes the following measures to ensure accessibility of our website and platform:

  • Semantic HTML structure with proper heading hierarchy, landmarks (header, nav, main, footer), and ARIA attributes where needed
  • Keyboard navigation support for all interactive elements, including forms, menus, and accordions
  • Skip-to-content link on every page for keyboard and screen reader users
  • Color contrast ratios that meet or exceed WCAG 2.1 AA minimum requirements (4.5:1 for body text, 3:1 for large text)
  • Descriptive alt text on all meaningful images; decorative images are hidden from assistive technology
  • Form inputs associated with visible labels and clear error messaging
  • Visible focus indicators on all interactive elements
  • Responsive design that adapts to different screen sizes, zoom levels, and text scaling preferences

Technical Implementation

The BevSync website is built with the following accessibility features at the code level:

  • Global :focus-visible styles with a 2px blue outline and 2px offset on all interactive elements
  • prefers-reduced-motion media query that disables all animations and transitions for users who prefer reduced motion
  • Cookie consent banner uses role="dialog" and aria-label for screen reader identification
  • FAQ accordions use aria-expanded to communicate open/closed state to assistive technology
  • Form honeypot fields are hidden with aria-hidden="true" and tabindex="-1" so they are invisible to both screen readers and keyboard navigation
  • ROI calculator sliders include aria-valuemin, aria-valuemax, aria-valuenow, and aria-valuetext for accessible range input
  • Mobile navigation touch targets meet the WCAG 2.1 minimum of 48×48px

Known Limitations

While we strive for full WCAG 2.1 AA conformance, some areas may have limitations:

  • The interactive ROI calculator uses range sliders that may have limited screen reader support in some browser/assistive technology combinations. Values are communicated via aria-valuetext and displayed as text alongside each slider.
  • Some third-party embedded content may not fully conform to accessibility standards.

Feedback

We welcome your feedback on the accessibility of the BevSync website. If you encounter accessibility barriers or have suggestions for improvement, please contact us:

We aim to respond to accessibility feedback within 5 business days and to resolve reported issues as quickly as possible.

Compatibility

The BevSync website is designed to be compatible with the following assistive technologies:

  • Screen readers (VoiceOver, NVDA, JAWS)
  • Screen magnification software
  • Speech recognition software
  • Keyboard-only navigation

The website is tested against Chrome, Safari, Firefox, and Edge (latest two versions) on macOS, Windows, iOS, and Android.

Assessment Approach

BevSync assesses the accessibility of the website through the following approaches:

  • Automated testing with Lighthouse and axe-core
  • Manual keyboard navigation testing
  • Screen reader testing with VoiceOver
  • Color contrast verification with browser developer tools