.logo-title {
  font-family: "new-hero", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  margin: 0;
}

/* Haupttitel */
.logo-title-main {
  letter-spacing: 0.4px;
  text-shadow:
    0 0 6px rgba(180,120,255,0.35),
    0 0 12px rgba(0,200,255,0.15);
}

/* Subtitle */
.logo-subtitle {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  opacity: 0.75;
  margin-top: 4px;
}

/* ===== HERO CENTER BRAND ===== */

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

/* Haupttitel */
.hero-title-main {
  font-family: "new-hero", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.5px;
  text-shadow:
    0 0 8px rgba(180,120,255,0.35),
    0 0 16px rgba(0,200,255,0.15);
}

/* Subtitle */
.hero-subtitle {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  opacity: 0.8;
  margin-top: 6px;
}