Color Palette
All colors are defined as CSS custom properties in tokens.css.
The gradient (#FF0000 → #FF7C53) replaces purple for CTAs, highlights, footer accent, and interactive elements.
#FFFFFF #1A1A1A #1A1A1A #555555 #888888 #CCCCCC #22C55E #EF4444 linear-gradient(135deg, #FF0000 0%, #FF7C53 100%) Demo Form Funnel
Get familiar with our content & book a demo! Complete the form below to get instant access and schedule a personalized demo.
Save your Slot for a Personalized Demo
- Get a personalized strategy that works for you
- Talk to a sales expert
- Access our high compliance AI solutions
Number Ticker
Use for any counting functions — stats, percentages, metrics. Animates on scroll into view.
Comparison Table (with Number Ticker)
Use green checkmarks and red X marks for feature indication. Numeric highlights can use the accent gradient.
| Feature | Us | Others |
|---|---|---|
| Accuracy | ✓ | ✕ |
| Speed | ✓ | ✓ |
| Score | ✓ | ✕ |
Number Ticker (standalone)
Stats, percentages, metrics. Animates on scroll into view.
Testimonials Funnel
Trusted and recommended by Industry leaders worldwide.
John Doe
CEO, Company Name
"This product transformed how we operate. The results speak for themselves and our team couldn't be happier."
Jane Smith
Director of Ops, Acme Inc
"We've tried many solutions. This one stood out for its clarity, support, and measurable impact from day one."
Final CTA Funnel
Turn your X-figures into X-figures
See how leading teams use our platform to scale results. Book a personalized demo and get a strategy that works for you.
Mobile First
Design for the smallest viewport first, then enhance for larger screens. Breakpoints: sm 640px, md 768px, lg 1024px, xl 1280px.
- Touch targets: Minimum 44px height for buttons and links.
- Primary CTAs: Full-width on mobile, auto on larger screens.
- Cards: Single column on mobile, grid from sm breakpoint.
- Navigation: Hamburger or collapsible on mobile; horizontal nav from md.
- Section padding: Reduce on mobile (e.g. 24px), increase on desktop.
/* Mobile first: base = mobile, min-width = enhance */
@media (min-width: 640px)
@media (min-width: 768px) Interaction States
- Buttons: Hover — slight scale/lift; Active — press feedback; Focus — 2px accent outline.
- Links: Hover — underline or color shift; Focus — visible focus ring.
- Inputs: Focus — accent gradient border or shadow.
All interactive elements must have visible focus states for accessibility.