/* ══════════════════════════════════════
   FOOTER
   ══════════════════════════════════════ */

footer {
  background: var(--navy-dk);
  padding: 48px 6vw;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
  font-weight: 600;
  font-size: 1.05rem;
  color: white;
  margin-bottom: 8px;
}
.footer-logo span {
  color: var(--mag);
  filter: brightness(1.3);
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 220px;
  line-height: 1.6;
}

.footer-contact {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.9;
  text-align: right;
}
.footer-contact a {
  color: var(--cyan);
  text-decoration: none;
}

.footer-bottom {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
}

.footer-text-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
.footer-text-block p {
  margin-top: 4px;
}
