/* IMMO 2026 — Ocean theme (corporate blue) */
:root {
	--primary: #0284c7;
	--primary-dark: #0369a1;
	--accent: #0ea5e9;
	--grad: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%);
}
body {
	background:
		radial-gradient(900px 400px at 85% -50px, rgba(14, 165, 233, 0.10), transparent),
		radial-gradient(700px 380px at 0% 120px, rgba(2, 132, 199, 0.07), transparent),
		#f1f6fb !important;
}
.grad-text { background: linear-gradient(135deg, #7dd3fc 0%, #bae6fd 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-banner::before { background: linear-gradient(100deg, rgba(8, 25, 45, 0.88) 0%, rgba(3, 105, 161, 0.72) 45%, rgba(3, 105, 161, 0.38) 100%); }
.page-banner::before { background: linear-gradient(100deg, rgba(8, 25, 45, 0.88) 0%, rgba(3, 105, 161, 0.66) 55%, rgba(3, 105, 161, 0.4) 100%); }
