.site-footer {
	direction: rtl;
	overflow: hidden;
	color: var(--bamboo-text);
	background: var(--bamboo-bg);
	border-top: 1px solid var(--bamboo-border);
	font-family: var(--bamboo-font-regular);
	font-size: var(--bamboo-font-label);
	font-weight: 400;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
	box-sizing: border-box;
}

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

.site-footer i.la,
.site-footer i.las,
.site-footer i.lab {
	line-height: 1;
}

.site-footer i.lab {
	font-family: "Line Awesome Brands" !important;
	font-weight: 400;
}

.site-footer i.la,
.site-footer i.las {
	font-family: "Line Awesome Free" !important;
	font-weight: 900;
}

.site-footer a:focus-visible,
.site-footer summary:focus-visible {
	border-radius: var(--bamboo-radius-sm);
	outline: 3px solid rgba(81, 98, 67, 0.18);
	outline-offset: 3px;
}

.bamboo-footer__shell {
	width: min(calc(100% - 36px), var(--bamboo-container));
	max-width: var(--bamboo-container);
	padding: 30px 0 16px;
	margin-inline: auto;
}

.bamboo-footer__surface {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid var(--bamboo-border);
	border-radius: var(--bamboo-radius-xl);
}

.bamboo-footer__main {
	display: grid;
	grid-template-columns: minmax(330px, 1.34fr) minmax(145px, 0.74fr) minmax(145px, 0.74fr) minmax(230px, 1fr);
	gap: 0;
	align-items: stretch;
}

.bamboo-footer__brand,
.bamboo-footer__nav,
.bamboo-footer__connect {
	position: relative;
	min-width: 0;
	padding: 24px;
}

.bamboo-footer__brand::after,
.bamboo-footer__nav::after {
	position: absolute;
	inset-block: 24px;
	inset-inline-start: 0;
	width: 1px;
	background: var(--bamboo-border);
	content: "";
}

.bamboo-footer__brand-row {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.bamboo-footer__logo {
	display: flex;
	width: 62px;
	height: 62px;
	flex: 0 0 62px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bamboo-footer__logo-image {
	display: block;
	width: auto;
	max-width: 56px;
	height: auto;
	max-height: 52px;
	object-fit: contain;
}

.bamboo-footer__logo-fallback {
	display: inline-flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	color: var(--bamboo-primary-dark);
	background: var(--bamboo-primary-soft);
	border-radius: var(--bamboo-radius-icon);
	font-size: 22px;
}

.bamboo-footer__brand-copy {
	min-width: 0;
}

.bamboo-footer__brand-name {
	margin: 0;
	color: var(--bamboo-text);
	font-family: var(--bamboo-font-heading);
	font-size: 18px;
	font-weight: var(--bamboo-font-weight-heading);
	letter-spacing: 0;
	line-height: 1.55;
}

.bamboo-footer__tagline,
.bamboo-footer__description {
	margin: 0;
	color: var(--bamboo-muted);
	font-size: 13px;
	line-height: 1.85;
}

.bamboo-footer__description {
	max-width: 520px;
	margin-top: 8px;
}

.bamboo-footer__contact-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 13px;
}

.bamboo-footer__contact-line {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-width: 0;
	min-height: 54px;
	padding: 8px 10px;
	color: var(--bamboo-muted);
	background: var(--bamboo-surface);
	border: 1px solid var(--bamboo-border);
	border-radius: var(--bamboo-radius-sm);
	font-size: var(--bamboo-font-small);
	font-style: normal;
	line-height: 1.7;
}

.bamboo-footer__address {
	grid-column: 1 / -1;
}

.bamboo-footer__contact-line strong {
	display: block;
	overflow: hidden;
	color: var(--bamboo-text);
	font-family: var(--bamboo-font-bold);
	font-size: var(--bamboo-font-label);
	font-weight: var(--bamboo-font-weight-bold);
	line-height: 1.55;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bamboo-footer__contact-icon,
.bamboo-footer__link-icon,
.bamboo-footer__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bamboo-primary-dark);
	background: var(--bamboo-primary-soft);
}

.bamboo-footer__contact-icon {
	width: 34px;
	height: 34px;
	border-radius: 13px;
	font-size: 17px;
}

