/* ===========================
   MRM Impianti Elettrici
   Stylesheet LEGAL
   =========================== */

 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root { --navy:#1e3a5f; --blue:#2563eb; --dark:#1a202c; --gray:#64748b; --border:#e2e8f0; }
    body { font-family: 'Montserrat', sans-serif; color: var(--dark); background: white; -webkit-font-smoothing: antialiased; }
    a { text-decoration: none; color: inherit; }
    .page-header { background: var(--navy); color: white; padding: 16px 0; }
    .header-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
    .header-inner img { height: 40px; }
    .back-link { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.8); font-size: 13px; transition: color .2s; }
    .back-link:hover { color: white; }
    .back-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    main { max-width: 900px; margin: 0 auto; padding: 48px 24px 80px; }
    h1 { font-size: clamp(24px, 4vw, 36px); font-weight: 800; color: var(--navy); margin-bottom: 8px; }
    .date { font-size: 13px; color: var(--gray); margin-bottom: 40px; }
    section { margin-bottom: 32px; }
    h2 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
    h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 10px; margin-top: 20px; }
    p { color: #374151; font-size: 15px; line-height: 1.8; margin-bottom: 12px; }
    ul { padding-left: 24px; margin-bottom: 12px; }
    ul li { color: #374151; font-size: 15px; line-height: 1.8; margin-bottom: 6px; }
    .note-box { background: #f1f5f9; padding: 14px 18px; border-radius: 8px; font-size: 14px; color: #374151; margin-bottom: 12px; }
    a.link { color: var(--blue); }
    a.link:hover { text-decoration: underline; }
    footer { background: var(--dark); padding: 20px 0; text-align: center; }
    footer p { color: rgba(255,255,255,.4); font-size: 12px; }
    footer a { color: rgba(255,255,255,.4); }
    footer a:hover { color: var(--blue); }