/* ==========================================================================
   footer-match.css — same footer as home, on every page
   Load LAST so inner-pages / pricing CSS cannot restyle it
   ========================================================================== */

.site-footer {
  background-color: #03115a !important;
  background-image: url('../images/footer-bg.jpg') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 100px !important;
  color: #ffffff !important;
  min-height: 500px !important;
  font-family: Inter, sans-serif !important;
}

.site-footer .container {
  width: min(100% - 40px, 1200px) !important;
  max-width: 1200px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.site-footer a {
  color: #ffffff !important;
}

.site-footer a:hover {
  color: #0aadc0 !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: #ffffff !important;
  font-family: Inter, sans-serif !important;
  font-weight: 600 !important;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  margin: 0 0 8px !important;
}

.site-footer .footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr !important;
  gap: 40px !important;
  align-items: start !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding-bottom: 40px !important;
  margin-bottom: 40px !important;
}

.site-footer .footer-brand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding-bottom: 40px !important;
  margin-bottom: 40px !important;
}

.site-footer .footer-brand .site-logo {
  display: inline-block !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  width: 100% !important;
}

.site-footer .footer-brand .site-logo img {
  max-height: 70px !important;
  width: auto !important;
  margin-bottom: 0 !important;
}

.site-footer .footer-brand p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 0 16px !important;
  font-weight: 400 !important;
}

.site-footer .footer-payments {
  margin-top: 12px !important;
}

.site-footer .footer-payments img {
  max-width: 220px !important;
  height: auto !important;
}

.site-footer .footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-footer .footer-links li {
  margin-bottom: 8px !important;
}

.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

.site-footer .footer-links a:hover {
  color: #0aadc0 !important;
  padding-left: 4px;
}

.site-footer .footer-contact {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 16px !important;
}

.site-footer .footer-contact li {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 16px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
}

.site-footer .footer-contact a {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
}

.site-footer .footer-contact a:hover {
  color: #0aadc0 !important;
}

.site-footer .footer-contact .icon,
.site-footer .footer-contact li img.icon {
  width: 40px !important;
  height: 40px !important;
  padding: 8px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  margin-top: 0 !important;
}

.site-footer .footer-social {
  display: flex !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

.site-footer .footer-social a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #03115a !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0 !important;
}

.site-footer .footer-social a:hover {
  background: #0aadc0 !important;
  color: #ffffff !important;
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 24px 0 40px !important;
  margin-top: 24px !important;
}

.site-footer .footer-bottom-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.site-footer .copyright,
.site-footer p.copyright {
  display: block !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  align-items: unset !important;
}

.site-footer .copyright a {
  color: #0aadc0 !important;
  font-weight: 700 !important;
}

.site-footer .footer-legal {
  display: flex !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-footer .footer-legal a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.site-footer .footer-legal a:hover {
  color: #0aadc0 !important;
}

@media (max-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 60px !important;
  }

  .site-footer .container {
    width: min(100% - 24px, 1200px) !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    border-bottom: none !important;
    padding-bottom: 16px !important;
  }

  .site-footer .footer-bottom-inner {
    flex-direction: column !important;
    text-align: center !important;
  }

  .site-footer .footer-legal {
    justify-content: center !important;
  }

  .site-footer .footer-contact li {
    justify-content: flex-start !important;
  }
}
