/* Sosyal Medya Brand İkonları */
.social-link {
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:8px;transition:.2s;
  text-decoration:none;flex-shrink:0;
}
.social-link:hover{opacity:.8;transform:translateY(-2px);}
.social-link svg{width:18px;height:18px;display:block;}

.si-instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);}
.si-facebook{background:#1877f2;}
.si-youtube{background:#ff0000;}
.si-twitter{background:#000;}
.si-tiktok{background:#010101;}
.si-linkedin{background:#0a66c2;}
.si-whatsapp{background:#25d366;}
.si-telegram{background:#26a5e4;}
.si-pinterest{background:#e60023;}
.si-snapchat{background:#fffc00;}
.si-snapchat svg path{fill:#000!important;}
