
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; margin: 24px; max-width: 900px; }
    h1 { color: #0f1724; }
    h2 { color: #1f2937; margin-top: 20px; }
    p { margin: 12px 0; }
    ul { margin: 8px 0 16px 20px; }
    .cta { margin: 22px 0; }
    .highlight { background: #FFF4E6; padding: 10px; border-left: 4px solid #F9690F; }
    .feature { margin-bottom: 12px; }
    footer { margin-top: 30px; font-size: 0.95em; color: #444; }
    table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 32px;
      margin-bottom: 40px;
    }
    table th, table td {
      border: 1px solid #ddd;
      padding: 12px 10px;
      text-align: center;
      vertical-align: middle;
    }
    table thead th {
      background-color: #f9fafb;
      color: #1f2937;
      font-weight: 600;
      font-size: 14px;
    }
    table tbody td:first-child {
      text-align: left;
      font-weight: 600;
      color: #0f1724;
      background-color: #f3f4f6;
      width: 200px;
    }
    del {
      color: #888;
      margin-left: 6px;
      font-weight: normal;
      font-size: 0.9em;
    }
    /* Responsive Image */
    .header-image {
      width: 100%;
      max-width: 900px;
      height: auto;
      display: block;
      margin-bottom: 32px;
      border-radius: 8px;
      object-fit: cover;
    }
    /* Link button styles */
    a.button-link {
      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;
      transition: background-color 0.3s ease;
    }
    a.button-link:hover {
      background-color: #d75a09;
    }
  