/* === PEAK FOOTER === */
footer .peak-footer__container {
    background: #f8f3ff;
}
footer .peak-footer__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-top:30px;
}

footer .peak-footer__location-btn {
  background: #ec0085;
  color: #fff!important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

footer .peak-footer__location-btn:hover {
  background: #c4006d;
}

/* === Bottom Section (Disclaimer + Copyright + Socials) === */
footer .peak-footer__bottom {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #475569;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer .peak-footer__disclaimer {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}

/* === Social Icons === */
footer .peak-footer__socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 10px 0px 30px 0px;
  
}

footer .peak-footer__socials a svg {
  width: 24px;
  height: 24px;
  fill: #334155;
  transition: fill 0.2s ease;
}

footer .peak-footer__socials a:hover svg {
  fill: #0ea5e9;
}
