.realestate-detail{min-height:100vh;background-color:var(--bg-primary,#fff);padding-bottom:80px}.realestate-detail__header{padding:10px;position:sticky;top:70px;left:15%;z-index:11;width:100%;max-width:1100px;margin:0 auto;display:ruby-text}.realestate-detail__back{display:inline-flex;align-items:center;gap:2px;color:#333;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s;z-index:30;background:#ffcaa9d7;border:none;border-radius:8px;padding:4px 8px;cursor:pointer;transition:background .2s}.realestate-detail__back:hover{color:var(--accent,#FF6B35)}.realestate-detail__back span{visibility:hidden;opacity:0;width:0;transition:.1s ease-in-out}.realestate-detail__back:hover span{visibility:visible;opacity:1;width:auto;transition:.5s ease-in-out}.realestate-detail__back svg{width:24px;height:24px}.realestate-detail__gallery{width:100%;max-width:1120px;margin:0 auto 20px}.realestate-detail__main-image{position:relative;width:100%;height:600px;background-color:#f0f0f0;overflow:hidden}.realestate-detail__main-image .blur_img{-o-object-fit:cover;object-fit:cover;filter:blur(20px);-webkit-filter:blur(20px);transform:scale(1.1);opacity:.8}.realestate-detail__main-image .blur_img,.realestate-detail__main-image .set_img{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .5s ease-in-out}.realestate-detail__main-image .set_img{-o-object-fit:none;object-fit:none;z-index:1}.realestate-detail__no-image{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:16px}.realestate-detail__favorite{position:absolute;top:16px;right:16px;z-index:10}.realestate-detail__nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;z-index:10}.realestate-detail__nav-btn:hover{background:rgba(255,255,255,1)}.realestate-detail__nav-btn--prev{left:16px}.realestate-detail__nav-btn--next{right:16px}.realestate-detail__image-counter{right:16px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.realestate-detail__image-counter,.realestate-detail__info-overlay{position:absolute;bottom:16px;background:rgba(0,0,0,.7);color:white;z-index:10}.realestate-detail__info-overlay{left:16px;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:400;max-width:calc(100% - 120px)}.realestate-detail__info-overlay span{color:white}.realestate-detail__thumbnails{width:100%;padding:12px 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.realestate-detail__thumbnails::-webkit-scrollbar{height:6px}.realestate-detail__thumbnails::-webkit-scrollbar-track{background:transparent}.realestate-detail__thumbnails::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:3px}.realestate-detail__thumbnails::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.realestate-detail__thumbnails-container{display:flex;gap:8px;padding:0 20px;min-width:-moz-min-content;min-width:min-content}.realestate-detail__thumbnail{flex-shrink:0;width:80px;height:60px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;transition:all .3s ease;opacity:.6}.realestate-detail__thumbnail:hover{opacity:.9;transform:translateY(-2px)}.realestate-detail__thumbnail--active{border-color:#FF6B35;opacity:1;box-shadow:0 2px 8px rgba(255,107,53,.3)}.realestate-detail__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.realestate-detail__info-section{background:white;padding:20px;border-bottom:1px solid #e5e5e5}.realestate-detail__info-content{max-width:1120px;margin:0 auto}.realestate-detail__title{font-size:24px}.realestate-detail__info-details{display:flex;flex-direction:column;flex-wrap:wrap;gap:2px}.realestate-detail__location{font-size:14px}.realestate-detail__location img{width:18px;height:18px;flex-shrink:0}.realestate-detail__distance{font-size:14px;color:#666}.realestate-detail__distance img{width:16px;height:16px;flex-shrink:0}.realestate-detail__rating img{width:18px;height:18px;flex-shrink:0}.realestate-detail__actions{display:flex;gap:12px}.realestate-detail__btn{padding:10px 16px;border-radius:8px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;justify-content:center;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.realestate-detail__btn svg{width:20px;height:20px}.realestate-detail__btn--call{background:linear-gradient(90deg,#FF6B35,#FF8C42);color:white}.realestate-detail__btn--call:hover{background:linear-gradient(90deg,#ff5520,#FF6B35);transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,107,53,.3)}.realestate-detail__btn--whatsapp{background-color:#25D366;color:white}.realestate-detail__btn--whatsapp:hover{background-color:#22c55e;transform:translateY(-1px);box-shadow:0 2px 8px rgba(37,211,102,.3)}.realestate-detail__btn--telegram{background-color:#c7f9fc;color:white;border:1px solid #0088cc}.realestate-detail__btn--telegram:hover{background-color:#0088cc;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,136,204,.3)}.realestate-detail__btn--max{background-color:#c2a1f5a6;color:white;border:1px solid #7530e2}.realestate-detail__btn--max img{width:20px;height:20px}.realestate-detail__btn--max:hover{background-color:#7530e2;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,136,204,.3)}.realestate-detail__filters{background:white;border-bottom:1px solid #e5e5e5;padding:12px 20px;position:sticky;top:65px;z-index:10}.realestate-detail__filters-content{max-width:1120px;margin:0 auto;display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap}.realestate-detail__filter-btn{padding:10px 16px;background:linear-gradient(90deg,#FF6B35,#FF8C42);color:white;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s;white-space:nowrap}.realestate-detail__filter-btn:hover{background:linear-gradient(90deg,#ff5520,#FF6B35);transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,107,53,.3)}.realestate-detail__filter-btn--primary{background:linear-gradient(90deg,#FF6B35,#FF8C42);color:white;border:none;margin-left:auto}.realestate-detail__filter-btn--primary:hover{background:linear-gradient(90deg,#ff5520,#FF6B35);transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,107,53,.3)}.realestate-detail__price-list-dropdown{position:relative;flex:1;min-width:200px;max-width:300px}.realestate-detail__price-list-toggle{width:100%;padding:10px 16px;background:linear-gradient(90deg,#FF6B35,#FF8C42);color:white;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;gap:8px}.realestate-detail__price-list-toggle:hover{background:linear-gradient(90deg,#ff5520,#FF6B35)}.realestate-detail__price-list-icon{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.realestate-detail__price-list-icon--up{transform:rotate(180deg)}.realestate-detail__price-list-content{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;z-index:100;max-height:400px;overflow-y:auto;animation:slideDown .3s ease-out}.realestate-detail__price-list-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0;transition:background .2s}.realestate-detail__price-list-row:last-child{border-bottom:none}.realestate-detail__price-list-row:hover{background:#f8f9fa}.realestate-detail__price-list-month{font-size:14px;color:#333}.realestate-detail__price-list-price{font-size:14px}.realestate-detail__content-wrapper{max-width:1120px;margin:0 auto;padding:20px;display:grid;grid-template-columns:1fr;gap:24px}.realestate-detail__content{padding:0}.realestate-detail__info{margin-bottom:20px}.realestate-detail__title{font-size:20px;font-weight:600;color:#222;margin-bottom:12px;line-height:1.3}.realestate-detail__location{display:flex;align-items:center;gap:6px;margin-bottom:8px;color:#666;font-size:13px}.realestate-detail__location img{width:16px;height:16px}.realestate-detail__distance{font-size:12px;color:#999;margin-bottom:6px}.realestate-detail__distance,.realestate-detail__rating{display:flex;align-items:center;gap:6px}.realestate-detail__rating img{width:16px;height:16px}.realestate-detail__rate{font-size:16px;font-weight:600;color:#222}.realestate-detail__website{display:flex;align-items:center;gap:8px;padding:12px;background-color:#f8f9fa;border-radius:12px;text-decoration:none;color:#0066cc;font-size:13px;margin-bottom:20px}.realestate-detail__website img{width:20px;height:20px}.realestate-detail__booking{background-color:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:20px;margin-bottom:24px}.realestate-detail__section-title{font-size:16px;font-weight:600;color:#222;margin-bottom:16px}.realestate-detail__booking-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.realestate-detail__booking-field{display:flex;flex-direction:column}.realestate-detail__booking-field label{font-size:13px;color:#666;margin-bottom:6px}.realestate-detail__booking-field input{padding:12px;border:1px solid #e5e5e5;border-radius:8px;font-size:14px;font-family:inherit}.realestate-detail__guests-btn{width:100%;padding:12px;border:1px solid #e5e5e5;border-radius:8px;background:white;display:flex;align-items:center;justify-content:space-between;font-size:14px;cursor:pointer;margin-bottom:12px}.realestate-detail__guest-modal{background:#f8f9fa;border-radius:8px;padding:16px;margin-bottom:12px}.realestate-detail__guest-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.realestate-detail__guest-controls{display:flex;align-items:center;gap:12px}.realestate-detail__guest-controls button{width:32px;height:32px;border-radius:50%;border:1px solid #e5e5e5;background:white;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}.realestate-detail__check-price-wrapper{width:100%}.realestate-detail__check-price{width:100%;padding:14px;background:linear-gradient(90deg,#FF6B35,#FF8C42);color:white;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s;display:flex;align-items:center;justify-content:space-between;gap:8px}.realestate-detail__check-price:hover{transform:scale(1.02)}.realestate-detail__check-price-icon{width:20px;height:20px;transition:transform .3s ease;flex-shrink:0}.realestate-detail__check-price-icon--up{transform:rotate(180deg)}.realestate-detail__price-list{margin-top:12px;background:white;border:1px solid #e5e5e5;border-radius:12px;padding:16px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.realestate-detail__price-calculated{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e5e5}.realestate-detail__price-calculated-title{font-size:13px;color:#666;margin-bottom:8px}.realestate-detail__price-calculated-value{font-size:24px;font-weight:600;color:#FF6B35;margin-bottom:4px}.realestate-detail__price-calculated-info{font-size:13px;color:#666}.realestate-detail__price-list-items{display:flex;flex-direction:column;gap:12px}.realestate-detail__price-list-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.realestate-detail__price-list-item:not(:last-child){border-bottom:1px solid #f0f0f0}.realestate-detail__price-list-month{font-size:13px;color:#666;font-weight:400}.realestate-detail__price-list-price{font-size:15px;font-weight:500;color:#333;text-align:right;flex:0 0 auto;width:40%}.realestate-detail__price-list-empty{text-align:center;padding:20px;color:#999;font-size:14px}.realestate-detail__rooms{margin-bottom:32px;display:flex;flex-direction:column;gap:20px}.realestate-detail__room-card{background:white;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;display:grid;grid-template-columns:300px 1fr;gap:5px;transition:box-shadow .2s;position:relative}.realestate-detail__room-card-left{display:flex;flex-direction:column;min-width:0;height:250px;overflow:hidden}.realestate-detail__room-card-more-info-wrap{padding-top:10px;border-top:1px solid #e5e5e5;display:flex;flex-direction:column;align-items:flex-start;width:100%}.realestate-detail__room-card-more-info{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:1px solid #e5e5e5;border-radius:8px;font-size:13px;font-weight:500;color:#555;cursor:pointer;transition:background .2s,border-color .2s,color .2s;position:relative;margin-left:15px;margin-bottom:5px}.realestate-detail__room-card-more-info:hover{background:#f8f8f8;border-color:#ddd;color:#333}.realestate-detail__room-card-more-info--open{background:#f5f5f5;border-color:#e0e0e0;color:#222}.realestate-detail__room-card-more-info-icon{flex-shrink:0;transition:transform .2s}.realestate-detail__room-card-more-info--open .realestate-detail__room-card-more-info-icon{transform:rotate(180deg)}.realestate-detail__room-card-dropdown{max-height:0;overflow:hidden;transition:max-height .25s ease-out;width:100%}.realestate-detail__room-card-dropdown--fullwidth{grid-column:1/-1;width:100%}.realestate-detail__room-card-dropdown--open{max-height:500px;transition:max-height .35s ease-in}.realestate-detail__room-card-dropdown-inner{margin-top:0;padding:14px 16px;background:#f9f9f9;border:1px solid #eee;border-radius:8px;font-size:14px;line-height:1.5;color:#444;width:100%;box-sizing:border-box}.realestate-detail__room-card-dropdown--fullwidth .realestate-detail__room-card-dropdown-inner{margin-top:12px}.realestate-detail__room-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}.realestate-detail__room-card-image-wrapper{position:relative;width:100%;height:200px;overflow:hidden;background:#f0f0f0;cursor:pointer}.realestate-detail__room-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.realestate-detail__room-card-image-wrapper:hover .realestate-detail__room-card-image{transform:scale(1.05)}.realestate-detail__room-card-counter{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.7);color:white;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;z-index:2}.realestate-detail__room-card-nav{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:center;padding:8px;z-index:3;pointer-events:none}.realestate-detail__room-card-nav-btn{pointer-events:all;width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.15);color:#333}.realestate-detail__room-card-nav-btn:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,.25);transform:scale(1.1)}.realestate-detail__room-card-nav-btn:active{transform:scale(.95)}.realestate-detail__room-card-nav-btn svg{width:20px;height:20px}.realestate-detail__room-card-no-image{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:14px}.realestate-detail__room-card-content{padding:16px 16px 0;display:flex;flex-direction:column;gap:8px}.realestate-detail__room-card-title{font-size:16px;font-weight:600;color:#222;margin:0}.realestate-detail__room-card-capacity{font-size:14px;color:#666}.realestate-detail__room-card-details{font-size:13px;color:#666;display:flex;gap:8px}.realestate-detail__room-card-amenities{display:flex;flex-wrap:wrap;gap:12px;margin:8px 0}.realestate-detail__room-card-amenity{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}.realestate-detail__room-card-amenity img{width:16px;height:16px;flex-shrink:0}.realestate-detail__room-card-link{font-size:13px;color:#0066cc;text-decoration:none;margin-top:4px}.realestate-detail__room-card-link:hover{text-decoration:underline}.realestate-detail__room-card-price{margin-top:8px;display:flex;flex-direction:column;gap:2px}.realestate-detail__room-card-price-amount{font-size:18px;font-weight:700;color:#FF6B35}.realestate-detail__room-card-price-info{font-size:12px;color:#999}.realestate-detail__room-card-price-extra{font-size:13px;font-weight:500;color:#666;padding:0 6px}.realestate-detail__room-card-price-guests{font-size:12px;color:#888;display:block;margin-top:2px}.realestate-detail__room-card-btn{margin-top:10px;padding:12px;background:linear-gradient(90deg,#FF6B35,#FF8C42);color:white;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.realestate-detail__room-card-btn:hover{background:linear-gradient(90deg,#ff5520,#FF6B35);transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,107,53,.3)}.realestate-detail__room{background:white;border:1px solid #e5e5e5;border-radius:16px;overflow:hidden;margin-bottom:16px}.realestate-detail__room-gallery{position:relative;width:100%}.realestate-detail__room-images{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;width:100%;transition:opacity .3s ease-in-out}.realestate-detail__room-image{width:100%;height:180px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden}.realestate-detail__room-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease,opacity .2s ease;animation:fadeIn .4s ease-in-out}.realestate-detail__room-image:hover img{transform:scale(1.05)}.realestate-detail__room-no-image{color:#999;font-size:14px;text-align:center}.realestate-detail__room-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 8px;pointer-events:none}.realestate-detail__room-nav-btn{pointer-events:all;width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.15)}.realestate-detail__room-nav-btn:hover{background:white;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:scale(1.1)}.realestate-detail__room-nav-btn:active{transform:scale(.95)}.realestate-detail__room-nav-btn svg{width:16px;height:16px;color:#333}.realestate-detail__room-counter{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.75);color:white;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.realestate-detail__room-info{padding:16px}.realestate-detail__room-info h4{font-size:16px;font-weight:600;color:#222;margin-bottom:12px}.realestate-detail__room-features{display:flex;gap:16px;margin-bottom:12px}.realestate-detail__room-feature{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}.realestate-detail__room-feature img{width:16px;height:16px}.realestate-detail__room-description{margin-bottom:12px}.realestate-detail__room-description p{font-size:13px;line-height:1.5;color:#666;margin:0}.realestate-detail__room-amenities{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.realestate-detail__room-amenities span{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#666;padding:6px 12px;background:#f8f9fa;border-radius:6px}.realestate-detail__room-amenities span img{width:16px;height:16px;flex-shrink:0}.realestate-detail__room-price{margin-bottom:12px}.realestate-detail__room-price-amount{font-size:18px;font-weight:700;color:#FF6B35}.realestate-detail__room-price-amount span{font-size:13px;font-weight:400;color:#999}.realestate-detail__room-price-info{font-size:11px;color:#999;margin-top:4px}.realestate-detail__room-btn{width:100%;padding:12px;background:white;color:#FF6B35;border:2px solid #ff6b35;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.realestate-detail__room-btn:hover{background:#FF6B35;color:white}.realestate-detail__description{margin-bottom:32px}.realestate-detail__description-text{margin-top:12px}.realestate-detail__description p,.realestate-detail__description-text{font-size:14px;line-height:1.6;color:#555;white-space:pre-line}.realestate-detail__videos{margin-bottom:32px;width:100%}.realestate-detail__videos-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:16px}.realestate-detail__video{width:100%;border-radius:12px;overflow:hidden;background:#f0f0f0;position:relative;aspect-ratio:16/9}.realestate-detail__video-iframe{width:100%;height:100%;border:none;display:block}.realestate-detail__video-element{width:100%;height:100%;max-height:400px;display:block;-o-object-fit:contain;object-fit:contain}@media (min-width:768px){.realestate-detail__videos-grid{grid-template-columns:repeat(1,1fr)}}.realestate-detail__amenities{display:none;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.realestate-detail__amenity{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.realestate-detail__amenity img{width:32px;height:32px}.realestate-detail__amenity span{font-size:11px;color:#666}.realestate-detail__two-column-section{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.realestate-detail__features{margin-bottom:24px}.realestate-detail__features-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px}.realestate-detail__feature-item{padding:0}.realestate-detail__feature-item-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.realestate-detail__feature-item-icon{width:20px;height:20px;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.realestate-detail__feature-item-name{font-size:14px;font-weight:600;color:#222;margin:0}.realestate-detail__feature-item-desc{font-size:13px;color:#666;margin:0;line-height:1.4}.realestate-detail__feature-section{margin-bottom:24px}.realestate-detail__feature-section h4{font-size:15px;font-weight:600;color:#222;margin-bottom:12px}.realestate-detail__features-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:0}.realestate-detail__feature-section li{font-size:14px;color:#555;padding:8px 0;border-bottom:1px solid #f0f0f0}.realestate-detail__feature-section li:last-child{border-bottom:none}@media (min-width:768px){.realestate-detail__features-grid{grid-template-columns:repeat(3,1fr);gap:16px}.realestate-detail__features-list{grid-template-columns:repeat(3,1fr);gap:0}}.realestate-detail__map-section{margin-bottom:32px}.realestate-detail__map{width:100%;height:300px;background:#f0f0f0;border-radius:16px;overflow:hidden}.realestate-detail__map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px}.realestate-detail__map-placeholder img{width:40px;height:40px}.realestate-detail__map-placeholder p{font-size:13px;color:#666}.realestate-detail__reviews{margin-bottom:32px}.realestate-detail__reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.realestate-detail__reviews-rating{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:400;color:#666;margin-left:12px}.realestate-detail__reviews-rating img{width:14px;height:14px}.realestate-detail__leave-review{padding:8px 16px;background:white;color:#FF6B35;border:2px solid #ff6b35;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.realestate-detail__leave-review:hover{background:#FF6B35;color:white}.realestate-detail__reviews-list{display:flex;flex-direction:column;gap:16px}.realestate-detail__review{background:#f8f9fa;border-radius:12px;padding:16px}.realestate-detail__review-header{display:flex;gap:12px;margin-bottom:12px}.realestate-detail__review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#FF6B35,#FF8C42);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:16px;flex-shrink:0}.realestate-detail__review-info{flex:1}.realestate-detail__review-name{font-size:14px;font-weight:600;color:#222;margin-bottom:4px}.realestate-detail__review-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:2px}.realestate-detail__review-date{font-size:12px;color:#707070}.realestate-detail__review-stars{display:flex;gap:2px}.realestate-detail__review-stars img{width:12px;height:12px}.realestate-detail__review-stars img.inactive{opacity:.3}.realestate-detail__review-text{font-size:13px;line-height:1.5;color:#555;margin-bottom:12px}.realestate-detail__review-avatar-img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.realestate-detail__review-images{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;margin-top:8px;scrollbar-width:thin;scrollbar-color:#e5e5e5 transparent}.realestate-detail__review-images::-webkit-scrollbar{height:4px}.realestate-detail__review-images::-webkit-scrollbar-track{background:transparent}.realestate-detail__review-images::-webkit-scrollbar-thumb{background-color:#e5e5e5;border-radius:2px}.realestate-detail__review-image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;border:none;padding:0;background:#f0f0f0;cursor:pointer;transition:opacity .2s}.realestate-detail__review-image:hover{opacity:.9}.realestate-detail__review-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.realestate-detail__show-all-reviews{width:100%;padding:12px;margin-top:16px;background:transparent;border:2px solid #ff6b35;border-radius:12px;color:#FF6B35;font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;transition:all .2s}.realestate-detail__show-all-reviews:hover{background:#FF6B35;color:white}.realestate-detail__no-reviews{text-align:center;color:#999;padding:40px 20px;font-size:14px}.realestate-detail__similar{margin-bottom:32px}.realestate-detail__similar-header{display:flex;justify-content:space-between;align-items:center}.realestate-detail__similar-all-link{font-size:14px;font-weight:500;color:#333;text-decoration:none;transition:color .2s;padding:8px 16px;border-radius:8px;border:1px solid #e5e5e5;background:#f9f9f9;transition:background .2s;margin-bottom:16px}.realestate-detail__similar-all-link:hover{background:#e5e5e5;color:#333}.realestate-detail__similar-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (max-width:767px){.realestate-detail__room-image{height:140px}.realestate-detail__room-nav-btn{width:28px;height:28px}.realestate-detail__room-nav-btn svg{width:14px;height:14px}.realestate-detail__info-section{padding:16px}.realestate-detail__title{font-size:20px}.realestate-detail__info-details{flex-direction:column;align-items:flex-start;gap:8px}.realestate-detail__actions{margin-top:15px;width:100%}.realestate-detail__btn{width:100%}.realestate-detail__filters-content{flex-wrap:wrap}.realestate-detail__filter-btn--primary{color:white}.realestate-detail__room-card{grid-template-columns:1fr}.realestate-detail__room-card-image-wrapper{height:200px}.realestate-detail__contact-card{position:relative;top:0;max-height:none}.realestate-detail__price-list-dropdown{width:100%;max-width:100%}.realestate-detail__filter-btn--primary{width:100%;margin-left:0}}@media (min-width:768px){.realestate-detail__content-wrapper{grid-template-columns:1fr 300px}.realestate-detail__info-section{padding:20px 40px;max-width:1120px;margin:0 auto}.realestate-detail__info-content{display:flex;justify-content:space-between;padding:0}.realestate-detail__main-image{height:600px;border-radius:20px}.realestate-detail__gallery{padding:0 20px;max-width:1120px}.realestate-detail__thumbnails-container{padding:0 20px}.realestate-detail__thumbnail{width:100px;height:75px}.realestate-detail__amenities{grid-template-columns:repeat(8,1fr)}.realestate-detail__similar-grid{grid-template-columns:repeat(2,1fr)}.realestate-detail__room-image{height:220px}.realestate-detail__room-card{grid-template-columns:280px 1fr}}.realestate-detail__contact-card{background:white;border:1px solid #e5e5e5;border-radius:12px;padding:20px;position:sticky;top:140px;align-self:start;max-height:calc(100vh - 140px);overflow-y:auto}.realestate-detail__contact-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(90deg,#ff6b35,#ff8c42);color:white;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;margin:0 auto 12px}.realestate-detail__contact-name{font-size:18px;font-weight:600;color:#222;text-align:center;margin-bottom:8px}.realestate-detail__contact-membership{font-size:13px;color:#666;text-align:center;margin-bottom:16px}.realestate-detail__contact-note{font-size:14px;font-weight:500;color:#fffff1;text-align:center;margin-bottom:20px;padding:12px;background:#09c3db;border-radius:8px}.realestate-detail__contact-info{display:flex;flex-direction:column;gap:12px}.realestate-detail__contact-field{display:flex;flex-direction:column;gap:4px}.realestate-detail__contact-label{font-size:12px;color:#999;font-weight:500}.realestate-detail__contact-field span:not(.realestate-detail__contact-label){font-size:14px;color:#333}.realestate-detail__contact-phone{display:flex;align-items:center;justify-content:space-between;gap:8px}.realestate-detail__contact-social{display:flex;gap:6px}.realestate-detail__contact-social-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e5e5e5;background:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0}.realestate-detail__contact-social-btn.phone-call-btn{background-color:#ffcaa9d7}.realestate-detail__contact-social-btn:hover{transform:scale(1.1)}.realestate-detail__contact-social-btn img{width:32px;height:32px}.realestate-detail__contact-email{word-break:break-all;font-size:13px;color:#666}@media (min-width:1024px){.realestate-detail__content-wrapper{grid-template-columns:1fr 320px;padding:20px 40px}.realestate-detail__content{padding:0}.realestate-detail__info-section{padding:20px 40px}.realestate-detail__gallery{max-width:1120px;padding:0 40px}.realestate-detail__main-image{height:600px}.realestate-detail__thumbnail{width:120px;height:90px}.realestate-detail__filters-content,.realestate-detail__thumbnails-container{padding:0 40px}.realestate-detail__room-card{grid-template-columns:350px 1fr}.realestate-detail__room-card-image-wrapper{height:250px}}.realestate-detail__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.realestate-detail__modal{background:white;border-radius:24px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease}.realestate-detail__modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f3f3f3}.realestate-detail__modal-header h3{font-size:20px;font-weight:500;color:#333333;margin:0}.realestate-detail__modal-close{background:none;border:none;cursor:pointer;padding:8px;color:#666666;transition:color .3s ease}.realestate-detail__modal-close:hover{color:#333333}.realestate-detail__modal-content{padding:24px}.realestate-detail__modal-info{background:#FAFAFA;padding:16px;border-radius:16px;margin-bottom:24px}.realestate-detail__modal-info h4{font-size:16px;font-weight:500;color:#333333;margin:0 0 8px}.realestate-detail__modal-info p{font-size:14px;color:#666666;margin:4px 0}.realestate-detail__modal-price{font-size:18px;font-weight:600;color:#F67E39!important;margin-top:12px!important}.realestate-detail__modal-price-extra{font-size:14px;font-weight:500;color:#666}.realestate-detail__modal-price-note{font-size:12px;color:#888;margin-top:8px;font-style:italic}.realestate-detail__modal-section{margin-top:16px}.realestate-detail__modal-section:first-of-type{margin-top:12px}.realestate-detail__modal-section-label{display:block;font-size:13px;font-weight:500;color:#858585;margin-bottom:8px}.realestate-detail__modal-dates-row{display:flex;gap:12px;flex-wrap:wrap}.realestate-detail__modal-input{flex:1;min-width:120px;padding:12px 16px;border:1px solid #e8e8e8;border-radius:24px;font-size:13px;font-weight:500;font-family:inherit;background:#fff}.realestate-detail__modal-input:focus{outline:none;border-color:#F67E39}.realestate-detail__modal-guests{background:#fff;border-radius:12px;padding:12px;border:1px solid #e8e8e8}.realestate-detail__modal-info .realestate-detail__guest-row{padding:8px 0}.realestate-detail__modal-info .realestate-detail__guest-controls button{width:36px;height:36px;font-size:18px}.realestate-detail__modal-guests-text{font-size:14px;color:#525252;margin:8px 0 0!important}.realestate-detail__modal-form{display:flex;flex-direction:column;gap:16px}.realestate-detail__modal-field{display:flex;flex-direction:column;gap:8px}.realestate-detail__modal-field label{font-size:13px;font-weight:500;color:#858585}.realestate-detail__modal-field input,.realestate-detail__modal-field textarea{padding:12px 16px;border:1px solid #e8e8e8;border-radius:12px;font-size:14px;font-family:inherit;transition:all .3s ease}.realestate-detail__modal-field input:focus,.realestate-detail__modal-field textarea:focus{outline:none;border-color:#F67E39;box-shadow:0 0 0 3px rgba(246,126,57,.1)}.realestate-detail__modal-field textarea{resize:vertical;min-height:80px}.realestate-detail__modal-submit{padding:14px 32px;background-color:#F67E39;color:white;border:none;border-radius:40px;font-size:12px;font-weight:600;letter-spacing:.8px;cursor:pointer;transition:all .3s ease;margin-top:8px}.realestate-detail__modal-submit:hover:not(:disabled){background-color:#E56D28;transform:translateY(-2px);box-shadow:0 4px 12px rgba(246,126,57,.3)}.realestate-detail__modal-submit:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.realestate-detail__filter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.realestate-detail__filter-modal{background:white;border-radius:16px;max-width:500px;width:100%;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease}.realestate-detail__filter-modal-title{font-size:18px;font-weight:600;color:#222;margin-bottom:20px}.realestate-detail__filter-modal-close{width:100%;padding:12px;margin-top:20px;background:#FF6B35;color:white;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.realestate-detail__filter-modal-close:hover{background:#ff5520;transform:translateY(-1px);box-shadow:0 2px 8px rgba(255,107,53,.3)}.realestate-detail__filter-price-preview{margin-top:20px;padding:16px;background:#f8f9fa;border-radius:12px;text-align:center}.realestate-detail__filter-price-label{font-size:13px;color:#666;margin-bottom:8px}.realestate-detail__filter-price-value{font-size:24px;font-weight:700;color:#FF6B35}.realestate-detail__filter-modal--large{max-width:600px}.realestate-detail__price-calculation-info{margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:12px}.realestate-detail__price-calculation-dates{font-size:16px;font-weight:600;color:#222;margin-bottom:8px}.realestate-detail__price-calculation-guests{font-size:14px;color:#666}.realestate-detail__price-calculation-rooms{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;max-height:400px;overflow-y:auto}.realestate-detail__price-calculation-room{padding:16px;background:white;border:1px solid #e5e5e5;border-radius:12px}.realestate-detail__price-calculation-room-name{font-size:16px;font-weight:600;color:#222;margin-bottom:8px}.realestate-detail__price-calculation-room-details{font-size:13px;color:#666;margin-bottom:12px}.realestate-detail__price-calculation-room-price{font-size:24px;font-weight:700;color:#FF6B35;margin-bottom:4px}.realestate-detail__price-calculation-room-info{font-size:12px;color:#999}.realestate-detail__room-fullscreen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.95);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.realestate-detail__room-fullscreen-container{position:relative;width:100%;height:100%;max-width:100vw;max-height:100vh;display:flex;align-items:center;justify-content:center}.realestate-detail__room-fullscreen-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10001;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.2)}.realestate-detail__room-fullscreen-close:hover{background:white;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.realestate-detail__room-fullscreen-close:active{transform:scale(.95)}.realestate-detail__room-fullscreen-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10001;color:#333;box-shadow:0 2px 8px rgba(0,0,0,.2)}.realestate-detail__room-fullscreen-nav:hover{background:white;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.realestate-detail__room-fullscreen-nav:active{transform:translateY(-50%) scale(.95)}.realestate-detail__room-fullscreen-nav--prev{left:20px}.realestate-detail__room-fullscreen-nav--next{right:20px}.realestate-detail__room-fullscreen-nav svg{width:24px;height:24px}.realestate-detail__room-fullscreen-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:60px 80px}.realestate-detail__room-fullscreen-image{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5);transition:transform 1s ease-in-out}.realestate-detail__room-fullscreen-image:hover{transform:scale(1.3);transition:transform 1s ease-in-out;cursor:pointer}.realestate-detail__room-fullscreen-counter{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:white;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;z-index:10001}.home-page__sticky-apps{display:flex;flex-direction:row!important;gap:14px}.home-page__sticky-apps img{width:100%;height:auto;cursor:pointer;transition:opacity .2s;margin:5px 0}@media (max-width:768px){.realestate-detail__room-fullscreen-overlay{padding:10px}.realestate-detail__room-fullscreen-close{top:10px;right:10px;width:40px;height:40px}.realestate-detail__room-fullscreen-nav{width:40px;height:40px}.realestate-detail__room-fullscreen-nav--prev{left:10px}.realestate-detail__room-fullscreen-nav--next{right:10px}.realestate-detail__room-fullscreen-nav svg{width:20px;height:20px}.realestate-detail__room-fullscreen-image-wrapper{padding:50px 50px 80px}.realestate-detail__room-fullscreen-counter{bottom:20px;font-size:12px;padding:6px 12px}.realestate-detail__header{left:1%;padding-bottom:0}.realestate-detail__content-wrapper{grid-template-columns:1fr!important}.realestate-detail__content-wrapper,.realestate-detail__gallery,.realestate-detail__info-section{padding:0 15px!important}.realestate-detail__contact-card{display:none}.realestate-detail__main-image .set_img{-o-object-fit:contain;object-fit:contain}.realestate-detail__main-image{height:300px;border-radius:20px}.realestate-detail__contact-social-btn,.realestate-detail__contact-social-btn img{width:45px;height:45px;border-radius:50%}.realestate-detail__filters{position:static}}