{
  "hotel": {
    "id": "CWL-001",
    "name": "Corcovado Wilderness Lodge",
    "url": "https://corcovadowildernesslodge.com/",
    "location": {
      "country": "Costa Rica",
      "region": "Puntarenas",
      "area": "Osa Peninsula",
      "coordinates": {
        "lat": 8.54,
        "lng": -83.57
      }
    },
    "category": [
      "Luxury Eco Lodge",
      "Wildlife Lodge",
      "Remote Resort"
    ],
    "description": "Luxury eco lodge near Corcovado National Park offering rainforest villas, oceanview treehouses, and immersive wildlife experiences.",

    "images": [
      "https://corcovadowildernesslodge.com/wp-content/uploads/2025/03/OceanViewVilla30_copy0743_copyDr-scaled.jpg",
      "https://corcovadowildernesslodge.com/wp-content/uploads/2025/09/MainPoolCWL_0428r-scaled-1.webp",
      "https://corcovadowildernesslodge.com/wp-content/uploads/2024/07/ocean_view_treehouse-room.jpg"
    ],

    "checkin": "14:00",
    "checkout": "11:00",

    "amenities": [
      "Air Conditioning",
      "Swimming Pool",
      "Adults Only Pool",
      "Wildlife Viewing",
      "Birdwatching Equipment",
      "Hiking Equipment",
      "Private Terrace",
      "Outdoor Shower",
      "Daily Housekeeping"
    ],

    "access": {
      "type": "boat-only",
      "transferRequired": true,
      "transferIncluded": false,
      "nearestAirport": "Drake Bay Airstrip",
      "routes": [
        {
          "from": "San José International Airport",
          "steps": [
            {
              "type": "flight",
              "to": "Drake Bay",
              "duration": "50m"
            },
            {
              "type": "boat",
              "to": "Corcovado Wilderness Lodge",
              "duration": "90m"
            }
          ]
        }
      ]
    },

    "positioning": {
      "bestFor": [
        "Wildlife expeditions",
        "Birdwatching",
        "Corcovado National Park access",
        "Off-grid luxury",
        "Adventure travel"
      ]
    },

    "sustainability": {
      "certifications": [
        "CST Sustainability Program (Costa Rica)"
      ],
      "features": [
        "Wildlife conservation programs",
        "Rainforest protection",
        "Low-impact eco design"
      ]
    }
  },

  "rooms": [
    {
      "id": "villa-1",
      "name": "Corcovado Rainforest Villa",
      "type": "Villa",
      "capacity": 2,
      "beds": "1 King Bed",
      "features": [
        "Private terrace",
        "Garden view",
        "Air conditioning"
      ]
    },
    {
      "id": "villa-2",
      "name": "Carate Rainforest Villa",
      "type": "Villa",
      "capacity": 4,
      "beds": "2 Queen Beds",
      "features": [
        "Spacious layout",
        "Garden immersion",
        "Family friendly"
      ]
    },
    {
      "id": "suite-1",
      "name": "Sirena Rainforest Suite",
      "type": "Suite",
      "capacity": 2,
      "beds": "1 Queen Bed",
      "features": [
        "Large suite",
        "Garden setting",
        "Wildlife proximity"
      ]
    },
    {
      "id": "suite-2",
      "name": "Agujas Rainforest Suite",
      "type": "Suite",
      "capacity": 4,
      "beds": "2 Queen Beds",
      "features": [
        "Family friendly",
        "Rainforest immersion",
        "Spacious layout"
      ]
    },
    {
      "id": "treehouse-1",
      "name": "Oceanview Treehouse",
      "type": "Treehouse",
      "capacity": 2,
      "features": [
        "Ocean views",
        "Cliffside location",
        "Luxury design"
      ]
    }
  ],

  "experiences": [
    {
      "id": "exp-1",
      "name": "Birding Experience",
      "category": "Wildlife",
      "description": "Guided birdwatching in one of the most biodiverse regions on Earth.",
      "bestFor": ["Birdwatchers", "Nature lovers"]
    },
    {
      "id": "exp-2",
      "name": "Wildlife Expedition",
      "category": "Adventure",
      "description": "Guided exploration of rainforest and Corcovado National Park.",
      "bestFor": ["Wildlife lovers", "Explorers"]
    },
    {
      "id": "exp-3",
      "name": "Fishing Experience",
      "category": "Ocean",
      "description": "Sport fishing in the Pacific Ocean.",
      "bestFor": ["Fishing enthusiasts"]
    },
    {
      "id": "exp-4",
      "name": "Corcovado National Park Expedition",
      "category": "Nature",
      "description": "Full-day guided exploration of Corcovado National Park.",
      "bestFor": ["Eco travelers", "Adventure travelers"]
    }
  ],

  "booking": {
    "engine": "SynXis",
    "directUrl": "https://be.synxis.com/?adult=2&chain=10237&hotel=45592",
    "realTimeAvailability": true,
    "bestRateGuarantee": true,
    "currency": "USD"
  }
}