/* ==========================================================================
   4 new content pages — hero background photos (desktop only, >=1025px),
   each page's own image. Same recipe as w9-site5.php's .al-hero2 rule
   (radial gold glow + linear cream-fade wash + right-bled photo), just a
   distinct url() per page and a distinct scoping class instead of reusing
   .al-hero2 (which is hard-wired to the agent-tier poker-cards photo).

   Root-relative url() paths, not relative ones — this stylesheet is a real
   enqueued file (not inline PHP), so relative paths resolve against the
   theme's actual images/ folder either way; kept root-relative for
   consistency with the inline al-hero2 rule's fix (see that rule's own
   comment for why relative paths broke there).
   ========================================================================== */

@media (min-width: 1025px) {
	body.w9-agentpage .pm-hero.s5-ihero.s5-orbed.s5-wave-b {
		background: radial-gradient(820px 400px at 70% 0%, rgba(232, 162, 0, .30), transparent 64%),
			linear-gradient(90deg, var(--s5-cream) 0%, var(--s5-cream) 46%, rgba(36, 31, 22, .45) 64%, transparent 88%),
			url("/ninew7/wp-content/uploads/2026/07/mobile-banking-app-on-smartphone-7d186d8c.jpg"),
			var(--s5-cream) !important;
		background-position: 0 0, 0 0, right center, 0 0 !important;
		background-size: auto, auto, auto 100%, auto !important;
		background-repeat: no-repeat, no-repeat, no-repeat, repeat !important;
	}
	body.w9-agentpage .bp-hero.s5-ihero.s5-orbed.s5-wave-b {
		background: radial-gradient(820px 400px at 70% 0%, rgba(232, 162, 0, .30), transparent 64%),
			linear-gradient(90deg, var(--s5-cream) 0%, var(--s5-cream) 46%, rgba(36, 31, 22, .45) 64%, transparent 88%),
			url("/ninew7/wp-content/uploads/2026/07/9w-casino-model-a.png"),
			var(--s5-cream) !important;
		background-position: 0 0, 0 0, right center, 0 0 !important;
		background-size: auto, auto, auto 100%, auto !important;
		background-repeat: no-repeat, no-repeat, no-repeat, repeat !important;
	}
	body.w9-agentpage .lc-hero.s5-ihero.s5-orbed.s5-wave-b {
		background: radial-gradient(820px 400px at 70% 0%, rgba(232, 162, 0, .30), transparent 64%),
			linear-gradient(90deg, var(--s5-cream) 0%, var(--s5-cream) 46%, rgba(36, 31, 22, .45) 64%, transparent 88%),
			url("/ninew7/wp-content/uploads/2026/07/live-casino-device.jpg"),
			var(--s5-cream) !important;
		background-position: 0 0, 0 0, right center, 0 0 !important;
		background-size: auto, auto, auto 100%, auto !important;
		background-repeat: no-repeat, no-repeat, no-repeat, repeat !important;
	}
	body.w9-agentpage .cb-hero.s5-ihero.s5-orbed.s5-wave-b {
		background: radial-gradient(820px 400px at 70% 0%, rgba(232, 162, 0, .30), transparent 64%),
			linear-gradient(90deg, var(--s5-cream) 0%, var(--s5-cream) 46%, rgba(36, 31, 22, .45) 64%, transparent 88%),
			url("/ninew7/wp-content/uploads/2026/07/9w-cricket-illustration.jpg"),
			var(--s5-cream) !important;
		background-position: 0 0, 0 0, right center, 0 0 !important;
		background-size: auto, auto, auto 100%, auto !important;
		background-repeat: no-repeat, no-repeat, no-repeat, repeat !important;
	}
}
