
    body { font-family: Arial, sans-serif; color: #222; line-height: 1.6; padding: 24px; max-width: 900px; margin: auto; }
    h1 { color: #0F4C81; }
    h2 { color: #0F4C81; margin-top: 1.2em; }
    .lead { background: #f6f9ff; border-left: 4px solid #0F4C81; padding: 12px 16px; margin-bottom: 18px; }
    ul { margin: 0 0 18px 20px; }
    .cta { margin-top: 22px; }
    .note { color: #8a8a8a; font-size: 14px; margin-top: 6px; }
    .feature-title { font-weight: bold; color: #333; }
    .compare-list { list-style: disc inside; }
    table { border-collapse: collapse; width: 100%; margin-top: 30px; }
    thead { background-color: #0F4C81; color: white; }
    th, td { border: 1px solid #ddd; padding: 12px 10px; text-align: left; vertical-align: top; }
    th { font-weight: bold; }
    tbody tr:hover { background-color: #f1f1f1; }
    .btn-table {
      display: inline-block;
      background-color: #F9690F;
      color: white;
      padding: 8px 16px;
      text-decoration: none;
      border-radius: 4px;
      font-family: Arial, sans-serif;
      font-size: 14px;
      cursor: pointer;
      border: none;
    }
    .most-popular {
      font-weight: bold;
      color: #0F4C81;
      background-color: #e8f0fe;
    }
  