.site-footer {
  background: var(--color-footer-bg);
  color: rgba(255, 255, 255, 0.72);
}

.footer-cta-band {
  background:
    linear-gradient(135deg, rgba(247, 203, 77, 0.94) 0%, rgba(217, 169, 31, 0.96) 100%),
    url("../../../../images/kirsehir/ahi-evran-bg.jpg") center/cover;
  padding: 3.5rem 0;
  position: relative;
}

.footer-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-cta-band__label {
  color: var(--color-navy);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-cta-band__title {
  margin: 0.25rem 0 0;
  color: var(--color-navy);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  font-weight: 800;
}

.footer-cta-band__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-main {
  padding: 4.5rem 0 3rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-brand img {
  max-height: 140px;
  width: auto;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.3));
}

.footer-brand__text {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-brand__desc {
  max-width: 310px;
  color: rgba(255,255,255,0.62);
  margin-bottom: 1.2rem;
}

.footer-social {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.footer-social__link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.82);
  transition: background 0.18s ease, color 0.18s ease;
}

.footer-social__link:hover {
  background: var(--color-primary);
  color: var(--color-navy);
}

.footer-col__title {
  display: inline-block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid var(--color-primary);
}

.footer-links,
.footer-contact,
.footer-bottom__legal {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.55rem;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255,255,255,0.64);
  font-size: 0.93rem;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-links a:hover {
  color: var(--color-gold);
  transform: translateX(3px);
}

.footer-contact li {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
  color: rgba(255,255,255,0.64);
  font-size: 0.93rem;
}

.footer-contact i {
  margin-top: 0.16rem;
  color: var(--color-gold);
  flex: 0 0 auto;
}

.footer-contact a {
  color: rgba(255,255,255,0.64);
}

.footer-contact a:hover {
  color: var(--color-gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.4rem 0;
}

.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom__copy {
  margin: 0;
  color: rgba(255,255,255,0.48);
  font-size: 0.86rem;
}

.footer-bottom__legal {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom__legal a {
  color: rgba(255,255,255,0.48);
  font-size: 0.82rem;
}

.footer-bottom__legal a:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .footer-main {
    padding: 3.25rem 0 2rem;
  }
}
