/* ================================
   📩 FOOTER
================================== */
.footer {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.9rem;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-top {
  border-bottom: 1px solid #444;
}

.footer-logo {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.2;
}

.footer-title {
  white-space: pre-line;
  color: #fff;
}

.footer-nav a {
  font-size: 0.9rem;
}

.footer-socials a {
  color: #ccc;
  font-size: 1.4rem;
  margin-left: 15px;
}

.footer-socials a:hover {
  color: #fff;
}

.footer-contacts {
  font-size: 0.9rem;
  text-align: left;
}

.footer-contacts strong {
  display: block;
  margin-bottom: 8px;
}

.footer-contacts a {
  color: #ccc;
  font-weight: normal;
}

.footer-bottom {
  border-top: 1px solid #444;
}

.footer-bottom .privacy-link {
  color: #ccc;
}

.footer-bottom .privacy-link:hover {
  color: #fff;
  text-decoration: underline;
}
