/* Correzioni responsive home: titolo leggibile, sfumatura continua e quattro card sui desktop compatti. */
.hero-content{max-width:760px!important}
.hero h1{max-width:740px!important;font-size:clamp(2.55rem,4.15vw,4.65rem)!important;line-height:1.03!important;letter-spacing:-.05em!important;text-wrap:balance;overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}

@media (max-width:1180px) and (min-width:901px){
  .hero{grid-template-columns:minmax(500px,.96fr) minmax(360px,1.04fr)!important;background-position:center right!important}
  .hero-content{max-width:680px!important;padding:68px 28px 145px clamp(34px,5vw,64px)!important;background:none!important;backdrop-filter:none!important}
  .hero h1{max-width:650px!important;font-size:clamp(2.5rem,4vw,3.85rem)!important}
  .hero-copy{max-width:560px!important}
  .cards-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;padding-left:24px!important;padding-right:24px!important}
  .cards-grid .service-card h3{font-size:clamp(1.18rem,1.7vw,1.55rem)!important;margin-left:16px!important;margin-right:16px!important}
  .cards-grid .service-card p{font-size:.88rem!important;line-height:1.48!important;margin-left:16px!important;margin-right:16px!important}
}

@media (max-width:900px){
  .hero{grid-template-columns:1fr!important;background-image:linear-gradient(90deg,rgba(255,249,235,.98) 0%,rgba(255,249,235,.9) 38%,rgba(255,249,235,.42) 66%,rgba(255,249,235,.08) 100%),url('assets/hero-home.jpg')!important;background-position:center right!important}
  .hero-content{background:none!important;backdrop-filter:none!important}
  .hero h1{max-width:680px!important;font-size:clamp(2.45rem,7vw,3.8rem)!important}
}

@media (max-width:700px){
  .about-strip{display:block!important;width:100%!important;max-width:100%!important;padding:34px 22px!important;box-sizing:border-box!important;overflow:visible!important}
  .about-strip .about-copy{width:100%!important;max-width:none!important;margin:0 0 24px!important}
  .about-strip .about-copy h2{font-size:clamp(1.8rem,8.5vw,2.6rem)!important;line-height:1.08!important;overflow-wrap:anywhere!important}
  .about-strip .about-points{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:12px!important}
  .about-strip .about-points article{width:100%!important;min-width:0!important;padding:18px 0!important;border-top:1px solid rgba(5,38,75,.14)!important;box-sizing:border-box!important}
  .about-strip .about-points article:first-child{border-top:0!important}
  .about-strip .about-points h3{margin:0 0 7px!important;font-size:1.2rem!important;line-height:1.2!important}
  .about-strip .about-points p{margin:0!important;max-width:100%!important;font-size:.95rem!important;line-height:1.55!important;overflow-wrap:anywhere!important}
  .about-strip::after{display:none!important}
}