.hslands-site-footer {
	background: #f2f2f2;
	color: #2c2c2c;
	font-family: "Be Vietnam Pro", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hslands-site-footer * {
	box-sizing: border-box;
}

.hslands-site-footer a {
	color: inherit;
	text-decoration: none;
}

.hslands-site-footer__inner {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
	padding: 40px 0 24px;
}

.hslands-site-footer__primary {
	display: grid;
	grid-template-columns: 430px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	padding-bottom: 32px;
}

.hslands-site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding-right: 18px;
}

.hslands-site-footer__logo {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 12px;
}

.hslands-site-footer__logo img {
	display: block;
	width: 210px;
	max-width: 100%;
	height: auto;
	filter: none;
	opacity: 1;
}

.hslands-site-footer__brand h2,
.hslands-site-footer__nav h2,
.hslands-site-footer__newsletter h2 {
	margin: 0;
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
	text-transform: uppercase;
}

.hslands-site-footer__brand p,
.hslands-site-footer__newsletter p {
	margin: 0;
	color: #505050;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

.hslands-site-footer__address {
	display: grid;
	gap: 10px;
	margin-top: 4px;
}

.hslands-site-footer__address p {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 10px;
	align-items: start;
	color: #505050;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.hslands-site-footer__address span,
.hslands-site-footer__address a {
	white-space: nowrap;
}

.hslands-site-footer__address i {
	margin-top: 2px;
	color: #3b3b3b;
	font-size: 16px;
	text-align: center;
}

.hslands-site-footer__address a:hover,
.hslands-site-footer__nav a:hover {
	color: #247006;
}

.hslands-site-footer__right {
	display: grid;
	gap: 28px;
}

.hslands-site-footer__contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	min-height: 76px;
	align-items: center;
}

.hslands-site-footer__contact {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	color: #505050;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.hslands-site-footer__contact i {
	grid-row: 1 / 3;
	width: 36px;
	height: 36px;
	display: inline-grid;
	place-items: center;
	color: #2c2c2c;
	font-size: 23px;
}

.hslands-site-footer__contact span {
	display: block;
	color: #686868;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.hslands-site-footer__contact strong {
	display: block;
	min-width: 0;
	overflow: hidden;
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hslands-site-footer__main {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	justify-content: space-between;
	gap: 22px;
}

.hslands-site-footer__nav,
.hslands-site-footer__newsletter {
	min-width: 0;
}

.hslands-site-footer__nav h2,
.hslands-site-footer__newsletter h2 {
	margin-bottom: 12px;
}

.hslands-site-footer__nav ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hslands-site-footer__nav li {
	margin: 0;
	padding: 0;
}

.hslands-site-footer__nav a {
	display: inline-flex;
	color: #505050;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	white-space: nowrap;
	transition: color 160ms ease;
}

.hslands-site-footer__newsletter {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: min(100%, 326px);
	margin-top: 0;
}

.hslands-site-footer__newsletter .wpcf7,
.hslands-site-footer__newsletter form {
	margin: 0;
}

.hslands-footer-newsletter__form,
.hslands-footer-newsletter__fallback {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 104px;
	gap: 0;
	align-items: stretch;
	margin: 0;
	position: relative;
}

.hslands-footer-newsletter__form p {
	display: contents;
	margin: 0;
}

.hslands-footer-newsletter__form .wpcf7-form-control-wrap {
	display: block;
	min-width: 0;
}

.hslands-footer-newsletter__input,
.hslands-footer-newsletter__fallback input {
	width: 100%;
	height: 48px !important;
	margin: 0;
	padding: 0 14px !important;
	color: #2c2c2c;
	background: #fff;
	border: 1px solid #d6d6d6 !important;
	border-right: 0 !important;
	border-radius: 8px 0 0 8px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.2;
}

.hslands-footer-newsletter__input:focus {
	border-color: #247006;
	box-shadow: inset 0 0 0 1px rgba(36, 112, 6, 0.18);
	outline: 0;
}

.hslands-footer-newsletter__submit,
.hslands-footer-newsletter__fallback button {
	width: 104px;
	height: 48px;
	margin: 0;
	padding: 0 14px;
	overflow: visible;
	color: #fff;
	background: #247006;
	border: 1px solid #247006;
	border-radius: 0 8px 8px 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
	transition: background 160ms ease, border-color 160ms ease;
}

.hslands-footer-newsletter__submit::before,
.hslands-footer-newsletter__fallback button::before {
	content: none;
}

.hslands-footer-newsletter__submit::after,
.hslands-footer-newsletter__fallback button::after {
	content: none;
}

.hslands-footer-newsletter__submit:hover,
.hslands-footer-newsletter__fallback button:hover {
	background: #fff;
	border-color: #247006;
	color: #247006;
}

.hslands-site-footer__newsletter .wpcf7-spinner {
	position: absolute;
	top: 12px;
	right: -34px;
	margin: 0;
}

.hslands-site-footer__newsletter .wpcf7-response-output {
	margin: 8px 0 0;
	padding: 8px 10px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.hslands-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.hslands-site-footer__socials a {
	width: 34px;
	height: 34px;
	display: inline-grid;
	place-items: center;
	color: #505050;
	background: transparent;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	font-size: 14px;
	transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.hslands-site-footer__socials a:hover {
	color: #fff;
	background: #247006;
	border-color: #247006;
}

.hslands-site-footer__regions {
	padding: 24px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.hslands-site-footer__regions-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.hslands-site-footer__regions-title i {
	font-size: 13px;
}

.hslands-site-footer__region-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px 38px;
}

.hslands-site-footer__region-list span {
	color: #505050;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.hslands-site-footer__bottom {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
	gap: 28px;
	padding-top: 22px;
	color: #505050;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.55;
}

@media (max-width: 1180px) {
	.hslands-site-footer__primary {
		grid-template-columns: 1fr;
	}

	.hslands-site-footer__brand {
		padding-right: 0;
	}
}

@media (max-width: 980px) {
	.hslands-site-footer__contact-grid,
	.hslands-site-footer__main,
	.hslands-site-footer__bottom {
		grid-template-columns: 1fr 1fr;
	}

	.hslands-site-footer__newsletter {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.hslands-site-footer__inner {
		width: min(100% - 28px, 1160px);
		padding: 32px 0 22px;
	}

	.hslands-site-footer__contact-grid,
	.hslands-site-footer__main,
	.hslands-site-footer__region-list,
	.hslands-site-footer__bottom {
		grid-template-columns: 1fr;
	}

	.hslands-site-footer__address span,
	.hslands-site-footer__address a,
	.hslands-site-footer__nav a {
		white-space: normal;
	}

	.hslands-site-footer__logo img {
		width: 180px;
	}

	.hslands-footer-newsletter__form,
	.hslands-footer-newsletter__fallback {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.hslands-footer-newsletter__input,
	.hslands-footer-newsletter__fallback input {
		border-right: 1px solid #d6d6d6 !important;
		border-radius: 8px !important;
	}

	.hslands-footer-newsletter__submit,
	.hslands-footer-newsletter__fallback button {
		width: 100%;
		border-radius: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hslands-site-footer__nav a,
	.hslands-site-footer__socials a {
		transition: none;
	}
}
