footer.wz-footer {
	--wz-ft-accent: #ff5c35;
	--wz-ft-line: rgba(255, 255, 255, 0.08);
	--wz-ft-text: #e8eef7;
	--wz-ft-muted: #8b97a8;
	--wz-ft-cyan: var(--wz-ft-accent);
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(900px 280px at 12% -10%, color-mix(in srgb, var(--wz-ft-accent) 14%, transparent), transparent 70%),
		radial-gradient(700px 320px at 100% 110%, color-mix(in srgb, var(--wz-ft-accent) 10%, transparent), transparent 68%),
		linear-gradient(180deg, #0a0c10 0%, #050608 42%, #020203 100%);
	color: var(--wz-ft-text);
	padding: 56px 0 0;
	border-top: 1px solid color-mix(in srgb, var(--wz-ft-accent) 28%, transparent);
	margin-top: 0;
}
body[class*="page-web-desgn"] footer.wz-footer { --wz-ft-accent: #8bc640; }
body[class*="page-wiza-page"] footer.wz-footer { --wz-ft-accent: #ff5c35; }
body[class*="page-wiza-mail"] footer.wz-footer { --wz-ft-accent: #c1272d; }
body[class*="page-wiza-zns"] footer.wz-footer { --wz-ft-accent: #0068ff; }
body[class*="page-wiza-bot"] footer.wz-footer { --wz-ft-accent: #38bdf8; }
body[class*="page-wiza-content"] footer.wz-footer { --wz-ft-accent: #6366f1; }

footer.wz-footer::before,
footer.wz-footer::after { content: ""; position: absolute; pointer-events: none; z-index: 0; }
footer.wz-footer::before {
	inset: 0;
	background-image:
		radial-gradient(circle, color-mix(in srgb, var(--wz-ft-accent) 42%, transparent) 1px, transparent 1.4px),
		linear-gradient(color-mix(in srgb, var(--wz-ft-accent) 10%, transparent) 1px, transparent 1px),
		linear-gradient(90deg, color-mix(in srgb, var(--wz-ft-accent) 10%, transparent) 1px, transparent 1px);
	background-size: 28px 28px, 56px 56px, 56px 56px;
	mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 10%, transparent 82%);
	opacity: 0.7;
	animation: wz-ft-grid 28s linear infinite;
}
footer.wz-footer::after {
	inset: 0;
	background:
		repeating-linear-gradient(180deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 5px);
	opacity: 0.22;
	mix-blend-mode: overlay;
}
.wz-footer__tech {
	position: absolute; inset: 0; z-index: 0; pointer-events: none;
	color: var(--wz-ft-accent);
	overflow: hidden;
}
.wz-footer__tech svg {
	position: absolute; inset: 0; width: 100%; height: 100%;
	opacity: 0.72;
}
.wz-footer__tech-flow {
	stroke-dasharray: 10 22;
	animation: wz-ft-flow 16s linear infinite;
}
.wz-footer__tech-flow--slow { animation-duration: 24s; animation-direction: reverse; }
.wz-footer__tech-node {
	transform-box: fill-box;
	transform-origin: center;
	animation: wz-ft-pulse 2.8s ease-in-out infinite;
}
.wz-footer__tech-node:nth-child(odd) { animation-delay: .7s; }
.wz-footer__tech-scan {
	position: absolute; left: -10%; width: 38%; height: 140%;
	top: -20%;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--wz-ft-accent) 16%, transparent), transparent);
	transform: rotate(18deg);
	animation: wz-ft-scan 8s ease-in-out infinite;
	filter: blur(8px);
}
.wz-footer__tech-orb {
	position: absolute; border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--wz-ft-accent) 55%, #fff), transparent 70%);
	filter: blur(2px);
	animation: wz-ft-orb 12s ease-in-out infinite;
}
.wz-footer__tech-orb--a { width: 140px; height: 140px; right: 8%; top: 8%; opacity: .22; }
.wz-footer__tech-orb--b { width: 220px; height: 220px; left: -4%; bottom: -8%; opacity: .16; animation-delay: -4s; }
@keyframes wz-ft-grid {
	from { background-position: 0 0, 0 0, 0 0; }
	to { background-position: 0 56px, 0 56px, 56px 0; }
}
@keyframes wz-ft-flow { to { stroke-dashoffset: -320; } }
@keyframes wz-ft-pulse {
	0%, 100% { opacity: .35; }
	50% { opacity: 1; }
}
@keyframes wz-ft-scan {
	0% { transform: translateX(-40%) rotate(18deg); opacity: 0; }
	18% { opacity: .7; }
	82% { opacity: .7; }
	100% { transform: translateX(280%) rotate(18deg); opacity: 0; }
}
@keyframes wz-ft-orb {
	0%, 100% { transform: translate(0,0) scale(1); }
	50% { transform: translate(18px,-14px) scale(1.08); }
}
@media (prefers-reduced-motion: reduce) {
	footer.wz-footer::before,
	.wz-footer__tech-flow,
	.wz-footer__tech-node,
	.wz-footer__tech-scan,
	.wz-footer__tech-orb { animation: none; }
}
footer.wz-footer .container { position: relative; z-index: 1; }
footer.wz-footer a,
footer.wz-footer p,
footer.wz-footer li,
footer.wz-footer span {
	padding-top: 0;
	padding-bottom: 0;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
}
footer.wz-footer small {
	font-size: 13px;
}
/* —— TOP: brand + apps —— */
.wz-footer__top {
	display: grid;
	grid-template-columns: minmax(260px, 0.92fr) minmax(0, 2.15fr);
	gap: 36px 48px;
	align-items: start;
	padding-bottom: 40px;
}
.wz-footer__cell { min-width: 0; }
footer.wz-footer .wz-footer__cell.widget,
footer.wz-footer .wz-footer__col.widget {
	margin: 0;
}
.wz-footer__brand-logo {
	display: inline-flex; align-items: center; gap: 12px;
	text-decoration: none; margin-bottom: 8px;
}
.wz-footer__wordmark {
	height: 36px; width: auto; max-width: min(168px, 100%);
	display: block; object-fit: contain;
	padding: 8px 12px; border-radius: 10px;
	box-sizing: content-box;
}
.wz-footer__brand-mark {
	width: 42px; height: 42px; border-radius: 12px;
	background: linear-gradient(135deg, var(--wz-ft-accent), #ea580c 55%, #c2410c);
	display: grid; place-items: center; color: #fff;
	font-weight: 800; font-size: 20px; letter-spacing: -0.04em;
	overflow: hidden; flex: 0 0 42px;
}
.wz-footer__brand-name { display: flex; flex-direction: column; line-height: 1.15; }
.wz-footer__brand-name strong { color: #fff; font-size: 18px; font-weight: 700; }
.wz-footer__tagline {
	display: block; color: var(--wz-ft-muted); font-size: 12px; font-weight: 500;
	letter-spacing: 0.04em; margin: 0 0 18px; padding-left: 2px;
}
.wz-footer__brand h3 {
	margin: 0 0 10px; color: #fff; font-size: 22px; font-weight: 700;
	line-height: 1.35; max-width: 16em;
}
.wz-footer__brand p {
	margin: 0; color: var(--wz-ft-muted); font-size: 14px; line-height: 1.7; max-width: 34em;
}
.wz-footer__brand-rule {
	width: 52px; height: 3px; border-radius: 99px;
	background: linear-gradient(90deg, var(--wz-ft-accent), transparent);
	margin-top: 18px;
}

.wz-footer__apps {
	position: relative;
	padding: 18px 20px 16px;
	border-radius: 18px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.018) 100%);
	border: 1px solid color-mix(in srgb, var(--wz-ft-accent) 26%, rgba(255,255,255,0.1));
	box-shadow:
		0 18px 44px rgba(0,0,0,0.32),
		inset 0 1px 0 rgba(255,255,255,0.08);
	backdrop-filter: blur(12px);
}
.wz-footer__apps::before {
	content: "";
	position: absolute; left: 14%; right: 14%; top: 0; height: 1px; z-index: 2; pointer-events: none;
	background: linear-gradient(90deg, transparent, var(--wz-ft-accent), transparent);
	opacity: 0.9;
	box-shadow: 0 0 14px color-mix(in srgb, var(--wz-ft-accent) 50%, transparent);
}
.wz-footer__apps-frame {
	position: absolute; inset: 8px; pointer-events: none; z-index: 1;
	background:
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 0 0 / 12px 1.5px no-repeat,
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 0 0 / 1.5px 12px no-repeat,
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 100% 0 / 12px 1.5px no-repeat,
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 100% 0 / 1.5px 12px no-repeat,
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 0 100% / 12px 1.5px no-repeat,
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 0 100% / 1.5px 12px no-repeat,
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 100% 100% / 12px 1.5px no-repeat,
		linear-gradient(var(--wz-ft-accent), var(--wz-ft-accent)) 100% 100% / 1.5px 12px no-repeat;
	opacity: 0.42;
}
.wz-footer__apps-head,
.wz-footer__apps-grid { position: relative; z-index: 1; }
.wz-footer__apps-head {
	margin: 0 0 12px; padding: 0 2px 11px;
	color: var(--wz-ft-accent);
	font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
	display: flex; align-items: center; gap: 8px;
	border-bottom: 1px solid color-mix(in srgb, var(--wz-ft-accent) 16%, rgba(255,255,255,0.08));
}
.wz-footer__apps-head svg { width: 13px; height: 13px; flex: 0 0 13px; opacity: 0.92; }
.wz-footer__apps-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}
.wz-footer__app {
	display: flex; align-items: center; gap: 11px;
	text-decoration: none; min-width: 0;
	padding: 10px 11px;
	border-radius: 12px;
	background: rgba(0,0,0,0.24);
	border: 1px solid rgba(255,255,255,0.055);
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.wz-footer__app:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.05);
	border-color: color-mix(in srgb, var(--wz-ft-accent) 40%, transparent);
	box-shadow: 0 10px 22px rgba(0,0,0,0.28);
}
.wz-footer__app:focus-visible {
	outline: 2px solid var(--wz-ft-accent);
	outline-offset: 2px;
}
.wz-footer__app-ico {
	flex: 0 0 38px; width: 38px; height: 38px; border-radius: 10px;
	display: grid; place-items: center;
	padding: 3px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0,0,0,0.22);
}
.wz-footer__app-ico img {
	width: 100%; height: 100%; object-fit: contain; display: block;
}
.wz-footer__app-txt { min-width: 0; }
.wz-footer__app-txt strong {
	display: block; color: #fff; font-size: 13.5px; font-weight: 650; line-height: 1.25;
	letter-spacing: -0.01em;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.wz-footer__app-txt small {
	display: -webkit-box; color: var(--wz-ft-muted); font-size: 11.5px; line-height: 1.4; margin-top: 3px;
	text-transform: none; overflow: hidden;
	-webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

/* —— MID: 4 cột có divider —— */
.wz-footer__mid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.85fr) minmax(0, 0.95fr);
	gap: 0;
	padding: 28px 0 24px;
	border-top: 1px solid var(--wz-ft-line);
	align-items: start;
}
.wz-footer__col {
	padding: 0 24px;
	border-right: 1px solid var(--wz-ft-line);
	min-width: 0;
}
.wz-footer__col:first-child { padding-left: 0; }
.wz-footer__col:last-child { border-right: 0; padding-right: 0; }

