.hover-white:hover {
    color: #fff !important;
}
.transition-colors {
    transition: color 0.2s ease;
}
.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.social-links .btn-outline-secondary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary) !important;
    color: #fff;
}

.site-footer .footer-menu a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .footer-menu a:hover {
    color: #fff;
}

.footer-brand__mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.footer-brand__text {
    letter-spacing: 0.04em;
}

@media (max-width: 576px) {
	.site-footer { padding-top: 2rem !important; padding-bottom: 1rem !important; }
	.site-footer .row { gap: 1.5rem !important; }
	.site-footer .mb-5 { margin-bottom: 1.5rem !important; }
	.site-footer h3 { font-size: 1.5rem !important; }
	.site-footer h5 { font-size: 0.9rem !important; margin-bottom: 0.75rem !important; }
	.site-footer ul.d-flex.flex-column.gap-3 > * + * { margin-top: 0.5rem !important; }
	.site-footer a.small { font-size: 0.75rem !important; }
	.site-footer img[width="40"] { width: 32px !important; height: 32px !important; }
	.site-footer .h5 { font-size: 1.1rem !important; }
	.site-footer .small { font-size: 0.7rem !important; }
	.site-footer .pt-4 { padding-top: 1rem !important; }
	.site-footer .footer-socials { gap: 0.625rem !important; align-items: center !important; }
	.site-footer .footer-socials > * { margin-top: 0 !important; }
}