.bamboo-footer__svg-icon {
	display: block;
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.bamboo-footer__phones {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.bamboo-footer__phones a,
.bamboo-footer__track-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 44px;
	border-radius: var(--bamboo-radius-pill);
	font-family: var(--bamboo-font-bold);
	font-size: var(--bamboo-font-label);
	font-weight: var(--bamboo-font-weight-bold);
	line-height: 1.45;
	transition: background-color var(--bamboo-transition-fast), border-color var(--bamboo-transition-fast), color var(--bamboo-transition-fast), transform var(--bamboo-transition-fast);
}

.bamboo-footer__phones a {
	display: grid;
	grid-template-columns: 17px minmax(0, 1fr);
	justify-content: initial;
	min-width: 0;
	padding: 8px 11px;
	color: #fff;
	background: var(--bamboo-primary-dark);
	border: 1px solid var(--bamboo-primary-dark);
}

.bamboo-footer__phones a:hover,
.bamboo-footer__phones a:focus-visible,
.bamboo-footer__track-cta:hover,
.bamboo-footer__track-cta:focus-visible {
	color: #fff;
	background: var(--bamboo-primary);
	border-color: var(--bamboo-primary);
	transform: translateY(-1px);
}

.bamboo-footer__phones a > .la {
	font-size: 16px;
}

.bamboo-footer__phones span {
	overflow: hidden;
	direction: ltr;
	color: inherit;
	text-overflow: ellipsis;
	unicode-bidi: embed;
	white-space: nowrap;
}

.bamboo-footer__phones small {
	display: none;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.82);
	font-family: var(--bamboo-font-regular);
	font-size: 11px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bamboo-footer__brand-actions {
	display: block;
	margin-top: 12px;
}

.bamboo-footer__track-cta {
	width: 100%;
	padding: 0 16px;
	color: #fff;
	background: var(--bamboo-primary-dark);
	border: 1px solid var(--bamboo-primary-dark);
}

.bamboo-footer__track-cta,
.bamboo-footer__track-cta i,
.bamboo-footer__track-cta span {
	color: #fff;
}

.bamboo-footer__heading {
	margin: 0 0 12px;
	color: var(--bamboo-primary-dark);
	font-family: var(--bamboo-font-bold);
	font-size: 14px;
	font-weight: var(--bamboo-font-weight-bold);
	line-height: 1.6;
}

.bamboo-footer__links {
	display: grid;
	gap: 7px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bamboo-footer__links li {
	min-width: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.bamboo-footer__links a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	color: var(--bamboo-muted);
	font-family: var(--bamboo-font-medium);
	font-size: 13px;
	font-weight: var(--bamboo-font-weight-medium);
	line-height: 1.55;
	transition: color var(--bamboo-transition-fast), transform var(--bamboo-transition-fast);
}

.bamboo-footer__links a:hover,
.bamboo-footer__links a:focus-visible {
	color: var(--bamboo-primary-dark);
	transform: translateX(-2px);
}

.bamboo-footer__link-icon {
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	border-radius: 10px;
	font-size: 15px;
}

.bamboo-footer__accordion {
	display: none;
}

.bamboo-footer__connect {
	display: grid;
	align-content: start;
	gap: 12px;
}

.bamboo-footer__map {
	position: relative;
	display: block;
	height: 116px;
	overflow: hidden;
	background: var(--bamboo-surface-soft);
	border: 1px solid var(--bamboo-border);
	border-radius: var(--bamboo-radius-md);
}

.bamboo-footer__map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.88) contrast(0.98);
}

.bamboo-footer__map::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(37, 37, 31, 0) 38%, rgba(37, 37, 31, 0.28) 100%);
	content: "";
	pointer-events: none;
}

.bamboo-footer__map span {
	position: absolute;
	z-index: 1;
	inset-inline: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 30px;
	padding: 5px 10px;
	color: var(--bamboo-primary-dark);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: var(--bamboo-radius-pill);
	font-family: var(--bamboo-font-bold);
	font-size: 11px;
	font-weight: var(--bamboo-font-weight-bold);
	backdrop-filter: blur(8px);
}

/*
 * Social brand colors are intentionally scoped to the footer social component.
 */
.bamboo-footer__social-board {
	--bamboo-social-instagram: #c13584;
	--bamboo-social-instagram-purple: #833ab4;
	--bamboo-social-instagram-pink: #e1306c;
	--bamboo-social-instagram-yellow: #fcaf45;
	--bamboo-social-eitaa: #f58220;
	--bamboo-social-bale: #00a5b5;
	--bamboo-social-telegram: #229ed9;
	--bamboo-social-aparat: #ed145b;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.bamboo-footer__social-card {
	--bamboo-social-color: var(--bamboo-primary-dark);
	--bamboo-social-bg: var(--bamboo-surface);
	--bamboo-social-icon-bg: var(--bamboo-primary-soft);
	position: relative;
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	min-width: 0;
	min-height: 50px;
	align-items: center;
	gap: 8px;
	padding: 8px 9px;
	color: var(--bamboo-text);
	background: var(--bamboo-social-bg);
	border: 1px solid var(--bamboo-border);
	border-radius: 16px;
	transition: border-color var(--bamboo-transition-fast), transform var(--bamboo-transition-fast), background-color var(--bamboo-transition-fast);
}

