/* Phase 7 — Bestkalla site footer. Prefix: bk-phase07-footer. Global public pages. No JS. */

.bk-phase07-footer {
	--bk-phase07-bg: #163d2a;
	--bk-phase07-bar: #0d3121;
	--bk-phase07-brand: var(--wd-primary-color, #176d02);
	--bk-phase07-text: #f7faf8;
	--bk-phase07-muted: #cfdbd3;
	--bk-phase07-border: rgba(255, 255, 255, 0.14);
	--bk-phase07-focus: #ffffff;
	background: var(--bk-phase07-bg);
	color: var(--bk-phase07-text);
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

.bk-phase07-footer a {
	color: var(--bk-phase07-text);
	text-decoration: none;
}

.bk-phase07-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 20px 36px;
}

.bk-phase07-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px 28px;
	align-items: start;
}

.bk-phase07-footer__heading {
	margin: 0 0 14px;
	color: var(--bk-phase07-text);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

.bk-phase07-footer__about {
	margin: 0 0 18px;
	color: var(--bk-phase07-muted);
	font-size: 14px;
	line-height: 1.9;
	max-width: 34rem;
}

.bk-phase07-footer__logo {
	display: inline-flex;
	margin: 0 0 16px;
	border-radius: 14px;
}

.bk-phase07-footer__logo-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 14px;
	padding: 8px 14px;
	line-height: 0;
}

.bk-phase07-footer__logo-img {
	display: block;
	width: auto;
	max-width: 180px;
	height: auto;
	max-height: 56px;
}

.bk-phase07-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bk-phase07-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--bk-phase07-border);
	border-radius: 999px;
	color: var(--bk-phase07-text);
	background: rgba(255, 255, 255, 0.04);
}

.bk-phase07-footer__list,
.bk-phase07-footer__phones,
.bk-phase07-footer__legal {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bk-phase07-footer__link,
.bk-phase07-footer__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	color: var(--bk-phase07-muted);
	font-size: 14px;
	line-height: 1.6;
}

.bk-phase07-footer__phone {
	direction: ltr;
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
}

.bk-phase07-footer address.bk-phase07-footer__address {
	font-style: normal;
	margin: 0;
}

.bk-phase07-footer__address-text {
	margin: 0 0 12px;
	color: var(--bk-phase07-muted);
	font-size: 14px;
	line-height: 1.9;
}

.bk-phase07-footer__bar {
	background: var(--bk-phase07-bar);
	border-top: 1px solid var(--bk-phase07-border);
}

.bk-phase07-footer__bar-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 16px;
}

.bk-phase07-footer__copy {
	margin: 0;
	color: var(--bk-phase07-muted);
	font-size: 13px;
	line-height: 1.7;
}

.bk-phase07-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
}

.bk-phase07-footer a:hover {
	color: #ffffff;
}

.bk-phase07-footer a:focus {
	outline: none;
}

.bk-phase07-footer a:focus-visible {
	outline: 2px solid var(--bk-phase07-focus);
	outline-offset: 3px;
	color: #ffffff;
}

.bk-phase07-footer .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (min-width: 768px) {
	.bk-phase07-footer__inner {
		padding: 56px 24px 40px;
	}

	.bk-phase07-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px 32px;
	}

	.bk-phase07-footer__link,
	.bk-phase07-footer__phone {
		min-height: 40px;
	}
}

@media (min-width: 1280px) {
	.bk-phase07-footer__grid {
		grid-template-columns: 1.25fr 0.9fr 0.9fr 1.15fr;
		gap: 40px 36px;
	}

	.bk-phase07-footer__logo-img {
		max-width: 196px;
		max-height: 62px;
	}
}

@media (max-width: 429px) {
	.bk-phase07-footer__inner {
		padding: 36px 16px 28px;
	}

	.bk-phase07-footer__about,
	.bk-phase07-footer__address-text,
	.bk-phase07-footer__link,
	.bk-phase07-footer__phone {
		font-size: 13.5px;
	}
}
