/* ============================================
   Chat - Page-Specific Styles
   Accent: var(--accent-chat) #A8B4C4
   Most styling from product-common.css
   ============================================ */

/* Hero accent orb: subtle silver glow for Chat */
.page-chat .product-hero::before {
  top: -20%;
  right: -12%;
  width: 580px;
  height: 580px;
  opacity: 0.4;
}
