
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; padding: 24px; max-width: 800px; margin: auto; }
    h1 { color: #1f3b6f; }
    h2 { color: #333; margin-top: 28px; }
    p.lead { font-size: 18px; color: #444; }
    ul { margin-left: 18px; }
    .cta { margin-top: 26px; }
    .note { color: #b33; font-weight: bold; }
    .features li { margin-bottom: 10px; }
    .comparison-table { border-collapse: collapse; width: 100%; margin-top: 12px; }
    .comparison-table th, .comparison-table td { border: 1px solid #e1e1e1; padding: 8px; text-align: left; }
    .highlight { background: #fff7e6; }
    footer { margin-top: 34px; font-size: 13px; color: #666; }
    img.header-image {
      width: 100%;
      max-width: 800px;
      height: auto;
      border-radius: 6px;
      margin-bottom: 24px;
      display: block;
    }
    table.pricing-table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 26px;
      margin-bottom: 36px;
    }
    table.pricing-table th, table.pricing-table td {
      border: 1px solid #e1e1e1;
      padding: 10px;
      text-align: center;
      background: #fafafa;
      font-size: 14px;
    }
    table.pricing-table th {
      background: #f0f0f0;
      color: #1f3b6f;
      font-weight: 600;
    }
  