/* Base Theme */
:root{
	--brand-primary:#0d6efd;
	--brand-dark:#0b3866;
	--brand-accent:#20c997;
}

body{
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Noto Sans, "Apple Color Emoji","Segoe UI Emoji";
	color:#24324a;
}

.navbar.bg-primary{ background:linear-gradient(90deg,var(--brand-primary),var(--brand-dark)); }

.hero{
	position:relative;
	min-height:52vh;
	background:#0b3866 url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1400&auto=format&fit=crop') center/cover no-repeat;
	color:#fff;
}
.hero::after{
	content:"";position:absolute;inset:0;background:rgba(0,0,0,.35);
}
.hero .hero-inner{ position:relative; z-index:2; }

.section-title{ color:#0b3866; }
.card-icon{ font-size:1.75rem;color:var(--brand-primary); }

.footer{ background:linear-gradient(180deg,#101820,#0b1b2a); }

.language-badge{ font-size:.8rem; }
