.ackgFooter { background: #fff; padding: 40px 0 20px; border-top: 1px solid #eee; font-family: sans-serif; color: #1f2937; }
.ackgFooter .container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.ackgGrid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.ackgBrand { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.ackgLogo { width: 45px; height: 45px; border-radius: 8px; border: 1px solid #f0f0f0; padding: 2px; }
.ackgBrandTitle { font-weight: 800; font-size: 20px; color: #000; }
.ackgSmall { font-size: 14px; color: #6b7280; margin-bottom: 20px; }
.followTitle { font-weight: 800; font-size: 13px; letter-spacing: 1px; color: #374151; margin-bottom: 15px; }
.brandSocial { display: flex; gap: 10px; }
.sItem { width: 40px; height: 40px; background: #f9fafb; border: 1px solid #f3f4f6; border-radius: 10px; display: grid; place-items: center; position: relative; transition: all 0.2s; }
.sItem img { width: 18px; position: absolute; transition: opacity 0.2s; }
.sItem .iconIc { opacity: 0; }
.sItem:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.sItem:hover .iconMc { opacity: 0; }
.sItem:hover .iconIc { opacity: 1; }
.footerCol h4 { font-weight: 800; margin-bottom: 20px; color: #000; }
.contactLine { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 14px; color: #4b5563; }
.contactLine img { width: 18px; }
.footerLinksRow { display: flex; gap: 20px; }
.footerLinksRow a { text-decoration: none; color: #4b5563; font-size: 14px; }
.footerLinksRow a:hover { color: #000; }
.ackgBottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid #f9fafb; text-align: center; font-size: 13px; color: #9ca3af; }
/* İletişim İkonları Sabitleme */
#siteFooter .contactLine img {
    width: 18px !important; /* Dev görünmesini engeller */
    height: 18px !important;
    display: inline-block;
    vertical-align: middle;
}

/* Sosyal Medya Kutuları */
#siteFooter .sItem {
    width: 40px;
    height: 40px;
    background: #f9fafb;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    text-decoration: none;
}

#siteFooter .sItem img {
    width: 20px !important;
    height: 20px !important;
}