
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; margin: 24px; }
    h1 { color: #0B3D91; }
    h2 { color: #0B3D91; margin-top: 20px; }
    p { margin: 12px 0; }
    ul { margin: 8px 0 16px 20px; }
    .cta { margin: 22px 0; }
    .feature { margin-bottom: 12px; }
    .compare-list { list-style: none; padding: 0; }
    .compare-list li { margin-bottom: 10px; }
    .note { font-size: 0.95em; color: #666; margin-top: 6px; }
    table {
      border-collapse: collapse;
      width: 100%;
      max-width: 700px;
      margin: 24px 0;
      font-family: Arial, sans-serif;
    }
    table, th, td {
      border: 1px solid #ccc;
    }
    th, td {
      padding: 12px 15px;
      text-align: left;
    }
    th {
      background-color: #0B3D91;
      color: white;
    }
    caption {
      caption-side: top;
      font-weight: bold;
      font-size: 1.2em;
      margin-bottom: 8px;
      color: #0B3D91;
    }
  