/* RedAI-Web – responsive breakpoints */
:root {
  --bp-mobile: 480px;
  --bp-desktop: 1024px;
  --bp-wide: 1280px;
}
