.staymapp-footer{
  --smf-dark:#2D2D2E;
  --smf-accent:#BA6248;
  --smf-soft:#E4B19F;
  --smf-text:#FFFFFF;
  --smf-muted:#B9B4B1;
  background:var(--smf-dark);
  color:var(--smf-text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  width:100%;
}
.staymapp-footer *{box-sizing:border-box}
.staymapp-footer__inner,
.staymapp-footer__bottom{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}
.staymapp-footer__inner{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(180px,.55fr);
  gap:72px;
  padding:56px 0 44px;
  align-items:start;
}
.staymapp-footer__brand{max-width:560px}
.staymapp-footer__wordmark{
  display:inline-flex;
  align-items:baseline;
  text-decoration:none!important;
  font-size:31px;
  font-weight:800;
  line-height:1;
  letter-spacing:-1.25px;
  margin-bottom:9px;
}
.staymapp-footer__stay{color:#fff}
.staymapp-footer__mapp{color:var(--smf-soft)}
.staymapp-footer__tagline{
  margin:0 0 18px;
  color:#fff;
  font-size:14px;
  font-weight:650;
}
.staymapp-footer__copy{
  margin:0;
  color:var(--smf-muted);
  font-size:15px;
  line-height:1.65;
  max-width:460px;
}
.staymapp-footer__legal h2{
  color:#fff;
  font-size:13px;
  line-height:1.2;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin:4px 0 18px;
  font-weight:750;
}
.staymapp-footer__legal{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.staymapp-footer__legal a{
  color:var(--smf-muted)!important;
  text-decoration:none!important;
  font-size:15px;
  line-height:1.45;
  padding:5px 0;
  transition:color .18s ease,transform .18s ease;
}
.staymapp-footer__legal a:hover,
.staymapp-footer__legal a:focus{
  color:#fff!important;
  transform:translateX(2px);
}
.staymapp-footer__bottom{
  border-top:1px solid rgba(255,255,255,.11);
  padding:22px 0 26px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:36px;
}
.staymapp-footer__bottom p{
  margin:0;
  color:var(--smf-muted);
  font-size:12.5px;
  line-height:1.55;
}
.staymapp-footer__disclosure{max-width:620px;text-align:right}
@media (max-width:760px){
  .staymapp-footer__inner,
  .staymapp-footer__bottom{width:min(100% - 30px,1180px)}
  .staymapp-footer__inner{grid-template-columns:1fr;gap:34px;padding:42px 0 34px}
  .staymapp-footer__bottom{flex-direction:column;gap:10px;padding:20px 0 24px}
  .staymapp-footer__disclosure{text-align:left;max-width:none}
  .staymapp-footer__wordmark{font-size:29px}
}
