[ 'name' => 'Starter', 'max_listings' => 10, 'max_users' => 1, 'max_ai_per_month' => 0, 'max_ai_reports_per_month' => 1, 'max_watermark_templates' => 2, 'price_monthly' => 0, 'features' => [ 'ai_listing' => false, 'ai_social' => false, 'ai_report' => false, 'watermark' => false, 'about_page' => false, 'aggregator' => true, 'csv_export' => false, 'background_jobs' => false, ], ], 'pro' => [ 'name' => 'Pro', 'max_listings' => 100, 'max_users' => 3, 'max_ai_per_month' => 200, 'max_ai_reports_per_month' => 15, 'max_watermark_templates' => 10, 'price_monthly' => 149000, 'features' => [ 'ai_listing' => true, 'ai_social' => true, 'ai_report' => true, 'watermark' => true, 'about_page' => true, 'aggregator' => true, 'csv_export' => true, 'background_jobs' => true, ], ], 'business' => [ 'name' => 'Business', 'max_listings' => PHP_INT_MAX, 'max_users' => 10, 'max_ai_per_month' => 1000, 'max_ai_reports_per_month' => PHP_INT_MAX, 'max_watermark_templates' => PHP_INT_MAX, 'price_monthly' => 349000, 'features' => [ 'ai_listing' => true, 'ai_social' => true, 'ai_report' => true, 'watermark' => true, 'about_page' => true, 'aggregator' => true, 'csv_export' => true, 'background_jobs' => true, ], ], 'enterprise' => [ 'name' => 'Enterprise', 'max_listings' => PHP_INT_MAX, 'max_users' => PHP_INT_MAX, 'max_ai_per_month' => PHP_INT_MAX, 'max_ai_reports_per_month' => PHP_INT_MAX, 'max_watermark_templates' => PHP_INT_MAX, 'price_monthly' => 0, 'features' => [ 'ai_listing' => true, 'ai_social' => true, 'ai_report' => true, 'watermark' => true, 'about_page' => true, 'aggregator' => true, 'csv_export' => true, 'background_jobs' => true, ], ], ];