
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #222;
      margin: 24px;
      max-width: 900px;
    }
    header h1 {
      color: #0B3D91;
      margin-bottom: 6px;
    }
    .lede {
      color: #444;
      margin-top: 0;
    }
    section {
      margin-top: 20px;
    }
    h2 {
      color: #0B72BF;
      margin-bottom: 8px;
    }
    ul {
      margin-left: 18px;
    }
    .feature {
      margin-bottom: 12px;
    }
    .compare-list li {
      margin-bottom: 8px;
    }
    .cta {
      margin-top: 24px;
      padding: 16px;
      background: #FFF7E9;
      border-left: 4px solid #F9690F;
    }
    .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: #666;
      margin-top: 10px;
    }
    table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 12px;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 10px;
      text-align: center;
    }
    th {
      background-color: #0B72BF;
      color: white;
    }
    caption {
      caption-side: top;
      font-weight: bold;
      font-size: 18px;
      color: #0B72BF;
      margin-bottom: 8px;
    }
  