const L2_PAGE = {
  "laneSlug": "budget",
  "laneTitle": "Budget",
  "title": "The Hidden Costs",
  "subtitle": "The fees and small leaks that break a clean plan.",
  "desk": "THE TREASURY DESK",
  "theme": "Travel money with receipts",
  "pathName": "/en/budget/hidden-costs/",
  "parentPath": "/en/budget/",
  "image": "https://images.unsplash.com/photo-1519682337058-a94d519337bc?w=1800&q=85",
  "cards": [
    {
      "id": "desk-fees-required-charges",
      "num": "01",
      "topic": "Budget control desk",
      "title": "Desk Fees & Required Charges",
      "desc": "ATM fees, departure taxes, resort fees, and required charges that appear at counters.",
      "count": "3 queued leaves",
      "read": "13 min read",
      "img": "https://images.unsplash.com/photo-1519682337058-a94d519337bc?w=1800&q=85",
      "size": "xl",
      "href": "/en/budget/hidden-costs/desk-fees-required-charges/"
    },
    {
      "id": "travel-add-on-markups",
      "num": "02",
      "topic": "Budget control desk",
      "title": "Travel Add-On Markups",
      "desc": "Baggage fees, eSIM markups, tipping culture, and the small add-ons that attach to ordinary choices.",
      "count": "3 queued leaves",
      "read": "13 min read",
      "img": "https://images.unsplash.com/photo-1554224155-cfa08c2a758f?w=1800&q=85",
      "size": "wide",
      "href": "/en/budget/hidden-costs/travel-add-on-markups/"
    },
    {
      "id": "bad-day-costs",
      "num": "03",
      "topic": "Budget control desk",
      "title": "Bad-Day Costs",
      "desc": "Emergency taxis, weather gear, toiletries restocks, and the little rescues that save the day.",
      "count": "3 queued leaves",
      "read": "13 min read",
      "img": "https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=1800&q=85",
      "size": "md",
      "href": "/en/budget/hidden-costs/bad-day-costs/"
    }
  ],
  "faqs": [
    {
      "q": "Why are there only 3 case files here now?",
      "a": "The old thin leaves were consolidated into stronger Budget control desks. The hierarchy stays intact, but the reader gets fewer, deeper pages with the full decision path in one place."
    },
    {
      "q": "Did the older topics disappear?",
      "a": "No. They now live as future breakout labels inside the relevant canonical page and old URLs redirect to the closest control desk."
    },
    {
      "q": "Where should I start?",
      "a": "Start with the the hidden costs case file that matches the money decision in front of you."
    },
    {
      "q": "Is this still the same Budget visual system?",
      "a": "Yes. The pages keep the treasury desk, ledger, exchange-board, mono-number, and gold-accent system already used by Budget."
    }
  ]
};

Object.assign(window, { L2_PAGE });
