.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1e3547;
  line-height: 1;
  text-decoration: none !important;
  vertical-align: middle;
}

.brand-logo:hover,
.brand-logo:focus {
  color: #1e3547;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3850d5 0%, #10a6ba 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(56, 80, 213, 0.18);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-name {
  color: #1e3547;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-tagline {
  margin-top: 3px;
  color: #828f99;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-center .brand-logo {
  justify-content: center;
}

.text-center .brand-copy {
  text-align: left;
}

.cta-wide {
  min-width: 430px;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 480px) {
  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 20px;
  }

  .brand-name {
    font-size: 16px;
  }

  .brand-tagline {
    font-size: 10px;
  }

  .cta-wide {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .stats-row {
    justify-content: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    row-gap: 12px;
    text-align: center;
  }

  .stats-row > [class*="col-"] {
    display: flex;
    justify-content: center;
  }

  .stats-row .counter-box {
    width: 100%;
    max-width: 170px;
    text-align: center;
  }

  .stats-row .counter-box h3,
  .stats-row .counter-box p {
    text-align: center;
  }
}
