/* Footer de jogo responsável — requisitos localizados Portugal (Google Ads / SRIJ) */

.pt-rg-footer {
  background: #040a14;
  border-top: 2px solid rgba(214, 64, 64, .45);
  padding: 1.75rem 1.5rem 1.25rem;
}

.pt-rg-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
}

.pt-rg-footer__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem 2rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.pt-rg-footer__badge-link {
  display: inline-flex;
  align-items: center;
  opacity: .92;
  transition: opacity .2s;
}

.pt-rg-footer__badge-link:hover {
  opacity: 1;
}

.pt-rg-footer__badge-link img {
  display: block;
  height: 42px;
  width: auto;
}

.pt-rg-footer__headline {
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #e8c4c4;
  margin-bottom: .75rem;
  line-height: 1.5;
}

.pt-rg-footer__headline strong {
  color: #fff;
  background: #D64040;
  padding: .15rem .45rem;
  border-radius: 4px;
  margin-right: .35rem;
}

.pt-rg-footer__warning {
  text-align: center;
  font-size: .84rem;
  line-height: 1.7;
  color: #b8c5d6;
  max-width: 820px;
  margin: 0 auto 1.1rem;
}

.pt-rg-footer__warning a {
  color: #6ecfaa;
  font-weight: 600;
  text-decoration: none;
}

.pt-rg-footer__warning a:hover {
  text-decoration: underline;
}

.pt-rg-footer__resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem .85rem;
  margin-bottom: 1rem;
}

.pt-rg-footer__resources a {
  font-size: .78rem;
  font-weight: 600;
  color: #8fd4b8;
  text-decoration: none;
  padding: .35rem .65rem;
  border: 1px solid rgba(0, 104, 71, .4);
  border-radius: 4px;
  background: rgba(0, 104, 71, .12);
}

.pt-rg-footer__resources a:hover {
  background: rgba(0, 104, 71, .22);
  color: #c8f0de;
}

.pt-rg-footer__legal {
  text-align: center;
  font-size: .74rem;
  line-height: 1.6;
  color: #6a7f99;
  max-width: 720px;
  margin: 0 auto;
}

.pt-license-note {
  max-width: 1160px;
  margin: 1.5rem auto 0;
  padding: 1rem 1.25rem;
  background: rgba(0, 104, 71, .1);
  border: 1px solid rgba(0, 104, 71, .28);
  border-radius: var(--radius-sm, 8px);
  font-size: .82rem;
  line-height: 1.65;
  color: var(--text-dim, #8FA3BE);
  text-align: center;
}

.pt-license-note a {
  color: var(--green-light, #008A5E);
  font-weight: 600;
}
