.site-footer {background: var(--color-footer);padding: 4rem 0;}
.site-footer__top {display: grid;grid-template-columns: 1.2fr 1fr 1fr 1.3fr;gap: 2rem;align-items: start;}
.site-footer__intro {position: relative;padding-top: 2rem;}
.site-footer__logo {width: 140px;margin-bottom: 1.5rem;}
.site-footer__intro p {margin: 0;color: #9ca3af;font-size: 1rem;line-height: 1.5;}
.site-footer__intro span {display: inline-block;margin-top: 1rem;color: var(--color-primary-dark);font-size: 1rem;font-weight: 600;line-height: 1.5;}
.site-footer__column h2 {margin: 0 0 1.5rem;color: #fff;font-size: 1.25rem;font-weight: 600;line-height: 1.4;}
.site-footer__column ul {display: flex;flex-direction: column;gap: 0.75rem;}
.site-footer__column a,
.site-footer__column span {color: #9ca3af;font-size: 1rem;line-height: 1.5;}
.site-footer__column strong {display: block;margin-bottom: 0.25rem;color: #fff;font-size: 1rem;font-weight: 500;line-height: 1.5;}
.site-footer__bottom {display: flex;align-items: center;justify-content: space-between;gap: 1rem;margin-top: 3rem;border-top: 1px solid #374151;padding-top: 2rem;}
.site-footer__bottom p {margin: 0;color: #9ca3af;font-size: 1rem;line-height: 1.5;}
.site-footer__links {display: flex;gap: 2rem;}
.site-footer__links a {color: #9ca3af;font-size: 1rem;line-height: 1.5;}
@media (max-width: 1199.98px) {
	.site-footer__top {grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width: 991.98px) {
	.site-footer__top,
	.site-footer__bottom {grid-template-columns: 1fr;display: grid;}
	.site-footer__links {gap: 1rem;}
}
@media (max-width: 767.98px) {
	.site-footer { padding: 3rem 0;}
}
@media (max-width: 575.98px) {
	.site-footer__column a,
	.site-footer__column span,
	.site-footer__intro p,
	.site-footer__bottom p,
	.site-footer__links a { font-size: 0.9375rem;}
    .site-footer__top {grid-template-columns: 1fr;}
	.site-footer__bottom {gap: 0.75rem;}
}