.CategoryStrip_strip__J7RNr{background:#fff;border-bottom:1px solid var(--border);padding:8px 24px;display:flex;gap:2px;overflow-x:auto;scrollbar-width:none;position:-webkit-sticky;position:sticky;top:60px;z-index:90}.CategoryStrip_strip__J7RNr::-webkit-scrollbar{display:none}.CategoryStrip_item__uWf__{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px 10px;border-radius:10px;cursor:pointer;min-width:72px;flex-shrink:0;background:none;border:none;transition:background .2s}.CategoryStrip_active___hl2_,.CategoryStrip_item__uWf__:hover{background:#fff3ec}.CategoryStrip_icon__kVcuj{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}.CategoryStrip_name__MmMi2{font-size:10px;font-weight:600;color:var(--navy);text-align:center;line-height:1.3}.CategoryStrip_active___hl2_ .CategoryStrip_name__MmMi2{color:var(--orange)}.CategoryStrip_underline__L4d5n{width:24px;height:2.5px;background:var(--orange);border-radius:2px;opacity:0}.CategoryStrip_active___hl2_ .CategoryStrip_underline__L4d5n{opacity:1}@media (max-width:640px){.CategoryStrip_strip__J7RNr{padding:6px 12px;top:52px;gap:1px}.CategoryStrip_item__uWf__{min-width:62px;padding:6px 8px}.CategoryStrip_icon__kVcuj{width:42px;height:42px;font-size:18px;border-radius:10px}.CategoryStrip_name__MmMi2{font-size:9px}}@media (max-width:480px){.CategoryStrip_strip__J7RNr{padding:4px 10px}.CategoryStrip_item__uWf__{min-width:56px;padding:5px 6px}.CategoryStrip_icon__kVcuj{width:36px;height:36px;font-size:16px;border-radius:8px}.CategoryStrip_name__MmMi2{font-size:9px}}.Footer_footer__eNA9m{background:#0d1829;color:hsla(0,0%,100%,.7);margin-top:48px}.Footer_container__IkLXC{max-width:1200px;margin:0 auto;padding:40px 24px 24px}.Footer_grid__WCfx6{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;padding-bottom:28px;border-bottom:1px solid hsla(0,0%,100%,.08)}.Footer_logoRow__KfSb0{margin-bottom:12px}.Footer_logoImg__pJRqu{object-fit:contain;height:50px;width:auto;background:#fff;border-radius:8px;padding:2px 6px}.Footer_tagline__WuViG{font-size:11px;line-height:1.8;color:hsla(0,0%,100%,.45);max-width:260px}.Footer_col__TmcuA{display:flex;flex-direction:column;gap:9px}.Footer_colTitle__u3AX5{font-size:10px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.Footer_link___mmVB{font-size:12px;color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .18s;cursor:pointer;width:-moz-fit-content;width:fit-content}.Footer_link___mmVB:hover{color:var(--orange)}.Footer_social__MxJPj{display:flex;gap:10px;margin-top:16px}.Footer_socialLink__nh4hv{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.6);transition:background .2s,color .2s;text-decoration:none}.Footer_socialLink__nh4hv:hover{background:var(--orange);color:#fff}.Footer_bottom__ch0uR{display:flex;align-items:center;justify-content:space-between;padding-top:20px;font-size:11px;color:hsla(0,0%,100%,.3)}.Footer_bottomSocial__496J4{display:flex;gap:8px}.Footer_bottomSocialLink__zBiRE{color:hsla(0,0%,100%,.3);transition:color .2s;display:flex;align-items:center}.Footer_bottomSocialLink__zBiRE:hover{color:var(--orange)}@media (max-width:768px){.Footer_footer__eNA9m{margin-top:0;padding-bottom:8px}.Footer_container__IkLXC{padding:20px 16px 12px}.Footer_grid__WCfx6{grid-template-columns:1fr 1fr;gap:16px 20px;padding-bottom:16px}.Footer_brand__Lj6Sp{grid-column:1/-1;display:flex;flex-direction:column;gap:4px}.Footer_logoRow__KfSb0{margin-bottom:0}.Footer_logoImg__pJRqu{height:36px}.Footer_tagline__WuViG{font-size:11px;margin:0;color:hsla(0,0%,100%,.55);font-style:italic;letter-spacing:.02em}.Footer_social__MxJPj{display:flex;gap:8px;margin-top:6px}.Footer_socialLink__nh4hv{width:28px;height:28px}.Footer_socialLink__nh4hv svg{width:14px;height:14px}.Footer_col__TmcuA{gap:6px}.Footer_colTitle__u3AX5{font-size:9px;margin-bottom:2px}.Footer_link___mmVB{font-size:11px}.Footer_bottomSocial__496J4{display:none}.Footer_bottom__ch0uR{padding-top:12px;font-size:10px;justify-content:center;text-align:center}}.MobileNav_nav__A3Ley{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:4px 0 env(safe-area-inset-bottom,8px);z-index:500;grid-template-columns:repeat(5,1fr);box-shadow:0 -2px 16px rgba(27,58,107,.1)}@media (max-width:768px){.MobileNav_nav__A3Ley{display:grid}}.MobileNav_item__3XjNg{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;padding:6px 4px 2px;position:relative;color:var(--muted);transition:color .15s;-webkit-tap-highlight-color:transparent}.MobileNav_item__3XjNg:before{content:"";position:absolute;top:4px;left:50%;transform:translateX(-50%);width:36px;height:28px;border-radius:10px;background:transparent;transition:background .2s}.MobileNav_active__2nXVc:before{background:#fff3ec}.MobileNav_icon___6zW2{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--muted);transition:color .2s,transform .15s;position:relative;z-index:1}.MobileNav_active__2nXVc .MobileNav_icon___6zW2{color:var(--orange);transform:scale(1.1)}.MobileNav_label__l1dv7{font-size:9px;font-weight:600;color:var(--muted);transition:color .15s;position:relative;z-index:1}.MobileNav_active__2nXVc .MobileNav_label__l1dv7{color:var(--orange);font-weight:700}.MobileNav_centerBtn___7id2{width:48px;height:48px;background:linear-gradient(135deg,var(--orange),#f97316);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:-14px;border:3px solid #fff;box-shadow:0 6px 18px rgba(232,118,58,.5);transition:transform .15s,box-shadow .15s;position:relative;z-index:1}.MobileNav_centerBtn___7id2:active{transform:scale(.92);box-shadow:0 3px 10px rgba(232,118,58,.4)}.MobileNav_centerLabel__mL35_{color:var(--orange);font-weight:700}@media (max-width:380px){.MobileNav_icon___6zW2{width:20px;height:20px}.MobileNav_label__l1dv7{font-size:8px}.MobileNav_item__3XjNg{padding:5px 2px 2px}.MobileNav_centerBtn___7id2{width:42px;height:42px;border-radius:13px}.MobileNav_item__3XjNg:before{width:30px;height:24px}}.Navbar_navbar__3BIeH{background:#0d1f3c;border-bottom:2px solid rgba(232,118,58,.5);position:-webkit-sticky;position:sticky;top:0;z-index:600;height:52px}.Navbar_inner__Zc9of{max-width:1280px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;gap:10px}.Navbar_logoImg__Skw9J{height:36px}.Navbar_logoFallback__K36xR{display:none;color:#fff;font-weight:800;font-size:16px;white-space:nowrap}.Navbar_logoFallback__K36xR span{color:var(--orange)}.Navbar_cityWrap__ocMOW{position:relative;flex-shrink:0}.Navbar_citySelect__wVRsZ{display:flex;align-items:center;gap:5px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:20px;padding:5px 10px;flex-shrink:0}.Navbar_cityDot__SQI8_{width:8px;height:8px;background:var(--orange);border-radius:50%;flex-shrink:0}@keyframes Navbar_pulse__0lxPl{0%,to{opacity:1}50%{opacity:.35}}.Navbar_cityInput__bfp7A{background:transparent;border:none;color:#fff;font-size:12px;font-weight:600;outline:none;font-family:inherit;width:72px}.Navbar_cityInput__bfp7A::placeholder{color:hsla(0,0%,100%,.5)}.Navbar_cityInput__bfp7A::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.5}.Navbar_detectBtn__eIMpH{background:none;border:none;cursor:pointer;font-size:13px;padding:0 2px;line-height:1;opacity:.8;transition:opacity .2s;flex-shrink:0}.Navbar_detectBtn__eIMpH:hover{opacity:1}.Navbar_detectBtn__eIMpH:disabled{cursor:wait}.Navbar_navDrop__DsLZJ{position:absolute;top:calc(100% + 6px);left:0;min-width:240px;background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 8px 32px rgba(27,58,107,.15);z-index:700;overflow:hidden;animation:Navbar_dropIn__oo5Hp .12s ease;padding-bottom:6px}.Navbar_navDropDetect__vt5nD{display:flex;align-items:center;gap:6px;width:100%;padding:12px 14px;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;font-size:13px;font-weight:700;color:var(--orange);font-family:inherit;text-align:left;transition:background .12s}.Navbar_navDropDetect__vt5nD:hover{background:#fff7f3}.Navbar_navDropSec__EZFLv{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#aaa;padding:10px 14px 4px}.Navbar_navDropItem__9oR3L{display:flex;align-items:center;gap:8px;width:100%;padding:8px 14px;background:none;border:none;cursor:pointer;font-size:12px;font-weight:500;color:var(--text);font-family:inherit;text-align:left;transition:background .1s}.Navbar_navDropItem__9oR3L:hover{background:var(--light);color:var(--navy)}.Navbar_navDropItemIcon__MaBWf{font-size:10px;color:#aaa;flex-shrink:0;width:14px;text-align:center}.Navbar_sugDrop__tulfR{position:absolute;top:calc(100% + 6px);left:0;min-width:280px;background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 8px 32px rgba(27,58,107,.15);z-index:300;overflow:hidden;animation:Navbar_dropIn__oo5Hp .12s ease}.Navbar_sugItem__8il_o{display:flex;align-items:flex-start;gap:8px;width:100%;padding:10px 14px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .12s}.Navbar_sugItem__8il_o:hover{background:var(--light)}.Navbar_sugPin__HyPyy{font-size:12px;flex-shrink:0;margin-top:1px}.Navbar_sugLabel__mnY70{font-size:12px;color:var(--text);font-weight:500;line-height:1.4}.Navbar_searchWrap__W65GT{overflow:hidden;max-width:520px;border:2px solid transparent;transition:border-color .2s}.Navbar_searchWrap__W65GT:focus-within{border-color:var(--orange)}.Navbar_searchInput__NW2T1{font-size:12px;padding:9px 14px;color:var(--text)}.Navbar_searchBtn__Jbg7j{background:var(--navy);padding:9px 20px;font-size:12px;font-weight:700;font-family:inherit;transition:background .2s}.Navbar_searchBtn__Jbg7j:hover{background:#243f6e}.Navbar_actions__TwM5h{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.Navbar_bookingsLink__KLRgQ{display:flex;flex-direction:column;align-items:center;gap:1px;color:hsla(0,0%,100%,.75);font-size:10px;font-weight:500;cursor:pointer;white-space:nowrap;text-decoration:none}.Navbar_bookingsLink__KLRgQ:hover{color:#fff}.Navbar_iconLink__gSRve{display:flex;flex-direction:column;align-items:center;gap:1px;color:hsla(0,0%,100%,.75);font-size:10px;font-weight:500;cursor:pointer;white-space:nowrap;text-decoration:none;transition:color .15s}.Navbar_iconLink__gSRve:hover{color:var(--orange)}.Navbar_btnFree__tFuCO{background:var(--orange);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .2s}.Navbar_btnFree__tFuCO:hover{background:var(--orange2)}.Navbar_btnDash__4QN6P{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.Navbar_btnDash__4QN6P,.Navbar_btnLogin__TOJ5W{color:#fff;padding:7px 14px;font-size:11px;font-weight:600;text-decoration:none}.Navbar_btnLogin__TOJ5W{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.25);border-radius:8px}.Navbar_btnSignup__pqiH6{background:#fff;color:var(--navy);padding:7px 14px;border-radius:8px;font-size:11px;font-weight:700;text-decoration:none}.Navbar_userMenu__1dMFs{position:relative}.Navbar_avatar__mMtEO{width:36px;height:36px;background:var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;cursor:pointer;border:2px solid hsla(0,0%,100%,.3);transition:border-color .2s}.Navbar_avatar__mMtEO:hover{border-color:#fff}.Navbar_dropdown__1vJ_E{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:14px;border:1px solid var(--border);padding:6px;min-width:200px;box-shadow:0 8px 32px rgba(27,58,107,.15);z-index:200;animation:Navbar_dropIn__oo5Hp .15s ease}@keyframes Navbar_dropIn__oo5Hp{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar_dropHeader__ezR06{padding:10px 12px 8px;border-bottom:1px solid var(--border);margin-bottom:4px}.Navbar_dropName__wqXPf{font-size:13px;font-weight:700;color:var(--navy)}.Navbar_dropPhone__kqgzT{font-size:11px;color:var(--muted);margin-top:2px}.Navbar_dropItem__RzUoI{display:flex;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:600;color:var(--text);border-radius:9px;text-decoration:none;transition:background .15s;cursor:pointer}.Navbar_dropItem__RzUoI:hover{background:var(--light);color:var(--navy)}.Navbar_dropDivider__rp7bt{height:1px;background:var(--border);margin:4px 0}.Navbar_dropLogout__5kL1k{width:100%;text-align:left;display:flex;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:600;color:#dc2626;background:none;border:none;border-radius:9px;cursor:pointer;font-family:inherit;transition:background .15s}.Navbar_dropLogout__5kL1k:hover{background:#fff5f5}.Navbar_searchWrap__W65GT{flex:1 1;position:relative;display:flex;align-items:center;background:#fff;border-radius:9px;overflow:visible;min-width:0}.Navbar_searchInput__NW2T1{flex:1 1;border:none;outline:none;background:transparent;padding:0 10px;font-size:13px;color:#1a1a2e;height:34px;font-family:inherit;min-width:0}.Navbar_searchInput__NW2T1::placeholder{color:#aaa}.Navbar_searchSpinner__HGKz3{font-size:12px;padding:0 4px;flex-shrink:0}.Navbar_searchBtn__Jbg7j{background:var(--orange);border:none;cursor:pointer;padding:0 12px;height:34px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:0 9px 9px 0;flex-shrink:0;transition:background .15s}.Navbar_searchBtn__Jbg7j:hover{background:#d4622a}.Navbar_searchDrop__QwHqN{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 8px 32px rgba(0,0,0,.15);z-index:400;overflow:hidden;animation:Navbar_dropIn__oo5Hp .12s ease}.Navbar_searchDropLabel__OHzyG{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#aaa;padding:10px 14px 4px}.Navbar_searchDropItem__hotmj{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:13px;color:#1a1a2e;transition:background .1s}.Navbar_searchDropItem__hotmj:hover{background:#f5f5f5}.Navbar_searchDropItem__hotmj span:last-child{display:flex;flex-direction:column;gap:1px}.Navbar_searchDropSub__JwDWO{font-size:11px;color:#888;font-weight:400}.Navbar_searchDropAll__JvrL_{width:100%;padding:10px 14px;border:none;border-top:1px solid #f0f0f0;background:#fafafa;color:var(--orange);font-size:12px;font-weight:600;cursor:pointer;text-align:left;font-family:inherit;transition:background .1s}.Navbar_searchDropAll__JvrL_:hover{background:#f0f0f0}@media (max-width:768px){.Navbar_inner__Zc9of{gap:8px;padding:0 12px}.Navbar_bookingsLink__KLRgQ,.Navbar_btnDash__4QN6P,.Navbar_btnLogin__TOJ5W,.Navbar_citySelect__wVRsZ,.Navbar_iconLink__gSRve{display:none}.Navbar_logoText__WcSgJ{font-size:14px}.Navbar_searchInput__NW2T1::placeholder{font-size:12px}.Navbar_searchDrop__QwHqN{max-height:52vh;overflow-y:auto}.Navbar_sugDrop__tulfR{max-height:40vh;overflow-y:auto}.Navbar_navDrop__DsLZJ{max-height:50vh;overflow-y:auto}}@media (max-width:480px){.Navbar_navbar__3BIeH{height:48px}.Navbar_inner__Zc9of{padding:0 10px;gap:6px}.Navbar_logoImg__Skw9J{height:30px}.Navbar_searchInput__NW2T1{font-size:16px}.Navbar_btnFree__tFuCO{padding:7px 10px;font-size:10px}.Navbar_btnSignup__pqiH6{display:none}.Navbar_avatar__mMtEO{width:32px;height:32px;font-size:13px}.Navbar_dropdown__1vJ_E{min-width:180px;right:-4px}.Navbar_searchDrop__QwHqN{left:-10px;right:-10px;width:auto}.Navbar_sugDrop__tulfR{min-width:220px}}