.hoogig-footer {
	--footer-text: #191919;
	--footer-muted: #6b6a66;
	--footer-border: #ecece8;
	--footer-blue: #0e42b6;
	--footer-blue-soft: rgba(14, 66, 182, 0.08);
	--footer-blue-border: rgba(14, 66, 182, 0.22);
	box-sizing: border-box;
	width: 100%;
	padding: 24px 24px 32px;
	background: #f7f7f4;
	color: var(--footer-text);
	font-family: 'Yekan Bakh', inherit, sans-serif;
}

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

.hoogig-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 1180px;
	margin: 0 auto;
}

.hoogig-footer-card {
	padding: 24px 28px;
	border: 1px solid rgba(25, 25, 25, 0.06);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(25, 25, 25, 0.05);
}

.hoogig-footer-kicker {
	margin: 0 0 6px;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--footer-blue);
}

.hoogig-footer__top {
	display: grid;
	grid-template-columns: minmax(220px, 0.4fr) minmax(0, 0.6fr);
	gap: 14px;
	align-items: stretch;
}

.hoogig-footer-awards {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.hoogig-footer-awards__title,
.hoogig-footer-trust__title,
.hoogig-footer-brands__title {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.7;
	color: var(--footer-text);
}

.hoogig-footer-awards__title {
	display: flex;
	align-items: center;
	gap: 8px;
}

.hoogig-footer-awards__icon {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--footer-blue-soft);
	color: var(--footer-blue);
}

.hoogig-footer-awards__icon svg {
	width: 16px;
	height: 16px;
}

.hoogig-footer-awards__frame {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 1 1 auto;
	min-height: 188px;
	margin-top: 16px;
	padding: 20px 16px;
	border: 1px solid #f0f0ec;
	border-radius: 20px;
	background: #fafafa;
}

.hoogig-footer-awards__frame img,
.hoogig-footer-trophy {
	display: block;
	width: auto;
	max-width: 160px;
	max-height: 150px;
	object-fit: contain;
}

.hoogig-footer-awards__caption {
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--footer-muted);
}

.hoogig-footer-trust {
	display: flex;
	flex-direction: column;
}

.hoogig-footer-trust__head {
	margin-bottom: 16px;
}

.hoogig-footer-trust__title {
	font-size: 1.15rem;
}

.hoogig-footer-trust__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hoogig-footer-trust__badge {
	display: grid;
	place-items: center;
	width: 108px;
	height: 108px;
	padding: 14px;
	border: 1px solid var(--footer-border);
	border-radius: 18px;
	background: #fff;
	text-decoration: none;
}

.hoogig-footer-trust__badge img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.hoogig-footer-trust__address {
	margin: auto 0 0;
	padding-top: 18px;
	font-size: 0.82rem;
	line-height: 1.9;
	color: var(--footer-muted);
}

.hoogig-footer-brands__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.hoogig-footer-brands__title {
	font-size: 1.12rem;
}

a.hoogig-footer-brands__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	margin-top: 4px;
	color: var(--footer-blue) !important;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: none !important;
}

a.hoogig-footer-brands__link svg {
	width: 16px;
	height: 16px;
}

a.hoogig-footer-brands__link:hover {
	color: #0a3390 !important;
}

.hoogig-footer-brands__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hoogig-footer-brands__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 58px;
	padding: 8px 14px;
	border: 1px solid #f0f0ec;
	border-radius: 14px;
	background: #fff;
	text-decoration: none;
}

.hoogig-footer-brands__logo img {
	display: block;
	width: auto;
	max-width: 92px;
	max-height: 36px;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.72;
	transition: filter 0.2s ease, opacity 0.2s ease;
}

.hoogig-footer-brands__logo:hover img {
	filter: none;
	opacity: 1;
}

.hoogig-footer-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	margin: 2px 0 -4px;
}

.hoogig-footer-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 11px;
	border: 1px solid var(--footer-blue-border);
	border-radius: 999px;
	background: #fff;
	color: var(--footer-blue) !important;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.74rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hoogig-footer-pill:hover {
	background: var(--footer-blue-soft);
	border-color: var(--footer-blue);
	color: #0a3390 !important;
}

.hoogig-footer-pill__icon {
	display: grid;
	place-items: center;
	color: var(--footer-blue);
}

.hoogig-footer-pill__icon svg {
	width: 12px;
	height: 12px;
}

.hoogig-footer-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 26px 32px;
	border: 1px solid var(--footer-blue-border);
	border-top: 3px solid var(--footer-blue);
}

.hoogig-footer-bar__brand {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.hoogig-footer-bar__copy {
	min-width: 0;
}

.hoogig-footer-bar__copy p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.9;
	color: var(--footer-text);
}

.hoogig-footer-bar__copy strong {
	font-weight: 800;
	color: var(--footer-text);
}

.hoogig-footer-bar__copy-en {
	margin-top: 2px !important;
	font-size: 0.8rem !important;
	color: var(--footer-muted) !important;
}

.hoogig-footer-bar__copy-en strong {
	color: var(--footer-text);
}

a.hoogig-footer-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	text-decoration: none !important;
	box-shadow: none !important;
}

.hoogig-footer-logo img {
	display: block;
	width: auto;
	height: 40px;
	object-fit: contain;
}

.hoogig-footer-bar__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

.hoogig-footer-social__label {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--footer-text);
}

.hoogig-footer-social__row {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 22px;
}

.hoogig-footer-social__icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

a.hoogig-footer-social__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--footer-border);
	border-radius: 12px;
	background: #fff;
	color: var(--footer-blue) !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

a.hoogig-footer-social__icon:hover {
	border-color: var(--footer-blue);
	background: var(--footer-blue-soft);
	transform: translateY(-1px);
}

a.hoogig-footer-social__icon img,
a.hoogig-footer-social__icon svg {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

a.hoogig-footer-social__icon--github,
a.hoogig-footer-social__icon--telegram {
	color: #fff !important;
}

a.hoogig-footer-social__icon--github {
	background: #111827;
	border-color: #111827;
}

a.hoogig-footer-social__icon--telegram {
	background: #2aabee;
	border-color: #2aabee;
}

.hoogig-footer-phone {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	border: 1px solid var(--footer-blue-border);
	border-radius: 10px;
	background: #fff;
	color: var(--footer-text) !important;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none !important;
	box-shadow: 0 6px 16px rgba(14, 66, 182, 0.14);
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hoogig-footer-phone:hover {
	background: #fff;
	border-color: var(--footer-blue);
	box-shadow: 0 8px 20px rgba(14, 66, 182, 0.2);
}

.hoogig-footer-phone__icon {
	display: grid;
	place-items: center;
	color: var(--footer-blue);
}

.hoogig-footer-phone__icon svg {
	width: 14px;
	height: 14px;
}

body.hoogig-has-footer .site-footer {
	display: none !important;
}

@media (max-width: 900px) {
	.hoogig-footer__top,
	.hoogig-footer-bar {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
	}

	.hoogig-footer-bar__brand,
	.hoogig-footer-brands__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.hoogig-footer-bar__aside {
		align-items: flex-start;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.hoogig-footer {
		padding: 28px 16px 22px;
	}

	.hoogig-footer-card {
		padding: 18px 16px;
		border-radius: 20px;
	}

	.hoogig-footer-brands__logos {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
	}

	.hoogig-footer-brands__logo {
		flex: 0 0 auto;
	}

	.hoogig-footer-pills {
		gap: 6px;
	}

	.hoogig-footer-pill {
		padding: 5px 10px;
		font-size: 0.7rem;
	}
}
