
/* ===== Global site footer ===== */
.site-footer {
  background: #003943 !important;
  color: #def1f2 !important;
  margin-top: 4rem !important;
  padding: 4rem 0 2rem !important;
  width: 100%;
  box-sizing: border-box;
  isolation: isolate;
  position: relative;
  z-index: 20;
}
.site-footer *,
.site-footer *::before,
.site-footer *::after { box-sizing: border-box; }
.site-footer__inner {
  max-width: 90rem !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
  width: 100%;
}
.site-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(16rem, 2fr) 1fr 1fr 1fr !important;
  gap: 3rem !important;
  padding-bottom: 2.5rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  align-items: start !important;
}
@media (max-width: 900px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 560px) {
  .site-footer__grid { grid-template-columns: 1fr !important; }
}
.site-footer__brand {
  display: flex !important;
  align-items: center !important;
  gap: 0.625rem !important;
  color: #fff !important;
  margin-bottom: 1rem !important;
  font-family: var(--font-heading, "PT Serif", Georgia, serif) !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}
.site-footer__tagline {
  color: inherit !important;
  opacity: 0.7 !important;
  font-size: 0.875rem !important;
  max-width: 22rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
.site-footer__contact {
  color: inherit !important;
  opacity: 0.85 !important;
  font-size: 0.875rem !important;
  margin-top: 1rem !important;
}
.site-footer__contact a { color: inherit !important; text-decoration: none !important; }
.site-footer__contact a:hover { color: #5eecf0 !important; }
.site-footer__socials { display: flex !important; gap: 0.625rem !important; margin-top: 1.25rem !important; }
.site-footer__socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  border: 1.5px solid rgba(94, 236, 240, 0.4) !important;
  border-radius: 50% !important;
  flex: none !important;
}
.site-footer__socials a:hover { border-color: #5eecf0 !important; }
.site-footer__col h4 {
  font-size: 0.8125rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  opacity: 0.6 !important;
  margin: 0 0 1rem !important;
  font-weight: 600 !important;
  color: inherit !important;
}
.site-footer__col ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.site-footer__col li { margin-bottom: 0.625rem !important; font-size: 0.9375rem !important; }
.site-footer__col a,
.site-footer__text-btn {
  color: inherit !important;
  text-decoration: none !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  font: inherit !important;
  cursor: pointer !important;
  text-align: left !important;
}
.site-footer__col a:hover,
.site-footer__text-btn:hover { color: #5eecf0 !important; }
.site-footer__meta {
  display: grid !important;
  grid-template-columns: minmax(10rem, 1fr) auto minmax(14rem, 1.4fr) !important;
  align-items: center !important;
  gap: 1.5rem 2rem !important;
  padding-top: 1.75rem !important;
}
.site-footer__meta-left {
  font-size: 0.8125rem !important;
  opacity: 0.55 !important;
  line-height: 1.45 !important;
  justify-self: start !important;
  text-align: left !important;
  max-width: 28rem !important;
  color: inherit !important;
}
.site-footer__meta-center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  justify-self: center !important;
}
.site-footer__pay-label {
  font-size: 0.75rem !important;
  opacity: 0.55 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: inherit !important;
}
.site-footer__cards {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem !important;
}
.site-footer__card {
  background: #fff !important;
  border-radius: 6px !important;
  padding: 0.4rem 0.65rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: none !important;
  min-width: 3.5rem !important;
  min-height: 2rem !important;
}
.site-footer__card img {
  height: 1.5rem !important;
  width: auto !important;
  max-width: none !important;
  display: block !important;
  object-fit: contain !important;
}
.site-footer__meta-right {
  font-size: 0.8125rem !important;
  opacity: 0.55 !important;
  justify-self: end !important;
  text-align: right !important;
  color: inherit !important;
  white-space: nowrap !important;
}
.site-footer__disclaimer {
  margin: 1.25rem 0 0 !important;
  padding-top: 1.25rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  font-size: 0.8125rem !important;
  opacity: 0.55 !important;
  line-height: 1.5 !important;
  max-width: none !important;
  color: inherit !important;
}
@media (max-width: 900px) {
  .site-footer__meta { grid-template-columns: 1fr !important; text-align: center !important; }
  .site-footer__meta-left,
  .site-footer__meta-center,
  .site-footer__meta-right {
    justify-self: center !important;
    text-align: center !important;
    max-width: 36rem !important;
  }
}
