/* Rechnerkorrektur für Startseite: Kundenstimmen bleiben vollständig im Dokumentfluss. */
@media (min-width: 768px) {
  html.is-home-cleanup body #root section.novaris-home-testimonials {
    position: relative !important;
    z-index: 2 !important;
    overflow: visible !important;
    padding-bottom: 2.5rem !important;
  }

  html.is-home-cleanup body #root footer[data-loc="client/src/components/Footer.tsx:6"] {
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
    transform: none !important;
    margin-top: 0 !important;
  }

  html.is-home-cleanup body #root .novaris-footer-direct-phone-v7 {
    display: flex !important;
    align-items: center !important;
    gap: .48rem !important;
    margin: 0 0 .55rem !important;
    color: #fff !important;
    font-size: .82rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }

  html.is-home-cleanup body #root .novaris-footer-direct-phone-v7 a {
    display: inline !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }
}

/* Die derzeit öffentlich nicht belegte Google-Bewertungszahl wird nicht behauptet. */
html.is-home-cleanup body #root [data-novaris-unverified-rating="true"] {
  display: none !important;
}

/* Kundenstimmen: keine künstliche Silbentrennung wie „UNSE- / RE“ auf Mobil oder Tablet. */
html.is-home-cleanup body #root section.novaris-home-testimonials h2[data-loc="client/src/pages/Home.tsx:225"] {
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
}

@media (max-width: 767px) {
  html.is-home-cleanup body #root section.novaris-home-testimonials h2[data-loc="client/src/pages/Home.tsx:225"] {
    max-width: 22rem;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(2rem, 9.3vw, 2.7rem) !important;
    line-height: 1.02 !important;
  }
}
