
/* =========================
   GLOBAL FOOTER
========================= */

.gfooter {
  background: #0b0f1a;
  color: #9aa4b2;
  font-size: 13px;
}

.gfooter__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 30px;
}

.gfooter__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.gfooter__brand {
  flex: 0 0 auto;
}

.gfooter__logo {
  height: 36px;
}

.gfooter__info {
  flex: 1 1 auto;
  line-height: 1.6;
}

.gfooter__row {
  margin-bottom: 6px;
}

.gfooter__apps {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.appBadge img {
  height: 36px;
  display: block;
}

.gfooter__copy {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 16px;
  text-align: center;
  font-size: 12px;
  color: #7f8896;
}
