/* Uniformazione leggera e sicura */
main, .container, .container-fluid { word-wrap: break-word; }
h1 { line-height: 1.2; letter-spacing: -.01em; }
h2, h3, h4 { line-height: 1.25; scroll-margin-top: 84px; }
p, li { line-height: 1.7; }
img { max-width: 100%; height: auto; }
.card, .box, .test-card, .content-box { border-radius: 16px; }
@media (max-width: 768px) {
  h1 { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  h2 { font-size: clamp(1.4rem, 5vw, 1.9rem); }
}