.wz-footer__company-name {
	margin: 0 0 14px; color: #fff; font-size: 13px; font-weight: 700;
	letter-spacing: 0.03em; text-transform: uppercase; line-height: 1.45;
	display: flex; align-items: flex-start; gap: 8px;
}
.wz-footer__company-name svg {
	flex: 0 0 16px; width: 16px; height: 16px; margin-top: 1px; color: var(--wz-ft-accent);
}
.wz-footer__col-title {
	margin: 0 0 14px; color: #fff; font-size: 13px; font-weight: 700;
	letter-spacing: 0.06em; text-transform: uppercase;
}
.wz-footer__col-title--sub { margin-top: 22px; }
.wz-footer__contact {
	display: grid; gap: 12px; margin: 0; padding: 0; list-style: none;
}
.wz-footer__contact li {
	display: flex; align-items: flex-start; gap: 10px;
	color: var(--wz-ft-muted); font-size: 13px !important; line-height: 1.55 !important;
	height: auto !important;
}
.wz-footer__contact li span,
footer.wz-footer ul.wz-footer__contact span {
	display: block; color: var(--wz-ft-muted) !important; font-size: 13px !important;
	line-height: 1.55 !important; height: auto !important; font-weight: 400 !important;
	padding: 0 !important;
}
.wz-footer__contact a {
	color: var(--wz-ft-muted); text-decoration: none;
	font-size: 13px !important; line-height: 1.55 !important;
}
.wz-footer__contact a:hover { color: var(--wz-ft-accent); }
.wz-footer__contact-ico {
	flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; color: var(--wz-ft-accent);
}

