
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; padding: 24px; max-width: 900px; margin: auto; }
    h1 { color: #0B3D91; }
    h2 { color: #0B3D91; margin-top: 28px; }
    p { margin: 12px 0; }
    ul { margin: 12px 0 12px 20px; }
    .cta { margin: 20px 0; }
    .button { display: inline-block; background-color: #F9690F; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-family: Arial, sans-serif; font-size: 16px; }
    .note { background: #fff8e6; border-left: 4px solid #F9690F; padding: 12px; margin: 16px 0; }
    .compare-table { border-collapse: collapse; width: 100%; margin-top: 12px; }
    .compare-table th, .compare-table td { border: 1px solid #ddd; padding: 8px; text-align: left; }
    .compare-table th { background: #f4f7fb; }
    table.pricing-table { border-collapse: collapse; width: 100%; margin-top: 24px; }
    table.pricing-table th, table.pricing-table td { border: 1px solid #ddd; padding: 10px; text-align: center; }
    table.pricing-table th { background: #0B3D91; color: white; }
    footer { margin-top: 30px; font-size: 14px; color: #555; }
  