/* ========================================================================== 
   Comparisons — Shared Bloom background
   ==========================================================================
   The established Bloom colour field is kept across every comparison page.
   The glows are static so the page respects the no-ambient-motion contract.
   ========================================================================== */

body.comparisons-page {
  background: var(--cmp-bg) !important;
}

body.comparisons-page #marketing-shared-background {
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 18% 10%, rgba(101, 44, 255, 0.2), transparent 62%),
    radial-gradient(ellipse 60% 50% at 85% 12%, rgba(76, 90, 255, 0.14), transparent 60%),
    radial-gradient(ellipse 64% 78% at 50% 88%, rgba(124, 60, 255, 0.14), transparent 62%),
    var(--cmp-bg);
}
