@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap";:root{--primary-color: #b1a165;--primary-dark: #8b7c4a;--text-dark: #333;--text-light: #666;--text-lighter: #999;--background-light: #fafafa;--background-white: #fff;--border-light: rgba(177, 161, 101, .1);--shadow-light: 0 4px 20px rgba(0, 0, 0, .1);--shadow-medium: 0 8px 30px rgba(0, 0, 0, .15);--shadow-gold: 0 4px 12px rgba(177, 161, 101, .3);--transition: all .3s ease;--border-radius: 12px;--border-radius-small: 8px}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-dark);background-color:var(--background-white)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2;color:var(--text-dark)}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.75rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.25rem;font-weight:600}h6{font-size:1.1rem;font-weight:600}p{margin-bottom:1rem;color:var(--text-light)}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}.text-primary{color:var(--primary-color)}.text-dark{color:var(--text-dark)}.text-light{color:var(--text-light)}.text-lighter{color:var(--text-lighter)}.bg-primary{background-color:var(--primary-color)}.bg-light{background-color:var(--background-light)}.bg-white{background-color:var(--background-white)}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.p-0{padding:0}@media (max-width: 768px){html{font-size:14px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}}button:focus,a:focus,input:focus,select:focus,textarea:focus{outline:2px solid var(--primary-color);outline-offset:2px}*{transition:var(--transition)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}._header_112x7_1{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid rgba(177,161,101,.1)}._scrolled_112x7_25{background:#fffffffa;box-shadow:0 2px 20px #0000001a}._headerContainer_112x7_35{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px}._logo_112x7_55{display:flex;align-items:center;text-decoration:none;color:#333;font-weight:600;font-size:1.5rem;transition:all .3s ease}._logo_112x7_55:hover{color:#b1a165}._logoImage_112x7_83{height:40px;width:auto;margin-right:12px}._logoText_112x7_95{font-family:Playfair Display,serif;font-weight:700}._nav_112x7_105{display:flex;align-items:center}._navList_112x7_115{display:flex;list-style:none;margin:0;padding:0;gap:2rem}._navItem_112x7_131{position:relative}._navLink_112x7_139{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:.5rem 0}._navLink_112x7_139:hover{color:#b1a165}._navLink_112x7_139:focus{outline:none}._navLink_112x7_139._active_112x7_175{color:#b1a165}._navLink_112x7_139._active_112x7_175:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#b1a165;border-radius:1px}._mobileMenuToggle_112x7_205{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}._mobileMenuToggle_112x7_205 span{width:25px;height:3px;background:#333;transition:all .3s ease;border-radius:2px}._mobileMenuToggle_112x7_205._active_112x7_175 span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}._mobileMenuToggle_112x7_205._active_112x7_175 span:nth-child(2){opacity:0}._mobileMenuToggle_112x7_205._active_112x7_175 span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){._headerContainer_112x7_35{padding:0 1rem;height:70px}._logoText_112x7_95{display:none}._logoImage_112x7_83{height:35px;margin-right:0}._mobileMenuToggle_112x7_205{display:flex}._nav_112x7_105{position:fixed;top:70px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid rgba(177,161,101,.1)}._navOpen_112x7_333{transform:translateY(0);opacity:1;visibility:visible}._navList_112x7_115{flex-direction:column;gap:0;padding:1rem 0;width:100%}._navItem_112x7_131{width:100%}._navLink_112x7_139{display:block;padding:1rem 2rem;border-bottom:1px solid rgba(177,161,101,.1);font-size:1.1rem}._navLink_112x7_139:after{display:none}._navLink_112x7_139:hover,._navLink_112x7_139._active_112x7_175{background:#b1a1650d}}@media (min-width: 769px) and (max-width: 1024px){._headerContainer_112x7_35{padding:0 1.5rem}._navList_112x7_115{gap:1.5rem;width:100%}}._footer_kyuru_1{background:linear-gradient(135deg,#2a2a2a,#3d3d3d);color:#fff;padding:3rem 0 1rem}._container_kyuru_13{max-width:1200px;margin:0 auto;padding:0 2rem}._footerContent_kyuru_25{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}._footerSection_kyuru_39{padding:1rem 0}._footerTitle_kyuru_47{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#b1a165;font-family:Playfair Display,serif}._footerDescription_kyuru_63{color:#ccc;line-height:1.6;margin-bottom:1.5rem}._socialLinks_kyuru_75{display:flex;gap:1rem;flex-wrap:wrap}._socialLink_kyuru_75{color:#ccc;text-decoration:none;padding:.5rem 1rem;border:1px solid #555;border-radius:25px;transition:all .3s ease;font-size:.9rem}._socialLink_kyuru_75:hover{color:#b1a165;border-color:#b1a165;transform:translateY(-2px)}._sectionTitle_kyuru_119{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#b1a165;font-family:Playfair Display,serif}._footerLinks_kyuru_135{list-style:none;padding:0;margin:0}._footerLinks_kyuru_135 li{margin-bottom:.5rem}._footerLink_kyuru_135{color:#ccc;text-decoration:none;transition:color .3s ease}._footerLink_kyuru_135:hover{color:#b1a165}._contactInfo_kyuru_175 p{color:#ccc;margin-bottom:.5rem;line-height:1.6}._contactInfo_kyuru_175 p:last-child{margin-bottom:0}._footerBottom_kyuru_195{border-top:1px solid #555;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._copyright_kyuru_215{color:#ccc;font-size:.9rem}._legalLinks_kyuru_225{display:flex;gap:2rem}._legalLink_kyuru_225{color:#ccc;text-decoration:none;font-size:.9rem;transition:color .3s ease}._legalLink_kyuru_225:hover{color:#b1a165}@media (max-width: 768px){._container_kyuru_13{padding:0 1rem}._footerContent_kyuru_25{grid-template-columns:1fr;gap:1.5rem}._footerBottom_kyuru_195{flex-direction:column;text-align:center}._legalLinks_kyuru_225{justify-content:center}}@media (min-width: 769px) and (max-width: 1024px){._footerContent_kyuru_25{grid-template-columns:repeat(2,1fr)}}._home_15xxk_1{min-height:100vh}._hero_15xxk_11{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroVideoBackground_15xxk_29{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}._heroVideo_15xxk_29{width:100vw;height:100vh;object-fit:cover;filter:brightness(.7)}._heroOverlay_15xxk_57{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroContent_15xxk_69{position:relative;z-index:2;display:flex;align-items:center;text-align:left;color:#fff;height:100vh;width:100vw;padding-left:5vw;padding-right:2rem}._heroContainer_15xxk_95{max-width:600px;margin:0}._heroTitle_15xxk_105{font-size:4rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._heroMain_15xxk_125{display:inline-block;white-space:nowrap}._heroHighlight_15xxk_135{color:#f93;text-shadow:0 8px 25px rgba(255,153,51,.3);font-weight:900}._heroSubtitle_15xxk_147{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6;color:#f0f0f0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._heroButtons_15xxk_163{display:flex;gap:1.5rem;justify-content:flex-start;flex-wrap:wrap}._heroButtonPrimary_15xxk_177{background:#f93;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #FF9933}._heroButtonPrimary_15xxk_177:hover{background:transparent;color:#f93;transform:translateY(-2px)}._heroButtonSecondary_15xxk_211{background:#ffffff2e;border:2px solid rgba(255,255,255,.25);color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease}._heroButtonSecondary_15xxk_211:hover{background:#fff;color:#333;transform:translateY(-2px)}._container_15xxk_247{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionHeader_15xxk_261{text-align:center;margin-bottom:4rem}._sectionTitle_15xxk_271{font-size:clamp(2.2rem,4vw,3.4rem);font-weight:500;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem;color:#1b1b1b}._sectionTitle_15xxk_271:after{content:"";display:block;width:70px;height:3px;margin:18px auto 0;background:#b1a165;border-radius:20px}._sectionSubtitle_15xxk_309{font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}._listingsSection_15xxk_327{padding:6rem 0;background:#fff}._listingsGrid_15xxk_337{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}._loadingContainer_15xxk_353{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;position:relative;overflow:hidden}._loadingContainer_15xxk_353:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0%,rgba(177,161,101,.05) 25%,transparent 50%,rgba(59,130,246,.05) 75%,transparent 100%);animation:_rotateBackground_15xxk_1 20s linear infinite}@keyframes _rotateBackground_15xxk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_15xxk_353 p{font-size:1.1rem;color:#6b7280;margin:.5rem 0 0;font-weight:500;letter-spacing:.5px;z-index:1;animation:_fadeInOut_15xxk_1 2s ease-in-out infinite;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes _fadeInOut_15xxk_1{0%,to{opacity:.6}50%{opacity:1}}._loadingSpinner_15xxk_463{position:relative;width:80px;height:80px;margin-bottom:2rem;z-index:1}._loadingSpinner_15xxk_463:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:#b1a165;border-right-color:#3b82f6;border-radius:50%;animation:_spin_15xxk_1 1.2s cubic-bezier(.68,-.55,.265,1.55) infinite}._loadingSpinner_15xxk_463:after{content:"";position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);border:3px solid transparent;border-bottom-color:#b1a165;border-left-color:#3b82f6;border-radius:50%;animation:_spin_15xxk_1 .8s cubic-bezier(.68,-.55,.265,1.55) infinite reverse}@keyframes _spin_15xxk_1{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.9)}to{transform:rotate(360deg) scale(1)}}._featuredSection_15xxk_553{padding:6rem 0;background:#faf9f6}._propertiesGrid_15xxk_563{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}._propertyCard_15xxk_577{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._propertyCard_15xxk_577:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._propertyImage_15xxk_603{position:relative;height:250px;overflow:hidden}._propertyImage_15xxk_603 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._propertyCard_15xxk_577:hover ._propertyImage_15xxk_603 img{transform:scale(1.05)}._propertyPrice_15xxk_637{position:absolute;top:1rem;right:1rem;background:#b1a165;color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.9rem}._propertyContent_15xxk_661{padding:1.5rem}._propertyTitle_15xxk_669{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333;font-family:Playfair Display,serif}._propertyLocation_15xxk_685{color:#666;margin-bottom:1rem;font-size:.95rem}._propertyDetails_15xxk_697{display:flex;gap:1rem;color:#888;font-size:.9rem}._propertyDetails_15xxk_697 span{display:flex;align-items:center}._sectionFooter_15xxk_721{text-align:center}._viewAllButton_15xxk_729{display:inline-block;background:#b1a165;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #b1a165}._viewAllButton_15xxk_729:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}._statsSection_15xxk_767{padding:4rem 0;background:linear-gradient(135deg,#b1a165,#c4b377);color:#fff}._statsGrid_15xxk_779{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}._statItem_15xxk_793{padding:1rem}._statNumber_15xxk_801{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;font-family:Inter,sans-serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}._statLabel_15xxk_819{font-size:1.1rem;opacity:.95;font-weight:500;color:#fff}._servicesSection_15xxk_835{padding:6rem 0;background:#fff}._servicesGrid_15xxk_845{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}._serviceCard_15xxk_859{text-align:center;padding:2rem;border-radius:15px;background:#fafafa;transition:all .3s ease}._serviceCard_15xxk_859:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}._serviceIcon_15xxk_887{font-size:3rem;margin-bottom:1rem}._serviceTitle_15xxk_897{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._serviceDescription_15xxk_913{color:#666;line-height:1.6}._ctaSection_15xxk_925{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_15xxk_939{max-width:600px;margin:0 auto}._ctaTitle_15xxk_949{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._ctaSubtitle_15xxk_967{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._ctaButton_15xxk_983{display:inline-block;background:#b1a165;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #b1a165}._ctaButton_15xxk_983:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 768px){._heroTitle_15xxk_105{font-size:2.5rem}._heroSubtitle_15xxk_147{font-size:1.1rem}._heroContent_15xxk_69{text-align:center;padding:0 2rem;justify-content:center}._heroMain_15xxk_125{display:inline-block;white-space:normal}._heroButtons_15xxk_163{justify-content:center}._heroHighlight_15xxk_135{font-size:3rem}._heroButtonPrimary_15xxk_177,._heroButtonSecondary_15xxk_211{min-width:200px}._sectionTitle_15xxk_271{font-size:2rem}._propertiesGrid_15xxk_563,._servicesGrid_15xxk_845{grid-template-columns:1fr}._statsGrid_15xxk_779{grid-template-columns:repeat(2,1fr)}._ctaTitle_15xxk_949{font-size:2rem}._container_15xxk_247{padding:0 1rem}._loadingContainer_15xxk_353 p{font-size:1rem}._loadingSpinner_15xxk_463{width:60px;height:60px}._loadingSpinner_15xxk_463:after{top:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px)}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_15xxk_105{font-size:3rem}._propertiesGrid_15xxk_563,._servicesGrid_15xxk_845{grid-template-columns:repeat(2,1fr)}}._listingCard_m69d5_1{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease;height:100%;display:flex;flex-direction:column}._listingCard_m69d5_1:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}._listingImageContainer_m69d5_33{position:relative;padding-top:66.67%;background:#f5f5f5;overflow:hidden}._listingImage_m69d5_33{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._listingCard_m69d5_1:hover ._listingImage_m69d5_33{transform:scale(1.05)}._listingImagePlaceholder_m69d5_75{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e0e0e0;color:#999;font-size:14px}._listingBadges_m69d5_103{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px}._listingTypeBadge_m69d5_121{display:inline-block;padding:4px 10px;background:#000000b3;color:#fff;font-size:12px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}._listingCategoryBadge_m69d5_143{display:inline-block;padding:4px 10px;background:#fffffff2;color:#2c3e50;font-size:12px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(44,62,80,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._listingContent_m69d5_171{padding:16px;flex:1;display:flex;flex-direction:column;gap:12px}._listingTitle_m69d5_187{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px}._listingLocation_m69d5_215{display:flex;align-items:center;gap:6px;font-size:14px;color:#666}._locationIcon_m69d5_231{font-size:16px}._listingDetails_m69d5_239{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;padding:10px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}._detailItem_m69d5_257{display:flex;align-items:center;gap:6px;font-size:14px;color:#555}._detailIcon_m69d5_273{font-size:14px}._listingFooter_m69d5_281{display:flex;justify-content:space-between;align-items:center;padding-top:4px}._listingPrice_m69d5_295{font-size:20px;font-weight:700;color:#2c3e50}._listingReference_m69d5_307{font-size:13px;color:#999;letter-spacing:.3px}._listingButton_m69d5_319{width:100%;padding:10px;background:#2c3e50;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:auto}._listingButton_m69d5_319:hover{background:#1a2632}._listingButton_m69d5_319:active{transform:scale(.98)}@media (max-width: 768px){._listingTitle_m69d5_187{font-size:16px;min-height:40px}._listingDetails_m69d5_239{grid-template-columns:1fr 1fr;gap:6px 10px}._detailItem_m69d5_257{font-size:13px}._listingPrice_m69d5_295{font-size:18px}._listingBadges_m69d5_103{top:8px;left:8px}._listingTypeBadge_m69d5_121,._listingCategoryBadge_m69d5_143{font-size:10px;padding:3px 8px}}@media (max-width: 480px){._listingContent_m69d5_171{padding:12px}._listingTitle_m69d5_187{font-size:15px;min-height:36px}._listingDetails_m69d5_239{grid-template-columns:1fr 1fr;gap:4px 8px}._detailItem_m69d5_257{font-size:12px}._listingPrice_m69d5_295{font-size:16px}._listingReference_m69d5_307{font-size:11px}._listingButton_m69d5_319{font-size:13px;padding:8px}}._card_1j79i_1{position:relative;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease}._card_1j79i_1:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}._media_1j79i_33{position:relative;width:100%;aspect-ratio:4 / 3;background:#f5f5f7;overflow:hidden}._cornerRibbon_1j79i_49{position:absolute;top:15px;left:-40px;width:180px;text-align:center;transform:rotate(-35deg);z-index:1;pointer-events:none}._cornerRibbon_1j79i_49 span{display:block;background:#b1a165;color:#fff;padding:6px 0;font-weight:800;letter-spacing:.6px;text-transform:uppercase;border:1px solid #9a8a4f;box-shadow:0 8px 18px #0000002e;position:relative}._image_1j79i_97{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .4s ease;will-change:transform}._card_1j79i_1:hover ._image_1j79i_97{transform:scale(1.06)}._overlayTop_1j79i_127{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;z-index:3}._favoriteButton_1j79i_151{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#00000047;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .15s ease,transform .15s ease,opacity .15s ease;cursor:pointer;opacity:0;transform:translateY(-6px) scale(.98);outline:none;-webkit-tap-highlight-color:transparent}._favoriteButton_1j79i_151:hover{background:#0000005c;transform:scale(1.03)}._card_1j79i_1:hover ._favoriteButton_1j79i_151{opacity:1;transform:translateY(0) scale(1)}._favoriteButton_1j79i_151:focus,._favoriteButton_1j79i_151:focus-visible{outline:none;box-shadow:none}._favoriteIcon_1j79i_223{width:20px;height:20px;color:#fff}._priceTag_1j79i_235{position:absolute;bottom:12px;left:12px;background:#00000047;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);padding:8px 12px;border-radius:10px;font-weight:600;font-size:14px;transform:scale(1);transform-origin:left bottom;transition:transform .3s ease;will-change:transform}._card_1j79i_1:hover ._priceTag_1j79i_235{transform:scale(1.06)}._content_1j79i_281{padding:16px 18px 18px;display:flex;flex-direction:column;gap:12px;flex:1 1 auto}._title_1j79i_297{font-size:22px;line-height:1.35;font-weight:700;color:#111827;margin:0}._location_1j79i_313{font-size:14px;color:#6b7280;display:inline-flex;align-items:center;gap:8px}._locationIcon_1j79i_329{width:18px;height:18px;color:#b1a165;flex-shrink:0}._specs_1j79i_343{display:grid;grid-template-columns:1fr;align-items:start;gap:10px;color:#374151}._compact_1j79i_359 ._specs_1j79i_343{gap:8px;flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}._specItem_1j79i_373{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;border:1px solid #e5e7eb;padding:10px 12px;border-radius:8px;font-size:13px}._specIcon_1j79i_395{width:18px;height:18px;color:#b1a165;flex-shrink:0}._specOptions_1j79i_409{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:0}._specOptionsText_1j79i_425{color:#374151}._optionChip_1j79i_433{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:12px;color:#374151}._inlineIcon_1j79i_455{width:18px;height:18px;color:#fff;flex-shrink:0}._actions_1j79i_469{margin-top:auto}._detailsButton_1j79i_477{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border-radius:50px;border:2px solid #b1a165;background:#b1a165;color:#fff;font-weight:600;font-size:16px;cursor:pointer;text-decoration:none;transition:all .3s ease}._detailsButton_1j79i_477:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}._detailsButton_1j79i_477:focus-visible{outline:3px solid rgba(177,161,101,.55);outline-offset:2px}._srOnly_1j79i_533{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._overlayBottom_1j79i_557{position:absolute;bottom:57px;left:12px;display:flex;align-items:center;gap:8px;pointer-events:none;z-index:2}._glassTag_1j79i_579{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:10px;font-size:13px;color:#fff;background:#00000047;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);text-align:center}._about_du5a7_1{min-height:100vh}._hero_du5a7_11{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroBackground_du5a7_29{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroImage_du5a7_47{width:100%;height:100%;object-fit:cover}._heroOverlay_du5a7_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#000c)}._heroContent_du5a7_77{position:relative;z-index:2;text-align:center;color:#fff}._container_du5a7_91{max-width:1200px;margin:0 auto;padding:0 2rem}._heroTitle_du5a7_103{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._heroSubtitle_du5a7_123{font-size:1.3rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._sectionHeader_du5a7_139{text-align:center;margin-bottom:4rem}._sectionTitle_du5a7_149{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._sectionSubtitle_du5a7_165{font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}._storySection_du5a7_183{padding:6rem 0;background:#fff}._storyContent_du5a7_193{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}._storyText_du5a7_207{padding-right:2rem}._storyParagraph_du5a7_215{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}._storyParagraph_du5a7_215:last-child{margin-bottom:0}._storyImage_du5a7_237{border-radius:15px;overflow:hidden;box-shadow:0 20px 40px #0000001a}._storyImage_du5a7_237 img{width:100%;height:400px;object-fit:cover}._valuesSection_du5a7_263{padding:6rem 0;background:#fafafa}._valuesGrid_du5a7_273{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._valueCard_du5a7_285{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._valueCard_du5a7_285:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._valueIcon_du5a7_313{font-size:3rem;margin-bottom:1.5rem}._valueTitle_du5a7_323{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._valueDescription_du5a7_339{color:#666;line-height:1.6}._teamSection_du5a7_351{padding:6rem 0;background:#fff}._teamGrid_du5a7_361{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._teamCard_du5a7_373{background:#fafafa;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._teamCard_du5a7_373:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._teamImage_du5a7_399{height:350px;overflow:hidden}._teamImage_du5a7_399 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._teamCard_du5a7_373:hover ._teamImage_du5a7_399 img{transform:scale(1.05)}._teamInfo_du5a7_431{padding:1.5rem;text-align:center}._teamName_du5a7_441{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333;font-family:Playfair Display,serif}._teamPosition_du5a7_457{color:#b1a165;font-weight:500;margin-bottom:.5rem}._teamExperience_du5a7_469{color:#666;font-size:.9rem}._achievementsSection_du5a7_481{padding:4rem 0;background:linear-gradient(135deg,#b1a165,#c4b377);color:#fff}._achievementsGrid_du5a7_493{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}._achievementItem_du5a7_507{padding:1rem}._achievementNumber_du5a7_515{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;font-family:Inter,sans-serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}._achievementLabel_du5a7_533{font-size:1.1rem;color:#fff;font-weight:500}._missionSection_du5a7_547{padding:6rem 0;background:#fafafa}._missionContent_du5a7_557{display:grid;grid-template-columns:1fr 1fr;gap:3rem}._missionCard_du5a7_569{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;text-align:center}._missionTitle_du5a7_585{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#333;font-family:Playfair Display,serif}._missionText_du5a7_601{font-size:1.1rem;line-height:1.8;color:#555}@media (max-width: 768px){._heroTitle_du5a7_103{font-size:2.5rem}._heroSubtitle_du5a7_123{font-size:1.1rem}._sectionTitle_du5a7_149{font-size:2rem}._storyContent_du5a7_193{grid-template-columns:1fr;gap:2rem}._storyText_du5a7_207{padding-right:0}._storyImage_du5a7_237 img{height:300px}._valuesGrid_du5a7_273,._teamGrid_du5a7_361{grid-template-columns:1fr}._achievementsGrid_du5a7_493{grid-template-columns:repeat(2,1fr)}._missionContent_du5a7_557{grid-template-columns:1fr;gap:2rem}._container_du5a7_91{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_du5a7_103{font-size:3rem}._storyContent_du5a7_193{gap:3rem}._valuesGrid_du5a7_273,._teamGrid_du5a7_361{grid-template-columns:repeat(2,1fr)}}._listings_19lbm_1{min-height:100vh}._hero_19lbm_11{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroBackground_19lbm_29{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroImage_19lbm_47{width:100%;height:100%;object-fit:cover}._heroOverlay_19lbm_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#000c)}._heroContent_19lbm_77{position:relative;z-index:2;text-align:center;color:#fff}._container_19lbm_91{max-width:1200px;margin:0 auto;padding:0 2rem}._heroTitle_19lbm_103{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:-.02em}._heroSubtitle_19lbm_125{font-size:1.3rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300}._loadingContainer_19lbm_145{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;position:relative;overflow:hidden}._loadingContainer_19lbm_145:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0%,rgba(177,161,101,.05) 25%,transparent 50%,rgba(59,130,246,.05) 75%,transparent 100%);animation:_rotateBackground_19lbm_1 20s linear infinite}@keyframes _rotateBackground_19lbm_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_19lbm_145 p{font-size:1.1rem;color:#6b7280;margin:.5rem 0 0;font-weight:500;letter-spacing:.5px;z-index:1;animation:_fadeInOut_19lbm_1 2s ease-in-out infinite;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes _fadeInOut_19lbm_1{0%,to{opacity:.6}50%{opacity:1}}._loadingSpinner_19lbm_255{position:relative;width:80px;height:80px;margin-bottom:2rem;z-index:1}._loadingSpinner_19lbm_255:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:#b1a165;border-right-color:#3b82f6;border-radius:50%;animation:_spin_19lbm_1 1.2s cubic-bezier(.68,-.55,.265,1.55) infinite}._loadingSpinner_19lbm_255:after{content:"";position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);border:3px solid transparent;border-bottom-color:#b1a165;border-left-color:#3b82f6;border-radius:50%;animation:_spin_19lbm_1 .8s cubic-bezier(.68,-.55,.265,1.55) infinite reverse}@keyframes _spin_19lbm_1{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.9)}to{transform:rotate(360deg) scale(1)}}._errorContainer_19lbm_345{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;text-align:center}._errorMessage_19lbm_371{color:#dc2626;font-size:1.2rem;font-weight:500;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._retryButton_19lbm_387{padding:.75rem 2rem;background:linear-gradient(135deg,#b1a165,#8a7a4a);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._retryButton_19lbm_387:hover{transform:translateY(-2px);box-shadow:0 4px 15px #b1a16566}._emptyContainer_19lbm_425{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;text-align:center}._emptyMessage_19lbm_451{font-size:1.3rem;font-weight:600;color:#374151;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._emptyContainer_19lbm_425 p:last-child{color:#6b7280;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._ctaSection_19lbm_479{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_19lbm_493{max-width:600px;margin:0 auto}._ctaTitle_19lbm_503{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:-.02em}._ctaSubtitle_19lbm_523{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300}._ctaButton_19lbm_543{display:inline-block;background:#b1a165;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #b1a165;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._ctaButton_19lbm_543:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}._listingsGrid_19lbm_585{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0}@media (max-width: 768px){._heroTitle_19lbm_103{font-size:2.5rem}._heroSubtitle_19lbm_125{font-size:1.1rem}._ctaTitle_19lbm_503{font-size:2rem}._container_19lbm_91{padding:0 1rem}._loadingContainer_19lbm_145 p{font-size:1rem}._loadingSpinner_19lbm_255{width:60px;height:60px}._loadingSpinner_19lbm_255:after{top:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px)}._listingsGrid_19lbm_585{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_19lbm_103{font-size:3rem}._listingsGrid_19lbm_585{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1025px){._listingsGrid_19lbm_585{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1400px){._container_19lbm_91{max-width:1400px}._listingsGrid_19lbm_585{grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto}}._endMessage_19lbm_747{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;margin:2rem 0 1rem;position:relative;text-align:center}._endMessage_19lbm_747:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,#b1a165,#3b82f6,#b1a165,transparent);border-radius:2px}._endMessage_19lbm_747:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(90deg,transparent,#b1a165,transparent);border-radius:2px}._endIcon_19lbm_823{font-size:3.5rem;margin-bottom:1.25rem;display:inline-block;animation:_floatIcon_19lbm_1 3s ease-in-out infinite;line-height:1}@keyframes _floatIcon_19lbm_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.05)}}._endMessage_19lbm_747 h3{font-size:1.6rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em}._endMessage_19lbm_747 p{font-size:1.05rem;color:#6b7280;margin:0;font-weight:400;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:500px}._endMessage_19lbm_747 ._endSubtext_19lbm_901{font-size:.9rem;color:#9ca3af;margin-top:.75rem;font-weight:300}._endMessageCard_19lbm_917{background:linear-gradient(135deg,#fafafa,#fff);border-radius:16px;padding:3rem 2rem;box-shadow:0 2px 20px #0000000a;border:1px solid rgba(177,161,101,.1);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px}._endMessageCard_19lbm_917:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(177,161,101,.03) 0%,transparent 70%);pointer-events:none}._endDots_19lbm_973{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:1.5rem;width:100%}._endDots_19lbm_973 span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d1d5db;animation:_dotPulse_19lbm_1 2s ease-in-out infinite;flex-shrink:0}._endDots_19lbm_973 span:nth-child(2){animation-delay:.3s;background:#b1a165;width:10px;height:10px}._endDots_19lbm_973 span:nth-child(3){animation-delay:.6s;background:#3b82f6}@keyframes _dotPulse_19lbm_1{0%,to{transform:scale(.8);opacity:.4}50%{transform:scale(1.2);opacity:1}}._properties_5sqlz_1{min-height:100vh}._hero_5sqlz_11{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroBackground_5sqlz_29{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroImage_5sqlz_47{width:100%;height:100%;object-fit:cover}._heroOverlay_5sqlz_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#000c)}._heroContent_5sqlz_77{position:relative;z-index:2;text-align:center;color:#fff}._container_5sqlz_91{max-width:1200px;margin:0 auto;padding:0 2rem}._heroTitle_5sqlz_103{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._heroSubtitle_5sqlz_123{font-size:1.3rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._filtersSection_5sqlz_139{padding:3rem 0;background:#fff;border-bottom:1px solid #eee}._filters_5sqlz_139{display:flex;gap:1rem;justify-content:center;flex-wrap:nowrap;align-items:center}._filterSelect_5sqlz_167{padding:.5rem 1.75rem .5rem .75rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;background:#fff;color:#333;min-width:120px;flex:1;max-width:200px;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b1a165' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:14px 14px}._filterSelect_5sqlz_167:focus{outline:none;border-color:#b1a165}._filterSelect_5sqlz_167::-ms-expand{display:none}._sectionHeader_5sqlz_229{text-align:center;margin-bottom:3rem}._sectionTitle_5sqlz_239{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._sectionSubtitle_5sqlz_255{font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}._propertiesSection_5sqlz_273{padding:4rem 0;background:#fafafa}._propertiesGrid_5sqlz_283{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._propertyCard_5sqlz_295{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._propertyCard_5sqlz_295:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._propertyImage_5sqlz_321{position:relative;height:250px;overflow:hidden}._propertyImage_5sqlz_321 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._propertyCard_5sqlz_295:hover ._propertyImage_5sqlz_321 img{transform:scale(1.05)}._propertyPrice_5sqlz_355{position:absolute;top:1rem;right:1rem;background:#b1a165;color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.9rem}._propertyType_5sqlz_379{position:absolute;top:1rem;left:1rem;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:500;font-size:.8rem;text-transform:capitalize}._propertyContent_5sqlz_405{padding:1.5rem}._propertyTitle_5sqlz_413{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333;font-family:Playfair Display,serif}._propertyLocation_5sqlz_429{color:#666;margin-bottom:1rem;font-size:.95rem}._propertyDetails_5sqlz_441{display:flex;gap:1rem;color:#888;font-size:.9rem;margin-bottom:1.5rem}._propertyDetails_5sqlz_441 span{display:flex;align-items:center}._propertyButton_5sqlz_467{width:100%;background:#b1a165;color:#fff;padding:.75rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._propertyButton_5sqlz_467:hover{background:#9a8a5a;transform:translateY(-2px)}._noResults_5sqlz_501{text-align:center;padding:3rem;color:#666}._resetButton_5sqlz_513{background:#b1a165;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;margin-top:1rem;transition:all .3s ease}._resetButton_5sqlz_513:hover{background:#9a8a5a}._areasSection_5sqlz_547{padding:6rem 0;background:#fff}._areasGrid_5sqlz_557{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._areaCard_5sqlz_569{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;cursor:pointer}._areaCard_5sqlz_569:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._areaImage_5sqlz_595{position:relative;height:200px;overflow:hidden}._areaImage_5sqlz_595 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._areaCard_5sqlz_569:hover ._areaImage_5sqlz_595 img{transform:scale(1.05)}._areaOverlay_5sqlz_629{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000e6);color:#fff;padding:1.5rem}._areaName_5sqlz_649{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;font-family:Playfair Display,serif;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._areaProperties_5sqlz_667{font-size:1rem;color:#f0f0f0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._ctaSection_5sqlz_681{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_5sqlz_695{max-width:600px;margin:0 auto}._ctaTitle_5sqlz_705{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._ctaSubtitle_5sqlz_723{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._ctaButton_5sqlz_739{display:inline-block;background:#b1a165;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #b1a165;cursor:pointer}._ctaButton_5sqlz_739:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 768px){._heroTitle_5sqlz_103{font-size:2.5rem}._heroSubtitle_5sqlz_123{font-size:1.1rem}._sectionTitle_5sqlz_239{font-size:2rem}._filters_5sqlz_139{flex-direction:row;align-items:center;justify-content:center;gap:.2rem}._filterSelect_5sqlz_167{min-width:120px;flex:1}._propertiesGrid_5sqlz_283,._areasGrid_5sqlz_557{grid-template-columns:1fr}._ctaTitle_5sqlz_705{font-size:2rem}._container_5sqlz_91{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_5sqlz_103{font-size:3rem}._propertiesGrid_5sqlz_283,._areasGrid_5sqlz_557{grid-template-columns:repeat(2,1fr)}}._propertyDetails_1t2ny_1{min-height:100vh}._container_1t2ny_9{max-width:1200px;margin:0 auto;padding:0 20px}._propertyInfo_1t2ny_23{padding-top:6rem;padding-bottom:2rem;background:#f8f9fa}._infoGrid_1t2ny_35{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:start}._mainInfo_1t2ny_49{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000001a}._gallery_1t2ny_63{max-width:800px}._galleryMain_1t2ny_71{position:relative;width:100%;height:0;padding-bottom:66.6667%;border-radius:12px;overflow:hidden;background:#f3f4f6}._galleryMain_1t2ny_71 img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}._galleryCounter_1t2ny_107{position:absolute;bottom:12px;right:12px;background:#000000b3;color:#fff;padding:8px 16px;border-radius:999px;font-size:14px;font-weight:700;border:1px solid rgba(255,255,255,.35);box-shadow:0 4px 12px #00000040}._glassTag_1t2ny_137{position:absolute;top:12px;left:12px;background:#000000b3;color:#fff;padding:8px 14px;border-radius:.5rem;font-size:14px;font-weight:700;border:1px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 12px #00000040}._glassTag_1t2ny_137 svg{filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}._galleryThumbs_1t2ny_179{display:flex;gap:10px;margin-top:12px;width:100%;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#b1a165 transparent;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}._galleryThumbs_1t2ny_179:active{cursor:grabbing}._galleryThumbs_1t2ny_179._dragging_1t2ny_225{cursor:grabbing;scroll-behavior:auto}._galleryThumbs_1t2ny_179::-webkit-scrollbar{height:6px}._galleryThumbs_1t2ny_179::-webkit-scrollbar-track{background:transparent}._galleryThumbs_1t2ny_179::-webkit-scrollbar-thumb{background:#b1a16599;border-radius:999px}._galleryThumbs_1t2ny_179::-webkit-scrollbar-thumb:hover{background:#b1a165cc}._galleryThumb_1t2ny_179{border:2px solid transparent;border-radius:10px;padding:0;background:#fff;cursor:pointer;width:90px;height:58px;overflow:hidden;flex:0 0 auto}._galleryThumb_1t2ny_179 img{width:100%;height:100%;object-fit:cover}._galleryThumbActive_1t2ny_305{border-color:#b1a165;box-shadow:0 0 0 3px #b1a16540}._galleryThumb_1t2ny_179:focus,._galleryThumb_1t2ny_179:focus-visible,._primaryButton_1t2ny_321:focus,._primaryButton_1t2ny_321:focus-visible,._secondaryButton_1t2ny_325:focus,._secondaryButton_1t2ny_325:focus-visible{outline:none;box-shadow:none}._galleryThumb_1t2ny_179,._primaryButton_1t2ny_321,._secondaryButton_1t2ny_325{-webkit-tap-highlight-color:transparent}._propertyStats_1t2ny_349{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin:1rem 0;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}._stat_1t2ny_367{text-align:center;padding:.5rem;background:transparent;border-radius:12px;transition:transform .3s ease;min-width:0}._stat_1t2ny_367:hover{transform:translateY(-5px)}._statLabel_1t2ny_393{display:block;font-size:1rem;color:#6c757d;margin-bottom:8px;font-weight:500}._statValue_1t2ny_409{display:block;font-size:1rem;font-weight:600;color:#2c3e50}._propertyPricing_1t2ny_425{margin-bottom:2rem}._propertyPricing_1t2ny_425 h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:600;text-align:center}._pricingGrid_1t2ny_449{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}._pricingItem_1t2ny_461{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem;transition:all .3s ease}._pricingItem_1t2ny_461:hover{transform:translateY(-2px)}._pricingLabel_1t2ny_487{font-size:1rem;color:#6c757d;margin-bottom:8px;font-weight:500}._pricingValue_1t2ny_501{font-size:1rem;font-weight:600;color:#2c3e50}._description_1t2ny_513{margin-bottom:2rem}._propertyName_1t2ny_523{font-size:2.5rem;font-weight:700;color:#b1a165;margin:20px 0 10px;text-align:center;letter-spacing:.5px;line-height:1.25;text-shadow:0 2px 8px rgba(0,0,0,.08)}._propertyName_1t2ny_523:after{content:"";display:block;width:90px;height:3px;margin:10px auto 0;border-radius:999px;background:linear-gradient(90deg,#b1a16500,#b1a165,#b1a16500);box-shadow:0 0 12px #b1a16559}._description_1t2ny_513 h2{font-size:1.5rem;color:#2c3e50;margin-bottom:20px;font-weight:600}._description_1t2ny_513 p{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:20px;white-space:pre-line}._features_1t2ny_597{margin-bottom:2rem}._features_1t2ny_597 h2{font-size:1.5rem;color:#2c3e50;margin-bottom:20px;font-weight:600}._featuresList_1t2ny_619{list-style:none;padding:0}._featuresList_1t2ny_619 li{padding:12px 0;border-bottom:1px solid #e9ecef;font-size:1rem;color:#495057;display:flex;align-items:center;gap:10px}._featureIcon_1t2ny_649{width:18px;height:18px;display:inline-block;flex-shrink:0}._featuresList_1t2ny_619 li:last-child{border-bottom:none}._sidebar_1t2ny_673{display:flex;flex-direction:column;gap:30px}._contactCard_1t2ny_685{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 4px 20px #0000001a}._contactCard_1t2ny_685 h3{font-size:1.5rem;color:#2c3e50;margin-bottom:15px;font-weight:600}._contactCard_1t2ny_685 p{color:#6c757d;margin-bottom:20px;line-height:1.6}._contactButtons_1t2ny_725{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}._primaryButton_1t2ny_321,._secondaryButton_1t2ny_325{padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-sizing:border-box}._primaryButton_1t2ny_321{background:linear-gradient(135deg,#b1a165,#d4c873);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);border:2px solid #b1a165}._primaryButton_1t2ny_321:hover{box-shadow:0 8px 20px #b1a16559,0 0 10px #d4c87340;transform:scale(1.02);transition:all .3s ease}._secondaryButton_1t2ny_325{background:transparent;color:#b1a165;border:2px solid #b1a165}._secondaryButton_1t2ny_325:hover{background:linear-gradient(135deg,#b1a165,#d4c873);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 8px 20px #b1a16559,0 0 10px #d4c87340;transform:scale(1.02);transition:all .3s ease}._contactInfo_1t2ny_825{padding-top:20px;border-top:1px solid #e9ecef}._contactInfo_1t2ny_825 p{margin:8px 0;font-weight:500;color:#495057}._locationFeatures_1t2ny_847{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:left;align-items:start}._locationFeature_1t2ny_847{padding:.5rem;border-radius:8px;font-size:.9rem;font-weight:500;color:#495057;transition:background .3s ease;display:flex;width:100%;justify-self:start;align-items:flex-start;align-self:start;gap:10px;text-align:left;white-space:normal;word-break:break-word;overflow-wrap:anywhere}._locationFeature_1t2ny_847:hover{background:#e9ecef}._locationFeature_1t2ny_847:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;color:#28a745;font-weight:700;font-size:1.1rem;line-height:1;flex:0 0 auto;margin-top:2px}._randomProperties_1t2ny_939{padding:80px 0;background:#fff}._randomProperties_1t2ny_939 h2{font-size:2.5rem;color:#2c3e50;text-align:center;margin-bottom:50px;font-weight:600}._randomGrid_1t2ny_965{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;max-width:1000px;margin:0 auto}._loading_1t2ny_983{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:#6c757d}@media (max-width: 1024px){._infoGrid_1t2ny_35{grid-template-columns:1fr;gap:40px}._propertyStats_1t2ny_349{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){._propertyInfo_1t2ny_23{padding-top:6rem}._infoGrid_1t2ny_35{grid-template-columns:1fr;gap:2rem}._mainInfo_1t2ny_49{padding:0;background:#fff;box-shadow:0 4px 20px #0000001a;overflow:hidden}._propertyName_1t2ny_523{font-size:2rem}._propertyStats_1t2ny_349{grid-template-columns:repeat(2,1fr);gap:8px}._statLabel_1t2ny_393{font-size:.9rem;margin-bottom:6px}._statValue_1t2ny_409{font-size:.9rem}._galleryThumbs_1t2ny_179{gap:4px;margin-top:10px;padding-bottom:8px}._galleryThumbs_1t2ny_179::-webkit-scrollbar{height:8px}._galleryThumbs_1t2ny_179::-webkit-scrollbar-track{background:transparent;margin:0 8px}._galleryThumbs_1t2ny_179::-webkit-scrollbar-thumb{background:#b1a16599;border-radius:999px;margin:0 8px}._galleryThumbs_1t2ny_179::-webkit-scrollbar-thumb:hover{background:#b1a165cc}._galleryThumb_1t2ny_179{width:70px;height:50px}._galleryCounter_1t2ny_107{bottom:8px;right:8px;padding:6px 12px;font-size:12px}._glassTag_1t2ny_137{top:8px;left:8px;padding:6px 10px;font-size:12px}._propertyPricing_1t2ny_425{margin:0 1rem 2rem;padding:1rem}._propertyPricing_1t2ny_425 h2{font-size:1.3rem;margin-bottom:1rem}._pricingGrid_1t2ny_449{grid-template-columns:repeat(2,1fr);gap:12px}._pricingItem_1t2ny_461{padding:.8rem}._pricingLabel_1t2ny_487{font-size:.8rem;margin-bottom:6px}._pricingValue_1t2ny_501{font-size:1rem}._description_1t2ny_513{padding:0 1rem}._description_1t2ny_513 h2{font-size:1.3rem;margin-bottom:1rem}._description_1t2ny_513 p{font-size:.95rem;line-height:1.6;margin-bottom:1rem}._features_1t2ny_597{padding:0 1rem}._features_1t2ny_597 h2{font-size:1.3rem;margin-bottom:1rem}._featuresList_1t2ny_619 li{padding:10px 0;font-size:.95rem}._locationFeatures_1t2ny_847{grid-template-columns:repeat(2,1fr);gap:10px}._locationFeature_1t2ny_847{font-size:.95rem}._contactCard_1t2ny_685{padding:1rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;text-align:center}._contactCard_1t2ny_685 h3{font-size:1.3rem;margin-bottom:1rem}._contactCard_1t2ny_685 p{font-size:.95rem;margin-bottom:1rem}._contactButtons_1t2ny_725{display:flex;flex-direction:column;gap:8px;margin-bottom:1rem}._primaryButton_1t2ny_321,._secondaryButton_1t2ny_325{padding:1rem;font-size:.85rem;min-width:200px;margin:0 auto}._contactInfo_1t2ny_825 p{font-size:.9rem;margin:6px 0}._randomProperties_1t2ny_939{padding:3rem 0}._randomProperties_1t2ny_939 h2{font-size:2rem;margin-bottom:2rem}._randomGrid_1t2ny_965{grid-template-columns:1fr;gap:1.5rem}._container_1t2ny_9{padding:0 1rem}}._services_1fbsj_1{min-height:100vh}._hero_1fbsj_11{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroBackground_1fbsj_29{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroImage_1fbsj_47{width:100%;height:100%;object-fit:cover}._heroOverlay_1fbsj_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#000c)}._heroContent_1fbsj_77{position:relative;z-index:2;text-align:center;color:#fff}._container_1fbsj_91{max-width:1200px;margin:0 auto;padding:0 2rem}._heroTitle_1fbsj_103{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._heroSubtitle_1fbsj_123{font-size:1.3rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._sectionHeader_1fbsj_139{text-align:center;margin-bottom:4rem}._sectionTitle_1fbsj_149{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._sectionSubtitle_1fbsj_165{font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}._servicesSection_1fbsj_183{padding:6rem 0;background:#fff}._servicesGrid_1fbsj_193{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}._serviceCard_1fbsj_205{background:#fafafa;padding:3rem 2rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._serviceCard_1fbsj_205:hover{background:#fff;transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._serviceIcon_1fbsj_235{font-size:4rem;margin-bottom:1.5rem}._serviceTitle_1fbsj_245{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._serviceDescription_1fbsj_261{color:#666;line-height:1.6;margin-bottom:1.5rem}._serviceFeatures_1fbsj_273{list-style:none;padding:0;margin:0}._serviceFeatures_1fbsj_273 li{color:#555;margin-bottom:.5rem;font-size:.95rem}._serviceFeatures_1fbsj_273 li:before{content:"✓";color:#b1a165;font-weight:700;margin-right:.5rem}._processSection_1fbsj_313{padding:6rem 0;background:#fafafa}._processGrid_1fbsj_323{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}._processStep_1fbsj_335{width:80px;height:80px;background:linear-gradient(135deg,#b1a165,#c4b377);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 25px #b1a1654d;position:relative;border:4px solid rgba(255,255,255,.2)}._processStep_1fbsj_335:before{content:"";position:absolute;top:-8px;left:-8px;right:-8px;bottom:-8px;background:linear-gradient(135deg,#b1a165,#c4b377);border-radius:50%;z-index:-1;opacity:.3;animation:_pulse_1fbsj_1 2s infinite}@keyframes _pulse_1fbsj_1{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.1}to{transform:scale(1);opacity:.3}}._processCard_1fbsj_427{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._processCard_1fbsj_427:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._processCard_1fbsj_427:hover ._processStep_1fbsj_335{transform:scale(1.05)}._stepTitle_1fbsj_463{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._stepDescription_1fbsj_479{color:#666;line-height:1.6}._whyChooseSection_1fbsj_491{padding:6rem 0;background:#fff}._whyChooseGrid_1fbsj_501{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._whyChooseCard_1fbsj_513{background:#fafafa;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._whyChooseCard_1fbsj_513:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._whyChooseIcon_1fbsj_539{font-size:3rem;margin-bottom:1.5rem;text-align:center}._whyChooseTitle_1fbsj_551{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._whyChooseDescription_1fbsj_567{color:#666;line-height:1.6}._testimonialsSection_1fbsj_579{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#c4b377);color:#3b3b3b;text-shadow:1px 1px 2px rgba(0,0,0,.25)}._testimonialsSection_1fbsj_579 ._sectionTitle_1fbsj_149,._testimonialsSection_1fbsj_579 ._sectionSubtitle_1fbsj_165{color:#3b3b3b;text-shadow:1px 1px 2px rgba(0,0,0,.25)}._testimonialsGrid_1fbsj_613{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._testimonialCard_1fbsj_625{background:#ffffff1a;padding:2.5rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._testimonialRating_1fbsj_639{margin-bottom:1rem}._star_1fbsj_647{font-size:1.2rem;margin-right:.25rem}._testimonialContent_1fbsj_657{color:#3b3b3b;text-shadow:1px 1px 2px rgba(0,0,0,.25);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}._testimonialAuthor_1fbsj_675{border-top:1px solid rgba(255,255,255,.2);padding-top:1rem}._testimonialName_1fbsj_685{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#3b3b3b;text-shadow:1px 1px 2px rgba(0,0,0,.25);font-family:Playfair Display,serif}._testimonialPosition_1fbsj_703{color:#3b3b3b;text-shadow:1px 1px 2px rgba(0,0,0,.25);font-size:.9rem}._ctaSection_1fbsj_717{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_1fbsj_731{max-width:600px;margin:0 auto}._ctaTitle_1fbsj_741{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._ctaSubtitle_1fbsj_759{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._ctaButton_1fbsj_775{display:inline-block;background:#b1a165;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #b1a165;cursor:pointer}._ctaButton_1fbsj_775:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 768px){._heroTitle_1fbsj_103{font-size:2.5rem}._heroSubtitle_1fbsj_123{font-size:1.1rem}._sectionTitle_1fbsj_149{font-size:2rem}._servicesGrid_1fbsj_193,._processGrid_1fbsj_323,._whyChooseGrid_1fbsj_501,._testimonialsGrid_1fbsj_613{grid-template-columns:1fr}._ctaTitle_1fbsj_741{font-size:2rem}._container_1fbsj_91{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_1fbsj_103{font-size:3rem}._servicesGrid_1fbsj_193,._processGrid_1fbsj_323,._whyChooseGrid_1fbsj_501,._testimonialsGrid_1fbsj_613{grid-template-columns:repeat(2,1fr)}}._contact_1v4ah_1{min-height:100vh}._hero_1v4ah_11{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroBackground_1v4ah_29{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroImage_1v4ah_47{width:100%;height:100%;object-fit:cover}._heroOverlay_1v4ah_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#000c)}._heroContent_1v4ah_77{position:relative;z-index:2;text-align:center;color:#fff}._container_1v4ah_91{max-width:1200px;margin:0 auto;padding:0 2rem}._heroTitle_1v4ah_103{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}._heroSubtitle_1v4ah_123{font-size:1.3rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._sectionHeader_1v4ah_139{text-align:center;margin-bottom:4rem}._sectionTitle_1v4ah_149{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._sectionSubtitle_1v4ah_165{font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}._contactInfoSection_1v4ah_183{padding:6rem 0;background:#fff}._contactGrid_1v4ah_193{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}._contactCard_1v4ah_205{background:#fafafa;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._contactCard_1v4ah_205:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._contactIcon_1v4ah_233{font-size:3rem;margin-bottom:1.5rem}._contactTitle_1v4ah_243{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._contactInfo_1v4ah_183{color:#666;line-height:1.6}._contactInfo_1v4ah_183 a{color:#b1a165;text-decoration:none;transition:color .3s ease}._contactInfo_1v4ah_183 a:hover{color:#9a8a5a}._mapSection_1v4ah_291{padding:4rem 0;background:#fafafa}._mapContainer_1v4ah_301{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;height:550px}._mapContainer_1v4ah_301 iframe{width:100%;height:100%;border:none}._teamSection_1v4ah_329{padding:6rem 0;background:#fafafa}._teamGrid_1v4ah_339{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._teamCard_1v4ah_351{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._teamCard_1v4ah_351:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._teamImage_1v4ah_377{height:350px;overflow:hidden}._teamImage_1v4ah_377 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._teamCard_1v4ah_351:hover ._teamImage_1v4ah_377 img{transform:scale(1.05)}._teamInfo_1v4ah_409{padding:1.5rem;text-align:center}._teamName_1v4ah_419{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333;font-family:Playfair Display,serif}._teamPosition_1v4ah_435{color:#b1a165;font-weight:500;margin-bottom:.5rem}._teamContact_1v4ah_447{color:#666;font-size:.9rem}._socialSection_1v4ah_459{padding:4rem 0;background:#fff}._socialGrid_1v4ah_469{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}._socialLink_1v4ah_483{display:flex;align-items:center;gap:1rem;background:#fafafa;padding:1.5rem 2rem;border-radius:15px;text-decoration:none;color:#333;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}._socialLink_1v4ah_483:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026;background:#b1a165;color:#fff}._socialIcon_1v4ah_523{font-size:1.5rem}._socialText_1v4ah_531{font-weight:600}._ctaSection_1v4ah_541{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_1v4ah_555{max-width:600px;margin:0 auto}._ctaTitle_1v4ah_565{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._ctaSubtitle_1v4ah_583{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._ctaButton_1v4ah_599{display:inline-block;background:#b1a165;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #b1a165;cursor:pointer}._ctaButton_1v4ah_599:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 768px){._heroTitle_1v4ah_103{font-size:2.5rem}._heroSubtitle_1v4ah_123{font-size:1.1rem}._sectionTitle_1v4ah_149{font-size:2rem}._contactGrid_1v4ah_193{grid-template-columns:1fr}._socialGrid_1v4ah_469{flex-direction:column;align-items:center}._socialLink_1v4ah_483{width:100%;max-width:300px}._teamGrid_1v4ah_339{grid-template-columns:1fr}._ctaTitle_1v4ah_565{font-size:2rem}._container_1v4ah_91{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_1v4ah_103{font-size:3rem}._contactGrid_1v4ah_193,._teamGrid_1v4ah_339{grid-template-columns:repeat(2,1fr)}}._privacyPolicy_17tq2_1{min-height:100vh;background:#fafafa;padding-top:100px}._container_17tq2_13{max-width:800px;margin:0 auto;padding:2rem}._header_17tq2_25{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a}._title_17tq2_43{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}._subtitle_17tq2_59{color:#666;font-size:1rem}._content_17tq2_69{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 5px 15px #0000001a}._section_17tq2_83{margin-bottom:2.5rem}._section_17tq2_83:last-child{margin-bottom:0}._sectionTitle_17tq2_99{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem;font-family:Playfair Display,serif;border-bottom:2px solid #b1a165;padding-bottom:.5rem}._subsectionTitle_17tq2_119{font-size:1.2rem;font-weight:600;color:#333;margin:1.5rem 0 .5rem}._paragraph_17tq2_133{color:#555;line-height:1.7;margin-bottom:1rem}._list_17tq2_145{list-style:none;padding-left:0;margin:1rem 0}._list_17tq2_145 li{color:#555;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}._list_17tq2_145 li:before{content:"•";color:#b1a165;font-weight:700;position:absolute;left:0}._contactInfo_17tq2_189{background:#f8f8f8;padding:1.5rem;border-radius:8px;margin-top:1rem}._contactInfo_17tq2_189 p{margin-bottom:.5rem;color:#555}._contactInfo_17tq2_189 p:last-child{margin-bottom:0}._contactInfo_17tq2_189 strong{color:#333}@media (max-width: 768px){._container_17tq2_13{padding:1rem}._title_17tq2_43{font-size:2rem}._content_17tq2_69{padding:2rem 1.5rem}._sectionTitle_17tq2_99{font-size:1.3rem}._subsectionTitle_17tq2_119{font-size:1.1rem}}@media (min-width: 769px) and (max-width: 1024px){._container_17tq2_13{padding:1.5rem}._content_17tq2_69{padding:2.5rem}}._termsOfService_1y9a4_1{min-height:100vh;background:#fafafa;padding-top:100px}._container_1y9a4_13{max-width:800px;margin:0 auto;padding:2rem}._header_1y9a4_25{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a}._title_1y9a4_43{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem;font-family:Playfair Display,serif}._subtitle_1y9a4_59{color:#666;font-size:1rem}._content_1y9a4_69{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 5px 15px #0000001a}._section_1y9a4_83{margin-bottom:2.5rem}._section_1y9a4_83:last-child{margin-bottom:0}._sectionTitle_1y9a4_99{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem;font-family:Playfair Display,serif;border-bottom:2px solid #b1a165;padding-bottom:.5rem}._paragraph_1y9a4_119{color:#555;line-height:1.7;margin-bottom:1rem}._list_1y9a4_131{list-style:none;padding-left:0;margin:1rem 0}._list_1y9a4_131 li{color:#555;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}._list_1y9a4_131 li:before{content:"•";color:#b1a165;font-weight:700;position:absolute;left:0}._contactInfo_1y9a4_175{background:#f8f8f8;padding:1.5rem;border-radius:8px;margin-top:1rem}._contactInfo_1y9a4_175 p{margin-bottom:.5rem;color:#555}._contactInfo_1y9a4_175 p:last-child{margin-bottom:0}._contactInfo_1y9a4_175 strong{color:#333}@media (max-width: 768px){._container_1y9a4_13{padding:1rem}._title_1y9a4_43{font-size:2rem}._content_1y9a4_69{padding:2rem 1.5rem}._sectionTitle_1y9a4_99{font-size:1.3rem}}@media (min-width: 769px) and (max-width: 1024px){._container_1y9a4_13{padding:1.5rem}._content_1y9a4_69{padding:2.5rem}}._notFound_19yxg_3{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:6rem 20px 40px;text-align:center;background:linear-gradient(135deg,#f8f6f0,#f0ece1);position:relative;overflow:hidden}._notFound_19yxg_3:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(177,161,101,.08) 0%,transparent 70%);pointer-events:none}._notFound_19yxg_3:after{content:"";position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(196,180,122,.08) 0%,transparent 70%);pointer-events:none}._container_19yxg_77{max-width:550px;width:100%;padding:50px 40px;background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 60px #b1a16526,0 4px 16px #b1a16514;position:relative;z-index:1;border:1px solid rgba(255,255,255,.5)}._decorativeLine_19yxg_107{width:60px;height:3px;background:linear-gradient(90deg,#b1a165,#c4b47a,#b1a165);margin:0 auto;border-radius:2px}._decorativeLine_19yxg_107:first-of-type{margin-bottom:20px}._decorativeLine_19yxg_107:last-of-type{margin-top:20px;margin-bottom:30px}._errorCode_19yxg_141{font-size:140px;font-weight:800;margin:0;line-height:1;background:linear-gradient(135deg,#b1a165,#c4b47a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-4px;position:relative;display:inline-block}._errorCode_19yxg_141:after{content:"404";position:absolute;top:4px;left:4px;background:linear-gradient(135deg,#b1a165,#c4b47a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.1;z-index:-1}._errorTitle_19yxg_195{font-size:34px;font-weight:700;margin:0 0 12px;color:#2c2c2a;letter-spacing:-.5px;background:linear-gradient(135deg,#2c2c2a,#4a4a46);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._errorMessage_19yxg_219{font-size:18px;color:#6b6b66;margin-bottom:40px;line-height:1.7;font-weight:400;max-width:400px;margin-left:auto;margin-right:auto}._homeButton_19yxg_241{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;background:linear-gradient(135deg,#b1a165,#c4b47a);color:#fff;text-decoration:none;border-radius:50px;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 20px #b1a1654d;font-weight:600;font-size:16px;letter-spacing:.3px;position:relative;overflow:hidden}._homeButton_19yxg_241:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#c4b47a,#b1a165);opacity:0;transition:opacity .4s ease}._homeButton_19yxg_241:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px #b1a16566}._homeButton_19yxg_241:hover:before{opacity:1}._buttonContent_19yxg_319{display:flex;align-items:center;gap:12px;position:relative;z-index:1}._arrowIcon_19yxg_335{width:20px;height:20px;transition:transform .3s ease}._homeButton_19yxg_241:hover ._arrowIcon_19yxg_335{transform:translate(-4px)}@keyframes _float_19yxg_1{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}._errorCode_19yxg_141{animation:_float_19yxg_1 3s ease-in-out infinite}@media (max-width: 768px){._container_19yxg_77{padding:40px 25px;margin:0 15px}._errorCode_19yxg_141{font-size:100px}._errorTitle_19yxg_195{font-size:28px}._errorMessage_19yxg_219{font-size:16px;margin-bottom:30px}._homeButton_19yxg_241{padding:12px 28px;font-size:15px}}@media (max-width: 480px){._container_19yxg_77{padding:30px 20px}._errorCode_19yxg_141{font-size:80px}._errorTitle_19yxg_195{font-size:24px}._errorMessage_19yxg_219{font-size:15px}._decorativeLine_19yxg_107{width:40px}._homeButton_19yxg_241{padding:10px 24px;font-size:14px;width:100%}._buttonContent_19yxg_319{justify-content:center}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:700;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;text-align:center}.btn-primary{background:#b1a165;color:#fff;border-color:#b1a165}.btn-primary:hover{background:#8b7c4a;border-color:#8b7c4a;transform:translateY(-2px);box-shadow:0 4px 12px #b1a1654d}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#b1a165;transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border-color:#fff}.btn-outline:hover{background:#fff;color:#b1a165}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;font-family:Playfair Display,serif}.section-subtitle{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.p-5{padding:3rem}@media (max-width: 768px){.container{padding:0 1rem}.section-title{font-size:2rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}@media (min-width: 769px) and (max-width: 1024px){.container{padding:0 1.5rem}}html{scroll-behavior:smooth}button:focus,a:focus,input:focus,select:focus,textarea:focus{outline:2px solid #b1a165;outline-offset:2px}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.loading:after{content:"";width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #b1a165;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._listingDetails_uh8m0_3{min-height:100vh;padding-top:6rem;background:#f8f9fa}._container_uh8m0_17{max-width:1200px;margin:0 auto;padding:0 2rem}._loadingContainer_uh8m0_31{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:6rem 4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;position:relative;overflow:hidden}._loadingContainer_uh8m0_31:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent 0%,rgba(177,161,101,.05) 25%,transparent 50%,rgba(59,130,246,.05) 75%,transparent 100%);animation:_rotateBackground_uh8m0_1 20s linear infinite}@keyframes _rotateBackground_uh8m0_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingContainer_uh8m0_31 p{font-size:1.1rem;color:#6b7280;margin:.5rem 0 0;font-weight:500;letter-spacing:.5px;z-index:1;animation:_fadeInOut_uh8m0_1 2s ease-in-out infinite;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes _fadeInOut_uh8m0_1{0%,to{opacity:.6}50%{opacity:1}}._loadingSpinner_uh8m0_141{position:relative;width:80px;height:80px;margin-bottom:2rem;z-index:1}._loadingSpinner_uh8m0_141:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top-color:#b1a165;border-right-color:#3b82f6;border-radius:50%;animation:_spin_uh8m0_1 1.2s cubic-bezier(.68,-.55,.265,1.55) infinite}._loadingSpinner_uh8m0_141:after{content:"";position:absolute;top:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px);border:3px solid transparent;border-bottom-color:#b1a165;border-left-color:#3b82f6;border-radius:50%;animation:_spin_uh8m0_1 .8s cubic-bezier(.68,-.55,.265,1.55) infinite reverse}@keyframes _spin_uh8m0_1{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.9)}to{transform:rotate(360deg) scale(1)}}._errorContainer_uh8m0_231{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}._errorIcon_uh8m0_251{font-size:4rem;margin-bottom:1rem}._errorContainer_uh8m0_231 h2{font-size:2rem;color:#1f2937;margin-bottom:1rem}._errorContainer_uh8m0_231 p{color:#6b7280;margin-bottom:2rem}._backButton_uh8m0_283{padding:.75rem 2rem;background:#b1a165;color:#fff;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}._backButton_uh8m0_283:hover{background:#8a7a4a;transform:translateY(-2px);box-shadow:0 4px 15px #b1a16566}._breadcrumb_uh8m0_319{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;padding:1rem 0}._breadcrumb_uh8m0_319 a{color:#b1a165;text-decoration:none;transition:color .3s ease}._breadcrumb_uh8m0_319 a:hover{color:#8a7a4a;text-decoration:underline}._separator_uh8m0_359{color:#d1d5db}._breadcrumb_uh8m0_319 ._current_uh8m0_367{color:#1f2937;font-weight:500}._header_uh8m0_379{padding:1rem 0 .5rem}._badgeContainer_uh8m0_387{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}._badge_uh8m0_387{padding:.4rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._badge_uh8m0_387._rent_uh8m0_419{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}._badge_uh8m0_387._sales_uh8m0_429{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}._categoryBadge_uh8m0_439{background:linear-gradient(135deg,#f8f3df,#ede2b4);color:#8a7a4a;border:1px solid rgba(177,161,101,.25)}._title_uh8m0_451{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.2}._location_uh8m0_467{font-size:1.1rem;color:#6b7280;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}._locationIcon_uh8m0_485{font-size:1.2rem}._priceSection_uh8m0_495{background:linear-gradient(135deg,#fafafa,#fff);padding:1.5rem 2rem;border-radius:16px;border:1px solid #e5e7eb;position:relative;overflow:hidden;margin-bottom:2rem}._priceSection_uh8m0_495:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#b1a165,#d4c48a)}._priceWrapper_uh8m0_535{display:flex;align-items:baseline;gap:1.5rem;flex-wrap:wrap}._price_uh8m0_495{font-size:2.8rem;font-weight:700;color:#b1a165}._pricePeriod_uh8m0_561{font-size:1.2rem;font-weight:400;color:#6b7280;margin-left:.5rem}._unitPrice_uh8m0_575{font-size:1rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:20px}._gallerySection_uh8m0_593{background:#fff;padding:2rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}._galleryWrapper_uh8m0_609{max-width:1200px;margin:0 auto;padding:0 2rem}._galleryMain_uh8m0_621{position:relative;height:500px;border-radius:16px;overflow:hidden;background:#f3f4f6;box-shadow:0 4px 20px #00000014}._galleryMainImage_uh8m0_639{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}._galleryMainImage_uh8m0_639:hover{transform:scale(1.02)}._sliderButton_uh8m0_663{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#ffffffe6;border:none;border-radius:50%;font-size:2rem;color:#1f2937;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px #00000026;display:flex;align-items:center;justify-content:center;z-index:10}._sliderButton_uh8m0_663:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 20px #0003}._sliderButton_uh8m0_663:active{transform:translateY(-50%) scale(.95)}._sliderPrev_uh8m0_723{left:16px}._sliderNext_uh8m0_731{right:16px}._slideCounter_uh8m0_739{position:absolute;bottom:20px;right:20px;background:#000000b3;color:#fff;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}._fullscreenButton_uh8m0_767{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#ffffffe6;border:none;border-radius:8px;font-size:1.2rem;color:#1f2937;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px #0000001a}._fullscreenButton_uh8m0_767:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 16px #0003}._galleryThumbnails_uh8m0_821{margin-top:1rem;display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#b1a165 #f3f4f6}._galleryThumbnails_uh8m0_821::-webkit-scrollbar{height:4px}._galleryThumbnails_uh8m0_821::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}._galleryThumbnails_uh8m0_821::-webkit-scrollbar-thumb{background:#b1a165;border-radius:2px}._thumbnailButton_uh8m0_869{flex-shrink:0;width:100px;height:70px;border:3px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .3s ease;padding:0;background:none;position:relative}._thumbnailButton_uh8m0_869:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease}._thumbnailButton_uh8m0_869:hover:after{background:#0000001a}._thumbnailButton_uh8m0_869:hover{transform:translateY(-2px)}._thumbnailButton_uh8m0_869._active_uh8m0_929{border-color:#b1a165;box-shadow:0 0 0 3px #b1a1654d}._thumbnailButton_uh8m0_869 img{width:100%;height:100%;object-fit:cover}._fullscreenModal_uh8m0_953{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:_fadeIn_uh8m0_1 .3s ease}@keyframes _fadeIn_uh8m0_1{0%{opacity:0}to{opacity:1}}._fullscreenContent_uh8m0_987{position:relative;max-width:90vw;max-height:90vh}._fullscreenImage_uh8m0_999{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 40px #00000080}._closeFullscreen_uh8m0_1015{position:absolute;top:-48px;right:0;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:transform .3s ease;opacity:.8}._closeFullscreen_uh8m0_1015:hover{transform:rotate(90deg);opacity:1}._fullscreenControls_uh8m0_1051{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:2rem}._fullscreenNav_uh8m0_1071{background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;width:48px;height:48px;border-radius:50%;font-size:1.8rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._fullscreenNav_uh8m0_1071:hover{background:#fff3;border-color:#fff9;transform:scale(1.1)}._fullscreenCounter_uh8m0_1113{color:#fff;font-size:1rem;font-weight:500;opacity:.8}._noImagePlaceholder_uh8m0_1127{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af}._noImagePlaceholder_uh8m0_1127 span{font-size:4rem;margin-bottom:.5rem}._contentGrid_uh8m0_1157{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:2rem 0 3rem}._mainContent_uh8m0_1173{display:flex;flex-direction:column;gap:2rem}._keyFeatures_uh8m0_1187{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._feature_uh8m0_1207{display:flex;align-items:center;gap:1rem}._featureIcon_uh8m0_1219{font-size:1.8rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:12px}._featureInfo_uh8m0_1241{display:flex;flex-direction:column}._featureValue_uh8m0_1251{font-size:1.25rem;font-weight:600;color:#1f2937}._featureLabel_uh8m0_1263{font-size:.85rem;color:#6b7280}._sectionTitle_uh8m0_1275{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}._sectionTitle_uh8m0_1275:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,#e5e7eb,transparent)}._descriptionSection_uh8m0_1311{padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._description_uh8m0_1311{font-size:1rem;line-height:1.8;color:#4b5563;margin:0}._description_uh8m0_1311 p{margin:0 0 1rem}._description_uh8m0_1311 p:last-child{margin-bottom:0}._description_uh8m0_1311 ul,._description_uh8m0_1311 ol{margin:.5rem 0 1rem;padding-left:1.5rem}._description_uh8m0_1311 li{margin-bottom:.25rem}._featuresSection_uh8m0_1377{padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._featuresGrid_uh8m0_1391{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}._featureItem_uh8m0_1403{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#4b5563;padding:.5rem 0}._featureIconSvg_uh8m0_1421{width:20px;height:20px;flex-shrink:0}._detailsSection_uh8m0_1435{padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._detailsGrid_uh8m0_1449{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._detailItem_uh8m0_1461{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f9fafb;border-radius:8px}._detailLabel_uh8m0_1479{font-size:.8rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._detailValue_uh8m0_1495{font-size:1rem;color:#1f2937;font-weight:500}._sidebar_uh8m0_1509{display:flex;flex-direction:column;gap:2rem}._card_uh8m0_1521{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e5e7eb;transition:all .3s ease}._card_uh8m0_1521:hover{box-shadow:0 4px 20px #0000000f}._cardTitle_uh8m0_1545{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}._cardTitleIcon_uh8m0_1565{font-size:1.2rem}._agentCard_uh8m0_1575{background:linear-gradient(135deg,#fafafa,#fff);border-color:#f3f4f6}._agentInfo_uh8m0_1585{display:flex;gap:1rem;margin-bottom:1rem}._agentImage_uh8m0_1597{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #f3f4f6}._agentImagePlaceholder_uh8m0_1613{width:70px;height:70px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#9ca3af}._agentDetails_uh8m0_1637{flex:1;display:flex;flex-direction:column;gap:.65rem}._agentName_uh8m0_1651{margin:0;font-size:1.15rem;font-weight:700;color:#1f2937;line-height:1.3}._agentContact_uh8m0_1667{display:flex;align-items:center;gap:.65rem;color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}._agentContact_uh8m0_1667:hover{color:#b1a165}._contactIcon_uh8m0_1701{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f7f4eb;color:#b1a165;font-size:.9rem;flex-shrink:0;transition:all .2s ease}._agentContact_uh8m0_1667:hover ._contactIcon_uh8m0_1701{background:#b1a165;color:#fff}._contactButton_uh8m0_1745{width:100%;padding:.75rem;background:linear-gradient(135deg,#b1a165,#c4b47a);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}._contactButton_uh8m0_1745:hover{transform:translateY(-2px);box-shadow:0 4px 20px #b1a16566}._locationInfo_uh8m0_1783{display:flex;flex-direction:column;gap:.75rem}._locationDetail_uh8m0_1795{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}._locationDetail_uh8m0_1795:last-child{border-bottom:none}._locationLabel_uh8m0_1819{font-size:.85rem;color:#6b7280}._locationValue_uh8m0_1829{font-size:.95rem;color:#1f2937;font-weight:500}._shareButtons_uh8m0_1843{display:flex;gap:.75rem}._shareButton_uh8m0_1843{width:44px;height:44px;border-radius:50%;border:none;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:600}._shareButton_uh8m0_1843:hover{transform:translateY(-2px) scale(1.05)}._shareFacebook_uh8m0_1889{background:#1877f2;color:#fff}._shareTwitter_uh8m0_1899{background:#000;color:#fff}._shareLinkedin_uh8m0_1909{background:#0a66c2;color:#fff}._shareWhatsapp_uh8m0_1919{background:#25d366;color:#fff}._ctaSection_uh8m0_1933{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_uh8m0_1947{max-width:600px;margin:0 auto}._ctaTitle_uh8m0_1957{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:Playfair Display,serif;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}._ctaSubtitle_uh8m0_1975{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._ctaButton_uh8m0_1991{display:inline-block;background:#b1a165;color:#fff;padding:1rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;border:2px solid #b1a165;cursor:pointer}._ctaButton_uh8m0_1991:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 1024px){._contentGrid_uh8m0_1157{grid-template-columns:1fr;gap:2rem}._galleryMain_uh8m0_621{height:400px}}@media (max-width: 768px){._galleryMain_uh8m0_621{height:300px}._container_uh8m0_17,._galleryWrapper_uh8m0_609{padding:0 1rem}._title_uh8m0_451{font-size:1.8rem}._price_uh8m0_495{font-size:2rem}._keyFeatures_uh8m0_1187{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}._featuresGrid_uh8m0_1391,._detailsGrid_uh8m0_1449{grid-template-columns:1fr}._thumbnailButton_uh8m0_869{width:80px;height:60px}._sliderButton_uh8m0_663{width:36px;height:36px;font-size:1.5rem}._fullscreenContent_uh8m0_987{max-width:95vw;max-height:95vh}._fullscreenImage_uh8m0_999{max-height:80vh}._loadingContainer_uh8m0_31 p{font-size:1rem}._loadingSpinner_uh8m0_141{width:60px;height:60px}._loadingSpinner_uh8m0_141:after{top:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px)}}@media (max-width: 480px){._galleryMain_uh8m0_621{height:250px}._badge_uh8m0_387{font-size:.75rem;padding:.25rem .75rem}._title_uh8m0_451{font-size:1.5rem}._keyFeatures_uh8m0_1187{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem}._feature_uh8m0_1207{gap:.5rem}._featureIcon_uh8m0_1219{font-size:1.4rem;width:40px;height:40px}._featureValue_uh8m0_1251{font-size:1rem}._sliderButton_uh8m0_663{width:32px;height:32px;font-size:1.2rem}._sliderPrev_uh8m0_723{left:8px}._sliderNext_uh8m0_731{right:8px}._thumbnailButton_uh8m0_869{width:60px;height:50px}._sectionTitle_uh8m0_1275{font-size:1.2rem}._priceSection_uh8m0_495{padding:1rem 1.25rem}._price_uh8m0_495{font-size:1.6rem}._gallerySection_uh8m0_593{padding:1rem 0}}
