/* GALAXIS Startseite Final Structure V1
   Struktur:
   Topbar -> Hero/Finder -> Schnellstart -> Beliebte Marken -> Kompatibilitätsstreifen -> Footer
   Nur Startseite/Design. Keine Shop-Logik.
*/

/* Falls die alte Trust-Leiste unter dem Hero noch durch Cache/Template auftaucht: sicher ausblenden */
.galx-home--v6 .galx-trust {
  display: none !important;
}

/* Abstand nach Hero ausgleichen, da Trust-Leiste entfernt wurde */
.galx-home--v6 .galx-category-section {
  margin-top: 28px !important;
}

/* Unterer Vertrauensstreifen: nur Kompatibilität/Hilfe, nicht wie Standard-Trust-Leiste */
.galx-compact-truststrip--compat {
  margin: 16px 0 28px !important;
  padding: 18px 20px !important;
  background:
    radial-gradient(circle at top left, rgba(255, 107, 69, 0.11), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 1px solid rgba(8, 35, 63, 0.10) !important;
  box-shadow: 0 14px 34px rgba(8, 35, 63, 0.085) !important;
}

.galx-compact-truststrip--compat .galx-compact-truststrip__icon {
  background: #08233f !important;
  color: #ffffff !important;
}

.galx-compact-truststrip--compat .galx-compact-truststrip__points span {
  background: rgba(255, 107, 69, 0.10) !important;
  color: #08233f !important;
  border: 1px solid rgba(255, 107, 69, 0.16) !important;
}

.galx-compact-truststrip--compat .galx-compact-truststrip__points span::before {
  content: "✓";
  color: #ff6b45 !important;
}

@media (max-width: 575.98px) {
  .galx-home--v6 .galx-category-section {
    margin-top: 18px !important;
  }

  .galx-compact-truststrip--compat {
    margin: 12px 0 22px !important;
    padding: 15px !important;
  }

  .galx-compact-truststrip--compat .galx-compact-truststrip__points {
    width: 100%;
  }

  .galx-compact-truststrip--compat .galx-compact-truststrip__points span {
    white-space: normal !important;
  }
}
