/*  GRZ News — footer stylesheet (store footer adapted: flat solid blue, simplified).  */
.grz-footer {
	padding: 0;
	background: var(--grz-canvas);
}
.grz-footer__shell {
	position: relative;
	width: 100%;
	background: var(--grz-surface);
}
/* ---- Trust bar (flat solid blue) ---- */
.grz-footer-trust {
	position: relative;
	background: var(--grz-blue);
	color: #fff;
}
.grz-footer-trust__track {
	display: grid;
	box-sizing: border-box;
	width: min(100%, var(--grz-container));
	padding-inline: var(--grz-gutter);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 48px;
	align-items: center;
	margin-inline: auto;
}
.grz-footer-trust__item {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
	padding: 8px 18px;
}
.grz-footer-trust__item + .grz-footer-trust__item::before {
	position: absolute;
	inset-inline-start: 0;
	width: 1px;
	height: 26px;
	background: rgba(255, 255, 255, 0.35);
	content: "";
	transform: rotate(24deg);
}
.grz-footer-trust__item > .grz-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}
.grz-footer-trust__item > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
}
.grz-footer-trust__item strong {
	font-size: 0.74rem;
	font-weight: 850;
	line-height: 1.3;
}
.grz-footer-trust__item small {
	overflow: hidden;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.69rem;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ---- Main columns ---- */
.grz-footer-main {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	background: #fff;
	padding: 30px var(--grz-gutter) 24px;
}
.grz-footer-main__grid {
	display: grid;
	width: min(100%, var(--grz-container-inner));
	grid-template-columns: 1.35fr repeat(3, minmax(130px, 0.78fr)) 1.2fr;
	align-items: start;
	gap: clamp(18px, 1.8vw, 28px);
	margin-inline: auto;
}
.grz-footer-brand {
	max-width: 250px;
}
.grz-brand--footer {
	width: 108px;
	margin-bottom: 11px;
}
.grz-brand--footer .grz-brand__main {
	font-size: 1.82rem;
}
.grz-footer-brand p {
	margin: 0 0 11px;
	color: var(--grz-muted);
	font-size: 0.74rem;
	line-height: 1.5;
}
.grz-footer-brand__badge {
	display: inline-flex;
	min-height: 26px;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--grz-line);
	border-radius: var(--grz-radius-sm);
	background: var(--grz-blue-mist);
	color: var(--grz-ink-soft);
	font-size: 0.69rem;
	font-weight: 700;
	padding: 5px 9px;
}
.grz-footer-brand__badge .grz-icon {
	color: var(--grz-blue);
}
.grz-footer-column h2,
.grz-footer-store h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 9px;
	font-size: 0.69rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.grz-footer-column h2 .grz-icon {
	width: 14px;
	height: 14px;
	color: var(--grz-blue);
}
.grz-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.grz-footer-menu li + li {
	margin-top: 5px;
}
.grz-footer-menu a {
	display: inline-block;
	color: var(--grz-muted);
	font-size: 0.71rem;
	font-weight: 520;
	text-decoration: none;
	transition: color var(--grz-transition), transform var(--grz-transition);
}
.grz-footer-menu a:hover {
	color: var(--grz-blue);
	transform: translateX(2px);
}
[dir="rtl"] .grz-footer-menu a:hover {
	transform: translateX(-2px);
}
.grz-footer-store {
	min-width: 0;
	padding-inline-start: clamp(15px, 1.4vw, 22px);
	border-inline-start: 1px solid var(--grz-line);
}
.grz-footer-store > p {
	margin: -2px 0 12px;
	color: var(--grz-muted);
	font-size: 0.71rem;
	line-height: 1.45;
}
.grz-footer-store__button {
	min-height: 38px;
	font-size: 0.76rem;
}
.grz-footer-store__button .grz-icon {
	width: 14px;
	height: 14px;
}
/* ---- Bottom bar ---- */
.grz-footer-bottom {
	border-top: 1px solid var(--grz-line);
	background: var(--grz-surface);
}
.grz-footer-bottom__row {
	display: flex;
	box-sizing: border-box;
	width: min(100%, var(--grz-container));
	padding-inline: var(--grz-gutter);
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
}
.grz-footer-bottom__store {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--grz-ink-soft);
	font-size: 0.74rem;
	font-weight: 800;
	text-decoration: none;
}
.grz-footer-bottom__store:hover {
	color: var(--grz-blue);
}
.grz-footer-bottom__store .grz-icon {
	width: 14px;
	height: 14px;
	color: var(--grz-blue);
}
.grz-footer-copyright {
	display: flex;
	box-sizing: border-box;
	width: min(100%, var(--grz-container));
	padding-inline: var(--grz-gutter);
	min-height: 34px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-inline: auto;
	border-top: 1px solid var(--grz-line);
	color: var(--grz-muted);
	font-size: 0.69rem;
	padding-block: 7px;
	text-align: center;
}
.grz-footer-copyright span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.grz-footer-copyright .grz-icon {
	color: var(--grz-blue);
}
.grz-footer-copyright__divider {
	width: 1px;
	height: 20px;
	background: var(--grz-line-strong);
}
/* ---- Responsive ---- */
@media (max-width: 1120px) {
	.grz-footer-trust__track {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.grz-footer-trust__track::-webkit-scrollbar {
		display: none;
	}

	.grz-footer-trust__item {
		min-width: 260px;
		scroll-snap-align: start;
	}

	.grz-footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grz-footer-store {
		grid-column: 1 / -1;
		margin-top: 4px;
		padding: 16px 0 0;
		border-top: 1px solid var(--grz-line);
		border-inline-start: 0;
	}
}
@media (max-width: 760px) {
	.grz-footer-trust__track {
		padding-inline: 10px;
	}

	.grz-footer-trust__item {
		min-width: 230px;
		padding: 11px 18px;
	}

	.grz-footer-main {
		padding: 24px var(--grz-gutter) 20px;
	}

	.grz-footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 18px;
	}

	.grz-footer-brand {
		grid-column: 1 / -1;
		max-width: none;
		text-align: center;
	}

	.grz-brand--footer {
		justify-content: center;
		margin-inline: auto;
	}

	.grz-footer-copyright {
		flex-direction: column;
		gap: 8px;
		padding-block: 10px;
	}

	.grz-footer-copyright__divider {
		display: none;
	}
}
@media (max-width: 460px) {
	.grz-footer-main__grid {
		grid-template-columns: 1fr;
	}

	.grz-footer-column {
		padding-bottom: 16px;
		border-bottom: 1px solid var(--grz-line);
	}
}
