/* ============================================================
   FOOTER
   ============================================================ */

footer {
  background: var(--bg-dark);
  color: var(--text-inv);
  padding: 3.5rem 2.5rem 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-dark);
}

.footer-logo-img {
  height: 40px;
  object-fit: contain;
  margin-bottom: 0.75rem;
}
.footer-brand p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
  max-width: 200px;
  margin-top: 0.5rem;
}

.footer-col h5 {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1.25rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  transition: color 0.2s;
}
.footer-col a:hover { color: white; }

.footer-social { display: flex; gap: 1.25rem; margin-top: 1.5rem; }
.footer-social a {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  transition: color 0.2s;
}
.footer-social a:hover { color: white; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}
.footer-bottom p {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.06em;
}
