/* Stay&Go · F189 · Footer público limpio */
#sgGlobalFooter .sg-footer__shortcuts{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin:12px 0 0;
  padding:10px;
  border-radius:18px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.08);
}
#sgGlobalFooter .sg-footer__shortcuts a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  letter-spacing:-.02em;
  border:1px solid rgba(255,255,255,.08);
}
#sgGlobalFooter .sg-footer__shortcuts a:hover{background:rgba(255,255,255,.15)}
@media (max-width: 620px){
  #sgGlobalFooter .sg-footer__shortcuts{justify-content:flex-start;gap:6px;padding:8px}
  #sgGlobalFooter .sg-footer__shortcuts a{font-size:11.5px;min-height:30px;padding:0 10px}
}