/* Lucide-style security trust bar — public footer + admin */
.hb-trust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
  margin: 0 0 18px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #e8eef2;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.hb-trust-lead {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
}
.hb-trust-lead .hb-trust-ico {
  width: 22px;
  height: 22px;
  color: #059669;
  flex: 0 0 auto;
}
.hb-trust-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.hb-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none !important;
  line-height: 1;
  white-space: nowrap;
}
a.hb-trust-pill:hover,
a.hb-trust-pill:focus {
  border-color: #F38020;
  color: #c2410c !important;
  background: #fff7ed;
}
.hb-trust-ico {
  width: 16px;
  height: 16px;
  color: #64748b;
  flex: 0 0 auto;
}
.hb-trust-pill-cf .hb-trust-ico-cf {
  width: 22px;
  height: 16px;
}
.hb-trust-pill-cf {
  border-color: #fed7aa;
}

.hb-mfa-backup-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
}
.hb-mfa-backup-list code { font-size: 14px; }

/* Admin footer */
.main-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.main-footer .hb-trust-bar {
  margin: 0;
  padding: 6px 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
  flex: 1 1 auto;
  justify-content: flex-start;
}
.main-footer .hb-trust-bar.is-compact .hb-trust-lead span {
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}
.main-footer .hb-trust-bar.is-compact .hb-trust-pill {
  height: 28px;
  padding: 0 10px;
  font-size: 11px;
  background: #f8fafc;
}
.main-footer .pull-right {
  float: none;
  margin-left: auto;
}

html[dir="rtl"] .main-footer .pull-right,
html.hb-rtl .main-footer .pull-right {
  margin-left: 0;
  margin-right: auto;
}

.hb-turnstile {
  margin: 8px 0 16px;
  min-height: 65px;
}

@media (max-width: 767px) {
  .hb-trust-bar,
  .main-footer {
    justify-content: center;
    text-align: center;
  }
  .hb-trust-pills,
  .hb-trust-lead {
    justify-content: center;
    width: 100%;
  }
  .main-footer .pull-right {
    margin: 0 auto;
  }
}
