/* =========================================================
   VATSTEK — COMPACT PREMIUM FOOTER
   ========================================================= */

.vatstek-footer,
.vatstek-footer *,
.vatstek-footer *::before,
.vatstek-footer *::after {
	box-sizing: border-box;
}

.vatstek-footer {
	--vatstek-footer-bg: #070b10;
	--vatstek-footer-bg-soft: #0d1218;
	--vatstek-footer-border: rgba(255, 255, 255, 0.08);
	--vatstek-footer-text: #ffffff;
	--vatstek-footer-muted: #94a0ad;
	--vatstek-footer-accent: #ffd400;
	--vatstek-footer-max-width: 1600px;

	width: 100%;
	margin: 0;
	padding: 0;
	background:
		radial-gradient(circle at 10% 20%, rgba(255, 212, 0, 0.045), transparent 24%),
		linear-gradient(135deg, #0a0f14 0%, #070b10 55%, #05080c 100%);
	color: var(--vatstek-footer-text);
	font-family: inherit;
}

.vatstek-footer a {
	color: inherit;
	text-decoration: none;
}

.vatstek-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vatstek-footer svg {
	display: block;
	fill: currentColor;
}

/* =========================================================
   MAIN
   ========================================================= */

.vatstek-footer-main {
	width: 100%;
	padding: 26px 0 22px;
}

.vatstek-footer-inner {
	width: 100%;
	max-width: var(--vatstek-footer-max-width);
	margin: 0 auto;
	padding: 0 24px;
}

.vatstek-footer-grid {
	display: grid;
	grid-template-columns:
		minmax(270px, 1.3fr)
		minmax(150px, 0.7fr)
		minmax(150px, 0.72fr)
		minmax(150px, 0.72fr)
		minmax(260px, 1.05fr);
	gap: 28px;
	align-items: start;
}

.vatstek-footer-section {
	min-width: 0;
}

/* =========================================================
   BRAND
   ========================================================= */

.vatstek-footer-brand-row {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}

.vatstek-footer-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

/* REAL ROUND LOGO */

.vatstek-footer-round-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 74px;
	width: 74px;
	height: 74px;
	overflow: hidden;
	background: #000000;
	border: 1px solid rgba(255, 212, 0, 0.35);
	border-radius: 50%;
	box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.28),
		0 0 0 2px rgba(255, 255, 255, 0.025);
}

.vatstek-footer-logo-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 5px !important;
	border-radius: 50%;
	object-fit: contain !important;
	object-position: center !important;
	filter: brightness(1.12) contrast(1.08);
}

.vatstek-footer-logo-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--vatstek-footer-accent);
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

.vatstek-footer-brand-copy {
	min-width: 0;
}

.vatstek-footer-brand-name {
	display: block;
	margin: 0;
	color: #ffffff;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.35px;
}

.vatstek-footer-description {
	max-width: 300px;
	margin: 5px 0 0;
	color: var(--vatstek-footer-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5;
}

/* =========================================================
   CONTACT
   ========================================================= */

.vatstek-footer-contact {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	margin-top: 13px;
}

.vatstek-footer-contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	min-height: 43px;
	padding: 6px 8px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--vatstek-footer-border);
	border-radius: 8px;
	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		transform 0.18s ease;
}

.vatstek-footer-contact-item:hover,
.vatstek-footer-contact-item:focus-visible {
	background: rgba(255, 212, 0, 0.06);
	border-color: rgba(255, 212, 0, 0.22);
	transform: translateY(-1px);
	outline: 0;
}

.vatstek-footer-contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	background: var(--vatstek-footer-accent);
	border-radius: 7px;
	color: #090b0e;
}

.vatstek-footer-contact-icon svg {
	width: 13px;
	height: 13px;
}

.vatstek-footer-contact-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 2px;
}

