/* =====================================================================
   EnableX site-wide footer - dark enterprise treatment (2026 theme)
   Pairs with /_shared/footer.html (SSI include).
   ===================================================================== */

.enx-footer{
  background:var(--enx-bg-deep,#0e1a2b);
  color:rgba(255,255,255,.78);
  font-family:var(--bs-body-font-family);
  font-size:14px;line-height:1.55;
  margin-top:64px;
  border-top:3px solid transparent;
  border-image:linear-gradient(135deg,#1B0A6B 0%,#7B1FA2 50%,#E91E63 100%) 1;
}
.enx-footer .container{max-width:1280px;margin:0 auto;padding:0 24px}

/* ---------- Brand row: full width, own row at every viewport ---------- */
.enx-footer-top{padding:56px 0 40px}
.enx-footer-brandrow{
  display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;
  gap:20px 40px;
  padding-bottom:32px;margin-bottom:36px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.enx-footer-logo{display:inline-block;margin-bottom:12px;text-decoration:none}
.enx-footer-logo img{display:block;height:32px;width:auto}
.enx-footer-tagline{
  font-size:14.5px;line-height:1.55;color:rgba(255,255,255,.6);
  margin:0;max-width:340px;
}
.enx-footer-brandmeta{display:flex;flex-direction:column;align-items:flex-end;gap:14px}
@media (max-width:760px){.enx-footer-brandmeta{align-items:flex-start}}
.enx-footer-social{display:flex;gap:10px}
.enx-footer-social a{
  width:36px;height:36px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  transition:all .15s ease;
}
.enx-footer-social a:hover{
  background:var(--enx-grad-btn,linear-gradient(135deg,#A1198A 0%,#C32843 100%));
  border-color:transparent;color:#fff;transform:translateY(-1px);
}
.enx-footer-address{
  font-style:normal;font-size:13px;color:rgba(255,255,255,.45);
  line-height:1.6;text-align:right;
}
@media (max-width:760px){.enx-footer-address{text-align:left}}

/* ---------- Link columns: auto-fit — wraps 6 -> 4 -> 3 -> 2 with no orphan layout ---------- */
.enx-footer-cols{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:32px 28px;
}
.enx-footer-col h4{
  color:#fff;
  font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  margin:0 0 14px;
}
.enx-footer-col ul{list-style:none;padding:0;margin:0}
.enx-footer-col li{margin-bottom:9px}
.enx-footer-col a{
  color:rgba(255,255,255,.62);text-decoration:none;font-size:13.5px;
  transition:color .12s;
}
.enx-footer-col a:hover{color:#fff;text-decoration:none}

/* ---------- Bottom: copyright + legal ---------- */
.enx-footer-bottom{
  padding:18px 0;
  background:rgba(0,0,0,.28);
  border-top:1px solid rgba(255,255,255,.08);
}
.enx-footer-bottom-inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;flex-wrap:wrap;
}
.enx-footer-copy{font-size:12.5px;color:rgba(255,255,255,.45)}
.enx-footer-legal{
  list-style:none;margin:0;padding:0;
  display:flex;flex-wrap:wrap;gap:6px 18px;
  font-size:12.5px;
}
.enx-footer-legal a{
  color:rgba(255,255,255,.55);text-decoration:none;
  transition:color .12s;
}
.enx-footer-legal a:hover{color:#fff}
