.branding-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.branding-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #075e54, #1a73e8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.branding-logo-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.branding-logo-text span:first-child { color: #075e54; }
.branding-logo-text span:last-child  { color: #1a73e8; }