/* Zoho Container aufbrechen */
.psf-hero {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
}

/* ===== MOBILE-ANPASSUNGEN ===== */

/* 1. Trust-Bar: stapeln statt quetschen */
@media (max-width: 768px) {
  .psf-hero-trustbar { flex-wrap: wrap !important; min-height: 0 !important; }
  .psf-hero-ti {
    flex: 1 1 50% !important;
    justify-content: flex-start !important;
    padding: 14px 18px !important;
    border-top: 1px solid rgba(184,151,90,.14) !important;
  }
  .psf-hero-ti:nth-child(2n) { border-right: none !important; }
}
@media (max-width: 480px) {
  .psf-hero-ti { flex: 1 1 100% !important; border-right: none !important; }
}

/* 2. Hero-Inhalt unter den fixierten Header schieben */
@media (max-width: 768px) {
  .psf-hero { padding-top: 58px !important; }
}

.psf-hero {
  margin-top: -20px;
}