/* =========================================================================
   UNITECH · footer.css  —  Footer 5 columnas (#16181c) + barra inferior
   ========================================================================= */

.unitech-footer {
	color: #d7dae1;
	font-family: var(--font-body);
	padding-block: 0;
}
.unitech-footer a { color: #d7dae1; text-decoration: none; }
.unitech-footer a:hover { color: #fff; text-decoration: underline; }

.unitech-footer__cols { gap: 2rem; }

.unitech-footer__logo img { width: 150px; height: auto; filter: brightness(0) invert(1); }
.unitech-footer__claim {
	font-family: var(--font-display);
	color: #aeb3bf;
	font-size: 0.95rem;
	margin-top: 0.75rem;
}

.unitech-footer__title {
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem;
	text-transform: none;
}
.unitech-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	font-size: 0.875rem;
}

.unitech-footer__social { gap: 0.4rem; }
.unitech-footer__social .wp-social-link { background: rgba(255, 255, 255, 0.08); border-radius: 50%; }
.unitech-footer__social .wp-social-link:hover { background: var(--color-secondary); }

/* Barra inferior */
.unitech-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-block: 1.25rem;
	font-size: 0.8125rem;
	color: #9aa0ad;
}
.unitech-footer__bottom p { margin: 0; }

@media (max-width: 781px) {
	.unitech-footer__cols { gap: 1.5rem; }
	.unitech-footer__bottom { gap: 0.5rem; }
}
