:root {
	--bg-page: #061016;
	--bg-header: rgba(6, 16, 22, 0.92);
	--bg-section: #0b1820;
	--bg-card: #10232d;
	--bg-card-hover: #15313d;
	--bg-light: #f2f7f6;
	--bg-light-card: #ffffff;
	--brand-primary: #19b7a5;
	--brand-primary-hover: #35c9b8;
	--brand-secondary: #0b7f70;
	--accent-gold: #e9b94e;
	--accent-blue: #3b8fd1;
	--text-on-dark: #f7fbfb;
	--text-secondary-dark: #b8c9cd;
	--text-on-light: #14242a;
	--text-muted: #667b82;
	--success: #3ebd7b;
	--warning: #e9b94e;
	--danger: #d85b5b;
	--border-dark: rgba(255, 255, 255, 0.11);
	--border-light: rgba(20, 36, 42, 0.12);
	--shadow-small: 0 10px 30px rgba(0, 0, 0, 0.14);
	--shadow-medium: 0 20px 55px rgba(0, 0, 0, 0.22);
	--radius-small: 10px;
	--radius-medium: 16px;
	--radius-large: 24px;
	--radius-pill: 999px;
	--container: 1220px;
	--content: 860px;
	--header-height: 76px;
	--space-section: clamp(4rem, 7vw, 6.5rem);
	--font-sans: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
