/* --- RESET E BASE --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
section { scroll-margin-top: 90px; }
body { 
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; 
    background-color: #333333; 
    color: white; 
    line-height: 1.6; 
    overflow-x: hidden; 
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.highlight { color: #0d9644; position: relative; }

/* FOOTER LEGALE */
.footer-legal { background: #333333; padding: 40px 0; text-align: center; border-top: 1px solid #333; width: 100%; }
.footer-legal p { margin-bottom: 5px; color: #888; }
.admin-link { color: #555; font-size: 0.8rem; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }

.main-content { padding: 0 20px; }