
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #222;
      margin: 24px;
      max-width: 900px;
    }
    h1 {
      color: #0F3B66;
    }
    h2 {
      color: #0F3B66;
      margin-top: 22px;
    }
    .lead {
      background: #f5f8fb;
      padding: 14px 18px;
      border-left: 4px solid #F9690F;
      margin-bottom: 18px;
    }
    ul {
      margin-left: 18px;
    }
    .feature {
      margin-bottom: 10px;
    }
    .cta {
      margin-top: 26px;
    }
    .note {
      font-size: 0.95em;
      color: #555;
      margin-top: 8px;
    }
    img.header-image {
      width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 24px;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 24px;
      margin-bottom: 32px;
    }
    th, td {
      border: 1px solid #ddd;
      padding: 12px;
      text-align: center;
    }
    th {
      background-color: #0F3B66;
      color: white;
    }
    tbody tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    tbody tr:hover {
      background-color: #f1f1f1;
    }
    .pricing-plan {
      font-weight: bold;
      color: #0F3B66;
    }
  