
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; margin: 24px; }
    h1 { color: #0b3b6f; }
    h2 { color: #0b3b6f; margin-top: 20px; }
    p { margin: 10px 0; }
    ul { margin: 8px 0 16px 20px; }
    .cta { margin-top: 20px; }
    .feature-title { font-weight: bold; color: #333; }
    .highlight { background: #fff3e6; padding: 8px; border-radius: 4px; display: inline-block; color: #7a3900; }
    table { border-collapse: collapse; width: 100%; margin-top: 20px; }
    table, th, td { border: 1px solid #ddd; }
    th, td { padding: 12px; text-align: left; }
    th { background-color: #0b3b6f; color: white; }
    tbody tr:nth-child(even) { background-color: #f9f9f9; }
  