/* =========================================================
   SELÇUK YEM V5.36 — FOOTER İNCE AYARLAR
   - Mevcut yapı korunur
   - Footer yazıları okunaklı olacak şekilde büyütüldü
   - Logo kutusunun köşeleri yumuşatıldı
   - Logo ve alt açıklama biraz yukarı alındı
   ========================================================= */

.footer{
  padding-bottom: 16px !important;
}

.footer-grid-v534{
  grid-template-columns: 1.46fr .88fr .92fr 1.05fr 1.18fr !important;
  gap: 30px !important;
  align-items: start !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}

.footer-brand{
  margin-top: -12px !important;
}

.footer-brand .footer-logo{
  width: 158px !important;
  height: 64px !important;
  margin-bottom: 10px !important;
  display: block !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.footer-brand p{
  max-width: 430px !important;
  font-size: 12px !important;
  line-height: 1.68 !important;
  margin: 0 !important;
}

.footer h4{
  font-size: 13px !important;
  line-height: 1.18 !important;
  margin: 0 0 14px !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

.footer a,
.footer-contact p{
  font-size: 12px !important;
  line-height: 1.58 !important;
  margin: 0 0 10px !important;
}

.footer-contact b{
  display: inline-flex !important;
  width: 20px !important;
  justify-content: center !important;
}

.footer-meta{
  padding-top: 2px !important;
}

.footer .socials{
  display: flex !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin: 14px 0 22px !important;
}

.footer .socials a{
  width: 34px !important;
  height: 34px !important;
  font-size: 12px !important;
  margin: 0 !important;
}

.footer-meta-copy{
  color: #eef5fb !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
  margin: 10px 0 12px !important;
}

.footer-meta-links{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  font-size: 11px !important;
  color: #eef5fb !important;
}

.footer-meta-links a{
  display: inline-block !important;
  margin: 0 !important;
  font-size: 11px !important;
}

@media (max-width: 1200px){
  .footer-grid-v534{
    grid-template-columns: 1.25fr .9fr .9fr 1fr 1.05fr !important;
    gap: 24px !important;
  }

  .footer-brand p,
  .footer a,
  .footer-contact p{
    font-size: 11px !important;
  }

  .footer h4{
    font-size: 12px !important;
  }
}

@media (max-width: 980px){
  .footer{
    padding-bottom: 12px !important;
  }

  .footer-grid-v534{
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }

  .footer-brand{
    margin-top: 0 !important;
  }

  .footer-brand p{
    font-size: 11px !important;
  }

  .footer h4{
    font-size: 12px !important;
  }

  .footer a,
  .footer-contact p,
  .footer-meta-copy,
  .footer-meta-links,
  .footer-meta-links a{
    font-size: 11px !important;
  }
}

@media (max-width: 560px){
  .footer-grid-v534{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .footer-brand .footer-logo{
    width: 150px !important;
    height: 60px !important;
  }

  .footer-brand p,
  .footer a,
  .footer-contact p,
  .footer-meta-copy,
  .footer-meta-links a{
    font-size: 10px !important;
  }
}
