
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; padding: 20px; }
    header { margin-bottom: 20px; }
    h1 { color: #F9690F; }
    h2 { margin-top: 20px; color: #333; }
    .features, .uses, .comparison { margin-left: 0; padding-left: 0; }
    ul { margin: 0 0 10px 20px; }
    .cta { margin-top: 24px; }
    .note { color: #6b6b6b; font-size: 14px; margin-top: 10px; }
    .highlight { font-weight: bold; color: #c74a06; }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 30px;
      font-family: Arial, sans-serif;
    }
    table, th, td {
      border: 1px solid #ddd;
    }
    th, td {
      padding: 12px;
      text-align: left;
    }
    th {
      background-color: #F9690F;
      color: white;
    }
    tbody tr:nth-child(even) {
      background-color: #f9f9f9;
    }
  