/* ===============================
   FOOTER – PREMIUM AGENCY
================================ */

.site-footer {
  background: #0b0f14;
  color: #9ca3af;
  padding: 6rem 2rem 2rem;
}

.footer-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 4rem;
}

/* BRAND */
.footer-logo {
  width: 150px;
  margin-bottom: 1.2rem;
}

.footer-tagline {
  max-width: 280px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #9ca3af;
}

/* COLUMNS */
.footer-col h4 {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.4rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
}

.footer-col a {
  text-decoration: none;
  color: #9ca3af;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: var(--accent-main);
}

/* CONTACT LINKS */
.footer-link {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.95rem;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  font-size: 0.85rem;
  color: #6b7280;
}