.bamboo-footer__social-card:first-child {
	grid-column: 1 / -1;
}

.bamboo-footer__social-card::before {
	position: absolute;
	inset-block: 12px;
	inset-inline-end: 0;
	width: 3px;
	background: var(--bamboo-social-color);
	border-radius: var(--bamboo-radius-pill);
	content: "";
}

.bamboo-footer__social-card:hover,
.bamboo-footer__social-card:focus-visible {
	border-color: var(--bamboo-border-strong);
	transform: translateY(-1px);
}

.bamboo-footer__social-icon {
	display: inline-flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--bamboo-social-color);
	background: var(--bamboo-social-icon-bg);
	border-radius: 12px;
	font-size: 18px;
}

.bamboo-footer__social-icon img {
	display: block;
	width: 21px;
	height: 21px;
	object-fit: contain;
}

.bamboo-footer__social-text {
	display: grid;
	min-width: 0;
	gap: 1px;
}

.bamboo-footer__social-label,
.bamboo-footer__social-sub {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bamboo-footer__social-label {
	color: var(--bamboo-social-color);
	font-family: var(--bamboo-font-bold);
	font-size: var(--bamboo-font-label);
	font-weight: var(--bamboo-font-weight-bold);
	line-height: 1.45;
}

.bamboo-footer__social-sub {
	color: var(--bamboo-muted);
	font-size: 10.5px;
	line-height: 1.5;
}

.bamboo-footer__social-card.is-instagram {
	--bamboo-social-color: var(--bamboo-social-instagram);
	background: linear-gradient(135deg, rgba(131, 58, 180, 0.05), rgba(225, 48, 108, 0.045) 52%, rgba(252, 175, 69, 0.07));
}

.bamboo-footer__social-card.is-instagram .bamboo-footer__social-icon {
	color: #fff;
	background: linear-gradient(135deg, var(--bamboo-social-instagram-purple), var(--bamboo-social-instagram-pink) 55%, var(--bamboo-social-instagram-yellow));
}

.bamboo-footer__social-card.is-eitaa {
	--bamboo-social-color: var(--bamboo-social-eitaa);
	--bamboo-social-bg: rgba(245, 130, 32, 0.06);
	--bamboo-social-icon-bg: rgba(245, 130, 32, 0.13);
}

.bamboo-footer__social-card.is-bale {
	--bamboo-social-color: var(--bamboo-social-bale);
	--bamboo-social-bg: rgba(0, 165, 181, 0.055);
	--bamboo-social-icon-bg: rgba(0, 165, 181, 0.12);
}

.bamboo-footer__social-card.is-telegram {
	--bamboo-social-color: var(--bamboo-social-telegram);
	--bamboo-social-bg: rgba(34, 158, 217, 0.055);
	--bamboo-social-icon-bg: rgba(34, 158, 217, 0.12);
}

.bamboo-footer__social-card.is-aparat {
	--bamboo-social-color: var(--bamboo-social-aparat);
	--bamboo-social-bg: rgba(237, 20, 91, 0.05);
	--bamboo-social-icon-bg: rgba(237, 20, 91, 0.11);
}

.bamboo-footer__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: center;
	padding: 18px 24px;
	border-top: 1px solid var(--bamboo-border);
	background: rgba(244, 239, 230, 0.58);
}

.bamboo-footer__trust-copy {
	display: flex;
	min-width: 0;
	max-width: 690px;
	align-items: center;
	gap: 12px;
}

.bamboo-footer__trust-icon {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: var(--bamboo-radius-icon);
	font-size: 21px;
}

.bamboo-footer__trust h2 {
	margin: 0 0 3px;
	color: var(--bamboo-text);
	font-family: var(--bamboo-font-bold);
	font-size: 14px;
	font-weight: var(--bamboo-font-weight-bold);
	line-height: 1.5;
}

.bamboo-footer__trust p {
	margin: 0;
	color: var(--bamboo-muted);
	font-size: 12px;
	line-height: 1.75;
}

