
    :root {
      --max-width: 900px;
      --accent: #ffcc33;
      --muted: #666;
      --bg-row: #fafafc;
      --border: #eee;
      --text: #1a1a1a;
    }
    body {
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      line-height: 1.45;
      margin: 0;
      padding: 0;
      background: #fff;
    }
    .page {
      max-width: var(--max-width);
      margin: 18px auto;
      padding: 0 16px 48px;
    }
    .hero {
      text-align: center;
      margin-bottom: 18px;
    }
    .hero img {
      width: 100%;
      max-width: 1200px;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 6px;
      box-shadow: 0 6px 22px rgba(0,0,0,0.06);
    }
    header { margin-bottom: 12px; }
    header h1 { font-size: 1.5rem; margin: 0 0 8px; }
    .lead { margin: 0.6rem 0 1.2rem 0; color: #333; }
    h2 { margin-top: 18px; margin-bottom: 8px; font-size: 1.125rem; }
    p { margin: 0 0 12px 0; }
    ul { margin: 0 0 12px 1.1rem; padding: 0; }
    li { margin-bottom: 8px; }
    a.cta { display:inline-block; background:var(--accent); color:#111; padding:10px 14px; border-radius:24px; text-decoration:none; font-weight:bold; }
    footer { margin-top: 18px; border-top: 1px solid #f0f0f0; padding-top: 12px; color: var(--muted); font-size: 0.95rem; }</p>
<p>    /* Pricing table styles (responsive) */
    .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; vertical-align: middle; }
    .responsive-table th { background-color: #f5f5f7; color: #222; font-weight: bold; }
    .responsive-table tr:nth-child(even) { background-color: var(--bg-row); }
    @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; }
    .header-row {
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-bottom:12px;
    }
    .note { font-size:0.85rem; color:var(--muted); margin-top:8px; }
    .small { font-size:0.95rem; color:#555; margin-top:10px; }
  