/* ============================================
   Verax - Page-Specific Styles
   Accent: var(--accent-verax) #4ADE80
   Most styling from product-common.css
   ============================================ */

/* Hero accent orb: position for Verax */
.page-verax .product-hero::before {
  top: -18%;
  right: -8%;
  width: 620px;
  height: 620px;
}

/* Five signals: last card spans full width on the 2-col+ grid */
.page-verax .signal-card:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 768px) {
  .page-verax .signal-grid {
    grid-template-columns: 1fr;
  }

  .page-verax .signal-card:last-child {
    grid-column: auto;
  }
}
