.mobile-booking{display:none}
@media(max-width:700px){body{padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.mobile-booking{position:fixed;bottom:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #dce0e8;box-shadow:0 -3px 16px #10204010}.mobile-booking a{font-family:system-ui,sans-serif;font-size:14px;line-height:1.5;text-decoration:none;color:#233d7f;padding:12px 4px}.mobile-booking a.mobile-reserve{background:#233d7f;color:white;font-weight:600;border-radius:6px;padding:13px 20px}.mobile-booking[hidden]{display:none}}
