.dgii-header {
  background: #0b3a63;
  color: #fff;
}

.brand-badge {
  width: 48px;
  height: 48px;
  background: #ffffff;
  color: #0b3a63;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 1px;
}

.brand-title {
  font-weight: 700;
  line-height: 1.1;
}

.brand-subtitle {
  font-size: 0.9rem;
  opacity: 0.9;
}
