/* ── Shared Footer ────────────────────────────────────── */
/* Used by pages that don't load main.css (pricing, etc.) */

.site-footer {
  background: #04182d;
  color: rgba(255, 255, 255, 0.75);
  padding: 60px 0 0;
  background-image: url(https://www.instantrecordcheck.ca/wp-content/uploads/2022/11/footer-bg-min.jpg);
  background-position: 0px 45%;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer * { box-sizing: border-box; }
.site-footer img { max-width: 100%; height: auto; display: block; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
}

.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: 52px; width: auto; }

.footer-address {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.footer-brand-logos { max-width: 160px !important; }

.footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a {
  font-size: 13px;
  color: #337ab7;
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: #337ab7; }

.footer-desc {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background 0.2s;
}
.social-link:hover { background: #a6ce39; }
.social-link svg { width: 16px; height: 16px; fill: #fff; }

.footer-bottom {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

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

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > :first-child,
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-grid > :last-child { text-align: center; }
  .footer-grid > :last-child .social-links { justify-content: center; gap: 28px; margin-top: 8px; }
  .footer-grid > :last-child .footer-desc { max-width: 680px; margin: 24px auto 0; padding: 24px; }
  .footer-brand-logos { max-width: 160px; }
  .footer-logo,
  .footer-address,
  .footer-brand-logos,
  .footer-quick-links,
  .footer-support {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-address { line-height: 1.8; text-align: center; }
  .footer-address p { white-space: nowrap; }
}
