/* ===================== FOOTER ===================== */
footer {
  background: #1a1a1a;
  color: rgba(255,255,255,0.55);
  text-align: center;
  padding: 48px 40px 32px;
  font-size: 13px;
}
footer span { color: var(--primary); }
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.footer-logo-img {
  height: 44px;
  width: auto;
  opacity: 0.85;
  margin-bottom: 32px;
}
.footer-cols {
  display: flex;
  gap: 48px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  text-align: left;
}
.footer-col {
  min-width: 180px;
}
.footer-col-title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.footer-col p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 8px;
  line-height: 1.7;
}
.footer-col a {
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--primary); }
.footer-bottom {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  width: 100%;
}
.footer-bottom span { color: var(--primary); }
.footer-logo img {
  height: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
