/* GALAXIS Startseite V9 Verkaufskompakt
   Ziel: Mehr verkaufen, weniger beeindrucken.
   Fokus: Suchfeld/Finder, schnelle Orientierung, kompakte Vertrauenselemente.
*/

.galx-home,
.galx-homepage,
.galx-startseite,
.galx-main-home {
  --galx-navy: #08233f;
  --galx-coral: #ff6b45;
}

/* Hero/Finder nicht mehr als zu große Bühne */
.galx-hero,
.galx-home-hero,
.galx-hero-section,
.galx-start-hero,
.home-hero {
  min-height: 0 !important;
  padding-top: 30px !important;
  padding-bottom: 34px !important;
}

.galx-hero .container,
.galx-home-hero .container,
.galx-hero-section .container {
  align-items: center !important;
}

/* Hauptheadline kompakter, Suchabsicht bleibt deutlich */
.galx-hero h1,
.galx-home-hero h1,
.galx-hero-title,
.galx-hero__title {
  font-size: clamp(30px, 3.4vw, 50px) !important;
  line-height: 1.05 !important;
  margin-bottom: 12px !important;
  max-width: 660px !important;
}

.galx-hero p,
.galx-home-hero p,
.galx-hero-subtitle,
.galx-hero__text {
  font-size: clamp(15px, 1.25vw, 18px) !important;
  line-height: 1.38 !important;
  margin-bottom: 14px !important;
  max-width: 650px !important;
}

.galx-hero-badge,
.galx-hero__badge,
.galx-kicker {
  margin-bottom: 10px !important;
}

/* Hero-Vorteile flacher */
.galx-hero-trust,
.galx-hero-benefits,
.galx-hero__benefits,
.galx-benefit-row {
  gap: 10px !important;
  margin-top: 12px !important;
}

.galx-hero-trust > *,
.galx-hero-benefits > *,
.galx-hero__benefits > *,
.galx-benefit-row > * {
  min-height: 40px !important;
  padding: 8px 12px !important;
  border-radius: 12px !important;
}

/* Finder/Suchbox wichtiger als Designfläche */
.galx-finder,
.galx-search-finder,
.galx-remote-finder,
.galx-hero-finder,
.galx-finder-card {
  transform: none !important;
  box-shadow: 0 18px 46px rgba(8,35,63,.20) !important;
}

.galx-finder input,
.galx-search-finder input,
.galx-remote-finder input,
.galx-hero-finder input,
.galx-finder-card input {
  min-height: 48px !important;
  font-size: 16px !important;
}

.galx-finder button,
.galx-search-finder button,
.galx-remote-finder button,
.galx-hero-finder button,
.galx-finder-card button {
  min-height: 48px !important;
  font-weight: 900 !important;
}

/* Codehilfe sichtbar, aber nicht hoch */
.galx-code-help,
.galx-code-help-closed,
.galx-code-finder,
.galx-where-code {
  margin-top: 10px !important;
}

/* Schnellstart deutlich schlanker */
.galx-quickstart,
.galx-start-quicklinks,
.galx-shortcuts,
.galx-schnellstart {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.galx-quickstart .galx-section-head,
.galx-schnellstart .galx-section-head,
.galx-start-quicklinks .galx-section-head {
  margin-bottom: 12px !important;
}

.galx-quickstart-card,
.galx-shortcut-card,
.galx-schnellstart-card,
.galx-start-card {
  min-height: 112px !important;
  padding: 16px !important;
  border-radius: 16px !important;
}

/* Beliebte Marken: wichtiger, aber kompakt */
#galx-popular-brands,
.galx-popular-brands,
.galx-brands-section {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

#galx-popular-brands .galx-section-head,
.galx-popular-brands .galx-section-head,
.galx-brands-section .galx-section-head {
  margin-bottom: 12px !important;
}

.galx-brands,
.galx-brands--compact {
  gap: 8px !important;
}

.galx-brand,
.galx-brand-chip,
.galx-brands--compact .galx-brand {
  min-height: 34px !important;
  padding: 7px 12px !important;
  font-size: 13px !important;
}

/* Vertrauensstreifen nur als Kaufangst-Abfang */
.galx-compact-truststrip,
.galx-trust-strip,
.galx-bottom-trust {
  margin-top: 14px !important;
  margin-bottom: 18px !important;
  padding: 14px 18px !important;
  border-radius: 16px !important;
}

.galx-compact-truststrip h3,
.galx-trust-strip h3,
.galx-bottom-trust h3 {
  font-size: 18px !important;
  margin-bottom: 4px !important;
}

.galx-compact-truststrip p,
.galx-trust-strip p,
.galx-bottom-trust p {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

/* Falls Angebote/Topartikel noch vorhanden: nicht überdominant */
.galx-offers,
.galx-top-products,
.galx-products-section {
  margin-top: 16px !important;
}

/* Mobile: Suchfeld und Finder zuerst */
@media (max-width: 767.98px) {
  .galx-hero,
  .galx-home-hero,
  .galx-hero-section,
  .galx-start-hero,
  .home-hero {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }

  .galx-hero h1,
  .galx-home-hero h1,
  .galx-hero-title,
  .galx-hero__title {
    font-size: 30px !important;
    margin-bottom: 10px !important;
  }

  .galx-hero p,
  .galx-home-hero p,
  .galx-hero-subtitle,
  .galx-hero__text {
    font-size: 14.5px !important;
    margin-bottom: 12px !important;
  }

  .galx-hero-trust,
  .galx-hero-benefits,
  .galx-hero__benefits,
  .galx-benefit-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
  }

  .galx-quickstart,
  .galx-start-quicklinks,
  .galx-shortcuts,
  .galx-schnellstart {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .galx-quickstart-card,
  .galx-shortcut-card,
  .galx-schnellstart-card,
  .galx-start-card {
    min-height: 92px !important;
  }

  #galx-popular-brands,
  .galx-popular-brands,
  .galx-brands-section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .galx-brand,
  .galx-brand-chip,
  .galx-brands--compact .galx-brand {
    min-height: 32px !important;
    font-size: 12.5px !important;
  }
}
