
    body { font-family: Arial, sans-serif; color:#333; line-height:1.6; margin:20px; }
    h1 { color:#1F3A63; }
    h2 { color:#2A4D7A; margin-top:1.2em; }
    .intro { background:#F7F9FB; padding:15px; border-left:4px solid #F9690F; }
    ul { margin-left:20px; }
    .cta { margin-top:20px; }
    .note { font-size:0.95em; color:#666; margin-top:8px; }
    .feature-list { margin-top:8px; }
    .highlight { color:#F9690F; font-weight:600; }
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 24px;
      font-family: Arial, sans-serif;
    }
    thead th {
      background-color: #2A4D7A;
      color: white;
      padding: 12px 8px;
      text-align: center;
      border: 1px solid #ddd;
    }
    tbody td {
      border: 1px solid #ddd;
      padding: 10px 8px;
      text-align: center;
    }
    tbody td:first-child {
      text-align: left;
      font-weight: 600;
      background-color: #F7F9FB;
    }
  