.ServiceDetails-module__QoeNwW__detailsContainer{max-width:1200px;margin:0 auto;padding:2rem 1rem 5rem}.ServiceDetails-module__QoeNwW__breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.ServiceDetails-module__QoeNwW__breadcrumb a:hover{color:var(--primary-aqua)}.ServiceDetails-module__QoeNwW__mainGrid{grid-template-columns:1.6fr 1fr;align-items:start;gap:2.5rem;display:grid}@media (max-width:1024px){.ServiceDetails-module__QoeNwW__mainGrid{grid-template-columns:1fr}}.ServiceDetails-module__QoeNwW__leftCol{min-width:0}.ServiceDetails-module__QoeNwW__header{margin-bottom:2rem}.ServiceDetails-module__QoeNwW__titleSection{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1rem;display:flex}.ServiceDetails-module__QoeNwW__title{color:var(--text-dark);font-size:2.5rem;font-weight:900;line-height:1.1}.ServiceDetails-module__QoeNwW__actions{gap:1rem;display:flex}.ServiceDetails-module__QoeNwW__actionBtn{width:44px;height:44px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ServiceDetails-module__QoeNwW__actionBtn:hover{box-shadow:var(--shadow-md);border-color:var(--primary-aqua);color:var(--primary-aqua);transform:translateY(-2px)}.ServiceDetails-module__QoeNwW__iconBtn{width:44px;height:44px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);cursor:pointer;color:var(--text-dark);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ServiceDetails-module__QoeNwW__iconBtn:hover{box-shadow:var(--shadow-md);border-color:var(--primary-aqua);color:var(--primary-aqua);transform:translateY(-2px)}.ServiceDetails-module__QoeNwW__shareWrapper{align-items:center;display:flex;position:relative}.ServiceDetails-module__QoeNwW__shareDropdown{border:1px solid var(--border-color);z-index:1000;background:#fff;border-radius:20px;width:320px;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 10px 40px #0000001f}.ServiceDetails-module__QoeNwW__shareHeader{background:linear-gradient(#fffc,#0000);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ServiceDetails-module__QoeNwW__shareHeader span{color:var(--text-dark);letter-spacing:-.02em;font-size:1.1rem;font-weight:900}.ServiceDetails-module__QoeNwW__closeBtn{width:32px;height:32px;color:var(--text-muted);background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ServiceDetails-module__QoeNwW__closeBtn:hover{color:#fff;background:#ef4444;transform:rotate(90deg)}.ServiceDetails-module__QoeNwW__shareGrid{grid-template-columns:repeat(3,1fr);gap:12px;padding:0 1.5rem 1.5rem;display:grid}.ServiceDetails-module__QoeNwW__shareItem{border-radius:20px;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ServiceDetails-module__QoeNwW__shareItem:hover{background:#fffc;transform:translateY(-5px)}.ServiceDetails-module__QoeNwW__shareIcon{background:#fff;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.ServiceDetails-module__QoeNwW__shareItem:hover .ServiceDetails-module__QoeNwW__shareIcon{transform:scale(1.1);box-shadow:0 8px 20px #00000014}.ServiceDetails-module__QoeNwW__shareItem span{color:var(--text-muted);font-size:.75rem;font-weight:700;transition:color .2s}.ServiceDetails-module__QoeNwW__shareItem:hover span{color:var(--text-dark)}.ServiceDetails-module__QoeNwW__copySection{background:#f8fafc;border-top:1px solid #0000000d;padding:1.5rem}.ServiceDetails-module__QoeNwW__copyInput{background:#fff;border:2px solid #eef2f6;border-radius:16px;align-items:center;gap:12px;padding:6px 6px 6px 16px;transition:all .2s;display:flex}.ServiceDetails-module__QoeNwW__copyInput:focus-within{border-color:var(--primary-aqua);box-shadow:0 0 0 4px #00d4b61a}.ServiceDetails-module__QoeNwW__copyInput input{color:var(--text-muted);background:0 0;border:none;outline:none;flex:1;width:100%;font-size:.9rem;font-weight:600}.ServiceDetails-module__QoeNwW__copyBtn{background:var(--text-dark);color:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:.85rem;font-weight:800;transition:all .2s;display:flex}.ServiceDetails-module__QoeNwW__copyBtn:hover{background:#000;transform:scale(1.02)}.ServiceDetails-module__QoeNwW__metaInfo{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.ServiceDetails-module__QoeNwW__infoItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:1rem;display:flex}.ServiceDetails-module__QoeNwW__rating{color:var(--text-dark);align-items:center;gap:.5rem;font-weight:800;display:flex}.ServiceDetails-module__QoeNwW__badge{background:var(--accent-light);color:var(--primary-deep);border-radius:100px;padding:.4rem 1rem;font-size:.85rem;font-weight:700}.ServiceDetails-module__QoeNwW__gallery{box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;margin-bottom:2.5rem;overflow:hidden}.ServiceDetails-module__QoeNwW__mainImage{aspect-ratio:16/9;background:#f0f0f0;border-radius:20px;width:100%;position:relative;overflow:hidden}@media (max-width:768px){.ServiceDetails-module__QoeNwW__mainImage{aspect-ratio:16/9}}.ServiceDetails-module__QoeNwW__navArrow{width:48px;height:48px;box-shadow:var(--shadow-md);z-index:10;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:none;position:absolute;top:50%;transform:translateY(-50%)}.ServiceDetails-module__QoeNwW__navArrow:hover{background:#fff;transform:translateY(-50%)scale(1.1)}.ServiceDetails-module__QoeNwW__prev{left:1rem}.ServiceDetails-module__QoeNwW__next{right:1rem}.ServiceDetails-module__QoeNwW__thumbnailGrid{background:#f8fafc;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;padding:1rem;display:grid}@media (max-width:768px){.ServiceDetails-module__QoeNwW__thumbnailGrid{display:none}}.ServiceDetails-module__QoeNwW__thumbnailGrid img{object-fit:cover;cursor:pointer;border-radius:12px;width:100%;height:80px;transition:all .2s}.ServiceDetails-module__QoeNwW__thumbnailGrid img:hover{opacity:1}.ServiceDetails-module__QoeNwW__activeThumbnail{border:2px solid var(--primary-aqua);opacity:1!important}.ServiceDetails-module__QoeNwW__dotsContainer{z-index:10;pointer-events:none;gap:8px;display:none;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}@media (max-width:768px){.ServiceDetails-module__QoeNwW__dotsContainer{pointer-events:auto;display:flex}}.ServiceDetails-module__QoeNwW__dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .3s;box-shadow:0 1px 4px #0003}.ServiceDetails-module__QoeNwW__activeDot{opacity:1;background:#fff;border-radius:10px;width:12px}.ServiceDetails-module__QoeNwW__contentSection{border:1px solid var(--border-color);background:#fff;border-radius:20px;margin-bottom:2rem;padding:2.5rem}.ServiceDetails-module__QoeNwW__sectionTitle{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.ServiceDetails-module__QoeNwW__description{color:var(--text-muted);overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;line-height:1.8}.ServiceDetails-module__QoeNwW__packageDisplayBox,.ServiceDetails-module__QoeNwW__packageDisplayBox *{max-width:100%;overflow-wrap:break-word!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.ServiceDetails-module__QoeNwW__packageDisplayBox{color:var(--text-dark);box-sizing:border-box;border-radius:0;width:100%;margin-bottom:2rem;padding:0;font-size:1.05rem;line-height:1.7;display:block}.ServiceDetails-module__QoeNwW__description img{max-width:100%;height:auto;box-shadow:var(--shadow-sm);border-radius:12px;margin:1.5rem 0;display:block}.ServiceDetails-module__QoeNwW__description p{margin-bottom:1rem}.ServiceDetails-module__QoeNwW__description h1,.ServiceDetails-module__QoeNwW__description h2,.ServiceDetails-module__QoeNwW__description h3,.ServiceDetails-module__QoeNwW__description h4{color:var(--text-dark);margin-top:2rem;margin-bottom:1rem;font-weight:800;line-height:1.3}.ServiceDetails-module__QoeNwW__description h1{font-size:1.8rem}.ServiceDetails-module__QoeNwW__description h2{font-size:1.5rem}.ServiceDetails-module__QoeNwW__description h3{font-size:1.25rem}.ServiceDetails-module__QoeNwW__description ul,.ServiceDetails-module__QoeNwW__description ol{margin-bottom:1.5rem;padding-left:1.5rem}.ServiceDetails-module__QoeNwW__description li{margin-bottom:.5rem}.ServiceDetails-module__QoeNwW__description a{color:var(--primary-aqua);font-weight:500;text-decoration:underline}.ServiceDetails-module__QoeNwW__amenitiesList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}.ServiceDetails-module__QoeNwW__amenityItem{color:var(--text-dark);align-items:center;gap:.75rem;font-weight:500;display:flex}.ServiceDetails-module__QoeNwW__sidebar{position:sticky;top:100px}.ServiceDetails-module__QoeNwW__vendorCard{border:1px solid var(--border-color);background:#fff;border-radius:20px;padding:2rem}.ServiceDetails-module__QoeNwW__vendorHead{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ServiceDetails-module__QoeNwW__vendorImage{object-fit:cover;border-radius:50%;width:60px;height:60px}.ServiceDetails-module__QoeNwW__vendorInfo h4{margin:0;font-size:1.1rem;font-weight:800}.ServiceDetails-module__QoeNwW__vendorInfo p{color:var(--text-muted);margin:0;font-size:.9rem}@media (max-width:768px){.ServiceDetails-module__QoeNwW__hideOnMobile{display:none}}
.Booking-module__3zIlxG__sidebar{top:calc(var(--header-height) + 2rem);height:fit-content;position:sticky}.Booking-module__3zIlxG__bookingCard{border:1px solid var(--border-color);padding:1.5rem}.Booking-module__3zIlxG__priceHeader{margin-bottom:1.5rem}.Booking-module__3zIlxG__price{color:var(--text-dark);font-size:1.5rem;font-weight:800}.Booking-module__3zIlxG__perUnit{color:var(--text-muted)}.Booking-module__3zIlxG__bookingForm{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.Booking-module__3zIlxG__inputStack{flex-direction:column;gap:.75rem;display:flex}.Booking-module__3zIlxG__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Booking-module__3zIlxG__dateInputs{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.Booking-module__3zIlxG__dateInput{padding:.5rem}.Booking-module__3zIlxG__dateInput:first-child{border-right:1px solid var(--border-color)}.Booking-module__3zIlxG__dateInput label{color:var(--text-dark);margin-bottom:.2rem;font-size:.65rem;font-weight:800;display:block}.Booking-module__3zIlxG__dateInput input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.Booking-module__3zIlxG__guestInput{border:1px solid var(--border-color);border-radius:var(--border-radius-sm);padding:.5rem}.Booking-module__3zIlxG__guestInput label{color:var(--text-dark);margin-bottom:.2rem;font-size:.65rem;font-weight:800;display:block}.Booking-module__3zIlxG__guestInput select,.Booking-module__3zIlxG__guestInput input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.Booking-module__3zIlxG__bookingNote{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.Booking-module__3zIlxG__totalCalc{flex-direction:column;gap:.75rem;display:flex}.Booking-module__3zIlxG__calcRow,.Booking-module__3zIlxG__totalRow{justify-content:space-between;font-size:.95rem;display:flex}.Booking-module__3zIlxG__calcRow span:first-child{color:var(--text-muted);text-decoration:underline}.Booking-module__3zIlxG__totalRow{color:var(--text-dark);font-size:1.1rem;font-weight:800}.Booking-module__3zIlxG__spinner{animation:1s linear infinite Booking-module__3zIlxG__spin}@keyframes Booking-module__3zIlxG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Booking-module__3zIlxG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Booking-module__3zIlxG__modalContent{border-radius:var(--border-radius-lg);width:100%;max-width:450px;max-height:90vh;box-shadow:var(--shadow-xl);background:#fff;position:relative;overflow-y:auto}.Booking-module__3zIlxG__closeBtn{background:var(--surface-light);cursor:pointer;z-index:10;width:32px;height:32px;transition:var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.Booking-module__3zIlxG__closeBtn:hover{color:#ef4444;background:#fee2e2}.Booking-module__3zIlxG__modalHeader{border-bottom:1px solid var(--border-color);padding:1.5rem 1.5rem .5rem}.Booking-module__3zIlxG__modalHeader h2{color:var(--text-dark);margin:0;font-size:1.25rem;font-weight:800}@media (max-width:480px){.Booking-module__3zIlxG__row,.Booking-module__3zIlxG__dateInputs{grid-template-columns:1fr}.Booking-module__3zIlxG__dateInput:first-child{border-right:none;border-bottom:1px solid var(--border-color)}.Booking-module__3zIlxG__modalContent{border-radius:0;max-height:100vh}}.Booking-module__3zIlxG__warningNote{border-radius:var(--border-radius-sm);color:#92400e;background:#fffbeb;border:1px solid #fef3c7;margin-top:1.5rem;padding:1rem;font-size:.8rem;line-height:1.4}.Booking-module__3zIlxG__warningNote strong{color:#b45309;text-transform:uppercase;font-weight:800}
.MobileBookingButton-module__eXxM_W__mobileBtn{background:linear-gradient(135deg,var(--primary-deep)0%,var(--primary-aqua)100%);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-md);border:none;border-radius:100px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;transition:transform .2s,box-shadow .2s;display:none}.MobileBookingButton-module__eXxM_W__mobileBtn:active{transform:scale(.98)}@media (max-width:1024px){.MobileBookingButton-module__eXxM_W__mobileBtn{display:flex}}
