.modern-footer .footer-grid { grid-template-columns: 1.1fr 1.2fr .8fr 1fr; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.modern-footer .footer-social a { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid #30364a; border-radius: 50%; color: #fff; line-height: 1; transition: background-color .2s, border-color .2s, transform .2s; }
.modern-footer .footer-social a:hover,
.modern-footer .footer-social a:focus-visible { color: #0c1022; background: var(--yellow); border-color: var(--yellow); transform: translateY(-2px); }
@media (max-width: 900px) { .modern-footer .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .modern-footer .footer-grid { grid-template-columns: 1fr; } }
