/* ─────── FOOTER ─────── */
.footer{background:#121212}
.footer .wrap{padding-top:78px;padding-bottom:30px}
/* — Üst CTA satırı — */
.footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding-bottom:34px;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
.footer-headline{
  font-family:var(--serif);
  font-weight:600;
  line-height:1.02;
  color:var(--gold);
  max-width:14ch;
}
.footer-cta{flex-shrink:0}
/* — Link kolonları — */
.footer-main{
  display:flex;
  flex-wrap:wrap;
  /* sabit 92px kolon boşluğu 1405px altında İletişim'i alta atıyordu —
     space-between geniş ekranda aynı ferahlığı verir, daralırken boşluktan feda eder (min 32px) */
  justify-content:space-between;
  gap:44px 32px;
  padding:56px 0 60px;
  border-bottom:1px solid rgba(255,255,255,0.05);
}
.footer-col h4{
  font-size:24px;
  font-weight:500;
  color:var(--white);
  margin-bottom:28px;
}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:18px}
.footer-col ul a{
  font-size:16px;
  font-weight:400;
  color:rgba(255,255,255,0.58);
  transition:color .2s ease, transform .22s cubic-bezier(0.16,1,0.3,1);
  line-height:1.4;
  display:inline-block;
}
.footer-col ul a:hover{color:var(--white);transform:translateX(7px)}
.footer-col-gap{margin-top:32px}
/* Faaliyet Alanları: yarım yarım iki sütun */
.footer-col-split ul{
  display:grid;
  grid-template-columns:max-content max-content;
  column-gap:36px;
  row-gap:18px;
}
/* İletişim kolonu */
.footer-contact{display:flex;flex-direction:column;gap:48px;flex:0 1 320px} /* daralırken küçülebilir, satıra düşmez */
.footer-contact ul{gap:18px}
.footer-contact li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:15px;
  line-height:1.5;
  color:rgba(255,255,255,0.7);
}
.footer-contact li svg{
  flex-shrink:0;
  margin-top:3px;
  color:rgba(255,255,255,0.5);
}
.footer-contact a{color:inherit;transition:color .2s ease}
.footer-contact a:hover{color:var(--white)}
.footer-contact .footer-social-link{color:rgba(255,255,255,0.58);transition:color .22s ease, border-color .22s ease, transform .22s ease}
.footer-contact .footer-social-link:hover{color:var(--white)}
.footer-social{
  display:flex;
  gap:10px;
}
.footer-social-link{
  width:42px;height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,0.58);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:rgba(255,255,255,0.58);
  transition:color .22s ease, border-color .22s ease, transform .22s ease;
  flex-shrink:0;
}
.footer-social-link:hover{
  color:var(--white);
  border-color:var(--white);
  transform:scale(1.12);
}
/* açık zemin varyantı (Teklif Alın vb.) */
.footer-social-link--dark{
  color:var(--ink);
  border-color:var(--ink);
}
.footer-social-link--dark:hover{
  color:var(--ink);
  border-color:var(--ink);
}
/* — Alt bar — */
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:24px 0 6px;
  gap:20px;
}
.footer-copy{font-size:14px;color:rgba(255,255,255,0.4)}
.footer-copy a{color:rgba(255,255,255,0.4);transition:color .2s ease}
.footer-copy a:hover{color:var(--white)}
.footer-legal{display:flex;gap:28px}
.footer-legal a{
  font-size:14px;
  color:rgba(255,255,255,0.4);
  transition:color .2s ease;
}
.footer-legal a:hover{color:var(--white)}
/* prototype label */
