
/* Footer */
.footer {
  background:linear-gradient(180deg,#fff0f6,#ffe6f1);
  padding:40px 16px 10px;
  color:#6b3d58;
  margin-top:0;
  border-top:0;
}
.footer-content {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:30px;
  max-width:1320px;
  margin:auto;
  text-align:center;
}
.footer h3 { color:#E06BAF; margin-bottom:10px; }
.footer h4 { color:#a02563; margin-bottom:6px; }
.footer .socials img {
  width:24px;
  height:24px;
  margin:0 6px;
  filter:invert(32%) sepia(72%) saturate(746%) hue-rotate(300deg) brightness(94%) contrast(93%);
  transition:0.3s;
}
.footer .socials img:hover { transform:scale(1.2); filter:none; }
.footer-bottom {
  text-align:center;
  margin-top:20px;
  font-size:14px;
  color:#8a5a75;
}


