/* Light — content reference + editorial accents */

.dbm-landing--light {
	--bg: #ffffff;
	--bg-2: #f8fafc;
	--bg-3: #ffffff;
	--ink: #0f172a;
	--ink-2: #334155;
	--ink-3: #64748b;
	--line: #e2e8f0;
	--accent: #2563eb;
	--accent-soft: #dbeafe;
	--pos: #16a34a;
	--neg: #dc2626;
	--dbm-purple: #7c3aed;
	--dbm-badge-bg: #eff6ff;
	--dbm-badge-border: #bfdbfe;
	--dbm-badge-text: #1d4ed8;
	--dbm-play-bg: #dbeafe;
	--dbm-fx-card-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
	--dbm-cs-a: #eff6ff;
	--dbm-cs-b: #f5f3ff;
	--dbm-cs-border: #bfdbfe;
	--dbm-cmp-hl: #eff6ff;
	--dbm-cmp-hl-border: #bfdbfe;
	--dbm-cta-a: #1e3a8a;
	--dbm-cta-b: #4c1d95;
	--dbm-cta-eyebrow: #93c5fd;
	--dbm-fx-grid: rgba(100, 116, 139, 0.1);
	color-scheme: light;
}

.dbm-landing--light .dbm-hero-section .dbm-shell {
	padding-top: 32px;
}
