
/* Hub V411 — Footer Spacing + Image Fix */

.hub411-footer{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:34px 22px !important;
  display:grid !important;
  grid-template-columns:minmax(280px,1.25fr) repeat(4,minmax(140px,.75fr)) !important;
  gap:22px !important;
  align-items:start !important;
  border-radius:34px 34px 0 0 !important;
  background:
    radial-gradient(circle at 16% 0%,rgba(14,165,233,.18),transparent 34%),
    radial-gradient(circle at 88% 6%,rgba(37,99,235,.16),transparent 28%),
    linear-gradient(135deg,#10233a,#07111f 68%,#07111f) !important;
  border:1px solid rgba(125,211,252,.24) !important;
  border-bottom:0 !important;
  box-shadow:0 -14px 46px rgba(2,6,23,.18) !important;
}

.hub411-footer-brand{
  display:flex;
  flex-direction:column;
  gap:14px;
  min-width:0;
}

.hub411-footer-logo{
  display:block;
  width:100%;
  max-width:360px;
  border-radius:22px;
  overflow:hidden;
  background:#f8fbff;
  border:1px solid rgba(191,219,254,.80);
  box-shadow:0 18px 42px rgba(14,165,233,.13);
}

.hub411-footer-logo img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:#f8fbff !important;
}

.hub411-footer-brand p{
  margin:0 !important;
  color:#dbeafe !important;
  max-width:340px;
  line-height:1.55 !important;
}

.hub411-footer-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.hub411-footer-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 12px;
  border-radius:999px;
  color:#ffffff !important;
  text-decoration:none !important;
  font-weight:900;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  border:1px solid rgba(125,211,252,.30);
}

.hub411-footer-col{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  min-width:0;
}

.hub411-footer-col b{
  color:#ffffff !important;
  font-size:.86rem !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  margin-bottom:4px !important;
}

.hub411-footer-col a{
  color:#dbeafe !important;
  text-decoration:none !important;
  line-height:1.28 !important;
  font-size:.93rem !important;
  padding:5px 0 !important;
}

.hub411-footer-col a:hover{
  color:#67e8f9 !important;
}

.hub411-disclosure{
  max-width:1180px;
  margin:0 auto 22px;
  padding:14px 18px 20px;
  color:#64748b;
  background:#ffffff;
  border:1px solid rgba(191,219,254,.85);
  border-top:0;
  border-radius:0 0 24px 24px;
  line-height:1.5;
  font-size:.92rem;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}

.hub411-disclosure strong{
  color:#0f172a;
}

/* Disable older footer logo spacing rules where they conflict */
.footer .logo,
.footer .logo img{
  all:unset;
}

@media(max-width:1040px){
  .hub411-footer{
    grid-template-columns:1fr 1fr !important;
  }
  .hub411-footer-brand{
    grid-column:1 / -1;
  }
}

@media(max-width:760px){
  .hub411-footer{
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:24px 16px !important;
    border-radius:26px 26px 0 0 !important;
  }
  .hub411-footer-logo{
    max-width:100%;
  }
  .hub411-footer-actions a{
    flex:1 1 auto;
  }
  .hub411-disclosure{
    margin:0 10px 18px;
    border-radius:0 0 20px 20px;
  }
}
