
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; margin: 24px; }
    h1{ color: #F9690F; }
    h2{ color: #333; margin-top: 20px; }
    .lead { color: #555; margin-bottom: 16px; }
    ul { margin: 8px 0 16px 20px; }
    .feature { margin-bottom: 10px; }
    .cta { margin-top: 18px; }
    .btn {
      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 { font-size: 14px; color: #b33; margin-top: 10px; }
    .comparison-grid { display: flex; gap: 16px; flex-wrap: wrap; }
    .card { border: 1px solid #e6e6e6; padding: 12px; border-radius: 6px; background: #fafafa; flex: 1 1 280px; }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      margin-bottom: 40px;
    }
    table thead tr {
      background-color: #F9690F;
      color: white;
    }
    table th, table td {
      padding: 10px;
      border: 1px solid #ddd;
      text-align: left;
    }
    footer { margin-top: 30px; color: #666; font-size: 13px; }
    img.header-image {
      width: 100%;
      max-height: 400px;
      object-fit: cover;
      border-radius: 6px;
      margin-bottom: 24px;
    }
  