.nlh-site-footer {
	background: var(--nlh-footer-bg);
	color: var(--nlh-footer-text);
}

.nlh-site-footer a:hover,
.nlh-site-footer a:focus {
	color: var(--nlh-color-primary);
}

.nlh-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 34px;
	padding: 64px 0;
}

.nlh-footer-brand .nlh-site-title {
	color: var(--nlh-footer-text);
}

.nlh-footer-brand p,
.nlh-footer-contact p {
	margin: 0 0 10px;
}

.nlh-footer-contact-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nlh-footer-contact-item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: flex-start;
	line-height: 1.45;
}

.nlh-footer-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	color: var(--nlh-color-primary);
}

.nlh-footer-contact-icon .nlh-icon {
	width: 17px;
	height: 17px;
}

.nlh-footer-contact-item a,
.nlh-footer-contact-item span:last-child {
	min-width: 0;
	overflow-wrap: anywhere;
}

.nlh-footer-title {
	margin: 0 0 16px;
	color: var(--nlh-footer-text);
	font-size: 1rem;
	line-height: 1.3;
}

.nlh-footer-menu li + li {
	margin-top: 8px;
}

.nlh-footer-menu,
.nlh-footer-menu-inline {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nlh-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.nlh-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--nlh-button-radius);
	background: rgba(255, 255, 255, 0.06);
	color: var(--nlh-footer-text);
	text-decoration: none;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nlh-icon {
	display: block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.nlh-social-link__icon {
	width: 18px;
	height: 18px;
}

.nlh-social-link:hover,
.nlh-social-link:focus {
	border-color: var(--nlh-color-primary);
	background: var(--nlh-color-primary);
	color: var(--nlh-color-white);
	transform: translateY(-2px);
}

.nlh-site-footer .nlh-social-link:hover,
.nlh-site-footer .nlh-social-link:focus {
	color: var(--nlh-color-white);
}

.nlh-footer-bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
}

.nlh-footer-bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.nlh-footer-bottom-row p,
.nlh-footer-copyright {
	margin: 0;
}

.nlh-footer-copyright {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.nlh-footer-compact-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 0;
}

.nlh-footer-menu-inline {
	display: flex;
	align-items: center;
	gap: 18px;
}

.nlh-footer-menu-inline li + li {
	margin-top: 0;
}

.nlh-footer-cta-panel {
	background: var(--nlh-color-primary-accessible);
	color: var(--nlh-color-white);
}

.nlh-footer-cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 42px 0;
}

.nlh-footer-cta-row h2 {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	line-height: 1.15;
}

.nlh-footer-cta-row p {
	margin: 0;
	max-width: 680px;
}

.nlh-footer-cta-button {
	flex: 0 0 auto;
}

.nlh-site-footer .nlh-footer-cta-button {
	color: var(--nlh-color-secondary);
}

.nlh-site-footer .nlh-footer-cta-button:hover,
.nlh-site-footer .nlh-footer-cta-button:focus {
	color: var(--nlh-color-white);
}

.nlh-floating-contact {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 90;
	display: flex;
	flex-direction: column;
	gap: 1px;
	border-radius: var(--nlh-button-radius) 0 0 var(--nlh-button-radius);
	transform: translateY(-50%);
}

.nlh-floating-contact__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: var(--nlh-button-radius);
	background: var(--nlh-color-primary);
	color: var(--nlh-color-white);
	box-shadow: 0 12px 24px rgba(19, 30, 74, 0.22);
	cursor: pointer;
}

.nlh-floating-contact__toggle .nlh-icon {
	width: 20px;
	height: 20px;
}

.nlh-floating-contact__panel {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.nlh-floating-contact__item {
	display: grid;
	grid-template-columns: 44px auto;
	align-items: center;
	min-height: 44px;
	max-width: 150px;
	overflow: hidden;
	background: var(--nlh-color-secondary);
	color: var(--nlh-color-white);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: var(--nlh-button-radius) 0 0 var(--nlh-button-radius);
	transform: translateX(calc(100% - 44px));
	transition: background 0.18s ease, transform 0.18s ease;
}

.nlh-floating-contact__item:hover,
.nlh-floating-contact__item:focus {
	background: var(--nlh-color-primary);
	color: var(--nlh-color-white);
	transform: translateX(0);
}

.nlh-floating-contact__icon,
.nlh-floating-contact__label {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.nlh-floating-contact__icon {
	justify-content: center;
	padding: 0 8px;
}

.nlh-floating-contact__icon .nlh-icon {
	width: 18px;
	height: 18px;
}

.nlh-floating-contact__label {
	padding: 0 14px 0 4px;
	white-space: nowrap;
}

.nlh-back-to-top {
	position: fixed;
	right: 18px;
	bottom: 24px;
	z-index: 89;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: var(--nlh-button-radius);
	background: var(--nlh-color-secondary);
	color: var(--nlh-color-white);
	box-shadow: 0 12px 24px rgba(19, 30, 74, 0.22);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: background 0.18s ease, color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.nlh-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.nlh-back-to-top svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.nlh-back-to-top:hover,
.nlh-back-to-top:focus {
	background: var(--nlh-color-primary);
	color: var(--nlh-color-white);
	transform: translateY(-2px);
}

@media (max-width: 900px) {
	.nlh-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nlh-footer-compact-row,
	.nlh-footer-cta-row,
	.nlh-footer-bottom-row {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.nlh-footer-grid {
		grid-template-columns: 1fr;
	}

	.nlh-footer-menu-inline {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.nlh-floating-contact {
		top: auto;
		right: 12px;
		bottom: 18px;
		align-items: flex-end;
		border-radius: var(--nlh-button-radius);
		transform: none;
	}

	.nlh-floating-contact__toggle {
		display: inline-flex;
		width: 46px;
		height: 46px;
	}

	.nlh-floating-contact__panel {
		position: absolute;
		right: 0;
		bottom: calc(100% + 8px);
		display: flex;
		flex-direction: column;
		gap: 6px;
		opacity: 0;
		pointer-events: none;
		transform: translateY(8px);
		transition: opacity 0.18s ease, transform 0.18s ease;
	}

	.nlh-floating-contact.is-open .nlh-floating-contact__panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.nlh-floating-contact__item {
		grid-template-columns: 42px;
		width: 42px;
		height: 42px;
		min-height: 42px;
		border-radius: var(--nlh-button-radius);
		transform: none;
	}

	.nlh-floating-contact__label {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.nlh-back-to-top {
		right: 66px;
		bottom: 18px;
		width: 46px;
		height: 46px;
		background: var(--nlh-color-primary);
	}
}
