/* ==========================================================================
   Local Numbers — Shared Bloom background
   ==========================================================================
   The established Bloom colour field, kept across both country pages. The
   glows are static so the page respects the no-ambient-motion contract; a
   faint blue cast at the top right echoes the geographic map hue.
   ========================================================================== */

body.local-numbers-page {
  background: var(--ln-bg) !important;
}

body.local-numbers-page #marketing-shared-background {
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 16% 8%, rgba(101, 44, 255, 0.2), transparent 62%),
    radial-gradient(ellipse 58% 48% at 86% 14%, rgba(90, 116, 255, 0.15), transparent 60%),
    radial-gradient(ellipse 64% 78% at 50% 90%, rgba(124, 60, 255, 0.13), transparent 62%),
    var(--ln-bg);
}
