/* NOVARIS CLEAN – Hero-Lesbarkeit: Kontrast ohne Verlust des Premium-Looks */
html.is-home-cleanup body .premium-fade .container > p {
  position: relative !important;
  z-index: 2 !important;
  max-width: 36rem !important;
  margin-top: 1.85rem !important;
  padding: .85rem 1rem .9rem 1.15rem !important;
  color: #fffdf8 !important;
  font-weight: 600 !important;
  line-height: 1.68 !important;
  letter-spacing: .005em !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.98), 0 7px 23px rgba(0,0,0,.88) !important;
  background: linear-gradient(90deg, rgba(6,6,6,.82) 0%, rgba(6,6,6,.69) 70%, rgba(6,6,6,0) 100%) !important;
  border-left: 2px solid rgba(218,177,87,.92) !important;
  box-shadow: -16px 0 30px rgba(0,0,0,.25) !important;
}

html.is-home-cleanup body .premium-fade .container > p strong,
html.is-home-cleanup body .premium-fade .container > p b {
  color: #f4d98d !important;
}

html.is-home-cleanup body .premium-fade .container > p:first-letter {
  text-shadow: 0 1px 2px rgba(0,0,0,1), 0 7px 23px rgba(0,0,0,.95) !important;
}

html.is-home-cleanup body .premium-fade .container h1 {
  text-shadow: 0 2px 2px rgba(0,0,0,.84), 0 12px 34px rgba(0,0,0,.74) !important;
}

@media (max-width: 640px) {
  html.is-home-cleanup body .premium-fade .container > p {
    max-width: min(23rem, 89vw) !important;
    margin-top: 1.55rem !important;
    padding: .82rem .9rem .86rem 1rem !important;
    font-size: clamp(1rem, 4vw, 1.16rem) !important;
    line-height: 1.62 !important;
    background: linear-gradient(90deg, rgba(5,5,5,.89) 0%, rgba(5,5,5,.76) 76%, rgba(5,5,5,.05) 100%) !important;
    box-shadow: -12px 0 25px rgba(0,0,0,.30) !important;
  }

  html.is-home-cleanup body .premium-fade .container h1 {
    text-shadow: 0 2px 2px rgba(0,0,0,.88), 0 10px 28px rgba(0,0,0,.76) !important;
  }
}
