
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #222;
      margin: 20px;
      max-width: 900px;
    }
    header h1, section h2 {
      color: #0B59A6;
    }
    p, ul, table {
      color: #444;
    }
    ul {
      max-width: 850px;
      padding-left: 20px;
    }
    table {
      border-collapse: collapse;
      width: 100%;
      max-width: 900px;
      margin: 30px 0;
    }
    table, th, td {
      border: 1px solid #ccc;
    }
    th, td {
      padding: 10px;
      text-align: left;
    }
    th {
      background-color: #f0f0f0;
    }
    a.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;
      margin-top: 12px;
    }
    footer p {
      color: #666;
      max-width: 850px;
      margin-top: 30px;
    }
    img.hero-image {
      width: 100%;
      max-width: 900px;
      height: auto;
      margin-bottom: 30px;
      border-radius: 8px;
      object-fit: cover;
      display: block;
    }
  