.vatstek-footer-contact-label {
	color: #7f8a96;
	font-size: 8px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.vatstek-footer-contact-value {
	display: block;
	max-width: 100%;
	overflow: hidden;
	color: #ffffff;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* =========================================================
   HEADINGS
   ========================================================= */

.vatstek-footer-heading {
	position: relative;
	margin: 2px 0 11px;
	padding: 0 0 7px;
	color: #ffffff;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.2;
}

.vatstek-footer-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px;
	height: 2px;
	background: var(--vatstek-footer-accent);
	border-radius: 999px;
}

/* =========================================================
   LINKS
   ========================================================= */

.vatstek-footer-links,
.vatstek-footer-navigation .menu,
.vatstek-footer-navigation > ul {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.vatstek-footer-links li,
.vatstek-footer-navigation .menu > li,
.vatstek-footer-navigation > ul > li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.vatstek-footer-links a,
.vatstek-footer-navigation .menu > li > a,
.vatstek-footer-navigation > ul > li > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 3px 0 3px 11px;
	color: #9aa5b1;
	font-size: 10.5px;
	font-weight: 500;
	line-height: 1.35;
	transition:
		color 0.18s ease,
		padding-left 0.18s ease;
}

.vatstek-footer-links a::before,
.vatstek-footer-navigation .menu > li > a::before,
.vatstek-footer-navigation > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	width: 3px;
	height: 3px;
	background: var(--vatstek-footer-accent);
	border-radius: 50%;
}

.vatstek-footer-links a:hover,
.vatstek-footer-links a:focus-visible,
.vatstek-footer-navigation .menu > li > a:hover,
.vatstek-footer-navigation .menu > li > a:focus-visible,
.vatstek-footer-navigation > ul > li > a:hover,
.vatstek-footer-navigation > ul > li > a:focus-visible {
	padding-left: 14px;
	color: #ffffff;
	outline: 0;
}

/* =========================================================
   SUPERSQUARE
   ========================================================= */

.vatstek-footer-supersquare-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 148px;
	overflow: hidden;
	padding: 15px;
	background:
		linear-gradient(
			145deg,
			rgba(255, 212, 0, 0.075),
			rgba(255, 255, 255, 0.025) 46%,
			rgba(255, 255, 255, 0.015)
		);
	border: 1px solid rgba(255, 212, 0, 0.16);
	border-radius: 12px;
	transition:
		transform 0.2s ease,
		border-color 0.2s ease;
}

.vatstek-footer-supersquare-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 2px;
	background: var(--vatstek-footer-accent);
}

.vatstek-footer-supersquare-card::after {
	content: "";
	position: absolute;
	top: -50px;
	right: -50px;
	width: 110px;
	height: 110px;
	background: rgba(255, 212, 0, 0.05);
	border-radius: 50%;
	pointer-events: none;
}

.vatstek-footer-supersquare-card:hover,
.vatstek-footer-supersquare-card:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(255, 212, 0, 0.34);
	outline: 0;
}

.vatstek-footer-supersquare-kicker {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 6px;
	color: var(--vatstek-footer-accent);
	font-size: 8.5px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}

.vatstek-footer-supersquare-title {
	position: relative;
	z-index: 1;
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.2px;
}

.vatstek-footer-supersquare-description {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 7px;
	color: #929da8;
	font-size: 9.7px;
	font-weight: 400;
	line-height: 1.45;
}

.vatstek-footer-supersquare-action {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: auto;
	padding-top: 9px;
	color: #d7dce2;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.3;
}

.vatstek-footer-supersquare-action svg {
	flex: 0 0 auto;
	width: 11px;
	height: 11px;
	color: var(--vatstek-footer-accent);
	transition: transform 0.18s ease;
}

.vatstek-footer-supersquare-card:hover
	.vatstek-footer-supersquare-action svg {
	transform: translate(2px, -2px);
}

/* =========================================================
   BOTTOM
   ========================================================= */

.vatstek-footer-bottom {
	width: 100%;
	background: #05080b;
	border-top: 1px solid var(--vatstek-footer-border);
}

.vatstek-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	max-width: var(--vatstek-footer-max-width);
	min-height: 44px;
	margin: 0 auto;
	padding: 7px 24px;
}

.vatstek-footer-copyright {
	margin: 0;
	color: #74808c;
	font-size: 9.5px;
	font-weight: 500;
	line-height: 1.4;
}

.vatstek-footer-legal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 6px 16px;
}

.vatstek-footer-legal a {
	position: relative;
	color: #929da8;
	font-size: 9.5px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
	transition: color 0.18s ease;
}

.vatstek-footer-legal a:hover,
.vatstek-footer-legal a:focus-visible {
	color: var(--vatstek-footer-accent);
	outline: 0;
}

