
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; padding: 24px; max-width: 900px; margin: auto; }
    h1 { color: #0F4C81; }
    h2 { color: #0F4C81; margin-top: 22px; }
    p { margin: 10px 0; }
    ul { margin: 8px 0 16px 20px; }
    .feature { background: #f7fbff; border-left: 4px solid #0F4C81; padding: 10px 14px; margin-bottom: 12px; border-radius: 4px; }
    .cta { margin: 22px 0; }
    .note { font-size: 0.95em; color: #555; }
    .compare-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
    .compare-table td, .compare-table th { border: 1px solid #e2e8f0; padding: 8px; }
    .compare-table th { background: #f1f5f9; text-align: left; }
    table.pricing-table { border-collapse: collapse; width: 100%; margin-top: 24px; }
    table.pricing-table th, table.pricing-table td {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: left;
    }
    table.pricing-table th {
      background-color: #f2f2f2;
    }
    table.pricing-table tbody tr:nth-child(even) {
      background-color: #f9f9f9;
    }
  