/* Footer site — C&A Connect SRL */
.bnf-landing {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bnf-landing .bnf-main {
  flex: 1 0 auto;
}

.bizz-site-footer {
  margin: 0;
  margin-top: auto;
  padding-top: 1.75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.25rem 1.35rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--bizz-text-muted, #b4bcc6);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bizz-bg, #1c2229);
}

.bizz-site-footer a {
  color: var(--bizz-accent-soft, #7ecfc4);
  text-decoration: none;
  font-weight: 600;
}

.bizz-site-footer a:hover {
  text-decoration: underline;
}
