
/* STILE NEWS - SORVEGLIANZA FACILE */
:root { --primary: #0f172a; --accent: #2563eb; --text: #334155; --bg: #f8fafc; }
body { font-family: 'Inter', sans-serif; background-color: var(--bg); color: var(--text); margin: 0; padding: 0; line-height: 1.8; }
.article-header { background: white; padding: 60px 20px; text-align: center; border-bottom: 1px solid #e2e8f0; }
.header-content { max-width: 800px; margin: 0 auto; }
.article-meta { font-size: 0.9rem; color: #64748b; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-bottom: 15px; }
.article-meta span { display: inline-block; margin: 0 10px; }
h1.article-title { font-family: 'Merriweather', serif; font-size: 2.8rem; color: var(--primary); margin: 10px 0 20px 0; line-height: 1.2; font-weight: 900; }
.article-lead { font-family: 'Merriweather', serif; font-size: 1.2rem; color: #475569; font-style: italic; max-width: 700px; margin: 0 auto; }
.article-body { max-width: 760px; margin: 50px auto; padding: 0 20px; font-size: 1.15rem; color: #1e293b; }
.article-body p { margin-bottom: 1.5em; }
.article-body h2 { font-family: 'Merriweather', serif; color: var(--primary); margin-top: 2em; font-size: 1.8rem; border-left: 5px solid var(--accent); padding-left: 15px; }
.article-body blockquote { background: #eff6ff; border-left: 4px solid var(--accent); margin: 30px 0; padding: 20px 30px; font-family: 'Merriweather', serif; font-style: italic; color: #1e40af; }
.article-footer { max-width: 760px; margin: 50px auto; padding: 30px 20px; border-top: 1px solid #cbd5e1; text-align: center; }
.btn-back { display: inline-block; padding: 10px 25px; background: white; border: 2px solid var(--primary); color: var(--primary); text-decoration: none; font-weight: bold; border-radius: 50px; transition: all 0.2s; }
.btn-back:hover { background: var(--primary); color: white; }
@media (max-width: 768px) { h1.article-title { font-size: 2rem; } .article-body { font-size: 1.05rem; padding: 0 20px; } }
