/* SAFRI — interactive hero booking widget (tabs → prefilled WhatsApp, no pricing) */ const { useState, useRef, useEffect } = React; function Stepper({ value, set, min=1, max=40 }){ return (