/* voxwinai background v20260430 */
.hero {
  background:
    linear-gradient(135deg, var(--vw-navy) 0%, var(--vw-navy-deep) 100%);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      135deg,
      transparent,
      transparent 80px,
      rgba(29, 122, 201, 0.04) 80px,
      rgba(29, 122, 201, 0.04) 81px
    );
  pointer-events: none;
}
