/* One rendered footer across every public page. Keep this file last in the cascade. */
footer.footer[data-site-footer-unified] {
  --site-footer-bg: #0b0b0c;
  --site-footer-text: #f5f5f7;
  --site-footer-muted: rgba(235, 239, 238, 0.72);
  --site-footer-line: rgba(255, 255, 255, 0.10);
  --site-footer-card: #171919;
  --site-footer-accent: #67d7cd;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-top: 1px solid var(--site-footer-line) !important;
  background: var(--site-footer-bg) !important;
  color: var(--site-footer-text) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: left !important;
  opacity: 1 !important;
  filter: none !important;
  isolation: isolate;
}

footer.footer[data-site-footer-unified] *,
footer.footer[data-site-footer-unified] *::before,
footer.footer[data-site-footer-unified] *::after { box-sizing: border-box; }

footer.footer[data-site-footer-unified] .footer-container {
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 64px 24px 28px !important;
}

footer.footer[data-site-footer-unified] .footer-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.8fr) repeat(3, minmax(150px, 1fr)) !important;
  align-items: start !important;
  gap: 44px !important;
  width: 100% !important;
  margin: 0 0 42px !important;
  padding: 0 !important;
}

footer.footer[data-site-footer-unified] :is(.footer-about, .footer-col) {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

footer.footer[data-site-footer-unified] .footer-about .logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  max-width: 100% !important;
  min-height: 32px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: var(--site-footer-text) !important;
  font-size: 18px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor !important;
}

footer.footer[data-site-footer-unified] .logo-icon {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: 65px !important;
  height: 24px !important;
  margin: 0 !important;
}

footer.footer[data-site-footer-unified] .logo-icon img {
  display: block !important;
  width: 65px !important;
  height: 24px !important;
  max-width: none !important;
  object-fit: contain !important;
}

footer.footer[data-site-footer-unified] .brand-accent {
  color: var(--site-footer-accent) !important;
  -webkit-text-fill-color: currentColor !important;
}

footer.footer[data-site-footer-unified] .footer-about > p {
  max-width: 520px !important;
  margin: 0 0 12px !important;
  color: var(--site-footer-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: currentColor !important;
}

footer.footer[data-site-footer-unified] .footer-social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

footer.footer[data-site-footer-unified] .footer-social a,
footer.footer[data-site-footer-unified] .footer-contact-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px !important;
  background: var(--site-footer-card) !important;
  color: rgba(245, 245, 247, 0.90) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

footer.footer[data-site-footer-unified] .icons {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  color: inherit !important;
  fill: currentColor !important;
}

footer.footer[data-site-footer-unified] .footer-col h3 {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: rgba(245, 245, 247, 0.94) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  -webkit-text-fill-color: currentColor !important;
}

footer.footer[data-site-footer-unified] .footer-col > a {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 28px !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--site-footer-muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: currentColor !important;
}

footer.footer[data-site-footer-unified] .footer-col--contact > a {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: fit-content !important;
  min-height: 44px !important;
  margin: 0 0 14px !important;
  line-height: 1.45 !important;
}

footer.footer[data-site-footer-unified] .footer-col--contact > a > span:last-child {
  min-width: 0 !important;
  color: inherit !important;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: currentColor !important;
}

footer.footer[data-site-footer-unified] :is(.footer-col a, .footer-legal-links a):is(:hover, :focus-visible) {
  color: #fff !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(103, 215, 205, 0.78) !important;
  text-underline-offset: 4px;
}

footer.footer[data-site-footer-unified] :is(a, button):focus-visible {
  outline: 2px solid var(--site-footer-accent) !important;
  outline-offset: 3px !important;
}

footer.footer[data-site-footer-unified] .footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 22px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--site-footer-line) !important;
  background: transparent !important;
  color: var(--site-footer-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  -webkit-text-fill-color: currentColor !important;
}

footer.footer[data-site-footer-unified] .footer-legal-links {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 10px 18px !important;
}

footer.footer[data-site-footer-unified] .footer-legal-links a {
  color: inherit !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  footer.footer[data-site-footer-unified] .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 28px !important;
  }

  footer.footer[data-site-footer-unified] :is(.footer-about, .footer-col--contact) { grid-column: 1 / -1 !important; }
}

@media (max-width: 768px) {
  footer.footer[data-site-footer-unified] .footer-container { padding: 52px 20px 28px !important; }

  footer.footer[data-site-footer-unified] .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 20px !important;
    margin-bottom: 24px !important;
  }

  footer.footer[data-site-footer-unified] .footer-about,
  footer.footer[data-site-footer-unified] .footer-col--contact { grid-column: 1 / -1 !important; }

  footer.footer[data-site-footer-unified] .footer-col h3 {
    margin-bottom: 10px !important;
    font-size: 12px !important;
  }

  footer.footer[data-site-footer-unified] .footer-col > a {
    min-height: 26px !important;
    margin-bottom: 5px !important;
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  footer.footer[data-site-footer-unified] .footer-col--contact {
    padding: 12px 16px 2px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  footer.footer[data-site-footer-unified] .footer-col--contact > a {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    border-bottom: 1px solid var(--site-footer-line) !important;
  }

  footer.footer[data-site-footer-unified] .footer-col--contact > a:last-child { border-bottom: 0 !important; }

  footer.footer[data-site-footer-unified] .footer-social a,
  footer.footer[data-site-footer-unified] .footer-contact-icon {
    flex-basis: 32px !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    border-radius: 10px !important;
  }

  footer.footer[data-site-footer-unified] .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding-top: 16px !important;
    text-align: left !important;
  }

  footer.footer[data-site-footer-unified] .footer-copyright { width: 100% !important; }
  footer.footer[data-site-footer-unified] .footer-legal-links { justify-content: flex-start !important; }
}

@media (max-width: 360px) {
  footer.footer[data-site-footer-unified] .footer-grid { grid-template-columns: 1fr !important; }
}

@media (prefers-reduced-motion: reduce) {
  footer.footer[data-site-footer-unified] * { transition: none !important; }
}
