const L2_PAGE = {
  "laneSlug": "budget",
  "laneTitle": "Budget",
  "title": "On the Ground",
  "subtitle": "What a real travel day costs by destination tier.",
  "desk": "THE TREASURY DESK",
  "theme": "Travel money with receipts",
  "pathName": "/en/budget/on-the-ground/",
  "parentPath": "/en/budget/",
  "image": "https://images.unsplash.com/photo-1528569937393-ee892b976859?w=1800&q=85",
  "cards": [
    {
      "id": "daily-spend-rhythm",
      "num": "01",
      "topic": "Budget control desk",
      "title": "Daily Spend Rhythm",
      "desc": "Per diem, weekly rhythm, and the nightly money check that does not hijack the trip.",
      "count": "2 queued leaves",
      "read": "12 min read",
      "img": "https://images.unsplash.com/photo-1528569937393-ee892b976859?w=1800&q=85",
      "size": "xl",
      "href": "/en/budget/on-the-ground/daily-spend-rhythm/"
    },
    {
      "id": "food-small-purchases-floor",
      "num": "02",
      "topic": "Budget control desk",
      "title": "Food & Small Purchases Floor",
      "desc": "Meals, water, coffee, markets, snacks, and the tiny line items that become a real number.",
      "count": "3 queued leaves",
      "read": "13 min read",
      "img": "https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=1800&q=85",
      "size": "wide",
      "href": "/en/budget/on-the-ground/food-small-purchases-floor/"
    },
    {
      "id": "local-logistics-spend",
      "num": "03",
      "topic": "Budget control desk",
      "title": "Local Logistics Spend",
      "desc": "Transit, local SIM, laundry, and the ordinary systems that make the trip function.",
      "count": "3 queued leaves",
      "read": "13 min read",
      "img": "https://images.unsplash.com/photo-1542359649-31e03cd4d909?w=1800&q=85",
      "size": "md",
      "href": "/en/budget/on-the-ground/local-logistics-spend/"
    },
    {
      "id": "activities-splurge-controls",
      "num": "04",
      "topic": "Budget control desk",
      "title": "Activities & Splurge Controls",
      "desc": "Tours, museums, upgrades, big-ticket days, and the yes/no rules that keep joy funded.",
      "count": "2 queued leaves",
      "read": "12 min read",
      "img": "https://images.unsplash.com/photo-1506784983877-45594efa4cbe?w=1800&q=85",
      "size": "md",
      "href": "/en/budget/on-the-ground/activities-splurge-controls/"
    }
  ],
  "faqs": [
    {
      "q": "Why are there only 4 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 on the ground 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 });
