.about-page,
.contact-page,
.faq-page,
.find-page,
.legal-page,
.page > main.success {
  min-height: 0 !important;
  padding-bottom: 50px !important;
}

.site-footer {
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 7 !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #050505 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.site-footer .footer-main {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 48px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 8% 14px !important;
  text-align: left !important;
}

.site-footer .footer-copy {
  grid-column: 1 !important;
  margin: 0 !important;
  transform: translateX(90px) !important;
}

.site-footer .footer-copy p {
  margin: 0 !important;
  color: #aaa9a3 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 20.25px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

.site-footer .footer-brand {
  grid-column: 2 !important;
  justify-self: center !important;
  margin: 0 !important;
  transform: none !important;
}

.site-footer .footer-brand img {
  display: block !important;
  width: 187px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  filter: none !important;
}

.site-footer .footer-explore {
  grid-column: 3 !important;
  justify-self: end !important;
  margin: 0 !important;
  text-align: left !important;
  transform: translate(10px, -1px) !important;
}

.home-page > .site-footer .footer-explore {
  transform: translate(40px, -1px) !important;
}

html[lang="es"] .site-footer .footer-explore {
  transform: translate(60px, -1px) !important;
}

html[lang="es"] .home-page > .site-footer .footer-explore {
  transform: translate(70px, -1px) !important;
}

.site-footer .footer-title {
  margin: 0 0 15px !important;
  color: #d4af37 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12.1px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

.site-footer .footer-links {
  position: static !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  gap: 16px 28px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  white-space: nowrap !important;
}

.site-footer .footer-links a {
  margin: 0 !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14.3px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.site-footer .social-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  margin: 22px 0 0 !important;
}

.site-footer .social-links a {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 31px !important;
  height: 31px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(216,184,90,.52) !important;
  border-radius: 50% !important;
  color: #d4af37 !important;
  line-height: 0 !important;
  text-decoration: none !important;
}

.site-footer .social-links svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  fill: currentColor !important;
}

.site-footer .footer-bottom {
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px 8% !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  color: #77756e !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.site-footer .footer-legal {
  display: flex !important;
  gap: 24px !important;
  margin: 0 0 0 auto !important;
}

.site-footer .footer-legal a {
  margin: 0 !important;
  color: #aaa9a3 !important;
  text-decoration: none !important;
}

@media (max-width: 1400px) and (min-width: 701px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr !important;
    row-gap: 24px !important;
    column-gap: 0 !important;
    padding: 24px 8% 20px !important;
    text-align: center !important;
  }

  .site-footer .footer-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 1 !important;
    justify-self: center !important;
    margin: 0 !important;
    transform: none !important;
  }

  .site-footer .footer-copy p {
    text-align: center !important;
  }

  .site-footer .footer-brand {
    grid-column: 1 !important;
    grid-row: 2 !important;
    order: 2 !important;
    justify-self: center !important;
  }

  .site-footer .footer-brand img {
    margin: 0 auto !important;
  }

  .site-footer .footer-explore {
    grid-column: 1 !important;
    grid-row: 3 !important;
    order: 3 !important;
    justify-self: center !important;
    width: 100% !important;
    text-align: center !important;
    transform: none !important;
  }

  .home-page > .site-footer .footer-explore,
  html[lang] body .site-footer .footer-explore {
    justify-self: center !important;
    transform: none !important;
  }

  html[lang="es"] body.home-page > .site-footer .footer-explore {
    left: auto !important;
    right: auto !important;
    justify-self: center !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
    transform: none !important;
  }

  .site-footer .footer-links,
  .site-footer .social-links {
    flex-wrap: wrap !important;
    justify-content: center !important;
    white-space: normal !important;
  }
}

@media (max-width: 700px) {
  .site-footer {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
    transform: translateY(-20px) !important;
  }


  .site-footer .footer-main {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: 24px !important;
    column-gap: 0 !important;
    width: 100% !important;
    padding: 24px 8% 20px !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .site-footer .footer-brand {
    grid-column: 1 !important;
    order: 2 !important;
    justify-self: center !important;
    margin: 0 !important;
    transform: none !important;
  }

  .site-footer .footer-brand img {
    display: block !important;
    width: 187px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .site-footer .footer-copy {
    grid-column: 1 !important;
    order: 1 !important;
    margin: 0 !important;
    transform: none !important;
  }

  .site-footer .footer-copy p {
    margin: 0 !important;
    font-size: clamp(12px, 3.6vw, 15px) !important;
    line-height: 1.6 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .site-footer .footer-explore {
    grid-column: 1 !important;
    order: 3 !important;
    justify-self: center !important;
    margin: 0 !important;
    text-align: center !important;
    transform: none !important;
  }

  .home-page > .site-footer .footer-explore {
    transform: none !important;
  }

  html[lang] body .site-footer .footer-explore {
    justify-self: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
    transform: none !important;
  }

  html[lang="es"] body .site-footer .footer-explore .footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 16px !important;
    width: 100% !important;
  }

  html[lang="es"] body .site-footer .footer-explore .footer-links a {
    min-width: 0 !important;
    font-size: 13px !important;
    white-space: normal !important;
  }

  .site-footer .footer-title {
    margin: 0 0 15px !important;
    font-size: 12.1px !important;
    line-height: 1.2 !important;
  }

  .site-footer .footer-links {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px 20px !important;
    width: auto !important;
    margin: 0 !important;
    transform: none !important;
    white-space: normal !important;
  }

  .site-footer .footer-links a {
    margin: 0 !important;
    font-size: 14.3px !important;
    line-height: 1.2 !important;
  }

  .site-footer .social-links {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-top: 18px !important;
  }

  .site-footer .social-links a {
    box-sizing: border-box !important;
    width: 31px !important;
    height: 31px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .site-footer .social-links svg {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
  }

  .site-footer .footer-bottom {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 10px !important;
    row-gap: 0 !important;
    width: 100% !important;
    padding: 18px 5% !important;
    margin: 0 !important;
    font-size: 9.5px !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .site-footer .footer-bottom > span {
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .site-footer .footer-legal {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: auto !important;
    margin-left: auto !important;
    text-align: right !important;
  }

  .site-footer .footer-legal a {
    margin: 0 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  /* Spanish HOME footer: use the same centered mobile layout as subpages. */
  html[lang="es"] body.home-page > .site-footer .footer-explore {
    left: auto !important;
    right: auto !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
    transform: none !important;
  }

  html[lang="es"] body.home-page > .site-footer .footer-explore .footer-links {
    box-sizing: border-box !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 340px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  html[lang="es"] body.home-page > .site-footer .footer-explore .footer-links a {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }

  html[lang="es"] body.home-page > .site-footer .footer-bottom {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    row-gap: 10px !important;
    text-align: center !important;
  }

  html[lang="es"] body.home-page > .site-footer .footer-bottom > span,
  html[lang="es"] body.home-page > .site-footer .footer-legal {
    justify-content: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
}
