/* Site Footer — Arslan İnşaat */
.site-footer {
  background: linear-gradient(180deg, #001d47 0%, #002e6c 100%);
  color: rgba(255, 255, 255, 0.85);
  padding: 3.5rem 0 1.75rem;
  margin-top: 0;
}

.site-footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
}

.site-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.site-footer-logo img,
.site-footer-logo .footer-logo-img {
  height: var(--site-logo-height, 56px);
  width: auto;
  max-width: min(200px, 85vw);
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.25));
}

.site-footer-brand p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 320px;
}

.site-footer-col h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #fff;
  margin: 0 0 1rem;
}

.site-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.site-footer-links a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.25s ease;
}

.site-footer-links a:hover {
  color: #e2c07a;
}

.site-footer-contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.88rem;
  margin-bottom: 0.55rem;
  transition: color 0.25s ease;
}

.site-footer-contact a:hover {
  color: #fff;
}

.site-footer-contact svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 900px) {
  .site-footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .site-footer-inner {
    padding: 0 1rem;
  }
  .site-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
