/* Compact home metrics and a deliberate product footer. Loaded last so older
   global grid/footer rules cannot reintroduce the sparse layout. */
.mb-proof {
  min-height: 0 !important;
  margin-bottom: 28px !important;
}

.mb-proof > div {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  align-content: center !important;
  column-gap: 10px !important;
  min-width: 0;
  min-height: 74px;
  padding: 13px 18px !important;
}

.mb-proof > div > img {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  align-self: center;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}

.mb-proof > div > b {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  min-width: 0;
  font-size: 19px;
  line-height: 1;
}

.mb-proof > div > span {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 0;
  margin-top: 4px;
  color: #8296a1;
  font-size: 9px;
  line-height: 1.25;
  white-space: normal;
}

.mb-home-final {
  margin-bottom: 28px !important;
}

.mb-site-footer {
  display: block !important;
  max-width: 1240px;
  margin: 0 auto 18px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #ffffff17;
  border-radius: 16px;
  background: linear-gradient(145deg, #0d1721, #080f17);
}

.mb-site-footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 23px 27px;
}

.mb-site-footer__brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.mb-site-footer__brand > i {
  position: relative;
  display: block;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #a6ff9e70;
  border-radius: 9px;
  background: linear-gradient(145deg, #8aff7f, #3fcb5d);
  box-shadow: 0 0 20px #55eb6542;
}

.mb-site-footer__brand > i:after {
  position: absolute;
  inset: 9px;
  border: 2px solid #092511;
  content: '';
  transform: rotate(45deg);
}

.mb-site-footer__brand span,
.mb-site-footer__brand b,
.mb-site-footer__brand small {
  display: block;
}

.mb-site-footer__brand b {
  color: #f2faf3;
  font-size: 17px;
  letter-spacing: -.04em;
}

.mb-site-footer__brand small {
  margin-top: 3px;
  color: #7f929d;
  font-size: 9px;
}

.mb-site-footer__routes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

.mb-site-footer__routes a {
  color: #c2d0d5 !important;
  font-size: 10px;
  font-weight: 750;
}

.mb-site-footer__routes a:hover {
  color: #aaff9f !important;
}

.mb-site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 27px;
  border-top: 1px solid #ffffff12;
  background: #081018;
}

.mb-site-footer__bottom p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  color: #768994;
  font-size: 8px;
}

.mb-site-footer__bottom p b {
  color: #9bea96;
}

.mb-site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 15px;
}

.mb-site-footer__bottom nav a {
  color: #788b95 !important;
  font-size: 8px;
  font-weight: 700;
}

.mb-site-footer__bottom nav a:hover {
  color: #b9ffb1 !important;
}

@media (max-width: 900px) {
  .mb-proof > div:nth-child(2) {
    border-right: 0;
  }

  .mb-proof > div:nth-child(-n+2) {
    border-bottom: 1px solid #ffffff12;
  }

  .mb-site-footer {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mb-site-footer__main {
    align-items: flex-start;
    flex-direction: column;
  }

  .mb-site-footer__routes {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .mb-proof > div {
    min-height: 68px;
    padding: 11px 12px !important;
  }

  .mb-proof > div > span {
    font-size: 8px;
  }

  .mb-site-footer {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mb-site-footer__main {
    padding: 20px;
  }

  .mb-site-footer__routes {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mb-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 20px;
  }

  .mb-site-footer__bottom nav {
    justify-content: flex-start;
  }
}
