const L2_PAGE = {
  "laneSlug": "budget",
  "laneTitle": "Budget",
  "title": "Getting There",
  "subtitle": "Flights, trains, transfers, and the way-in cost.",
  "desk": "THE TREASURY DESK",
  "theme": "Travel money with receipts",
  "pathName": "/en/budget/getting-there/",
  "parentPath": "/en/budget/",
  "image": "https://images.unsplash.com/photo-1542296332-2e4473faf563?w=1800&q=85",
  "cards": [
    {
      "id": "fare-timing-alerts",
      "num": "01",
      "topic": "Budget control desk",
      "title": "Fare Timing & Alerts",
      "desc": "Booking windows, fare bands, and the alert system that keeps sale panic out of the decision.",
      "count": "3 queued leaves",
      "read": "13 min read",
      "img": "https://images.unsplash.com/photo-1542296332-2e4473faf563?w=1800&q=85",
      "size": "xl",
      "href": "/en/budget/getting-there/fare-timing-alerts/"
    },
    {
      "id": "door-to-door-transport-cost",
      "num": "02",
      "topic": "Budget control desk",
      "title": "Real Door-to-Door Transport Cost",
      "desc": "The flight, bag, seat, airport transfer, and arrival-time math in one number.",
      "count": "3 queued leaves",
      "read": "13 min read",
      "img": "https://images.unsplash.com/photo-1542296332-2e4473faf563?w=1800&q=85",
      "size": "wide",
      "href": "/en/budget/getting-there/door-to-door-transport-cost/"
    },
    {
      "id": "route-value-math",
      "num": "03",
      "topic": "Budget control desk",
      "title": "Route Value Math",
      "desc": "Rail passes, regional flights, points, and travel-agent value without the mythology.",
      "count": "4 queued leaves",
      "read": "14 min read",
      "img": "https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?w=1800&q=85",
      "size": "md",
      "href": "/en/budget/getting-there/route-value-math/"
    }
  ],
  "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 getting there 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 });
