const RAYA_CONFIG = {
  pricing: {
    depositPct:      0.25,
    currencyDefault: 'EGP',
  },

  booking: {
    guestsMin:    1,
    guestsMax:    12,
    childrenMax:  6,
    nightsMin:    1,
    nightsMax:    30,
    cancelWindow: 48,
  },

  map: {
    bounds: { west: 27.8, east: 31.5, south: 30.6, north: 31.9 },
    center: [30.85, 29.25],
    zoom:   9,
    tileUrl: '',
    tileAttribution: '',
  },

  app: {
    defaultLang:     'ar',
    defaultCurrency: 'EGP',
    brandName_ar:    'راية',
    brandName_en:    'Raya',
    supportPhone:    '+20 10 0000 0000',
    supportEmail:    'hello@raya.app',
  },
};

const RAYA_COORDS = {
  a1: [30.9150, 28.7550],
  a2: [31.3500, 27.2200],
  a3: [30.9600, 28.9700],
  a4: [30.9100, 28.8000],
  a5: [31.0900, 28.3500],
  a6: [31.0900, 28.3700],
  a7: [30.9150, 28.7570],
  b1: [31.3450, 27.2150],
  b2: [30.9155, 28.7540],
  b3: [31.3500, 27.2300],
  b4: [31.0300, 28.6500],
  t1: [30.9150, 28.7550],
  t2: [30.9500, 28.8500],
  t3: [30.8450, 28.9500],
  t4: [31.3450, 27.2150],
  ac1: [30.9400, 28.9050],
  ac2: [30.9150, 28.7540],
  ac3: [30.9500, 28.8500],
  ac4: [31.0900, 28.3520],
};

window.RAYA_CONFIG = RAYA_CONFIG;
window.RAYA_COORDS = RAYA_COORDS;
