/* Deltric: footer-only social icons (verified) */
.social-footer{display:flex;gap:10px;margin-left:auto;justify-content:flex-end}
.sb{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;
    transition:transform .2s ease,background .2s ease}
.sb-ic{width:18px;height:18px;fill:#fff}
.sb:hover{transform:translateY(-2px)}
.sb-ln{background:#0A66C2} /* LinkedIn */
.sb-x {background:#000000} /* X */
.sb-ig{background:#E1306C} /* Instagram */
.sb-wa{background:#25D366} /* WhatsApp */
@media (max-width:640px){.social-footer{justify-content:center;margin-left:0}}