// Inline Lucide-style icons (stroke-based SVGs) const Icon = ({ children, size = 24, className = "", strokeWidth = 1.75 }) => ( {children} ); const Cross = (p) => ; const ArrowRight = (p) => ; const Globe = (p) => ; const Users = (p) => ; const LayoutDashboard = (p) => ; const Clock = (p) => ; const DollarSign = (p) => ; const BookOpen = (p) => ; const BarChart = (p) => ; const Palette = (p) => ; const Cloud = (p) => ; const Check = (p) => ; const ChevronDown = (p) => ; const Plus = (p) => ; const Minus = (p) => ; const Star = (p) => ; const Shield = (p) => ; const Building = (p) => ; const Lock = (p) => ; const RefreshCw = (p) => ; const QrCode = (p) => ; const Play = (p) => ; const Menu = (p) => ; const X = (p) => ; const Instagram = (p) => ; const Youtube = (p) => ; const Facebook = (p) => ; const Linkedin = (p) => ; const Calendar = (p) => ; const Mic = (p) => ; const TrendingUp = (p) => ; const Award = (p) => ; const Heart = (p) => ; const FileText = (p) => ; const Send = (p) => ; const Sparkles = (p) => ; window.Icons = { Cross, ArrowRight, Globe, Users, LayoutDashboard, Clock, DollarSign, BookOpen, BarChart, Palette, Cloud, Check, ChevronDown, Plus, Minus, Star, Shield, Building, Lock, RefreshCw, QrCode, Play, Menu, X, Instagram, Youtube, Facebook, Linkedin, Calendar, Mic, TrendingUp, Award, Heart, FileText, Send, Sparkles };