.msp-integration-logo img {
  height: 42px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

/* ============================================================
   About page (about.html)
   ============================================================ */

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .4rem .9rem;
  border-radius: 999px;
  background: rgba(47, 139, 214, .1);
  color: #2071b8;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.stat-number {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #2071b8;
}

@media (max-width: 575.98px) {
  .stat-number {
    font-size: 1.9rem;
  }
}

/* ============================================================
   Contact page (contact.html)
   ============================================================ */

