/* HAE site footer — shared across full-page templates */
#hae-footer {
	background: #0d1b36;
	color: rgba(255, 255, 255, 0.55);
	padding: 4rem 0 0;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	overflow: hidden;
}

#hae-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent 0%, #4CA1E7 50%, transparent 100%);
}

.footer-inner {
	max-width: 88rem;
	margin: 0 auto;
	padding: 0 clamp(1.25rem, 4vw, 4rem);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: 3rem;
	padding-bottom: 3rem;
}

@media (max-width: 980px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem;
	}
}

@media (max-width: 560px) {
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}
}

.footer-col-brand img {
	height: 44px;
	width: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
	margin-bottom: 1.25rem;
}

.footer-brand-name {
	font-size: 1rem;
	font-weight: 800;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.15;
	margin-bottom: 0.25rem;
}

.footer-brand-est {
	font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: #4CA1E7;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

.footer-tagline {
	font-size: 0.82rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.7;
	max-width: 22rem;
	margin: 0 0 1.5rem 0;
}

.footer-iso-row {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.footer-iso-badge {
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.85);
	background: rgba(76, 161, 231, 0.12);
	border: 1px solid rgba(76, 161, 231, 0.3);
	border-radius: 6px;
	padding: 0.4rem 0.7rem;
	text-transform: uppercase;
}

.footer-col-title {
	font-size: 0.7rem;
	font-weight: 800;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	margin: 0 0 1.25rem 0;
	position: relative;
	padding-bottom: 0.75rem;
}

.footer-col-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 2px;
	background: #4CA1E7;
	border-radius: 1px;
}

.footer-link {
	display: block;
	color: rgba(255, 255, 255, 0.45);
	text-decoration: none;
	font-size: 0.78rem;
	font-weight: 600;
	padding: 0.35rem 0;
	transition: color 0.18s ease, padding-left 0.18s ease;
}

.footer-link:hover {
	color: #4CA1E7;
	padding-left: 4px;
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	padding: 0.45rem 0;
	font-size: 0.78rem;
	font-weight: 600;
	transition: color 0.18s ease;
	line-height: 1.5;
}

.footer-contact-item:hover {
	color: #4CA1E7;
}

.footer-contact-item i {
	color: #4CA1E7;
	font-size: 1rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.footer-social-row {
	display: flex;
	gap: 0.6rem;
	margin-top: 1.25rem;
}

.footer-social {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.2s;
	flex-shrink: 0;
}

.footer-social:hover {
	background: #4CA1E7;
	border-color: #4CA1E7;
	color: white;
	transform: translateY(-2px);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.75rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer-copy {
	font-size: 0.72rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.35);
	margin: 0;
	letter-spacing: 0.04em;
}

.footer-copy strong {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 700;
}

.footer-legal {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.footer-legal a {
	font-size: 0.7rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.35);
	text-decoration: none;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color 0.18s ease;
}

.footer-legal a:hover {
	color: #4CA1E7;
}

.footer-powered {
	font-size: 0.68rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.32);
	margin: 0.35rem 0 0;
	letter-spacing: 0.04em;
}

.footer-powered a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color 0.18s ease;
}

.footer-powered a:hover {
	color: #4CA1E7;
}

@media (max-width: 560px) {
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.85rem;
	}
}
