.footer { position:relative; z-index:4; width: 1328px; height: 360px; margin-top: 32px; padding: 32px 94px 0; border-top: 1px solid rgba(96,109,142,.25); background:var(--page); }
.footer__top { height: 191px; display: grid; grid-template-columns: 500px repeat(3,1fr); gap: 24px; }
.footer__about > img { width: 164px; height: 34px; object-fit: contain; object-position: left; }
.footer__about p { width: 400px; height: 80px; margin: 12px 0 0; color: rgba(140,149,174,.6); font-size: 10px; line-height: 16px; }
.socials { margin-top: 28px; display: flex; gap: 6px; }
.socials a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 4px; background: rgba(96,109,142,.12); color: #606d8e; font-size: 11px; }
.socials img { width: 20px; height: 20px; display: block; opacity: .5; }
.footer__links { display: flex; flex-direction: column; gap: 12px; color: #606d8e; font-size: 14px; line-height: 20px; }
.footer__links strong { margin-bottom: 6px; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; font-size: 12px; line-height: 14px; }
.footer__bottom { height: 73px; margin-top: 32px; padding-top: 32px; border-top: 1px solid rgba(96,109,142,.25); display: flex; align-items: flex-start; justify-content: space-between; color: #606d8e; }
.footer__bottom > div { display: flex; align-items: center; gap: 32px; }
.footer__bottom button { min-width: 122px; height: 40px; padding: 8px; border: 0; border-radius: 4px; background: rgba(140,149,174,.1); color: #8c95ae; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .84px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.footer__bottom button > img { width: 24px; height: 24px; display: block; opacity: .5; }
.footer__bottom > div:first-child button > img { width: 16px; height: 16px; opacity: 1; }
.footer__bottom > div:first-child button { width: 145px; color: #f1e5ff; background: rgba(170,97,255,.4); border: 1px solid rgba(170,97,255,.3); }
.footer__bottom button small { display: block; font-family: "Inter Display", sans-serif; font-size: 8px; font-weight: 400; letter-spacing: 0; opacity: .5; }
.begambleaware { width: 144px; height: 18px; display: block; opacity: .65; }
.age-badge { width: 40px; height: 40px; display: block; opacity: .5; }

@media (max-width: 1919px) {
  .footer { height: auto; min-height: 360px; margin-top: 32px; padding-inline: max(20px,calc((100% - 1140px)/2)); }
  .footer__top { height: auto; grid-template-columns: 1.7fr repeat(3,1fr); }
  .footer__about { min-width: 0; }
  .footer__about p { width: auto; max-width: 400px; }
}

@media (max-width: 1023px) {
  .footer__top { grid-template-columns: 2fr repeat(2,1fr); }
  .footer__links:last-child { display: none; }
}

@media (max-width: 799px) {
  .footer { min-height: 0; margin-top: 40px; padding: 28px 16px 24px; }
  .footer__top { display: block; }
  .footer__about p { max-width: 100%; }
  .footer__links { display: none; }
  .footer__bottom { height: auto; margin-top: 24px; padding-top: 20px; flex-direction: column; gap: 16px; }
  .footer__bottom > div { width: 100%; gap: 8px; justify-content: flex-start; flex-wrap: wrap; }
}
