Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-black relative overflow-hidden"> {/* Rose Spotlight Background */} <div className="absolute inset-0 z-0 pointer-events-none" style={{ background: ` radial-gradient( circle at center, rgba(244, 63, 94, 0.12) 0%, rgba(244, 63, 94, 0.06) 20%, rgba(0, 0, 0, 0.0) 60% ) `, }} /> {/* Your Content Here */}</div>