/* =========================
   ACKG FOOTER — FINAL CLEAN
   (Scoped → #siteFooter)
========================= */

#siteFooter{ margin-top:60px; }

/* CONTAINER */
#siteFooter .container{
  width:min(1120px, calc(100% - 40px));
  margin-inline:auto;
}

/* =========================
   FOOTER SHELL
========================= */
#siteFooter .ackgFooter{
  padding:60px 0 30px;
  background:linear-gradient(180deg,#ffffff 0%,#f9fafb 100%);
  border-top:1px solid rgba(0,0,0,0.06);
  position:relative;
  overflow:hidden;
}

/* glow background */
#siteFooter .ackgFooter::before{
  content:"";
  position:absolute;
  top:-100px;
  left:50%;
  transform:translateX(-50%);
  width:600px;
  height:300px;
  background:radial-gradient(circle, rgba(99,102,241,0.15), transparent 70%);
  filter:blur(60px);
  z-index:0;
}

/* =========================
   GRID
========================= */
#siteFooter .ackgGrid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:40px;
}

/* =========================
   BRAND
========================= */
#siteFooter .ackgBrand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

#siteFooter .ackgLogo{
  width:46px;
  height:46px;
  border-radius:12px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

#siteFooter .ackgBrandTitle{
  font-weight:700;
  font-size:19px;
}

#siteFooter .ackgSmall{
  font-size:13px;
  color:#6b7280;
  margin-bottom:14px;
}

/* =========================
   SOCIAL
========================= */
#siteFooter .followTitle{
  font-size:13px;
  font-weight:600;
  margin-bottom:10px;
  color:#374151;
}

#siteFooter .brandSocial{
  display:flex;
  gap:12px;
}

/* ICON */
#siteFooter .sItem{
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(255,255,255,0.6);
  backdrop-filter:blur(10px);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  transition:all .3s ease;
  box-shadow:0 4px 14px rgba(0,0,0,0.06);
}

#siteFooter .sItem:hover{
  transform:translateY(-4px) scale(1.05);
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* ICONS */
#siteFooter .iconMc,
#siteFooter .iconIc{
  width:18px;
  height:18px;
  position:absolute;
  transition:.3s ease;
}

#siteFooter .iconIc{
  opacity:0;
  transform:scale(.7);
}

#siteFooter .sItem:hover .iconIc{
  opacity:1;
  transform:scale(1);
}

#siteFooter .sItem:hover .iconMc{
  opacity:0;
  transform:scale(.7);
}

/* =========================
   CONTACT
========================= */
#siteFooter h4{
  font-size:14px;
  margin-bottom:12px;
  color:#111827;
}

#siteFooter .contactLine{
  font-size:13px;
  margin-bottom:8px;
  color:#374151;
}

/* =========================
   🔥 LINKS (FIXED)
========================= */

#siteFooter .footerLinksCol a{
  display:block;
  font-size:13px;
  color:#374151;
  text-decoration:none;
  position:relative;
  transition:.2s;
}

#siteFooter .footerLinksCol a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:0%;
  height:1px;
  background:#111;
  transition:.25s;
}

#siteFooter .footerLinksCol a:hover{
  color:#111;
}

#siteFooter .footerLinksCol a:hover::after{
  width:100%;
}

/* =========================
   BOTTOM
========================= */
#siteFooter .ackgBottom{
  text-align:center;
  margin-top:40px;
  font-size:12px;
  color:#9ca3af;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:900px){
  #siteFooter .ackgGrid{
    grid-template-columns:1fr;
    gap:30px;
  }

  #siteFooter .ackgFooter{
    padding:40px 0 20px;
  }
}
/* === Taşındı: generator footer bloğu === */
  .ackg-footer { 
    background: #ffffff; 
    color: #333; 
    padding: 50px 0 30px 0; 
    border-top: 1px solid #f1f5f9; 
    font-family: Arial, sans-serif; 
  }
  .ackg-footer-container { 
    max-width: 1140px; 
    margin: 0 auto; 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    padding: 0 20px; 
  }
  .ackg-footer-col { flex: 1; min-width: 280px; margin-bottom: 30px; }
  
  /* Çizgisiz Sade Başlıklar */
  .ackg-footer-col h4 { 
    font-size: 17px; 
    font-weight: 700; 
    margin-bottom: 20px; 
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .ackg-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
  .ackg-footer-brand img { height: 55px; width: auto; }
  .ackg-footer-brand h2 { margin: 0; font-size: 20px; font-weight: 800; color: #0f172a; }
  
  .ackg-footer-contact div { margin-bottom: 12px; font-size: 14px; color: #475569; display: flex; align-items: center; gap: 10px; }
  .ackg-footer-links a { display: block; color: #475569; text-decoration: none; margin-bottom: 10px; font-size: 14px; }
  .ackg-footer-links a:hover { color: #3b82f6; }
  
  .ackg-footer-bottom { 
    text-align: center; 
    padding-top: 25px; 
    border-top: 1px solid #f1f5f9; 
    font-size: 12px; 
    color: #94a3b8; 
    width: 100%; 
    margin-top: 20px; 
  }
