
    body { font-family: Arial, sans-serif; color:#222; line-height:1.6; margin:20px; }
    h1 { color:#222; font-size:28px; margin-bottom:8px; }
    h2 { color:#333; font-size:20px; margin-top:20px; }
    p { margin:10px 0; }
    ul { margin:8px 20px; }
    .cta { margin-top:20px; }
    .note { color:#b33; font-weight:600; }
    .feature-title { font-weight:700; }
    .compare-table { border-collapse:collapse; width:100%; margin-top:8px; }
    .compare-table td, .compare-table th { border:1px solid #e6e6e6; padding:8px; vertical-align:top; }
    .small { font-size:13px; color:#666; }
    .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 #ddd; padding: 0.75em 1em; text-align: center; }
    .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; }
    }
    /* Optional: colored check/cross icons */
    .yes { color: #15b66a; font-weight: bold; }
    .no { color: #ca2222; font-weight: bold; }
    .note { font-size:0.95em; color:#333; margin:0.6em 0; }
    .cta { display:inline-block; background:#ffb000; color:#111; padding:0.6em 1em; border-radius:8px; text-decoration:none; font-weight:700; }
  