/* ===== FOOTER ===== */
.footer-angelic {
  background: radial-gradient(circle at center,#b08a3c 0%,#8f6b2d 55%,#6f5322 100%);
  color: #f5e6c6;
  padding: 50px 20px;
  text-align: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #f3ddb1;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #fff0c8;
  text-shadow: 0 0 6px rgba(255,220,150,.6);
}

.footer-logo img {
  width: 130px;
  filter: drop-shadow(0 0 8px rgba(214,177,105,.45));
}
