
    body { font-family: Arial, Helvetica, sans-serif; color:#222; line-height:1.6; margin:0; padding:0 1em; background:#fff; }
    header { max-width:900px; margin:1.5em auto; text-align:left; }
    header img.hero { max-width:100%; height:auto; display:block; margin:0 0 1em; border-radius:6px; }
    header h1 { font-size:1.6rem; margin:0 0 .25em; color:#111; }
    header p.publisher { margin:0 0.5em 1em 0; color:#555; font-size:0.95rem; }
    main { max-width:900px; margin:0 auto 2em; padding-bottom:1em; }
    section { margin:1em 0; }
    section h2 { font-size:1.15rem; margin:0.5em 0; color:#111; }
    ul { margin:0.5em 0 0.5em 1.25em; }
    a { color:#1a64d6; text-decoration:none; }
    a:hover { text-decoration:underline; }</p>
<p>    /* Pricing table styles */
    .responsive-table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 1em; min-width: 300px; }
    .responsive-table th, .responsive-table td { border: 1px solid #ddd; padding: 0.75em 1em; text-align: center; }
    .responsive-table th { background-color: #f5f5f7; color: #222; font-weight: bold; }
    .responsive-table tr:nth-child(even) { background-color: #fafafc; }
    @media (max-width: 800px) {
      .responsive-table thead { display: none; }
      .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td { display: block; width: 100%; }
      .responsive-table tr { margin-bottom: 1.5em; border: 2px solid #eee; border-radius: 0.6em; background: #fff; box-shadow: 0 2px 10px 0 #eee; }
      .responsive-table td { text-align: left; padding: 0.7em 1em; position: relative; padding-left: 50%; border: none; border-bottom: 1px solid #eee; }
      .responsive-table td::before { content: attr(data-label); position: absolute; left: 1em; top: 0.7em; font-weight: bold; color: #444; width: 45%; text-align: left; white-space: nowrap; }
    }
    .yes { color: #15b66a; font-weight: bold; }
    .no { color: #ca2222; font-weight: bold; }</p>
<p>    footer { max-width:900px; margin:1.5em auto 2.5em; color:#444; font-size:0.95rem; }
    .note { font-size:0.95rem; color:#444; margin:1em 0; }
  