Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-slate-900 relative"> {/* Deep Navy & Gold Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` radial-gradient(circle at 50% 50%, rgba(251, 191, 36, 0.15) 0%, rgba(251, 191, 36, 0.08) 25%, rgba(251, 191, 36, 0.03) 35%, transparent 50% ) `, backgroundSize: "100% 100%", }} /> {/* Your Content/Components */}</div>