  /* ── Reset & base (identico al template articoli Pennagrafica) ── */
  .pg-art2 { background: #f5f0e6; }
  .pg-art2 *, .pg-art2 *::before, .pg-art2 *::after { box-sizing: border-box; }

  .pg-art2-tag {
    display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: #96bf48; border: 1.5px solid #96bf48;
    padding: .25rem .7rem; border-radius: 20px; margin-bottom: .9rem;
    background: rgba(0,0,0,.35);
  }
  .pg-art2-hero-title { font-size: clamp(1.6rem, 3.5vw, 2.3rem); font-weight: 700; color: #fff; line-height: 1.2; margin: 0 0 .7rem; }
  .pg-art2-hero-meta { font-size: .8rem; color: rgba(255,255,255,.55); }
  .pg-art2-hero-meta span { margin-right: 1.2rem; }

  /* ── Body ── */
  .pg-art2-body { font-size: 1.02rem; padding: 2.5rem 2.5rem 0; }
  .pg-art2-body h2 { font-size: 1.4rem; font-weight: 700; color: #111; margin: 2.8rem 0 1rem; padding-left: 1rem; border-left: 3px solid #96bf48; line-height: 1.3; }
  .pg-art2-body h3 { font-size: 1.05rem; font-weight: 700; color: #222; margin: 1.8rem 0 .5rem; }
  .pg-art2-body p { margin: 0 0 1.2rem; color: #2d2d2d; }
  .pg-art2-body ul { margin: 0 0 1.2rem 1.2rem; }
  .pg-art2-body li { margin-bottom: .5rem; color: #2d2d2d; }
  .pg-art2-body strong { color: #111; }
  .pg-art2-body a { color: #5a7a2a; text-decoration: none; border-bottom: 1px solid rgba(90,122,42,.3); }
  .pg-art2-body a:hover { border-bottom-color: #5a7a2a; }

  /* ── Pullquote ── */
  .pg-art2-quote { margin: 2.5rem 0; padding: 1.6rem 2rem; background: rgba(255,255,255,.55); border-left: 4px solid #96bf48; border-radius: 0 8px 8px 0; font-size: 1.08rem; font-style: italic; color: #333; line-height: 1.65; }

  /* ── Stat badges ── */
  .pg-art2-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 2rem 0; }
  .pg-art2-stat { background: rgba(255,255,255,.7); border-radius: 10px; padding: 1.2rem 1rem; text-align: center; border: 1px solid rgba(0,0,0,.07); }
  .pg-art2-stat-num { font-size: 2rem !important; font-weight: 800 !important; color: #96bf48 !important; line-height: 1; margin-bottom: .3rem; }
  .pg-art2-stat-label { font-size: .78rem; color: #555; line-height: 1.4; }

  /* ── Tabella confronto ── */
  .pg-art2-table-wrap { overflow-x: auto; margin: 2rem 0; border-radius: 10px; }
  .pg-art2-table { width: 100%; border-collapse: collapse; font-size: .9rem; background: rgba(255,255,255,.75); }
  .pg-art2-table thead tr { background: #1a1a1a; color: #fff; }
  .pg-art2-table thead th { padding: .85rem 1rem; text-align: left; font-weight: 600; font-size: .82rem; letter-spacing: .03em; }
  .pg-art2-table thead th:first-child { border-radius: 10px 0 0 0; }
  .pg-art2-table thead th:last-child { border-radius: 0 10px 0 0; }
  .pg-art2-table tbody tr { border-bottom: 1px solid rgba(0,0,0,.07); }
  .pg-art2-table tbody tr:last-child { border-bottom: none; }
  .pg-art2-table td { padding: .8rem 1rem; vertical-align: top; color: #333; }
  .pg-art2-table td:first-child { font-weight: 600; color: #111; width: 32%; }
  .pg-art2-table .ok { color: #3a6e10; }
  .pg-art2-table .warn { color: #7a4a0a; }
  .pg-art2-table .bad { color: #8a1a1a; }

  /* ── FAQ accordion ── */
  .pg-art2-faq-intro { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #96bf48; margin: 0 0 1rem; padding-bottom: .5rem; border-bottom: 1.5px solid #96bf48; }
  .pg-art2-faq details { border-bottom: 1px solid rgba(0,0,0,.1); }
  .pg-art2-faq details:first-of-type { border-top: 1px solid rgba(0,0,0,.1); }
  .pg-art2-faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; font-size: .98rem; font-weight: 600; color: #111; cursor: pointer; user-select: none; line-height: 1.4; }
  .pg-art2-faq summary::-webkit-details-marker { display: none; }
  .pg-art2-faq summary::after { content: ''; flex-shrink: 0; width: 20px; height: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2396bf48' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; transition: transform .2s; }
  .pg-art2-faq details[open] summary::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2396bf48' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E"); }
  .pg-art2-faq summary:hover { color: #5a7a2a; }
  .pg-art2-faq-answer { padding: 0 0 1.1rem; font-size: .95rem; line-height: 1.75; color: #444;}

  /* ── Box info ── */
  .pg-art2-box { margin: 2.5rem 0; padding: 1.5rem 1.8rem; background: rgba(255,255,255,.6); border-radius: 10px; border: 1px solid rgba(0,0,0,.08); }
  .pg-art2-box-title { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #96bf48; margin-bottom: .8rem; }
  .pg-art2-box ul { margin: 0 0 0 1rem; }
  .pg-art2-box li { font-size: .93rem; color: #333; margin-bottom: .35rem; }

  /* ── Partner badge ── */
  .pg-art2-partner { display: flex; align-items: center; gap: 1.2rem; background: rgba(255,255,255,.75); border: 1.5px solid #96bf48; border-radius: 12px; padding: 1.2rem 1.5rem; margin: 2.5rem 0; }
  .pg-art2-partner-icon { font-size: 2.2rem; flex-shrink: 0; }
  .pg-art2-partner-text strong { display: block; font-size: 1rem; color: #111; margin-bottom: .2rem; }
  .pg-art2-partner-text span { font-size: .88rem; color: #555; }

  /* ── CTA ── */
  .pg-art2-cta { margin: 3rem 0 0; padding: 2.2rem 2.5rem; background: #111; border-radius: 12px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem; }
  .pg-art2-cta-text { color: #fff; }
  .pg-art2-cta-text strong { display: block; font-size: 1.2rem; margin-bottom: .3rem; }
  .pg-art2-cta-text span { font-size: .9rem; color: rgba(255,255,255,.6); }
  .pg-art2-cta a { display: inline-block; background: #96bf48; color: #fff; font-size: .88rem; font-weight: 700; letter-spacing: .04em; padding: .75rem 1.8rem; border-radius: 6px; text-decoration: none; border: none; white-space: nowrap; }
  .pg-art2-cta a:hover { background: #7ea33a; }

  /* ── Responsive ── */
  @media (max-width: 620px) {
    .pg-art2-hero { height: 300px; }
    .pg-art2-body { padding: 1.5rem 1.2rem 0; }
    .pg-art2-stats { grid-template-columns: 1fr 1fr; }
    .pg-art2-stats .pg-art2-stat:last-child { grid-column: span 2; }
    .pg-art2-cta { flex-direction: column; padding: 1.5rem; }
    .pg-art2-hero-overlay { padding: 1.5rem; }
  }