/* OfficeCalculator universal footer v37 */
.oc-universal-footer{
  width:100%;max-width:none;margin:42px 0 0;padding:0!important;border:0!important;border-radius:26px!important;
  background:linear-gradient(135deg,#0d1c31 0%,#102641 62%,#17375a 100%)!important;color:#dce7f5!important;
  box-shadow:0 20px 44px rgba(12,28,49,.18)!important;overflow:hidden
}
.oc-footer-inner{width:100%;max-width:1360px;margin:0 auto;padding:36px clamp(22px,4vw,52px) 24px}
.oc-footer-top{display:grid;grid-template-columns:minmax(240px,1.2fr) repeat(3,minmax(150px,.8fr));gap:34px;align-items:start}
.oc-footer-brand{min-width:0}.oc-footer-brand a{display:inline-flex;align-items:center;gap:12px;color:#fff!important;text-decoration:none!important;font-size:1.16rem;font-weight:900;letter-spacing:-.025em}
.oc-footer-brand a::before{content:"";display:block;width:44px;height:44px;flex:0 0 44px;border-radius:13px;background:rgba(255,255,255,.09) url('/assets/brand/officecalculator-mark.svg') center/28px 28px no-repeat;box-shadow:inset 0 0 0 1px rgba(255,255,255,.13)}
.oc-footer-brand p{max-width:390px;margin:14px 0 0!important;color:#aabbd0!important;font-size:.92rem!important;line-height:1.7!important}
.oc-footer-column h2{margin:0 0 13px!important;color:#fff!important;font-size:.78rem!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.oc-footer-links{display:grid;gap:9px}.oc-footer-links a{color:#cbd8e8!important;text-decoration:none!important;font-size:.92rem!important;line-height:1.35}.oc-footer-links a:hover{color:#fff!important;text-decoration:underline!important;text-underline-offset:4px}
.oc-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:#9fb0c5;font-size:.86rem}
.oc-footer-status{display:inline-flex;align-items:center;gap:8px}.oc-footer-status::before{content:"";width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.12)}
@media(max-width:980px){.oc-footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}.oc-footer-brand{grid-column:1/-1}}
@media(max-width:620px){.oc-universal-footer{border-radius:20px!important}.oc-footer-inner{padding:28px 20px 20px}.oc-footer-top{grid-template-columns:1fr;gap:24px}.oc-footer-brand{grid-column:auto}.oc-footer-bottom{align-items:flex-start;flex-direction:column}}
@media print{.oc-universal-footer{display:none!important}}

/* v39 responsive page-width containment */
.oc-universal-footer{
  width:min(100%,1400px)!important;
  max-width:1400px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
.oc-footer-inner{max-width:100%!important;box-sizing:border-box!important}
@media(max-width:620px){
  .oc-universal-footer{width:100%!important;max-width:100%!important}
}