.bamboo-footer__trust-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(72px, 1fr));
	gap: 9px;
}

.bamboo-footer__trust-grid a {
	display: flex;
	width: 82px;
	height: 64px;
	align-items: center;
	justify-content: center;
	padding: 8px;
	background: var(--bamboo-surface);
	border: 1px solid var(--bamboo-border);
	border-radius: 16px;
	transition: border-color var(--bamboo-transition-fast), transform var(--bamboo-transition-fast);
}

.bamboo-footer__trust-grid a:hover,
.bamboo-footer__trust-grid a:focus-visible {
	border-color: var(--bamboo-border-strong);
	transform: translateY(-1px);
}

.bamboo-footer__trust-grid img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 46px;
	object-fit: contain;
}

.bamboo-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 2px 0;
	margin-top: 14px;
	color: var(--bamboo-muted);
	font-size: 11.5px;
	line-height: 1.8;
}

.bamboo-footer__bottom p {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 7px;
	margin: 0;
}

.bamboo-footer__bottom p::before {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	background: var(--bamboo-warning);
	border-radius: var(--bamboo-radius-pill);
	content: "";
}

.bamboo-footer__legal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px 13px;
}

.bamboo-footer__legal a,
.bamboo-footer__legal span a {
	color: var(--bamboo-primary-dark);
	font-family: var(--bamboo-font-bold);
	font-weight: var(--bamboo-font-weight-bold);
}

.bamboo-footer__legal a:hover,
.bamboo-footer__legal span a:hover {
	color: var(--bamboo-warning);
}

@media (max-width: 1024px) {
	.bamboo-footer__shell {
		width: min(calc(100% - 28px), var(--bamboo-container));
		padding-top: 28px;
	}

	.bamboo-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bamboo-footer__brand {
		grid-column: 1 / -1;
	}

	.bamboo-footer__connect {
		grid-column: 1 / -1;
		grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
		align-items: start;
		border-top: 1px solid var(--bamboo-border);
	}

	.bamboo-footer__brand::after,
	.bamboo-footer__nav--service::after {
		display: none;
	}

	.bamboo-footer__nav--shopping {
		border-top: 1px solid var(--bamboo-border);
	}

	.bamboo-footer__nav--shopping::after {
		inset-block: 24px;
	}

	.bamboo-footer__heading {
		margin-bottom: 10px;
	}

	.bamboo-footer__map {
		height: 132px;
	}
}

