/* V329 — final global footer typography/layout lock. Brand color is intentionally not overridden.
   Loaded last on every page that uses .footer.footer-saas so page-specific
   styles cannot change footer size, weight or spacing while navigating. */
.footer.footer-saas{
  box-sizing:border-box!important;
  width:100%!important;
  margin:0!important;
  padding:64px 0 24px!important;
  background:#0b1220!important;
  color:#8fa0b7!important;
  border:0!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  font-synthesis:none!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.footer.footer-saas[lang="ko"]{font-family:"Noto Sans KR",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="ja"]{font-family:"Noto Sans JP",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="zh-CN"]{font-family:"Noto Sans SC",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="ar"]{font-family:"Noto Sans Arabic",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="th"]{font-family:"Noto Sans Thai",Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.footer.footer-saas[lang="en"],
.footer.footer-saas[lang="es"],
.footer.footer-saas[lang="ru"],
.footer.footer-saas[lang="pt-BR"],
.footer.footer-saas[lang="de"],
.footer.footer-saas[lang="fr"],
.footer.footer-saas[lang="tr"]{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}
.footer.footer-saas *,
.footer.footer-saas *::before,
.footer.footer-saas *::after{box-sizing:border-box!important}

.footer.footer-saas>.wrap{
  width:min(calc(100% - 48px),1180px)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
.footer.footer-saas>.footer-saas-top{
  display:grid!important;
  grid-template-columns:minmax(210px,1.1fr) minmax(180px,.95fr) minmax(150px,.72fr) minmax(230px,1.15fr)!important;
  gap:44px!important;
  align-items:start!important;
  padding:0 0 42px!important;
}
.footer.footer-saas .footer-saas-brand{
  display:block!important;
  max-width:300px!important;
  margin:0!important;
  padding:0!important;
}
.footer.footer-saas .brand.footbrand,
.footer.footer-saas .footbrand,
.footer.footer-saas .brand-text-only,
.footer.footer-saas .skiinobs-brand-lock{
  display:inline-flex!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
  font-size:22px!important;
  font-style:normal!important;
  font-weight:800!important;
  line-height:1.15!important;
  letter-spacing:-.04em!important;
  text-transform:none!important;
  text-decoration:none!important;
  opacity:1!important;
}
.footer.footer-saas .footer-saas-column{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
  font-size:inherit!important;
  font-weight:400!important;
  line-height:inherit!important;
}
.footer.footer-saas .footer-saas-heading{
  display:block!important;
  margin:0 0 12px!important;
  padding:0!important;
  color:#f1f5f9!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1.4!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
}
.footer.footer-saas .footer-saas-column>a{
  display:block!important;
  width:auto!important;
  margin:0!important;
  padding:6px 0!important;
  color:#8fa0b7!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-style:normal!important;
  font-weight:400!important;
  line-height:1.55!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  text-transform:none!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  transition:color .15s ease!important;
}
.footer.footer-saas .footer-saas-column>a:hover,
.footer.footer-saas .footer-saas-column>a:focus-visible{
  color:#fff!important;
  font-weight:400!important;
}
.footer.footer-saas>.footer-saas-bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:56px!important;
  margin:0 auto!important;
  padding:18px 0 0!important;
  gap:28px!important;
  border-top:1px solid rgba(148,163,184,.12)!important;
}
.footer.footer-saas .legal-copy{
  display:block!important;
  margin:0!important;
  padding:0!important;
  color:#718096!important;
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
  font-size:11px!important;
  font-style:normal!important;
  font-weight:400!important;
  line-height:1.6!important;
  letter-spacing:0!important;
  text-align:left!important;
  white-space:normal!important;
}

/* Keep RTL alignment intentional without changing typography. */
.footer.footer-saas[lang="ar"]>.footer-saas-top{direction:rtl!important}
.footer.footer-saas[lang="ar"] .footer-saas-brand,
.footer.footer-saas[lang="ar"] .footer-saas-column{align-items:flex-end!important;text-align:right!important}
.footer.footer-saas[lang="ar"] .footer-saas-heading,
.footer.footer-saas[lang="ar"] .footer-saas-column>a{text-align:right!important}
.footer.footer-saas[lang="ar"]>.footer-saas-bottom{direction:ltr!important;justify-content:flex-start!important}
.footer.footer-saas[lang="ar"] .legal-copy{direction:ltr!important;unicode-bidi:isolate!important;text-align:left!important}

@media(max-width:980px){
  .footer.footer-saas>.footer-saas-top{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:34px 30px!important;
  }
  .footer.footer-saas .footer-saas-brand{
    grid-column:1/-1!important;
    max-width:none!important;
  }
}
@media(max-width:700px){
  .footer.footer-saas{padding:50px 0 20px!important}
  .footer.footer-saas>.wrap{width:min(calc(100% - 28px),1180px)!important}
  .footer.footer-saas>.footer-saas-top{
    grid-template-columns:1fr!important;
    gap:28px!important;
    padding-bottom:34px!important;
  }
  .footer.footer-saas .footer-saas-brand{grid-column:auto!important}
  .footer.footer-saas .footer-saas-column,
  .footer.footer-saas[lang="ar"] .footer-saas-column{
    align-items:flex-start!important;
    text-align:left!important;
  }
  .footer.footer-saas[lang="ar"]>.footer-saas-top{direction:rtl!important}
  .footer.footer-saas[lang="ar"] .footer-saas-brand,
  .footer.footer-saas[lang="ar"] .footer-saas-column{align-items:flex-end!important;text-align:right!important}
  .footer.footer-saas>.footer-saas-bottom{
    min-height:0!important;
    padding-top:18px!important;
  }
  .footer.footer-saas .footer-saas-heading{margin-bottom:9px!important}
  .footer.footer-saas .footer-saas-column>a{padding:5px 0!important;font-size:13px!important}
  .footer.footer-saas .legal-copy{font-size:11px!important}
}

/* Explicitly neutralize page-level font-family assignments on footer wrappers. */
.footer.footer-saas>.footer-saas-top,
.footer.footer-saas .footer-saas-brand,
.footer.footer-saas .footer-saas-column,
.footer.footer-saas .footer-saas-heading,
.footer.footer-saas .footer-saas-column>a,
.footer.footer-saas>.footer-saas-bottom{
  font-family:inherit!important;
}
.footer.footer-saas .footbrand,
.footer.footer-saas .skiinobs-brand-lock,
.footer.footer-saas .legal-copy{
  font-family:Inter,Arial,"Helvetica Neue",sans-serif!important;
}
