
    body { font-family: Arial, Helvetica, sans-serif; line-height: 1.6; color: #222; margin: 0; padding: 0; background:#fafafa; }
    .container { max-width: 980px; margin: 32px auto; background: #fff; padding: 28px; box-shadow: 0 6px 24px rgba(18,18,18,0.06); border-radius: 8px; }
    img.hero { width: 100%; height: auto; display: block; border-radius: 6px; margin-bottom: 20px; }
    header h1 { margin: 0 0 12px 0; font-size: 1.8rem; color: #111; }
    header p.intro { margin: 0 0 18px 0; color: #333; }
    section { margin-bottom: 20px; }
    section h2 { margin: 12px 0; font-size: 1.2rem; color: #111; }
    ul { margin: 8px 0 0 1.2em; padding: 0; }
    li { margin: 8px 0; }
    a.cta { color: #fff; background:#0066cc; padding:8px 12px; border-radius:4px; text-decoration:none; display:inline-block; margin-top:8px; }
    .meta-note { color:#666; font-size:0.95rem; margin-top:8px; }
    /* Table styles (from original) */
    .responsive-table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 1em; min-width: 300px; }
    .responsive-table th, .responsive-table td { border: 1px solid #e6e6e8; padding: 0.75em 1em; text-align: center; vertical-align: middle; }
    .responsive-table th { background-color: #f5f5f7; color: #222; font-weight: bold; }
    .responsive-table tr:nth-child(even) { background-color: #fafafc; }
    @media (max-width: 800px) {
      .responsive-table thead { display: none; }
      .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td { display: block; width: 100%; }
      .responsive-table tr { margin-bottom: 1.5em; border: 2px solid #eee; border-radius: 0.6em; background: #fff; box-shadow: 0 2px 10px 0 #eee; }
      .responsive-table td { text-align: left; padding: 0.7em 1em; position: relative; padding-left: 50%; border: none; border-bottom: 1px solid #eee; }
      .responsive-table td::before { content: attr(data-label); position: absolute; left: 1em; top: 0.7em; font-weight: bold; color: #444; width: 45%; text-align: left; white-space: nowrap; }
    }
    .yes { color: #15b66a; font-weight: bold; }
    .no { color: #ca2222; font-weight: bold; }
    footer { margin-top: 18px; color:#555; font-size:0.95rem; }
  