.ldk-footer-brand,
.ldk-footer-links,
.ldk-footer-contact,
.ldk-footer-map {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.ldk-footer-brand img {
	display: block;
	height: 46px;
	max-width: 230px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.ldk-footer-brand__mark {
	align-items: center;
	color: var(--global-palette1, #72bfba);
	display: inline-flex;
	gap: 0.6rem;
	line-height: 1;
}

.ldk-footer-brand__mark span {
	align-items: center;
	background: currentColor;
	border-radius: 999px;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.ldk-footer-brand__mark svg {
	color: #fff;
	fill: currentColor;
	height: 22px;
	margin-left: 2px;
	width: 22px;
}

.ldk-footer-brand__mark strong {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: 0;
}

.ldk-footer-brand p,
.ldk-footer-links a,
.ldk-footer-legal {
	color: var(--global-palette5, #4a5568);
	font-size: 1rem;
	line-height: 1.7;
}

.ldk-footer-brand p {
	max-width: 390px;
}

.ldk-footer-links h3,
.ldk-footer-contact h3,
.ldk-footer-map h3 {
	color: var(--global-palette3, #1a202c);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.ldk-footer-links nav,
.ldk-footer-contact__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ldk-footer-links a,
.ldk-footer-contact a,
.ldk-footer-map a {
	color: var(--global-palette5, #4a5568);
	text-decoration: none;
	transition: color 0.2s ease;
}

.ldk-footer-links a {
	white-space: nowrap;
}

.ldk-footer-links a:hover,
.ldk-footer-contact a:hover,
.ldk-footer-map a:hover {
	color: var(--global-palette1, #72bfba);
}

.ldk-footer-contact__item {
	align-items: flex-start;
	color: var(--global-palette5, #4a5568);
	display: grid;
	font-size: 1rem;
	gap: 0.8rem;
	grid-template-columns: 20px minmax(0, 1fr);
	line-height: 1.7;
}

.ldk-footer-contact__icon {
	color: #ef574f;
	display: inline-flex;
	margin-top: 0.22rem;
}

.ldk-footer-contact__icon svg,
.ldk-footer-social svg,
.ldk-footer-map a svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 18px;
}

.ldk-footer-contact address {
	display: flex;
	flex-direction: column;
	font-style: normal;
	margin: 0;
	max-width: 190px;
}

.ldk-footer-contact small {
	font-size: 0.92rem;
}

.ldk-footer-social {
	display: flex;
	gap: 1.2rem;
}

.ldk-footer-social a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--global-palette7, #edf2f7);
	border-radius: 999px;
	color: var(--global-palette3, #1a202c);
	display: inline-flex;
	height: 44px;
	justify-content: center;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	width: 44px;
}

.ldk-footer-social a:hover {
	background: var(--global-palette1, #72bfba);
	color: #fff;
}

.ldk-footer-social svg {
	height: 19px;
	width: 19px;
}

.ldk-footer-map__frame {
	aspect-ratio: 16 / 10;
	background: #fff;
	border: 1px solid var(--global-palette7, #edf2f7);
	border-radius: 1rem;
	overflow: hidden;
	width: 100%;
}

.ldk-footer-map iframe {
	border: 0;
	height: 100%;
	width: 100%;
}

.ldk-footer-map a {
	align-items: center;
	color: var(--global-palette1, #72bfba);
	display: inline-flex;
	font-weight: 700;
	gap: 0.45rem;
}

.ldk-footer-map a svg {
	height: 14px;
	width: 14px;
}

.ldk-footer-legal {
	align-items: center;
	border-top: 1px solid var(--global-palette7, #edf2f7);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-top: 2rem;
}

.ldk-footer-legal p {
	margin: 0;
}

@media (max-width: 767px) {
	.ldk-footer-brand,
	.ldk-footer-links,
	.ldk-footer-contact,
	.ldk-footer-map {
		align-items: center;
		text-align: center;
	}

	.ldk-footer-contact__item {
		justify-content: center;
		text-align: left;
	}

	.ldk-footer-social {
		justify-content: center;
		width: 100%;
	}

	.ldk-footer-legal {
		flex-direction: column;
		text-align: center;
	}
}