@media (max-width: 700px) {
	.bamboo-footer__contact-list,
	.bamboo-footer__phones {
		grid-template-columns: minmax(0, 1fr);
	}

	.bamboo-footer__connect {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 520px) {
	.site-footer {
		padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 58px);
	}

	.bamboo-footer__shell {
		width: 100%;
		max-width: 100%;
		padding: 15px 10px 6px;
	}

	.bamboo-footer__surface {
		max-width: 100%;
		overflow: hidden;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.bamboo-footer__main {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
		max-width: 100%;
	}

	.bamboo-footer__brand,
	.bamboo-footer__nav,
	.bamboo-footer__connect,
	.bamboo-footer__trust {
		max-width: 100%;
		overflow: hidden;
		padding: 0;
		border: 0;
	}

	.bamboo-footer__brand::after,
	.bamboo-footer__nav::after {
		display: none;
	}

	.bamboo-footer__brand-row {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr);
		align-items: center;
		margin-bottom: 7px;
	}

	.bamboo-footer__logo {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
	}

	.bamboo-footer__logo-image {
		max-width: 50px;
		max-height: 46px;
	}

	.bamboo-footer__brand-name {
		font-size: 16px;
		overflow-wrap: anywhere;
	}

	.bamboo-footer__tagline,
	.bamboo-footer__description {
		min-width: 0;
		font-size: 12px;
		line-height: 1.72;
		overflow-wrap: anywhere;
	}

	.bamboo-footer__contact-list {
		gap: 6px;
		margin-top: 10px;
	}

	.bamboo-footer__contact-line {
		min-height: 44px;
		grid-template-columns: 29px minmax(0, 1fr);
		padding: 7px 9px;
		border-radius: 14px;
		font-size: 11.5px;
		line-height: 1.62;
	}

	.bamboo-footer__contact-line span {
		min-width: 0;
	}

	.bamboo-footer__contact-icon {
		width: 29px;
		height: 29px;
		border-radius: 11px;
		font-size: 15px;
	}

	.bamboo-footer__phones {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		margin-top: 8px;
	}

	.bamboo-footer__phones a {
		min-height: 44px;
		grid-template-columns: 16px minmax(0, 1fr);
		padding: 8px 9px;
		font-size: 11.5px;
	}

	.bamboo-footer__phones small {
		display: none;
	}

	.bamboo-footer__brand-actions {
		display: flex;
		margin: 9px 0 12px;
	}

	.bamboo-footer__track-cta {
		flex: 1 1 auto;
		min-width: 0;
		min-height: 48px;
		font-size: 13px;
		background: var(--bamboo-primary-dark);
		border-color: var(--bamboo-primary-dark);
	}

	.bamboo-footer__nav {
		margin-top: 7px;
	}

	.bamboo-footer__nav > .bamboo-footer__heading,
	.bamboo-footer__nav-desktop {
		display: none;
	}

	.bamboo-footer__accordion {
		display: block;
		background: var(--bamboo-surface);
		border: 1px solid var(--bamboo-border);
		border-radius: 16px;
	}

	.bamboo-footer__accordion + .bamboo-footer__accordion {
		margin-top: 8px;
	}

	.bamboo-footer__accordion summary {
		display: flex;
		min-height: 48px;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 0 13px;
		color: var(--bamboo-primary-dark);
		font-family: var(--bamboo-font-bold);
		font-size: 13px;
		font-weight: var(--bamboo-font-weight-bold);
		cursor: pointer;
		list-style: none;
	}

	.bamboo-footer__accordion summary::-webkit-details-marker {
		display: none;
	}

	.bamboo-footer__accordion summary::after {
		font-family: "Line Awesome Free";
		font-size: 16px;
		font-weight: 900;
		content: "\f107";
		transition: transform var(--bamboo-transition-fast);
	}

	.bamboo-footer__accordion[open] summary::after {
		transform: rotate(180deg);
	}

	.bamboo-footer__accordion .bamboo-footer__links {
		padding: 0 12px 10px;
	}

	.bamboo-footer__links {
		gap: 0;
	}

	.bamboo-footer__links a {
		min-height: 42px;
		padding: 7px 0;
		border-top: 1px solid rgba(229, 222, 209, 0.7);
		font-size: 12px;
	}

	.bamboo-footer__link-icon {
		width: 26px;
		height: 26px;
		flex-basis: 26px;
		font-size: 14px;
	}

	.bamboo-footer__connect {
		display: grid;
		gap: 9px;
		margin-top: 12px;
	}

	.bamboo-footer__connect .bamboo-footer__heading {
		margin-bottom: 0;
		font-size: 13px;
	}

	.bamboo-footer__map {
		height: 88px;
		border-radius: 16px;
	}

	.bamboo-footer__social-board {
		gap: 6px;
	}

	.bamboo-footer__social-card {
		min-height: 46px;
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 7px;
		border-radius: 14px;
	}

	.bamboo-footer__social-icon {
		width: 30px;
		height: 30px;
		border-radius: 11px;
		font-size: 17px;
	}

	.bamboo-footer__social-icon img {
		width: 20px;
		height: 20px;
	}

	.bamboo-footer__social-label {
		font-size: 11.5px;
	}

	.bamboo-footer__social-sub {
		display: none;
	}

	.bamboo-footer__trust {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 9px;
		margin-top: 12px;
		background: transparent;
	}

	.bamboo-footer__trust-copy {
		align-items: flex-start;
	}

	.bamboo-footer__trust-icon {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		border-radius: 13px;
		font-size: 18px;
	}

	.bamboo-footer__trust h2 {
		font-size: 13px;
	}

	.bamboo-footer__trust p {
		font-size: 11.5px;
	}

	.bamboo-footer__trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bamboo-footer__trust-grid a {
		width: auto;
		height: 52px;
		padding: 6px 8px;
		border-radius: 15px;
	}

	.bamboo-footer__trust-grid img {
		max-height: 38px;
	}

	.bamboo-footer__bottom {
		flex-direction: column;
		align-items: center;
		gap: 6px;
		padding-top: 10px;
		margin-top: 10px;
		border-top: 1px solid var(--bamboo-border);
		font-size: 11px;
		text-align: center;
	}

	.bamboo-footer__bottom p {
		justify-content: center;
	}

	.bamboo-footer__legal {
		justify-content: center;
		gap: 4px 11px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bamboo-footer__phones a,
	.bamboo-footer__track-cta,
	.bamboo-footer__links a,
	.bamboo-footer__social-card,
	.bamboo-footer__trust-grid a {
		transition: none;
	}
}
