/* ─────────────────────────────────────────────────────────────────
   BorderGlow — cursor-tracking glow border
   Dynamic styling is handled by border-glow.js.
   This file just ensures the host element is positioned correctly.
   ───────────────────────────────────────────────────────────────── */

/* Hosts must be positioned so injected child divs work */
.page-hero-badge-ring,
.page-hero-floating {
  position: relative;
  isolation: isolate;
}
