:root {
	--alorado-navy: #10243d;
	--alorado-blue: #2f6fbd;
	--alorado-slate: #5e7088;
	--alorado-ink: #172235;
	--alorado-soft: #f6f2ea;
	--alorado-line: rgba(16, 36, 61, 0.12);
}

body {
	color: var(--alorado-ink);
}

.logo .sitename {
	letter-spacing: 0.08em;
	font-weight: 800;
}

.navmenu a {
	letter-spacing: 0.01em;
}

.section-title h2 {
	font-size: clamp(30px, 3.2vw, 46px);
	letter-spacing: -0.035em;
}

.section-title p {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.75;
}

.page-title h1 {
	font-size: clamp(38px, 4.5vw, 64px);
	letter-spacing: -0.035em;
}

.page-title p {
	max-width: 860px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, .82);
	font-size: 18px;
	line-height: 1.75;
}

.alorado-kicker {
	color: var(--alorado-blue);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 13px;
}

.alorado-rich-text p {
	color: var(--alorado-slate);
	line-height: 1.85;
	font-size: 16px;
}

.alorado-panel {
	border: 1px solid var(--alorado-line);
	border-radius: 18px;
	padding: 32px;
	background: #fff;
	height: 100%;
	box-shadow: 0 16px 42px rgba(16, 36, 61, .06);
}

.alorado-panel.soft {
	background: var(--alorado-soft);
	box-shadow: none;
}

.alorado-panel h3,
.alorado-panel h4 {
	color: var(--alorado-navy);
}

.alorado-map {
	min-height: 360px;
	border-radius: 22px;
	background: radial-gradient(circle at 24% 20%, rgba(47, 111, 189, .35), transparent 30%), radial-gradient(circle at 80% 70%, rgba(16, 36, 61, .24), transparent 30%), linear-gradient(135deg, #eef4fb, #f9f5ee);
	position: relative;
	overflow: hidden;
	border: 1px solid var(--alorado-line);
}

.alorado-map:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(16, 36, 61, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 36, 61, .08) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: radial-gradient(circle at center, #000 30%, transparent 78%);
}

.alorado-map .node {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--alorado-blue);
	box-shadow: 0 0 0 8px rgba(47, 111, 189, .12);
}

.alorado-map .n1 {
	left: 20%;
	top: 28%;
}

.alorado-map .n2 {
	left: 52%;
	top: 42%;
}

.alorado-map .n3 {
	left: 74%;
	top: 25%;
}

.alorado-map .n4 {
	left: 35%;
	top: 72%;
}

.alorado-map .n5 {
	left: 82%;
	top: 72%;
}

.alorado-map .label {
	position: absolute;
	left: 32px;
	bottom: 30px;
	right: 32px;
	color: var(--alorado-navy);
	font-weight: 700;
	font-size: 22px;
	line-height: 1.35;
}

.service-item .description {
	line-height: 1.75;
}

.service-cards .card-item .card-body p {
	line-height: 1.7;
}

.call-to-action h3 {
	font-size: clamp(30px, 3vw, 44px);
}

.footer .footer-about p {
	max-width: 420px;
}

.footer .social-links {
	display: none !important;
}

.alorado-article-card {
	height: 100%;
	border: 1px solid var(--alorado-line);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 36px rgba(16, 36, 61, .06);
}

.alorado-article-card img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.alorado-article-card .body {
	padding: 28px;
}

.alorado-article-card h3 {
	font-size: 22px;
	color: var(--alorado-navy);
}

.alorado-article-card p {
	color: var(--alorado-slate);
	line-height: 1.75;
}

.alorado-article-card .meta {
	color: var(--alorado-blue);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.contact>.container {
	position: relative;
	z-index: 2;
}

.contact .info-item p {
	line-height: 1.7;
}

.index-page .hero img {
	filter: brightness(1.1) contrast(1.04) saturate(1.04);
}

.index-page .hero::before {
	background: rgba(23, 40, 59, 0.36);
}

.alorado-logo-icon {
	width: 34px;
	height: 34px;
	object-fit: contain;
	margin-right: 12px;
	border-radius: 8px;
	display: block;
}

.header .logo {
	display: flex;
	align-items: center;
}

.header .logo .sitename {
	margin: 0;
	line-height: 1;
}

.alorado-ecosystem-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.alorado-logo-wall .ecosystem-logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	padding: 22px 24px;
	border: 1px solid var(--alorado-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 36, 61, .055);
}

.alorado-logo-wall img {
	display: block;
	width: 100%;
	max-width: 210px;
	height: 64px;
	object-fit: contain;
	filter: grayscale(.2) contrast(1.04);
	opacity: .95;
	transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.alorado-logo-wall .ecosystem-logo-card:hover img {
	opacity: 1;
	filter: grayscale(0) contrast(1.06);
	transform: translateY(-1px);
}

@media (max-width: 1199px) {
	.alorado-ecosystem-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.alorado-ecosystem-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alorado-logo-wall .ecosystem-logo-card {
		min-height: 96px;
		padding: 18px;
	}

	.alorado-logo-wall img {
		height: 54px;
	}
}