/* =================================================================
   SERVIZI — page-scoped
   ================================================================= */
.page-hero{padding-block:clamp(3.5rem,8vw,6rem) clamp(2.5rem,5vw,4rem)}
.page-hero h1{max-width:18ch}
.page-hero .lead{margin-top:1.3rem;max-width:58ch}

/* 3.2 service grid */
.svc-icon{width:36px;height:36px;stroke:var(--gold);fill:none;stroke-width:1.75;
  stroke-linecap:round;stroke-linejoin:round;margin-bottom:.9rem}
.svc h3{font-size:1.12rem;margin-bottom:.45rem}
.svc p{color:var(--text-muted);font-size:.95rem}

/* 3.3 editorial */
.editorial{max-width:720px}
.editorial p{color:var(--text-muted);margin-bottom:1.2rem;max-width:none}
.editorial p:last-child{margin-bottom:0}

/* 3.4 cta */
.cta-dark{text-align:center}
.cta-dark .lead{margin-inline:auto}
.cta-dark .btn-row{justify-content:center}
