
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; max-width: 900px; margin: 24px auto; padding: 0 18px; }
    h1,h2,h3 { color: #0b5; }
    a.cta { display:inline-block; background:#0b79d0; color:#fff; padding:12px 18px; text-decoration:none; border-radius:6px; margin-top:10px; }
    .muted { color:#666; font-size:0.95em; }
    ul { margin-left:1.1em; }
    .feature { margin-bottom:12px; }
    .compare-grid { display:flex; gap:12px; flex-wrap:wrap; }
    .card { border:1px solid #e4e4e4; border-radius:8px; padding:12px; flex:1 1 260px; background:#fafafa; }
    .warning { background:#fff4e5; border-left:4px solid #ff9f1c; padding:10px; border-radius:4px; margin:12px 0; }
    .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; }
    .table-note { font-size: 0.95em; color: #444; margin-top: 0.75em; }
    .cta { margin-top: 1em; padding: 0.9em 1em; display: inline-block; background:#0b67c2; color:#fff; text-decoration:none; border-radius:6px; font-weight:bold; }
  