.vatstek-footer-legal a + a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -9px;
	width: 3px;
	height: 3px;
	background: #4e5862;
	border-radius: 50%;
	transform: translateY(-50%);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {
	.vatstek-footer-grid {
		grid-template-columns:
			minmax(250px, 1.2fr)
			minmax(135px, 0.7fr)
			minmax(135px, 0.72fr)
			minmax(135px, 0.72fr)
			minmax(230px, 1fr);
		gap: 20px;
	}

	.vatstek-footer-contact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.vatstek-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 24px;
	}

	.vatstek-footer-brand-section,
	.vatstek-footer-supersquare-section {
		grid-column: 1 / -1;
	}

	.vatstek-footer-contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 520px;
	}

	.vatstek-footer-supersquare-card {
		min-height: auto;
	}
}

/* =========================================================
   MOBILE — TWO COLUMNS
   ========================================================= */

@media (max-width: 640px) {
	.vatstek-footer-main {
		padding: 20px 0 18px;
	}

	.vatstek-footer-inner {
		padding-right: 12px;
		padding-left: 12px;
	}

	.vatstek-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 12px;
	}

	.vatstek-footer-brand-section,
	.vatstek-footer-supersquare-section {
		grid-column: 1 / -1;
	}

	.vatstek-footer-brand-row {
		gap: 10px;
	}

	.vatstek-footer-round-logo {
		flex-basis: 62px;
		width: 62px;
		height: 62px;
	}

	.vatstek-footer-logo-image {
		padding: 4px !important;
	}

	.vatstek-footer-brand-name {
		font-size: 17px;
	}

	.vatstek-footer-description {
		max-width: 250px;
		margin-top: 4px;
		font-size: 9.8px;
		line-height: 1.45;
	}

	.vatstek-footer-contact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 11px;
	}

	.vatstek-footer-contact-item {
		min-height: 41px;
		padding: 5px 6px;
	}

	.vatstek-footer-contact-icon {
		flex-basis: 27px;
		width: 27px;
		height: 27px;
	}

	.vatstek-footer-contact-value {
		font-size: 8.5px;
	}

	.vatstek-footer-heading {
		margin-bottom: 8px;
		padding-bottom: 6px;
		font-size: 11.5px;
	}

	.vatstek-footer-links a,
	.vatstek-footer-navigation .menu > li > a,
	.vatstek-footer-navigation > ul > li > a {
		min-height: 24px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 9.8px;
	}

	.vatstek-footer-supersquare-card {
		padding: 12px 13px;
		border-radius: 10px;
	}

	.vatstek-footer-supersquare-kicker {
		margin-bottom: 4px;
		font-size: 7.8px;
	}

	.vatstek-footer-supersquare-title {
		font-size: 13.5px;
	}

	.vatstek-footer-supersquare-description {
		margin-top: 5px;
		font-size: 8.8px;
		line-height: 1.4;
	}

	.vatstek-footer-supersquare-action {
		margin-top: 7px;
		padding-top: 0;
		font-size: 8.5px;
	}

	.vatstek-footer-bottom-inner {
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		min-height: 56px;
		padding: 7px 12px;
		text-align: center;
	}

	.vatstek-footer-legal {
		justify-content: center;
		gap: 5px 14px;
	}

	.vatstek-footer-copyright,
	.vatstek-footer-legal a {
		font-size: 8.7px;
	}
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 390px) {
	.vatstek-footer-inner {
		padding-right: 9px;
		padding-left: 9px;
	}

	.vatstek-footer-grid {
		gap: 16px 9px;
	}

	.vatstek-footer-round-logo {
		flex-basis: 56px;
		width: 56px;
		height: 56px;
	}

	.vatstek-footer-brand-name {
		font-size: 15px;
	}

	.vatstek-footer-description {
		font-size: 9px;
	}

	.vatstek-footer-contact {
		gap: 5px;
	}

	.vatstek-footer-contact-item {
		gap: 5px;
	}

	.vatstek-footer-contact-icon {
		flex-basis: 25px;
		width: 25px;
		height: 25px;
	}

	.vatstek-footer-contact-icon svg {
		width: 11px;
		height: 11px;
	}

	.vatstek-footer-contact-label {
		font-size: 6.8px;
	}

	.vatstek-footer-contact-value {
		font-size: 7.9px;
	}

	.vatstek-footer-heading {
		font-size: 11px;
	}

	.vatstek-footer-links a,
	.vatstek-footer-navigation .menu > li > a,
	.vatstek-footer-navigation > ul > li > a {
		font-size: 9.3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vatstek-footer *,
	.vatstek-footer *::before,
	.vatstek-footer *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}