.social-links { margin-top: 60px; text-align: center; }
.social-icons { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }
.social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #17171c; transition: transform .2s, background .2s; }
.social-icons a:hover { transform: scale(1.1); background: #1e1f26; }


.footer-social { margin-top: 12px; display: flex; justify-content: center; gap: 16px; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; }


