.HeroSearchForm-module__5wlVjq__heroContainer{background-image:linear-gradient(rgba(26,46,68,.6),rgba(26,46,68,.4)),url(/img/backg-phuket.jpg),url(/img/hero-background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:100vh;margin:0;padding:2rem;display:flex;position:relative}.HeroSearchForm-module__5wlVjq__heroContent{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%;display:flex}.HeroSearchForm-module__5wlVjq__heroText{margin-bottom:3rem}.HeroSearchForm-module__5wlVjq__heroTitle{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);margin-bottom:1.5rem;font-size:max(2.5rem,min(5vw,4rem));font-weight:700;line-height:1.2}.HeroSearchForm-module__5wlVjq__highlight,.HeroSearchForm-module__5wlVjq__location{color:var(--color-gold)}.HeroSearchForm-module__5wlVjq__heroSubtitle{color:rgba(255,255,255,.9);text-shadow:0 1px 4px rgba(0,0,0,.3);font-size:max(1.1rem,min(2vw,1.3rem));font-weight:400;line-height:1.5}.HeroSearchForm-module__5wlVjq__searchForm{border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);background:#fff;width:100%;max-width:1000px;margin:0 auto;padding:2rem}.HeroSearchForm-module__5wlVjq__statusTabs{background:var(--color-gray-100);border-radius:var(--radius-md);justify-content:center;gap:.5rem;margin-bottom:2rem;padding:4px;display:flex}.HeroSearchForm-module__5wlVjq__statusTab{border-radius:var(--radius-sm);cursor:pointer;max-width:120px;transition:var(--transition-normal);color:var(--color-gray-600);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:12px 16px;font-size:.9rem;font-weight:500;display:flex}.HeroSearchForm-module__5wlVjq__statusTab i{font-size:1rem}.HeroSearchForm-module__5wlVjq__statusTab:hover{color:var(--color-gray-800);background:rgba(255,255,255,.8)}.HeroSearchForm-module__5wlVjq__statusTab.HeroSearchForm-module__5wlVjq__active{background:var(--color-gold);color:#fff}.HeroSearchForm-module__5wlVjq__searchInputWrapper{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end;gap:1rem;display:grid}.HeroSearchForm-module__5wlVjq__inputGroup{border:1px solid var(--color-gray-300);border-radius:var(--radius-md);transition:var(--transition-normal);background:#fff;align-items:center;display:flex;position:relative}.HeroSearchForm-module__5wlVjq__inputGroup:focus-within{border-color:var(--color-gold);box-shadow:0 0 0 3px rgba(184,134,11,.1)}.HeroSearchForm-module__5wlVjq__inputGroup i{color:var(--color-gold);padding:0 12px;font-size:1rem}.HeroSearchForm-module__5wlVjq__searchSelect,.HeroSearchForm-module__5wlVjq__searchInput{color:var(--color-gray-800);background:0 0;border:none;outline:none;flex:1;padding:14px 12px 14px 0;font-size:.95rem}.HeroSearchForm-module__5wlVjq__searchSelect{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:1em;padding-right:2.5rem}.HeroSearchForm-module__5wlVjq__searchInput::placeholder{color:var(--color-gray-500)}.HeroSearchForm-module__5wlVjq__searchButton{background:var(--color-gold);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-normal);border:none;grid-column:1/-1;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:16px 2rem;font-size:1rem;font-weight:600;display:flex}.HeroSearchForm-module__5wlVjq__searchButton:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.HeroSearchForm-module__5wlVjq__searchButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.HeroSearchForm-module__5wlVjq__searchButton.HeroSearchForm-module__5wlVjq__searching{background:var(--color-gray-600)}.HeroSearchForm-module__5wlVjq__spinner{border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite HeroSearchForm-module__5wlVjq__spin}@keyframes HeroSearchForm-module__5wlVjq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:480px){.HeroSearchForm-module__5wlVjq__heroContainer{padding:var(--space-md);min-height:100vh}.HeroSearchForm-module__5wlVjq__heroTitle{font-size:var(--text-3xl);margin-bottom:var(--space-lg);line-height:1.1}.HeroSearchForm-module__5wlVjq__heroSubtitle{font-size:var(--text-base);margin-bottom:var(--space-2xl)}.HeroSearchForm-module__5wlVjq__searchForm{padding:var(--space-lg);max-width:100%;margin:0}.HeroSearchForm-module__5wlVjq__statusTabs{margin-bottom:var(--space-lg);gap:var(--space-xs)}.HeroSearchForm-module__5wlVjq__statusTab{padding:var(--space-sm)var(--space-xs);font-size:var(--text-sm);flex:1;min-width:auto}.HeroSearchForm-module__5wlVjq__statusTab span{display:none}.HeroSearchForm-module__5wlVjq__statusTab i{font-size:var(--text-base)}.HeroSearchForm-module__5wlVjq__searchInputWrapper{gap:var(--space-md);grid-template-columns:1fr}.HeroSearchForm-module__5wlVjq__inputGroup{height:48px}.HeroSearchForm-module__5wlVjq__inputGroup i{padding:0 var(--space-md);font-size:var(--text-base)}.HeroSearchForm-module__5wlVjq__searchSelect,.HeroSearchForm-module__5wlVjq__searchInput{padding:var(--space-md)var(--space-sm)var(--space-md)0;font-size:var(--text-base)}.HeroSearchForm-module__5wlVjq__searchButton{padding:var(--space-lg)var(--space-xl);font-size:var(--text-base);margin-top:var(--space-lg)}}@media (min-width:481px) and (max-width:767px){.HeroSearchForm-module__5wlVjq__heroContainer{padding:var(--space-lg);min-height:100vh}.HeroSearchForm-module__5wlVjq__heroTitle{font-size:var(--text-4xl)}.HeroSearchForm-module__5wlVjq__heroSubtitle{font-size:var(--text-lg)}.HeroSearchForm-module__5wlVjq__searchForm{padding:var(--space-xl);max-width:100%}.HeroSearchForm-module__5wlVjq__statusTab{padding:var(--space-md)var(--space-sm);font-size:var(--text-base)}.HeroSearchForm-module__5wlVjq__statusTab span{display:inline}.HeroSearchForm-module__5wlVjq__searchInputWrapper{gap:var(--space-lg);grid-template-columns:1fr}.HeroSearchForm-module__5wlVjq__searchButton{padding:var(--space-lg)var(--space-2xl);font-size:var(--text-lg)}}@media (min-width:768px) and (max-width:1024px){.HeroSearchForm-module__5wlVjq__heroContainer{padding:var(--space-xl)}.HeroSearchForm-module__5wlVjq__searchForm{max-width:90%;padding:var(--space-2xl)}.HeroSearchForm-module__5wlVjq__searchInputWrapper{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}.HeroSearchForm-module__5wlVjq__inputGroup:nth-last-child(2){grid-column:1/-1}}@media (min-width:1025px) and (max-width:1199px){.HeroSearchForm-module__5wlVjq__searchForm{max-width:95%}.HeroSearchForm-module__5wlVjq__searchInputWrapper{gap:var(--space-lg);grid-template-columns:repeat(3,1fr)}.HeroSearchForm-module__5wlVjq__inputGroup:nth-last-child(2){grid-column:1/-1}}@media (min-width:1200px){.HeroSearchForm-module__5wlVjq__searchInputWrapper{gap:var(--space-xl);grid-template-columns:repeat(4,1fr)}.HeroSearchForm-module__5wlVjq__inputGroup:nth-last-child(2){grid-column:auto}}
.CleaningServices-module__Jc6iSq__cleaningServicesSection{background:linear-gradient(180deg,#fff 0%,var(--color-ivory,#fdf9f3)50%,#fff 100%);padding:96px 0;position:relative;overflow:hidden}.CleaningServices-module__Jc6iSq__cleaningServicesSection:before{content:"";background:radial-gradient(circle,rgba(184,134,11,.06) 0%,transparent 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-200px;right:-200px}.CleaningServices-module__Jc6iSq__header{text-align:center;margin-bottom:48px}.CleaningServices-module__Jc6iSq__header h2{color:var(--color-navy,#1a2e44);margin-bottom:16px;font-size:max(2.2rem,min(4vw,3rem));font-weight:800}.CleaningServices-module__Jc6iSq__header p{color:#555;max-width:820px;margin:0 auto;font-size:1.05rem;line-height:1.7}.CleaningServices-module__Jc6iSq__cardsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.CleaningServices-module__Jc6iSq__card{color:inherit;background:#fff;border:1px solid rgba(26,46,68,.08);border-radius:18px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 12px 28px rgba(26,46,68,.08)}.CleaningServices-module__Jc6iSq__card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(26,46,68,.12)}.CleaningServices-module__Jc6iSq__cardImage{background:var(--color-gray-100,#f3f4f6);height:210px;position:relative}.CleaningServices-module__Jc6iSq__cardImage img{object-fit:cover}.CleaningServices-module__Jc6iSq__cardBody{flex-direction:column;gap:12px;padding:24px 26px 28px;display:flex}.CleaningServices-module__Jc6iSq__cardTag{color:var(--color-gold,#b8860b);letter-spacing:.2px;background:rgba(184,134,11,.12);border-radius:999px;align-self:flex-start;padding:6px 14px;font-size:.85rem;font-weight:600}.CleaningServices-module__Jc6iSq__cardBody h3{color:var(--color-navy,#1a2e44);margin:0;font-size:1.4rem}.CleaningServices-module__Jc6iSq__cardBody p{color:#5a6676;margin:0;line-height:1.6}.CleaningServices-module__Jc6iSq__cardMeta{color:var(--color-navy,#1a2e44);flex-direction:column;gap:6px;font-size:.95rem;font-weight:600;display:flex}.CleaningServices-module__Jc6iSq__cardCta{color:var(--color-gold,#b8860b);align-items:center;gap:6px;margin-top:8px;font-weight:700;display:inline-flex}.CleaningServices-module__Jc6iSq__emptyState{text-align:center;color:#666;font-size:1rem}@media (max-width:1024px){.CleaningServices-module__Jc6iSq__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.CleaningServices-module__Jc6iSq__cleaningServicesSection{padding:72px 0}.CleaningServices-module__Jc6iSq__cardsGrid{grid-template-columns:1fr}.CleaningServices-module__Jc6iSq__cardImage{height:190px}}
.HomeBlogSection-module__0hKO9G__section{background:#fff;padding:60px 0 80px}.HomeBlogSection-module__0hKO9G__header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.HomeBlogSection-module__0hKO9G__header h2{color:var(--color-navy,#1a2e44);margin-bottom:8px}.HomeBlogSection-module__0hKO9G__header p{color:#5a6676;margin:0}.HomeBlogSection-module__0hKO9G__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.HomeBlogSection-module__0hKO9G__card{color:inherit;background:#fff;border:1px solid rgba(26,46,68,.08);border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 10px 24px rgba(26,46,68,.08)}.HomeBlogSection-module__0hKO9G__card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(26,46,68,.12)}.HomeBlogSection-module__0hKO9G__cardImage{background:#f3f4f6;height:200px;position:relative}.HomeBlogSection-module__0hKO9G__cardImage img{object-fit:cover}.HomeBlogSection-module__0hKO9G__cardBody{flex-direction:column;gap:10px;padding:20px 22px 24px;display:flex}.HomeBlogSection-module__0hKO9G__meta{color:#6b7280;font-size:.85rem}.HomeBlogSection-module__0hKO9G__cardBody h3{color:var(--color-navy,#1a2e44);margin:0;font-size:1.2rem}.HomeBlogSection-module__0hKO9G__cardBody p{color:#5a6676;margin:0;line-height:1.6}.HomeBlogSection-module__0hKO9G__cta{color:var(--color-gold,#b8860b);margin-top:auto;font-weight:700}.HomeBlogSection-module__0hKO9G__emptyState{text-align:center;color:#6b7280}@media (max-width:1024px){.HomeBlogSection-module__0hKO9G__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.HomeBlogSection-module__0hKO9G__header{flex-direction:column;align-items:flex-start}.HomeBlogSection-module__0hKO9G__grid{grid-template-columns:1fr}.HomeBlogSection-module__0hKO9G__cardImage{height:190px}}
.FeaturedProperties-module__seLOuG__featuredSection{padding:var(--space-3xl)0;background:linear-gradient(180deg,var(--color-ivory,#fdf9f3)0%,#fff 50%,var(--color-ivory,#fdf9f3)100%);flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.FeaturedProperties-module__seLOuG__container{width:100%;max-width:1500px;padding:0 var(--space-lg);flex-direction:column;align-items:center;margin:0 auto;display:flex}.FeaturedProperties-module__seLOuG__featuredSection:before{content:"";background:radial-gradient(circle,rgba(184,134,11,.05) 0%,transparent 70%);border-radius:50%;width:400px;height:400px;animation:20s ease-in-out infinite FeaturedProperties-module__seLOuG__float;position:absolute;top:-100px;right:-100px}.FeaturedProperties-module__seLOuG__featuredSection:after{content:"";background:radial-gradient(circle,rgba(26,46,68,.03) 0%,transparent 70%);border-radius:50%;width:500px;height:500px;animation:25s ease-in-out infinite reverse FeaturedProperties-module__seLOuG__float;position:absolute;bottom:-150px;left:-150px}@keyframes FeaturedProperties-module__seLOuG__float{0%,to{transform:translate(0)}50%{transform:translate(-30px,-30px)}}.FeaturedProperties-module__seLOuG__featuredSection h2{text-align:center;font-size:var(--text-3xl);margin-bottom:var(--space-3xl);color:var(--color-navy);padding-bottom:var(--space-lg);max-width:800px;font-weight:600;position:relative}.FeaturedProperties-module__seLOuG__featuredSection h2:after{content:"";background:var(--color-gold);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.FeaturedProperties-module__seLOuG__propertiesGrid{gap:var(--space-lg);margin-bottom:var(--space-3xl);grid-template-columns:repeat(3,minmax(360px,1fr));width:100%;max-width:100%;display:grid}.FeaturedProperties-module__seLOuG__propertyItem{justify-content:center;align-items:stretch;display:flex}.FeaturedProperties-module__seLOuG__propertyItem>*{width:100%;max-width:460px}.FeaturedProperties-module__seLOuG__subtitle{text-align:center;color:#666;letter-spacing:.5px;margin-bottom:50px;font-size:1.15rem;font-weight:400}.FeaturedProperties-module__seLOuG__viewAllWrapper{text-align:center;z-index:2;margin-top:50px;animation:.8s ease-out .4s backwards FeaturedProperties-module__seLOuG__fadeInUp;position:relative}@keyframes FeaturedProperties-module__seLOuG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.FeaturedProperties-module__seLOuG__viewAllButton{background:linear-gradient(135deg,var(--color-gold,#b8860b)0%,#9a7209 100%);color:#fff;letter-spacing:.5px;border:none;border-radius:50px;align-items:center;gap:12px;padding:16px 40px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 20px rgba(184,134,11,.3)}.FeaturedProperties-module__seLOuG__viewAllButton:before{content:"";background:rgba(255,255,255,.3);border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturedProperties-module__seLOuG__viewAllButton:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(184,134,11,.4)}.FeaturedProperties-module__seLOuG__viewAllButton:hover:before{width:400px;height:400px}.FeaturedProperties-module__seLOuG__viewAllButton:active{transform:translateY(-1px)}.FeaturedProperties-module__seLOuG__viewAllButton:after{content:"→";font-size:1.3em;transition:transform .3s}.FeaturedProperties-module__seLOuG__viewAllButton:hover:after{transform:translate(5px)}.FeaturedProperties-module__seLOuG__viewAllButtonOutline{border:3px solid var(--color-gold,#b8860b);color:var(--color-gold,#b8860b);background:0 0;border-radius:50px;align-items:center;gap:12px;padding:16px 40px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.FeaturedProperties-module__seLOuG__viewAllButtonOutline:before{content:"";background:var(--color-gold,#b8860b);z-index:-1;border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturedProperties-module__seLOuG__viewAllButtonOutline:hover{color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px rgba(184,134,11,.3)}.FeaturedProperties-module__seLOuG__viewAllButtonOutline:hover:before{width:400px;height:400px}@media (max-width:1200px){.FeaturedProperties-module__seLOuG__propertiesGrid{grid-template-columns:repeat(2,minmax(320px,1fr))}.FeaturedProperties-module__seLOuG__propertyItem>*{max-width:100%}}@media (max-width:768px){.FeaturedProperties-module__seLOuG__featuredSection{padding:60px 0}.FeaturedProperties-module__seLOuG__featuredSection h2{margin-bottom:15px;font-size:2.2rem}.FeaturedProperties-module__seLOuG__subtitle{margin-bottom:40px;font-size:1rem}.FeaturedProperties-module__seLOuG__propertiesGrid{gap:var(--space-lg);margin-bottom:var(--space-2xl);grid-template-columns:1fr}.FeaturedProperties-module__seLOuG__viewAllWrapper{margin-top:40px}.FeaturedProperties-module__seLOuG__viewAllButton,.FeaturedProperties-module__seLOuG__viewAllButtonOutline{padding:14px 32px;font-size:1rem}}@media (max-width:480px){.FeaturedProperties-module__seLOuG__featuredSection{padding:50px 0}.FeaturedProperties-module__seLOuG__featuredSection h2{font-size:1.8rem}.FeaturedProperties-module__seLOuG__propertiesGrid{gap:var(--space-md);grid-template-columns:1fr}.FeaturedProperties-module__seLOuG__propertyItem>*{max-width:100%}.FeaturedProperties-module__seLOuG__viewAllButton,.FeaturedProperties-module__seLOuG__viewAllButtonOutline{justify-content:center;width:90%}}
.PropertyCard-module__vCf2VG__card{border-radius:var(--radius-lg);transition:var(--transition-normal);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.PropertyCard-module__vCf2VG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.PropertyCard-module__vCf2VG__imageLink{background:var(--color-gray-100);display:block;position:relative;overflow:hidden}.PropertyCard-module__vCf2VG__statusBadges{z-index:2;flex-direction:column;gap:6px;display:flex;position:absolute;top:12px;left:12px}.PropertyCard-module__vCf2VG__status{background:var(--color-navy);color:#fff;border-radius:var(--radius-md);letter-spacing:.5px;text-transform:uppercase;box-shadow:var(--shadow-md);white-space:nowrap;padding:6px 12px;font-size:.75rem;font-weight:600}.PropertyCard-module__vCf2VG__status.PropertyCard-module__vCf2VG__available{background:#10b981}.PropertyCard-module__vCf2VG__status.PropertyCard-module__vCf2VG__reserved{background:#f59e0b}.PropertyCard-module__vCf2VG__status.PropertyCard-module__vCf2VG__sold{background:#ef4444}.PropertyCard-module__vCf2VG__status.PropertyCard-module__vCf2VG__sale{background:#8b5cf6}.PropertyCard-module__vCf2VG__status.PropertyCard-module__vCf2VG__rent{background:#3b82f6}.PropertyCard-module__vCf2VG__status.PropertyCard-module__vCf2VG__daily{background:#06b6d4}.PropertyCard-module__vCf2VG__cardImage{object-fit:cover;width:100%;height:240px;transition:var(--transition-normal)}.PropertyCard-module__vCf2VG__card:hover .PropertyCard-module__vCf2VG__cardImage{transform:scale(1.05)}.PropertyCard-module__vCf2VG__cardContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.PropertyCard-module__vCf2VG__favoriteButton{z-index:4;border:1px solid var(--color-gray-300);border-radius:var(--radius-full);cursor:pointer;width:36px;height:36px;color:var(--color-gray-600);transition:var(--transition-normal);box-shadow:var(--shadow-sm);background:#fff;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;top:12px;right:12px}.PropertyCard-module__vCf2VG__favoriteButton:hover{background:var(--color-gray-50);border-color:var(--color-gold);color:var(--color-gold);transform:scale(1.1)}.PropertyCard-module__vCf2VG__favoriteButton.PropertyCard-module__vCf2VG__active{color:#dc2626;background:#fef2f2;border-color:#dc2626}.PropertyCard-module__vCf2VG__favoriteButton.PropertyCard-module__vCf2VG__active:hover{color:#b91c1c;background:#fee2e2;border-color:#b91c1c}.PropertyCard-module__vCf2VG__title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;min-height:2.6em;margin:0 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.PropertyCard-module__vCf2VG__title a{color:var(--color-gray-900);transition:var(--transition-normal);text-decoration:none}.PropertyCard-module__vCf2VG__title a:hover{color:var(--color-gold)}.PropertyCard-module__vCf2VG__meta{color:var(--color-gray-600);flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.PropertyCard-module__vCf2VG__metaItem{align-items:center;gap:.4rem;display:inline-flex}.PropertyCard-module__vCf2VG__metaItem i{color:var(--color-gold);font-size:.9rem}.PropertyCard-module__vCf2VG__price{color:var(--color-gold);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.PropertyCard-module__vCf2VG__details{color:var(--color-gray-600);border-top:1px solid var(--color-gray-200);gap:1rem;margin-top:auto;padding-top:1rem;font-size:.875rem;font-weight:500;display:flex}.PropertyCard-module__vCf2VG__details span{align-items:center;gap:.375rem;display:flex}.PropertyCard-module__vCf2VG__details span i{color:var(--color-gold);font-size:1rem}@media (max-width:480px){.PropertyCard-module__vCf2VG__card{border-radius:var(--border-radius-md)}.PropertyCard-module__vCf2VG__cardImage{height:180px}.PropertyCard-module__vCf2VG__cardContent{padding:var(--space-lg)}.PropertyCard-module__vCf2VG__title{font-size:var(--text-lg);margin-bottom:var(--space-sm);line-height:1.3}.PropertyCard-module__vCf2VG__price{font-size:var(--text-xl);margin-bottom:var(--space-sm)}.PropertyCard-module__vCf2VG__meta{font-size:var(--text-sm);margin-bottom:var(--space-sm)}.PropertyCard-module__vCf2VG__location{font-size:var(--text-sm);margin-bottom:var(--space-md)}.PropertyCard-module__vCf2VG__details{gap:var(--space-sm);font-size:var(--text-xs);margin-bottom:var(--space-md);flex-wrap:wrap}.PropertyCard-module__vCf2VG__favoriteButton{width:32px;height:32px;font-size:var(--text-sm);top:var(--space-sm);right:var(--space-sm)}.PropertyCard-module__vCf2VG__status{font-size:var(--text-xs);padding:var(--space-xs)var(--space-sm);top:var(--space-sm);left:var(--space-sm)}}@media (min-width:481px) and (max-width:767px){.PropertyCard-module__vCf2VG__cardImage{height:200px}.PropertyCard-module__vCf2VG__cardContent{padding:var(--space-xl)}.PropertyCard-module__vCf2VG__title{font-size:var(--text-xl)}.PropertyCard-module__vCf2VG__price{font-size:var(--text-2xl)}.PropertyCard-module__vCf2VG__details{gap:var(--space-md);font-size:var(--text-sm)}.PropertyCard-module__vCf2VG__favoriteButton{width:36px;height:36px;font-size:var(--text-base)}.PropertyCard-module__vCf2VG__status{font-size:var(--text-sm);padding:var(--space-sm)var(--space-md)}}@media (min-width:768px) and (max-width:1024px){.PropertyCard-module__vCf2VG__cardImage{height:220px}.PropertyCard-module__vCf2VG__cardContent{padding:var(--space-xl)}.PropertyCard-module__vCf2VG__title{font-size:var(--text-xl)}.PropertyCard-module__vCf2VG__price{font-size:var(--text-2xl)}}@media (min-width:1025px){.PropertyCard-module__vCf2VG__cardImage{height:240px}.PropertyCard-module__vCf2VG__cardContent{padding:var(--space-2xl)}}
.PropertyCardSkeleton-module__5dPj8q__skeleton{border-radius:var(--border-radius-lg,16px);background:linear-gradient(145deg,#fff 0%,#fafafa 100%);border:1px solid rgba(0,0,0,.02);flex-direction:column;height:100%;animation:1.5s ease-in-out infinite PropertyCardSkeleton-module__5dPj8q__skeletonPulse;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.03)}@keyframes PropertyCardSkeleton-module__5dPj8q__skeletonPulse{0%,to{opacity:1}50%{opacity:.8}}.PropertyCardSkeleton-module__5dPj8q__imageContainer{background:linear-gradient(135deg,#f0f0f0,#e8e8e8);height:280px;position:relative;overflow:hidden}.PropertyCardSkeleton-module__5dPj8q__imageSkeleton{background:linear-gradient(90deg,#e8e8e8 0%,#f5f5f5 50%,#e8e8e8 100%) 0 0/200% 100%;width:100%;height:100%;animation:2s ease-in-out infinite PropertyCardSkeleton-module__5dPj8q__shimmer}@keyframes PropertyCardSkeleton-module__5dPj8q__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.PropertyCardSkeleton-module__5dPj8q__statusSkeleton{background:linear-gradient(90deg,#d0d0d0 0%,#e0e0e0 50%,#d0d0d0 100%) 0 0/200% 100%;border-radius:2rem;width:80px;height:28px;animation:2s ease-in-out .2s infinite PropertyCardSkeleton-module__5dPj8q__shimmer;position:absolute;top:1rem;left:1rem}.PropertyCardSkeleton-module__5dPj8q__favoriteSkeleton{background:linear-gradient(90deg,#d8d8d8 0%,#e8e8e8 50%,#d8d8d8 100%) 0 0/200% 100%;border-radius:50%;width:50px;height:50px;animation:2s ease-in-out .4s infinite PropertyCardSkeleton-module__5dPj8q__shimmer;position:absolute;top:1rem;right:1rem}.PropertyCardSkeleton-module__5dPj8q__content{background:linear-gradient(#fff 0%,#fafafa 100%);flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.PropertyCardSkeleton-module__5dPj8q__titleSkeleton{background:linear-gradient(90deg,#e0e0e0 0%,#f0f0f0 50%,#e0e0e0 100%) 0 0/200% 100%;border-radius:4px;width:85%;height:24px;margin-bottom:.5rem;animation:2s ease-in-out .6s infinite PropertyCardSkeleton-module__5dPj8q__shimmer}.PropertyCardSkeleton-module__5dPj8q__titleSkeletonSecond{background:linear-gradient(90deg,#e0e0e0 0%,#f0f0f0 50%,#e0e0e0 100%) 0 0/200% 100%;border-radius:4px;width:60%;height:24px;margin-bottom:1.5rem;animation:2s ease-in-out .8s infinite PropertyCardSkeleton-module__5dPj8q__shimmer}.PropertyCardSkeleton-module__5dPj8q__priceSkeleton{opacity:.7;background:linear-gradient(90deg,#d4a812 0%,#e6bc2a 50%,#d4a812 100%) 0 0/200% 100%;border-radius:6px;width:45%;height:32px;margin-bottom:1.5rem;animation:2s ease-in-out 1s infinite PropertyCardSkeleton-module__5dPj8q__shimmer}.PropertyCardSkeleton-module__5dPj8q__details{border-top:2px solid #f0f0f0;gap:1.25rem;margin-top:auto;padding-top:1.5rem;display:flex}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton{background:linear-gradient(90deg,#e8e8e8 0%,#f5f5f5 50%,#e8e8e8 100%) 0 0/200% 100%;border-radius:3px;width:60px;height:20px;animation:2s ease-in-out infinite PropertyCardSkeleton-module__5dPj8q__shimmer}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton:first-child{animation-delay:1.2s}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton:nth-child(2){width:70px;animation-delay:1.4s}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton:nth-child(3){width:80px;animation-delay:1.6s}.PropertyCardSkeleton-module__5dPj8q__skeleton:hover{transition:all .3s;transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.05)}@media (max-width:768px){.PropertyCardSkeleton-module__5dPj8q__imageContainer{height:240px}.PropertyCardSkeleton-module__5dPj8q__content{padding:1.5rem}.PropertyCardSkeleton-module__5dPj8q__titleSkeleton,.PropertyCardSkeleton-module__5dPj8q__titleSkeletonSecond{height:20px}.PropertyCardSkeleton-module__5dPj8q__priceSkeleton{height:28px}.PropertyCardSkeleton-module__5dPj8q__details{gap:1rem}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton{width:50px;height:18px}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton:nth-child(2){width:60px}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton:nth-child(3){width:70px}}@media (max-width:480px){.PropertyCardSkeleton-module__5dPj8q__content{padding:1.25rem}.PropertyCardSkeleton-module__5dPj8q__details{flex-wrap:wrap;gap:.75rem}.PropertyCardSkeleton-module__5dPj8q__detailSkeleton{flex:auto;min-width:0}}.PropertyCardSkeleton-module__5dPj8q__statusSkeleton{animation:2s ease-in-out .2s infinite PropertyCardSkeleton-module__5dPj8q__shimmer,3s ease-in-out infinite PropertyCardSkeleton-module__5dPj8q__float}.PropertyCardSkeleton-module__5dPj8q__favoriteSkeleton{animation:2s ease-in-out .4s infinite PropertyCardSkeleton-module__5dPj8q__shimmer,3s ease-in-out .5s infinite PropertyCardSkeleton-module__5dPj8q__float}@keyframes PropertyCardSkeleton-module__5dPj8q__float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}
.PropertyList-module__OnfVyq__pageTitle{font-size:var(--text-2xl);margin-bottom:var(--space-2xl);color:var(--color-gray-900);font-weight:600}.PropertyList-module__OnfVyq__resultsHeader{justify-content:space-between;align-items:baseline;gap:var(--space-lg);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.PropertyList-module__OnfVyq__resultsCount{color:var(--color-gray-500);font-size:var(--text-sm);font-weight:500}.PropertyList-module__OnfVyq__propertyGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.PropertyList-module__OnfVyq__paginationContainer{padding:var(--space-2xl)0;justify-content:center;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.PropertyList-module__OnfVyq__paginationContainer button{color:var(--color-gray-700);padding:var(--space-sm)var(--space-md);border:1px solid var(--color-gray-300);border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-normal);font-size:var(--text-sm);touch-action:manipulation;background:#fff;min-width:36px}.PropertyList-module__OnfVyq__paginationContainer button.PropertyList-module__OnfVyq__activePage{background:var(--color-gold);color:#fff;border-color:var(--color-gold);font-weight:600}.PropertyList-module__OnfVyq__paginationContainer button:hover:not(.PropertyList-module__OnfVyq__activePage):not(:disabled){background:var(--color-gray-50);border-color:var(--color-gray-400)}.PropertyList-module__OnfVyq__paginationContainer button:disabled{color:var(--color-gray-400);cursor:not-allowed;border-color:var(--color-gray-200)}.PropertyList-module__OnfVyq__ellipsis{padding:var(--space-sm)var(--space-xs);color:var(--color-gray-500)}.PropertyList-module__OnfVyq__filterSidebar{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);background:#fff;height:-moz-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:1rem}.PropertyList-module__OnfVyq__filterSidebar h3{color:var(--color-gray-900);border-bottom:1px solid var(--color-gray-200);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:600}.PropertyList-module__OnfVyq__filterGroup{margin-bottom:1.5rem}.PropertyList-module__OnfVyq__filterGroup label{color:var(--color-gray-700);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.PropertyList-module__OnfVyq__filterGroup select,.PropertyList-module__OnfVyq__filterGroup input[type=number],.PropertyList-module__OnfVyq__filterGroup input[type=text]{border:1px solid var(--color-gray-300);border-radius:var(--radius-sm);width:100%;transition:var(--transition-normal);padding:.75rem;font-size:.875rem}.PropertyList-module__OnfVyq__filterGroup select:focus,.PropertyList-module__OnfVyq__filterGroup input[type=number]:focus,.PropertyList-module__OnfVyq__filterGroup input[type=text]:focus{border-color:var(--color-gold);outline:none;box-shadow:0 0 0 3px rgba(184,134,11,.1)}.PropertyList-module__OnfVyq__priceInputs{align-items:center;gap:.5rem;display:flex}.PropertyList-module__OnfVyq__priceInputs span{color:var(--color-gray-500);font-weight:500}.PropertyList-module__OnfVyq__priceInputs input{flex:1}.PropertyList-module__OnfVyq__filterGroup input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PropertyList-module__OnfVyq__filterGroup input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.PropertyList-module__OnfVyq__filterGroup input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.PropertyList-module__OnfVyq__applyFilterButton{background:var(--color-gold);color:#fff;border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:var(--transition-normal);border:none;padding:.75rem;font-size:.875rem;font-weight:600}.PropertyList-module__OnfVyq__applyFilterButton:hover{background:var(--color-gold-dark);transform:translateY(-1px)}.PropertyList-module__OnfVyq__filterActions{flex-direction:column;gap:.75rem;display:flex}.PropertyList-module__OnfVyq__clearFilterButton{width:100%;color:var(--color-gray-700);border:1px solid var(--color-gray-300);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-normal);background:#fff;padding:.75rem;font-size:.875rem;font-weight:600}.PropertyList-module__OnfVyq__clearFilterButton:hover{border-color:var(--color-gold);color:var(--color-gold);transform:translateY(-1px)}.PropertyList-module__OnfVyq__resultsArea{flex:1}@media (max-width:480px){.PropertyList-module__OnfVyq__pageTitle{font-size:var(--text-xl);text-align:center;margin-bottom:0}.PropertyList-module__OnfVyq__resultsHeader{margin-bottom:var(--space-xl);text-align:center;justify-content:center}.PropertyList-module__OnfVyq__propertyGrid{gap:var(--space-lg);grid-template-columns:1fr}.PropertyList-module__OnfVyq__filterSidebar{margin-bottom:var(--space-xl);padding:var(--space-lg);position:static}.PropertyList-module__OnfVyq__paginationContainer{padding:var(--space-xl)0;gap:var(--space-xs)}.PropertyList-module__OnfVyq__paginationContainer button{padding:var(--space-sm)var(--space-sm);font-size:var(--text-xs);min-width:32px}}@media (min-width:481px) and (max-width:767px){.PropertyList-module__OnfVyq__pageTitle{font-size:var(--text-2xl);margin-bottom:var(--space-xl)}.PropertyList-module__OnfVyq__propertyGrid{gap:var(--space-xl);grid-template-columns:1fr}.PropertyList-module__OnfVyq__filterSidebar{margin-bottom:var(--space-xl);padding:var(--space-xl);position:static}.PropertyList-module__OnfVyq__paginationContainer{padding:var(--space-xl)0;gap:var(--space-sm)}.PropertyList-module__OnfVyq__paginationContainer button{padding:var(--space-sm)var(--space-md);font-size:var(--text-sm);min-width:36px}}@media (min-width:768px) and (max-width:1024px){.PropertyList-module__OnfVyq__propertyGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.PropertyList-module__OnfVyq__filterSidebar{padding:var(--space-xl)}}@media (min-width:1025px) and (max-width:1199px){.PropertyList-module__OnfVyq__propertyGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (min-width:1200px){.PropertyList-module__OnfVyq__propertyGrid{gap:var(--space-2xl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}
.properties-module__BJvdSG__mainContainer{background-color:#f8f9fa;padding:40px 0}.properties-module__BJvdSG__layoutGrid{grid-template-columns:280px 1fr;align-items:start;gap:30px;min-height:calc(100vh - 120px);display:grid}@media (max-width:992px){.properties-module__BJvdSG__layoutGrid{grid-template-columns:1fr}}
.CategoryIcons-module__4gS2za__categoryContainer{width:100%;padding:var(--space-2xl)var(--space-lg);background:linear-gradient(rgba(253,249,243,.7) 0%,rgba(255,255,255,.98) 100%);margin:0 auto}.CategoryIcons-module__4gS2za__categoryGrid{gap:var(--space-lg);max-width:var(--container-xl);grid-template-columns:repeat(5,minmax(0,1fr));margin:0 auto;display:grid}.CategoryIcons-module__4gS2za__categoryCard{justify-content:center;align-items:center;gap:var(--space-sm);padding:var(--space-lg);border:1px solid var(--color-gray-200);border-radius:var(--border-radius-xl);color:var(--color-navy);transition:box-shadow var(--transition-normal),transform var(--transition-normal),border-color var(--transition-normal),background var(--transition-normal);box-shadow:var(--shadow-xs);background:rgba(255,255,255,.92);flex-direction:column;min-height:120px;text-decoration:none;display:flex}.CategoryIcons-module__4gS2za__categoryCard:hover{box-shadow:var(--shadow-lg);background:rgba(253,249,243,.9);border-color:rgba(184,134,11,.6);transform:translateY(-2px)}.CategoryIcons-module__4gS2za__categoryCard:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.CategoryIcons-module__4gS2za__categoryCard:focus-visible{outline-offset:3px;outline:3px solid rgba(184,134,11,.35)}.CategoryIcons-module__4gS2za__iconWrapper{width:58px;height:58px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),var(--shadow-xs);background:linear-gradient(145deg,#fdf9f3 0%,#fff 100%);border:1px solid rgba(184,134,11,.25);border-radius:50%;place-items:center;display:grid}.CategoryIcons-module__4gS2za__categoryName{font-weight:600;font-size:var(--text-sm);text-align:center;color:var(--color-navy)}.CategoryIcons-module__4gS2za__icon{color:var(--color-gold);font-size:26px;line-height:1}@media (max-width:1024px){.CategoryIcons-module__4gS2za__categoryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.CategoryIcons-module__4gS2za__categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.CategoryIcons-module__4gS2za__categoryCard{min-height:110px}}@media (max-width:480px){.CategoryIcons-module__4gS2za__categoryGrid{gap:var(--space-md)}.CategoryIcons-module__4gS2za__categoryCard{padding:var(--space-md)}}
