.Header-module__hBw1pG__headerWrapper{z-index:999;width:100%;transition:all .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Header-module__hBw1pG__ticker{background:var(--color-black);opacity:1;align-items:center;width:100%;height:38px;max-height:38px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Header-module__hBw1pG__headerWrapper.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__ticker{opacity:0;max-height:0;transform:translateY(-100%)}.Header-module__hBw1pG__tickerTrack{white-space:nowrap;animation:30s linear infinite Header-module__hBw1pG__tickerScroll;display:flex}@keyframes Header-module__hBw1pG__tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Header-module__hBw1pG__tickerItem{letter-spacing:.06em;color:#ffffffd9;text-transform:uppercase;padding:0 2rem;font-size:.72rem;font-weight:600}.Header-module__hBw1pG__tickerDot{color:var(--color-blue);margin-left:1.5rem}.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffffd9;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 4rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__hBw1pG__headerWrapper.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__header{height:70px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffffff7}.Header-module__hBw1pG__logo a{color:var(--color-black);letter-spacing:.03em;align-items:center;font-size:1.45rem;font-weight:700;transition:color .3s;display:flex}.Header-module__hBw1pG__logoDot{color:var(--color-blue);margin-left:2px;font-size:2rem;line-height:0}.Header-module__hBw1pG__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--color-text-main);letter-spacing:.05em;text-transform:uppercase;font-size:.88rem;font-weight:600;transition:color .2s;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--color-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--color-blue)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{align-items:center;gap:1rem;margin-left:1rem;display:flex}.Header-module__hBw1pG__langToggle{color:var(--color-text-main);letter-spacing:.03em;background:0 0;border:1px solid #0000001a;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:.5rem 1.2rem;font-size:.82rem;font-weight:600;transition:all .2s;display:inline-flex}.Header-module__hBw1pG__langToggle:hover{background-color:var(--color-off-white)}.Header-module__hBw1pG__ctaButton{background-color:var(--color-black);color:var(--color-white);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--color-black);border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:.6rem 1.5rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.Header-module__hBw1pG__ctaButton:hover{background-color:var(--color-blue);border-color:var(--color-blue);transform:translateY(-2px)}.Header-module__hBw1pG__menuButton{color:var(--color-black);z-index:1001;background:0 0;border:none;width:44px;height:44px;font-size:1.5rem;display:none}@media (max-width:968px){.Header-module__hBw1pG__header{padding:0 1rem}.Header-module__hBw1pG__logo a{max-width:calc(100% - 50px);font-size:clamp(.92rem,4vw,1.25rem);line-height:1.2}.Header-module__hBw1pG__menuButton{justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__nav{background-color:var(--color-white);flex-direction:column;justify-content:center;gap:2rem;width:100%;height:100vh;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;transform:translate(100%)}.Header-module__hBw1pG__nav.Header-module__hBw1pG__mobileOpen{transform:translate(0)}.Header-module__hBw1pG__navLink{color:var(--color-black);font-size:1.25rem}.Header-module__hBw1pG__actions{flex-direction:column;margin-top:1rem;margin-left:0}}@media (max-width:480px){.Header-module__hBw1pG__header{height:62px;padding:0 .75rem}.Header-module__hBw1pG__headerWrapper.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__header{height:58px}.Header-module__hBw1pG__logo a{letter-spacing:.01em;font-size:.85rem;line-height:1.2}.Header-module__hBw1pG__menuButton{width:36px;height:36px;font-size:1.25rem}}
.BookingModal-module__EmgdDq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;box-sizing:border-box;background-color:#0f172abf;justify-content:center;align-items:center;width:100%;height:100dvh;padding:1rem;display:flex;position:fixed;top:0;left:0}.BookingModal-module__EmgdDq__modalContent{background-color:var(--color-white);-webkit-overflow-scrolling:touch;box-sizing:border-box;border-radius:18px;width:100%;max-width:360px;max-height:85dvh;padding:1.35rem 1.25rem;position:relative;overflow-y:auto;box-shadow:0 20px 40px -10px #00000040}.BookingModal-module__EmgdDq__closeBtn{color:#475569;cursor:pointer;z-index:10;background-color:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.BookingModal-module__EmgdDq__closeBtn:hover{color:#ef4444;background-color:#fee2e2;transform:rotate(90deg)}.BookingModal-module__EmgdDq__modalHeader{text-align:center;margin-bottom:1.15rem;padding-right:1.25rem}.BookingModal-module__EmgdDq__modalTitle{color:var(--color-black);margin-bottom:.3rem;font-size:1.35rem;font-weight:800}.BookingModal-module__EmgdDq__modalDesc{color:#64748b;font-size:.85rem;line-height:1.4}.BookingModal-module__EmgdDq__form{flex-direction:column;gap:.85rem;display:flex}.BookingModal-module__EmgdDq__formGroup{flex-direction:column;gap:.3rem;display:flex}.BookingModal-module__EmgdDq__formGroup label{color:var(--color-black);font-size:.8rem;font-weight:700}.BookingModal-module__EmgdDq__input{color:var(--color-black);box-sizing:border-box;background-color:#f8fafc;border:1.5px solid #0000001a;border-radius:10px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.875rem;transition:all .25s}.BookingModal-module__EmgdDq__input:focus{border-color:var(--color-blue);background-color:var(--color-white);outline:none;box-shadow:0 0 0 3px #0d6efd1a}.BookingModal-module__EmgdDq__modalActions{margin-top:.35rem}.BookingModal-module__EmgdDq__waBtn{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.75rem;font-size:.925rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #25d36633}.BookingModal-module__EmgdDq__waBtn:hover{background-color:#128c7e;transform:translateY(-1px);box-shadow:0 6px 16px #25d3664d}@media (max-width:640px){.BookingModal-module__EmgdDq__modalOverlay{padding:.75rem}.BookingModal-module__EmgdDq__modalContent{border-radius:16px;max-width:92%;max-height:86dvh;padding:1.25rem 1rem}.BookingModal-module__EmgdDq__modalHeader{margin-bottom:.9rem}.BookingModal-module__EmgdDq__modalTitle{font-size:1.2rem}.BookingModal-module__EmgdDq__waBtn{padding:.75rem;font-size:.9rem}}
