/* Final shared footer presentation used across every full site page. */
body.about-page {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html body > footer.footer.footer-compact {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  isolation: isolate;
  z-index: 20 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 380px;
  margin: 0 !important;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 2rem !important;
  overflow: visible !important;
  color: rgba(255, 255, 255, 0.88) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(65, 165, 165, 0.26), transparent 28rem),
    radial-gradient(circle at 88% 100%, rgba(242, 115, 87, 0.2), transparent 28rem),
    #071a1a !important;
  border-top: 1px solid rgba(250, 186, 61, 0.3) !important;
}

html body > footer.footer.footer-compact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(250, 186, 61, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250, 186, 61, 0.045) 1px, transparent 1px);
  background-size: 84px 84px;
}

html body > footer.footer.footer-compact > .container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  width: min(1180px, calc(100% - 2rem)) !important;
  margin: 0 auto !important;
}

html body > footer.footer.footer-compact .footer-shell {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  grid-template-columns: 1fr !important;
  gap: 1.35rem !important;
  width: 100% !important;
  min-height: 280px;
  margin: 0 !important;
  padding: clamp(1.4rem, 3.5vw, 2.6rem) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  background: linear-gradient(145deg, rgba(13, 42, 42, 0.98), rgba(6, 24, 24, 0.98)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
}

html body > footer.footer.footer-compact .footer-summary,
html body > footer.footer.footer-compact .footer-inline-links,
html body > footer.footer.footer-compact .footer-contact-row,
html body > footer.footer.footer-compact .footer-actions-row,
html body > footer.footer.footer-compact .footer-bottom {
  visibility: visible !important;
  opacity: 1 !important;
}

html body > footer.footer.footer-compact .footer-summary strong {
  display: block !important;
  color: #fff !important;
  font-size: clamp(1.6rem, 3vw, 2.35rem) !important;
  line-height: 1.2 !important;
}

html body > footer.footer.footer-compact .footer-summary p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.76) !important;
}

html body > footer.footer.footer-compact .footer-summary .footer-slogan {
  color: #faba3d !important;
}

html body > footer.footer.footer-compact .footer-inline-links,
html body > footer.footer.footer-compact .footer-contact-row,
html body > footer.footer.footer-compact .footer-actions-row,
html body > footer.footer.footer-compact .footer-bottom {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.8rem 1.25rem !important;
}

html body > footer.footer.footer-compact .footer-inline-links a {
  display: inline-flex !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 700 !important;
}

html body > footer.footer.footer-compact .footer-contact-row span,
html body > footer.footer.footer-compact .footer-bottom span {
  display: inline-block !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

html body > footer.footer.footer-compact .footer-bottom {
  justify-content: space-between !important;
  padding-top: 1.1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 700px) {
  html body > footer.footer.footer-compact {
    min-height: 0;
    padding-bottom: 6.5rem !important;
  }

  html body > footer.footer.footer-compact .footer-shell {
    min-height: 0;
    padding: 1.35rem !important;
    border-radius: 18px !important;
  }

  html body > footer.footer.footer-compact .footer-inline-links,
  html body > footer.footer.footer-compact .footer-contact-row,
  html body > footer.footer.footer-compact .footer-actions-row,
  html body > footer.footer.footer-compact .footer-bottom {
    justify-content: flex-start !important;
  }
}
