.logo {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-shrink: 0;
  text-decoration: none;
  padding: 4px 0;
}

.logo-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1;
  background: linear-gradient(135deg, #1E40AF 0%, #2563EB 60%, #0EA5E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  padding-bottom: 4px;
  line-height: 1.2;
}

.logo-quote {
  font-size: 11px;
  color: var(--gray-400);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
