/* AHİD — Tasarım Tokenleri (ARCHITECTURE.md §6 ile birebir) */
:root {
	/* Renkler */
	--ahid-primary: #0B3D91;
	--ahid-secondary: #1565C0;
	--ahid-light-blue: #EAF4FF;
	--ahid-white: #FFFFFF;
	--ahid-dark: #102033;
	--ahid-gray: #667085;

	/* Türetilmiş tonlar */
	--ahid-primary-rgb: 11, 61, 145;
	--ahid-secondary-rgb: 21, 101, 192;
	--ahid-border: #E3E9F2;
	--ahid-border-soft: #EEF2F8;
	--ahid-gray-light: #98A2B3;
	--ahid-surface: #F7FAFD;
	--ahid-success: #1B7F4C;
	--ahid-warning: #B5740A;
	--ahid-danger: #B3261E;

	/* Gölgeler */
	--ahid-shadow-sm: 0 1px 2px rgba(16, 32, 51, 0.06);
	--ahid-shadow-md: 0 8px 24px -8px rgba(16, 32, 51, 0.14);
	--ahid-shadow-lg: 0 24px 64px -20px rgba(11, 61, 145, 0.22);

	/* Tipografi */
	--ahid-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", Arial, sans-serif;

	--ahid-fs-xs: clamp(0.75rem, 0.72rem + 0.15vw, 0.8125rem);
	--ahid-fs-sm: clamp(0.875rem, 0.84rem + 0.18vw, 0.9375rem);
	--ahid-fs-base: clamp(1rem, 0.96rem + 0.2vw, 1.0625rem);
	--ahid-fs-md: clamp(1.125rem, 1.06rem + 0.32vw, 1.3125rem);
	--ahid-fs-lg: clamp(1.375rem, 1.24rem + 0.65vw, 1.75rem);
	--ahid-fs-xl: clamp(1.75rem, 1.5rem + 1.25vw, 2.375rem);
	--ahid-fs-2xl: clamp(2.25rem, 1.8rem + 2.2vw, 3.375rem);
	--ahid-fs-3xl: clamp(2.75rem, 2.1rem + 3.2vw, 4.5rem);

	/* Boşluk / kapsayıcı */
	--ahid-container: 1240px;
	--ahid-container-narrow: 860px;
	--ahid-radius-sm: 8px;
	--ahid-radius-md: 14px;
	--ahid-radius-lg: 22px;
	--ahid-radius-pill: 999px;

	/* Geçiş */
	--ahid-ease: cubic-bezier(0.16, 1, 0.3, 1);
	--ahid-dur-fast: 0.2s;
	--ahid-dur-base: 0.45s;
	--ahid-dur-slow: 0.8s;

	/* Header */
	--ahid-header-h: 92px;
	--ahid-header-h-scrolled: 68px;
}
