
    body { font-family: Arial, sans-serif; line-height: 1.6; color: #222; margin: 24px; }
    h1 { color: #F9690F; }
    h2 { margin-top: 20px; color: #333; }
    .lead { margin-bottom: 16px; color: #444; }
    ul { margin-left: 20px; }
    .cta { margin-top: 22px; }
    .note { background: #fff7e6; padding: 12px; border-left: 4px solid #F9690F; margin-top: 14px; }
    .compare-table, .pricing-table {
      border-collapse: collapse; 
      width: 100%; 
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .compare-table th, .compare-table td, 
    .pricing-table th, .pricing-table td { 
      text-align: left; 
      padding: 8px; 
      border-bottom: 1px solid #eee; 
      border: 1px solid #ddd;
    }
    .pricing-table th {
      background-color: #f9f9f9;
    }
    .pricing-table td {
      vertical-align: middle;
    }
    img.header-image {
      width: 100%;
      max-width: 1200px;
      height: auto;
      margin-bottom: 24px;
      border-radius: 6px;
    }
  