/* Franchise Kosovo — sample data (fake, for the UI kit demo) */

window.FK_FRANCHISES = [
  { id:'northbrew', name:'Northbrew Coffee Co.', industry:'Food & Beverage', icon:'coffee',
    desc:'Specialty coffee with a proven Balkan playbook.', from:'€45,000', fromNum:45000,
    grad:['#1C4274','#0A1A33'], vetted:true, demand:true, territory:'Pristina, Prizren',
    royalty:'6%', total:'€45k – €80k', units:'1,200+ worldwide', payback:'18–24 months',
    overview:'Northbrew is a third-wave coffee brand built for fast urban expansion. Its compact-footprint store model and centralised roasting make it a natural fit for Kosovo’s growing café culture, especially in Pristina’s university districts.' },
  { id:'fitlab', name:'FitLab Studios', industry:'Fitness', icon:'dumbbell',
    desc:'Boutique group-training studios with recurring memberships.', from:'€90,000', fromNum:90000,
    grad:['#143257','#091428'], vetted:true, demand:false, territory:'Pristina',
    royalty:'7%', total:'€90k – €140k', units:'340 worldwide', payback:'24–30 months',
    overview:'FitLab pairs heart-rate-led group classes with a membership model that smooths cash flow. The brand brings a turnkey buildout kit and trainer certification program ideal for a first-time fitness operator.' },
  { id:'pronto', name:'Pronto Pizza', industry:'Food & Beverage', icon:'pizza',
    desc:'Fast-casual pizza, delivery-first, tight unit economics.', from:'€60,000', fromNum:60000,
    grad:['#1A3A5C','#0A1A33'], vetted:true, demand:true, territory:'Nationwide',
    royalty:'5%', total:'€60k – €95k', units:'2,800+ worldwide', payback:'16–22 months',
    overview:'Pronto’s delivery-first kitchens require minimal frontage and lean heavily on aggregator demand — a model that maps cleanly onto Kosovo’s young, mobile-ordering population.' },
  { id:'brightkids', name:'BrightKids Academy', industry:'Education', icon:'graduation-cap',
    desc:'After-school STEM & language enrichment for ages 5–14.', from:'€35,000', fromNum:35000,
    grad:['#14406A','#0A1A33'], vetted:true, demand:true, territory:'Pristina, Gjakova',
    royalty:'8%', total:'€35k – €55k', units:'600 worldwide', payback:'14–20 months',
    overview:'BrightKids meets surging demand from Kosovar parents for English-language and STEM enrichment. Low fit-out costs and a licensing-led curriculum make it one of the most accessible entry points in the portfolio.' },
  { id:'lumen', name:'Lumen Beauty Bar', industry:'Health & Beauty', icon:'sparkles',
    desc:'Express beauty & wellness bar, membership-driven.', from:'€55,000', fromNum:55000,
    grad:['#1C4274','#0C2340'], vetted:true, demand:false, territory:'Pristina',
    royalty:'6%', total:'€55k – €85k', units:'480 worldwide', payback:'20–26 months',
    overview:'Lumen’s express-service format and retail attach-rate drive strong per-visit revenue. The brand supplies a full visual-merchandising system and supply chain for consumables.' },
  { id:'parcelpoint', name:'ParcelPoint', industry:'Business Services', icon:'package',
    desc:'Last-mile pickup, returns & micro-fulfilment hubs.', from:'€30,000', fromNum:30000,
    grad:['#143257','#091428'], vetted:true, demand:true, territory:'Nationwide',
    royalty:'5%', total:'€30k – €50k', units:'5,000+ worldwide', payback:'12–18 months',
    overview:'As e-commerce accelerates across the region, ParcelPoint’s low-staff hub model captures returns and pickup volume with one of the fastest paybacks in the portfolio.' },
  { id:'greenfork', name:'GreenFork Kitchen', industry:'Food & Beverage', icon:'salad',
    desc:'Healthy fast-casual bowls and juices.', from:'€50,000', fromNum:50000,
    grad:['#1A3A5C','#0A1A33'], vetted:true, demand:false, territory:'Pristina',
    royalty:'6%', total:'€50k – €78k', units:'210 worldwide', payback:'20–24 months',
    overview:'GreenFork brings a build-your-bowl model with a recognisable brand among younger urban diners and a streamlined supply chain for fresh produce.' },
  { id:'autocare', name:'AutoCare Express', industry:'Automotive', icon:'car',
    desc:'Quick-service oil, tyres & diagnostics.', from:'€110,000', fromNum:110000,
    grad:['#143257','#0C2340'], vetted:true, demand:false, territory:'Pristina, Mitrovica',
    royalty:'5%', total:'€110k – €180k', units:'1,900 worldwide', payback:'28–36 months',
    overview:'AutoCare’s standardised bay layout and parts supply make it a resilient, demand-stable business as vehicle ownership rises across Kosovo.' },
];

window.FK_INDUSTRIES = ['All','Food & Beverage','Fitness','Education','Health & Beauty','Business Services','Automotive'];

window.FK_SERVICES = [
  { icon:'globe', n:'01', title:'Market Entry', body:'We bring proven international brands into Kosovo — territory analysis, localization, regulation, and site selection, handled end-to-end.', cta:'For franchisors' },
  { icon:'compass', n:'02', title:'Brokerage', body:'Browse a curated shortlist of vetted opportunities matched to your budget and goals. One expert partner from inquiry to signing.', cta:'Browse opportunities' },
  { icon:'briefcase', n:'03', title:'Consulting', body:'Already have a concept? We help Kosovar businesses package, document, and franchise their own brand for sustainable growth.', cta:'Franchise your brand' },
];

window.FK_PROCESS = [
  { n:'1', title:'Discover', body:'Tell us your budget, interests, and timeline. We map every option that fits — no obligation.' },
  { n:'2', title:'Shortlist', body:'We hand you a vetted shortlist with real unit economics, territory data, and risk notes.' },
  { n:'3', title:'Structure', body:'We negotiate terms, navigate regulation, and structure financing alongside you.' },
  { n:'4', title:'Launch', body:'Site selection, fit-out, hiring, and grand opening — on the ground, with you.' },
];

window.FK_STATS = [
  { num:40, suffix:'+', lab:'Vetted brands', sub:'Across 12 industries' },
  { num:127, prefix:'€', suffix:'M', lab:'Capital deployed', sub:'Since 2016' },
  { num:90, suffix:' days', lab:'Avg. to launch', sub:'From signed deal' },
  { num:98, suffix:'%', lab:'Would refer us', sub:'Franchisee survey' },
];