.wz-footer__links { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.wz-footer__links a {
	display: inline-flex; align-items: center; gap: 8px;
	color: var(--wz-ft-muted); text-decoration: none; font-size: 13.5px;
	transition: color 0.15s ease, transform 0.15s ease;
}
.wz-footer__links a::before { content: "›"; color: var(--wz-ft-accent); font-size: 16px; line-height: 1; }
.wz-footer__links a:hover { color: #fff; transform: translateX(2px); }

.wz-footer__social { display: flex; flex-wrap: wrap; gap: 10px; }
.wz-footer__social a {
	width: 36px; height: 36px; border-radius: 999px; display: grid; place-items: center;
	background: transparent; border: 0;
	transition: transform 0.15s ease, filter 0.15s ease;
}
.wz-footer__social a:hover { transform: translateY(-2px); filter: brightness(1.08); }
.wz-footer__social img {
	width: 36px; height: 36px; object-fit: contain; display: block;
	padding: 0 !important; background: none !important; border-radius: 999px;
}

.wz-footer__badges {
	display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
	justify-content: flex-end;
}
.wz-footer__badge {
	display: flex; align-items: center; justify-content: center;
	height: 42px; padding: 4px 8px; border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.wz-footer__badge img {
	max-height: 34px; width: auto; max-width: 110px; display: block;
	padding: 0 !important; background: none !important; border-radius: 0;
}
.wz-footer__badges .list-footer-icon,
.wz-footer__badges ul { display: flex; align-items: center; gap: 8px; list-style: none; margin: 0; padding: 0; }
.wz-footer__badges .list-footer-icon li { display: flex; }

.wz-footer__bot {
	display: flex; align-items: center; justify-content: space-between; gap: 16px 24px;
	padding: 14px 0 20px; border-top: 1px solid var(--wz-ft-line);
	color: var(--wz-ft-muted); font-size: 12px;
}
.wz-footer__bot p { margin: 0; }

@media (max-width: 1100px) {
	.wz-footer__top { grid-template-columns: 1fr; gap: 28px; }
	.wz-footer__brand h3,
	.wz-footer__brand p { max-width: none; }
	.wz-footer__apps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.wz-footer__mid { grid-template-columns: 1fr 1fr; gap: 0 8px; }
	.wz-footer__col {
		border-right: 0;
		padding: 0 12px 22px 0;
		border-bottom: 1px solid var(--wz-ft-line);
	}
	.wz-footer__col:nth-child(even) { padding-left: 12px; padding-right: 0; }
	.wz-footer__col:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 0; }
}
@media (max-width: 768px) {
	footer.wz-footer { padding: 32px 0 0; }
	footer.wz-footer .container { width: 100%; max-width: 100%; padding-left: 16px; padding-right: 16px; box-sizing: border-box; }
	.wz-footer__top { gap: 20px; padding-bottom: 22px; }
	.wz-footer__mid { grid-template-columns: 1fr; gap: 0; padding: 20px 0 6px; }
	.wz-footer__col,
	.wz-footer__col:nth-child(odd),
	.wz-footer__col:nth-child(even),
	.wz-footer__col:nth-last-child(-n+2) {
		padding: 0 0 18px !important;
		border: 0 !important;
		border-bottom: 1px solid var(--wz-ft-line) !important;
	}
	.wz-footer__col:last-child { border-bottom: 0 !important; padding-bottom: 4px !important; }
	.wz-footer__apps { padding: 14px 12px 12px; border-radius: 16px; }
	.wz-footer__apps-frame { inset: 6px; }
	.wz-footer__apps-head { margin-bottom: 10px; padding-bottom: 9px; }
	.wz-footer__apps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.wz-footer__app { gap: 9px; padding: 9px 10px; min-height: 44px; }
	.wz-footer__app:hover { transform: none; }
	.wz-footer__app-ico { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 9px; padding: 5px; }
	.wz-footer__app-txt strong { font-size: 13px; }
	.wz-footer__app-txt small { font-size: 11px; }
	.wz-footer__brand h3 { font-size: 18px; }
	.wz-footer__brand p { font-size: 13px; line-height: 1.6; }
	.wz-footer__wordmark { height: 30px; padding: 6px 10px; }
	.wz-footer__company-name,
	.wz-footer__col-title { font-size: 12px; }
	.wz-footer__links a,
	.wz-footer__contact a,
	.wz-footer__contact li,
	footer.wz-footer ul.wz-footer__contact span {
		font-size: 13px !important;
		min-height: 32px;
	}
	.wz-footer__social { gap: 8px; }
	.wz-footer__social a,
	.wz-footer__social img { width: 40px; height: 40px; }
	.wz-footer__bot { flex-direction: column; align-items: flex-start; gap: 12px; padding: 14px 0 18px; }
	.wz-footer__badges { justify-content: flex-start; }
	.wz-footer__badge { height: 36px; padding: 3px 6px; }
	.wz-footer__badge img { max-height: 28px; max-width: 90px; }
	.wz-footer__tech-scan { display: none; }
	.wz-footer__apps::before,
	footer.wz-footer::before { animation: none; }
}
@media (max-width: 480px) {
	footer.wz-footer .container { padding-left: 14px; padding-right: 14px; }
	.wz-footer__apps { padding: 12px 10px 10px; }
	.wz-footer__apps-grid { grid-template-columns: 1fr; gap: 7px; }
	.wz-footer__bot p { font-size: 11px; line-height: 1.5; }
}
