@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_hi2dx_1{min-height:100vh}._hero_hi2dx_11{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroVideoBackground_hi2dx_29{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}._heroVideo_hi2dx_29{width:100vw;height:100vh;object-fit:cover;filter:brightness(.7)}._heroOverlay_hi2dx_57{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroContent_hi2dx_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_hi2dx_95{max-width:600px;margin:0}._heroTitle_hi2dx_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_hi2dx_125{display:inline-block;white-space:nowrap}._heroHighlight_hi2dx_135{color:#f93;text-shadow:0 8px 25px rgba(255,153,51,.3);font-weight:900}._heroSubtitle_hi2dx_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_hi2dx_163{display:flex;gap:1.5rem;justify-content:flex-start;flex-wrap:wrap}._heroButtonPrimary_hi2dx_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_hi2dx_177:hover{background:transparent;color:#f93;transform:translateY(-2px)}._heroButtonSecondary_hi2dx_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_hi2dx_211:hover{background:#fff;color:#333;transform:translateY(-2px)}._container_hi2dx_247{max-width:1200px;margin:0 auto;padding:0 2rem}._sectionHeader_hi2dx_261{text-align:center;margin-bottom:4rem}._sectionTitle_hi2dx_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_hi2dx_271:after{content:"";display:block;width:70px;height:3px;margin:18px auto 0;background:#b1a165;border-radius:20px}._sectionSubtitle_hi2dx_309{font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}._listingsSection_hi2dx_327{padding:6rem 0;background:#fff}._listingsGrid_hi2dx_337{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}._featuredSection_hi2dx_353{padding:6rem 0;background:#faf9f6}._propertiesGrid_hi2dx_363{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}._propertyCard_hi2dx_377{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._propertyCard_hi2dx_377:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._propertyImage_hi2dx_403{position:relative;height:250px;overflow:hidden}._propertyImage_hi2dx_403 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._propertyCard_hi2dx_377:hover ._propertyImage_hi2dx_403 img{transform:scale(1.05)}._propertyPrice_hi2dx_437{position:absolute;top:1rem;right:1rem;background:#b1a165;color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.9rem}._propertyContent_hi2dx_461{padding:1.5rem}._propertyTitle_hi2dx_469{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333;font-family:Playfair Display,serif}._propertyLocation_hi2dx_485{color:#666;margin-bottom:1rem;font-size:.95rem}._propertyDetails_hi2dx_497{display:flex;gap:1rem;color:#888;font-size:.9rem}._propertyDetails_hi2dx_497 span{display:flex;align-items:center}._sectionFooter_hi2dx_521{text-align:center}._viewAllButton_hi2dx_529{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_hi2dx_529:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}._statsSection_hi2dx_567{padding:4rem 0;background:linear-gradient(135deg,#b1a165,#c4b377);color:#fff}._statsGrid_hi2dx_579{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}._statItem_hi2dx_593{padding:1rem}._statNumber_hi2dx_601{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_hi2dx_619{font-size:1.1rem;opacity:.95;font-weight:500;color:#fff}._servicesSection_hi2dx_635{padding:6rem 0;background:#fff}._servicesGrid_hi2dx_645{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}._serviceCard_hi2dx_659{text-align:center;padding:2rem;border-radius:15px;background:#fafafa;transition:all .3s ease}._serviceCard_hi2dx_659:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}._serviceIcon_hi2dx_687{font-size:3rem;margin-bottom:1rem}._serviceTitle_hi2dx_697{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._serviceDescription_hi2dx_713{color:#666;line-height:1.6}._ctaSection_hi2dx_725{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_hi2dx_739{max-width:600px;margin:0 auto}._ctaTitle_hi2dx_749{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_hi2dx_767{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._ctaButton_hi2dx_783{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_hi2dx_783:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 768px){._heroTitle_hi2dx_105{font-size:2.5rem}._heroSubtitle_hi2dx_147{font-size:1.1rem}._heroContent_hi2dx_69{text-align:center;padding:0 2rem;justify-content:center}._heroMain_hi2dx_125{display:inline-block;white-space:normal}._heroButtons_hi2dx_163{justify-content:center}._heroHighlight_hi2dx_135{font-size:3rem}._heroButtonPrimary_hi2dx_177,._heroButtonSecondary_hi2dx_211{min-width:200px}._sectionTitle_hi2dx_271{font-size:2rem}._propertiesGrid_hi2dx_363,._servicesGrid_hi2dx_645{grid-template-columns:1fr}._statsGrid_hi2dx_579{grid-template-columns:repeat(2,1fr)}._ctaTitle_hi2dx_749{font-size:2rem}._container_hi2dx_247{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_hi2dx_105{font-size:3rem}._propertiesGrid_hi2dx_363,._servicesGrid_hi2dx_645{grid-template-columns:repeat(2,1fr)}}._listingCard_pkjp3_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_pkjp3_1:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}._listingImageContainer_pkjp3_33{position:relative;padding-top:66.67%;background:#f5f5f5;overflow:hidden}._listingImage_pkjp3_33{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._listingCard_pkjp3_1:hover ._listingImage_pkjp3_33{transform:scale(1.05)}._listingImagePlaceholder_pkjp3_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_pkjp3_103{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px}._listingTypeBadge_pkjp3_121{display:inline-block;padding:4px 10px;background:#000000b3;color:#fff;font-size:12px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}._listingContent_pkjp3_143{padding:16px;flex:1;display:flex;flex-direction:column;gap:12px}._listingTitle_pkjp3_159{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_pkjp3_187{display:flex;align-items:center;gap:6px;font-size:14px;color:#666}._locationIcon_pkjp3_203{font-size:16px}._listingDetails_pkjp3_211{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;padding:10px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}._detailItem_pkjp3_229{display:flex;align-items:center;gap:6px;font-size:14px;color:#555}._detailIcon_pkjp3_245{font-size:14px}._listingFooter_pkjp3_253{display:flex;justify-content:space-between;align-items:center;padding-top:4px}._listingPrice_pkjp3_267{font-size:20px;font-weight:700;color:#2c3e50}._listingReference_pkjp3_279{font-size:13px;color:#999;letter-spacing:.3px}._listingButton_pkjp3_291{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_pkjp3_291:hover{background:#1a2632}._listingButton_pkjp3_291:active{transform:scale(.98)}@media (max-width: 768px){._listingTitle_pkjp3_159{font-size:16px;min-height:40px}._listingDetails_pkjp3_211{grid-template-columns:1fr 1fr;gap:6px 10px}._detailItem_pkjp3_229{font-size:13px}._listingPrice_pkjp3_267{font-size:18px}._listingBadges_pkjp3_103{top:8px;left:8px}._listingTypeBadge_pkjp3_121{font-size:10px;padding:3px 8px}}@media (max-width: 480px){._listingContent_pkjp3_143{padding:12px}._listingTitle_pkjp3_159{font-size:15px;min-height:36px}._listingDetails_pkjp3_211{grid-template-columns:1fr 1fr;gap:4px 8px}._detailItem_pkjp3_229{font-size:12px}._listingPrice_pkjp3_267{font-size:16px}._listingReference_pkjp3_279{font-size:11px}._listingButton_pkjp3_291{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_3b8nv_1{min-height:100vh}._hero_3b8nv_11{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroBackground_3b8nv_29{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroImage_3b8nv_47{width:100%;height:100%;object-fit:cover}._heroOverlay_3b8nv_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#000c)}._heroContent_3b8nv_77{position:relative;z-index:2;text-align:center;color:#fff}._container_3b8nv_91{max-width:1200px;margin:0 auto;padding:0 2rem}._heroTitle_3b8nv_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_3b8nv_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_3b8nv_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_3b8nv_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_3b8nv_1 20s linear infinite}@keyframes _rotateBackground_3b8nv_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingSpinner_3b8nv_221{position:relative;width:80px;height:80px;margin-bottom:2rem;z-index:1}._loadingSpinner_3b8nv_221: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_3b8nv_1 1.2s cubic-bezier(.68,-.55,.265,1.55) infinite}._loadingSpinner_3b8nv_221: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_3b8nv_1 .8s cubic-bezier(.68,-.55,.265,1.55) infinite reverse}@keyframes _spin_3b8nv_1{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(.9)}to{transform:rotate(360deg) scale(1)}}._loadingDots_3b8nv_311{display:flex;gap:12px;margin-top:.5rem;z-index:1}._loadingDot_3b8nv_311{width:12px;height:12px;border-radius:50%;background:#b1a165;animation:_pulse_3b8nv_1 1.4s ease-in-out infinite}._loadingDot_3b8nv_311:nth-child(2){animation-delay:.2s;background:#3b82f6}._loadingDot_3b8nv_311:nth-child(3){animation-delay:.4s;background:#b1a165}@keyframes _pulse_3b8nv_1{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}._loadingContainer_3b8nv_145 p{font-size:1.1rem;color:#6b7280;margin:.5rem 0 0;font-weight:500;letter-spacing:.5px;z-index:1;animation:_fadeInOut_3b8nv_1 2s ease-in-out infinite;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes _fadeInOut_3b8nv_1{0%,to{opacity:.6}50%{opacity:1}}._loadingProgress_3b8nv_419{width:200px;height:3px;background:#e5e7eb;border-radius:2px;margin-top:1.5rem;overflow:hidden;z-index:1;position:relative}._loadingProgress_3b8nv_419:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#b1a165,#3b82f6,#b1a165);background-size:200% 100%;animation:_progress_3b8nv_1 2s ease-in-out infinite;border-radius:2px}@keyframes _progress_3b8nv_1{0%{left:-100%}to{left:100%}}._errorContainer_3b8nv_479{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_3b8nv_505{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_3b8nv_521{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_3b8nv_521:hover{transform:translateY(-2px);box-shadow:0 4px 15px #b1a16566}._emptyContainer_3b8nv_559{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_3b8nv_585{font-size:1.3rem;font-weight:600;color:#374151;margin-bottom:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._emptyContainer_3b8nv_559 p:last-child{color:#6b7280;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._ctaSection_3b8nv_613{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_3b8nv_627{max-width:600px;margin:0 auto}._ctaTitle_3b8nv_637{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_3b8nv_657{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_3b8nv_677{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_3b8nv_677:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}._listingsGrid_3b8nv_719{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem 0}@media (max-width: 768px){._heroTitle_3b8nv_103{font-size:2.5rem}._heroSubtitle_3b8nv_125{font-size:1.1rem}._ctaTitle_3b8nv_637{font-size:2rem}._container_3b8nv_91{padding:0 1rem}._loadingSpinner_3b8nv_221{width:60px;height:60px}._loadingSpinner_3b8nv_221:after{top:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px)}._loadingContainer_3b8nv_145 p{font-size:1rem}._loadingDot_3b8nv_311{width:10px;height:10px}._listingsGrid_3b8nv_719{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_3b8nv_103{font-size:3rem}._listingsGrid_3b8nv_719{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1025px){._listingsGrid_3b8nv_719{grid-template-columns:repeat(3,1fr);gap:2rem}}@media (min-width: 1400px){._container_3b8nv_91{max-width:1400px}._listingsGrid_3b8nv_719{grid-template-columns:repeat(3,1fr);max-width:1200px;margin:0 auto}}._endMessage_3b8nv_891{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;margin:2rem 0 1rem;position:relative;text-align:center}._endMessage_3b8nv_891: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_3b8nv_891: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_3b8nv_967{font-size:3.5rem;margin-bottom:1.25rem;display:inline-block;animation:_floatIcon_3b8nv_1 3s ease-in-out infinite;line-height:1}@keyframes _floatIcon_3b8nv_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.05)}}._endMessage_3b8nv_891 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_3b8nv_891 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_3b8nv_891 ._endSubtext_3b8nv_1045{font-size:.9rem;color:#9ca3af;margin-top:.75rem;font-weight:300}._endMessageCard_3b8nv_1061{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_3b8nv_1061: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_3b8nv_1117{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:1.5rem;width:100%}._endDots_3b8nv_1117 span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d1d5db;animation:_dotPulse_3b8nv_1 2s ease-in-out infinite;flex-shrink:0}._endDots_3b8nv_1117 span:nth-child(2){animation-delay:.3s;background:#b1a165;width:10px;height:10px}._endDots_3b8nv_1117 span:nth-child(3){animation-delay:.6s;background:#3b82f6}@keyframes _dotPulse_3b8nv_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_11dp6_1{min-height:100vh}._hero_11dp6_11{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden}._heroBackground_11dp6_29{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._heroImage_11dp6_47{width:100%;height:100%;object-fit:cover}._heroOverlay_11dp6_59{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#000c)}._heroContent_11dp6_77{position:relative;z-index:2;text-align:center;color:#fff}._container_11dp6_91{max-width:1200px;margin:0 auto;padding:0 2rem}._heroTitle_11dp6_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_11dp6_123{font-size:1.3rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}._sectionHeader_11dp6_139{text-align:center;margin-bottom:4rem}._sectionTitle_11dp6_149{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._sectionSubtitle_11dp6_165{font-size:1.2rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}._contactInfoSection_11dp6_183{padding:6rem 0;background:#fff}._contactGrid_11dp6_193{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}._contactCard_11dp6_205{background:#fafafa;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._contactCard_11dp6_205:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._contactIcon_11dp6_233{font-size:3rem;margin-bottom:1.5rem}._contactTitle_11dp6_243{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333;font-family:Playfair Display,serif}._contactInfo_11dp6_183{color:#666;line-height:1.6}._contactInfo_11dp6_183 a{color:#b1a165;text-decoration:none;transition:color .3s ease}._contactInfo_11dp6_183 a:hover{color:#9a8a5a}._mapSection_11dp6_291{padding:4rem 0;background:#fafafa}._mapContainer_11dp6_301{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;height:400px}._mapContainer_11dp6_301 iframe{width:100%;height:100%;border:none}._teamSection_11dp6_329{padding:6rem 0;background:#fafafa}._teamGrid_11dp6_339{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._teamCard_11dp6_351{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}._teamCard_11dp6_351:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}._teamImage_11dp6_377{height:350px;overflow:hidden}._teamImage_11dp6_377 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._teamCard_11dp6_351:hover ._teamImage_11dp6_377 img{transform:scale(1.05)}._teamInfo_11dp6_409{padding:1.5rem;text-align:center}._teamName_11dp6_419{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#333;font-family:Playfair Display,serif}._teamPosition_11dp6_435{color:#b1a165;font-weight:500;margin-bottom:.5rem}._teamContact_11dp6_447{color:#666;font-size:.9rem}._socialSection_11dp6_459{padding:4rem 0;background:#fff}._socialGrid_11dp6_469{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}._socialLink_11dp6_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_11dp6_483:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026;background:#b1a165;color:#fff}._socialIcon_11dp6_523{font-size:1.5rem}._socialText_11dp6_531{font-weight:600}._ctaSection_11dp6_541{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_11dp6_555{max-width:600px;margin:0 auto}._ctaTitle_11dp6_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_11dp6_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_11dp6_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_11dp6_599:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 768px){._heroTitle_11dp6_103{font-size:2.5rem}._heroSubtitle_11dp6_123{font-size:1.1rem}._sectionTitle_11dp6_149{font-size:2rem}._contactGrid_11dp6_193{grid-template-columns:1fr}._socialGrid_11dp6_469{flex-direction:column;align-items:center}._socialLink_11dp6_483{width:100%;max-width:300px}._teamGrid_11dp6_339{grid-template-columns:1fr}._ctaTitle_11dp6_565{font-size:2rem}._container_11dp6_91{padding:0 1rem}}@media (min-width: 769px) and (max-width: 1024px){._heroTitle_11dp6_103{font-size:3rem}._contactGrid_11dp6_193,._teamGrid_11dp6_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}}.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_1276c_3{min-height:100vh;padding-top:6rem;background:#f8f9fa}._container_1276c_17{max-width:1200px;margin:0 auto;padding:0 2rem}._loadingContainer_1276c_31{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem}._loadingSpinner_1276c_49{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #b1a165;border-radius:50%;animation:_spin_1276c_1 1s linear infinite}@keyframes _spin_1276c_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorContainer_1276c_79{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}._errorIcon_1276c_99{font-size:4rem;margin-bottom:1rem}._errorContainer_1276c_79 h2{font-size:2rem;color:#1f2937;margin-bottom:1rem}._errorContainer_1276c_79 p{color:#6b7280;margin-bottom:2rem}._backButton_1276c_131{padding:.75rem 2rem;background:#b1a165;color:#fff;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}._backButton_1276c_131:hover{background:#8a7a4a;transform:translateY(-2px);box-shadow:0 4px 15px #b1a16566}._breadcrumb_1276c_167{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;padding:1rem 0}._breadcrumb_1276c_167 a{color:#b1a165;text-decoration:none;transition:color .3s ease}._breadcrumb_1276c_167 a:hover{color:#8a7a4a;text-decoration:underline}._separator_1276c_207{color:#d1d5db}._breadcrumb_1276c_167 ._current_1276c_215{color:#1f2937;font-weight:500}._header_1276c_227{padding:1rem 0 .5rem}._badgeContainer_1276c_235{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}._badge_1276c_235{padding:.4rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._badge_1276c_235._rent_1276c_267{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}._badge_1276c_235._sales_1276c_277{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}._title_1276c_287{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.2}._location_1276c_303{font-size:1.1rem;color:#6b7280;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}._locationIcon_1276c_321{font-size:1.2rem}._priceSection_1276c_331{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_1276c_331:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#b1a165,#d4c48a)}._priceWrapper_1276c_371{display:flex;align-items:baseline;gap:1.5rem;flex-wrap:wrap}._price_1276c_331{font-size:2.8rem;font-weight:700;color:#b1a165}._pricePeriod_1276c_397{font-size:1.2rem;font-weight:400;color:#6b7280;margin-left:.5rem}._unitPrice_1276c_411{font-size:1rem;color:#6b7280;background:#f3f4f6;padding:.25rem .75rem;border-radius:20px}._gallerySection_1276c_429{background:#fff;padding:2rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}._galleryWrapper_1276c_445{max-width:1200px;margin:0 auto;padding:0 2rem}._galleryMain_1276c_457{position:relative;height:500px;border-radius:16px;overflow:hidden;background:#f3f4f6;box-shadow:0 4px 20px #00000014}._galleryMainImage_1276c_475{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}._galleryMainImage_1276c_475:hover{transform:scale(1.02)}._sliderButton_1276c_499{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_1276c_499:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 20px #0003}._sliderButton_1276c_499:active{transform:translateY(-50%) scale(.95)}._sliderPrev_1276c_559{left:16px}._sliderNext_1276c_567{right:16px}._slideCounter_1276c_575{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_1276c_603{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_1276c_603:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 16px #0003}._galleryThumbnails_1276c_657{margin-top:1rem;display:flex;gap:.75rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:#b1a165 #f3f4f6}._galleryThumbnails_1276c_657::-webkit-scrollbar{height:4px}._galleryThumbnails_1276c_657::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}._galleryThumbnails_1276c_657::-webkit-scrollbar-thumb{background:#b1a165;border-radius:2px}._thumbnailButton_1276c_705{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_1276c_705:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease}._thumbnailButton_1276c_705:hover:after{background:#0000001a}._thumbnailButton_1276c_705:hover{transform:translateY(-2px)}._thumbnailButton_1276c_705._active_1276c_765{border-color:#b1a165;box-shadow:0 0 0 3px #b1a1654d}._thumbnailButton_1276c_705 img{width:100%;height:100%;object-fit:cover}._fullscreenModal_1276c_789{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_1276c_1 .3s ease}@keyframes _fadeIn_1276c_1{0%{opacity:0}to{opacity:1}}._fullscreenContent_1276c_823{position:relative;max-width:90vw;max-height:90vh}._fullscreenImage_1276c_835{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 40px #00000080}._closeFullscreen_1276c_851{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_1276c_851:hover{transform:rotate(90deg);opacity:1}._fullscreenControls_1276c_887{position:absolute;bottom:-60px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:2rem}._fullscreenNav_1276c_907{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_1276c_907:hover{background:#fff3;border-color:#fff9;transform:scale(1.1)}._fullscreenCounter_1276c_949{color:#fff;font-size:1rem;font-weight:500;opacity:.8}._noImagePlaceholder_1276c_963{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af}._noImagePlaceholder_1276c_963 span{font-size:4rem;margin-bottom:.5rem}._contentGrid_1276c_993{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:2rem 0 3rem}._mainContent_1276c_1009{display:flex;flex-direction:column;gap:2rem}._keyFeatures_1276c_1023{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._feature_1276c_1043{display:flex;align-items:center;gap:1rem}._featureIcon_1276c_1055{font-size:1.8rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:12px}._featureInfo_1276c_1077{display:flex;flex-direction:column}._featureValue_1276c_1087{font-size:1.25rem;font-weight:600;color:#1f2937}._featureLabel_1276c_1099{font-size:.85rem;color:#6b7280}._sectionTitle_1276c_1111{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}._sectionTitle_1276c_1111:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,#e5e7eb,transparent)}._descriptionSection_1276c_1147{padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._description_1276c_1147{font-size:1rem;line-height:1.8;color:#4b5563;margin:0}._description_1276c_1147 p{margin:0 0 1rem}._description_1276c_1147 p:last-child{margin-bottom:0}._description_1276c_1147 ul,._description_1276c_1147 ol{margin:.5rem 0 1rem;padding-left:1.5rem}._description_1276c_1147 li{margin-bottom:.25rem}._featuresSection_1276c_1213{padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._featuresGrid_1276c_1227{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}._featureItem_1276c_1239{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#4b5563;padding:.5rem 0}._featureIconSvg_1276c_1257{width:20px;height:20px;flex-shrink:0}._detailsSection_1276c_1271{padding:1.5rem;background:#fff;border-radius:16px;border:1px solid #e5e7eb}._detailsGrid_1276c_1285{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._detailItem_1276c_1297{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f9fafb;border-radius:8px}._detailLabel_1276c_1315{font-size:.8rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}._detailValue_1276c_1331{font-size:1rem;color:#1f2937;font-weight:500}._sidebar_1276c_1345{display:flex;flex-direction:column;gap:2rem}._card_1276c_1357{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e5e7eb;transition:all .3s ease}._card_1276c_1357:hover{box-shadow:0 4px 20px #0000000f}._cardTitle_1276c_1381{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}._cardTitleIcon_1276c_1401{font-size:1.2rem}._agentCard_1276c_1411{background:linear-gradient(135deg,#fafafa,#fff);border-color:#f3f4f6}._agentInfo_1276c_1421{display:flex;gap:1rem;margin-bottom:1rem}._agentImage_1276c_1433{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #f3f4f6}._agentImagePlaceholder_1276c_1449{width:70px;height:70px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#9ca3af}._agentDetails_1276c_1473{flex:1;display:flex;flex-direction:column;gap:.65rem}._agentName_1276c_1487{margin:0;font-size:1.15rem;font-weight:700;color:#1f2937;line-height:1.3}._agentContact_1276c_1503{display:flex;align-items:center;gap:.65rem;color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}._agentContact_1276c_1503:hover{color:#b1a165}._contactIcon_1276c_1537{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_1276c_1503:hover ._contactIcon_1276c_1537{background:#b1a165;color:#fff}._contactButton_1276c_1581{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_1276c_1581:hover{transform:translateY(-2px);box-shadow:0 4px 20px #b1a16566}._locationInfo_1276c_1619{display:flex;flex-direction:column;gap:.75rem}._locationDetail_1276c_1631{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}._locationDetail_1276c_1631:last-child{border-bottom:none}._locationLabel_1276c_1655{font-size:.85rem;color:#6b7280}._locationValue_1276c_1665{font-size:.95rem;color:#1f2937;font-weight:500}._shareButtons_1276c_1679{display:flex;gap:.75rem}._shareButton_1276c_1679{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_1276c_1679:hover{transform:translateY(-2px) scale(1.05)}._shareFacebook_1276c_1725{background:#1877f2;color:#fff}._shareTwitter_1276c_1735{background:#000;color:#fff}._shareLinkedin_1276c_1745{background:#0a66c2;color:#fff}._shareWhatsapp_1276c_1755{background:#25d366;color:#fff}._ctaSection_1276c_1769{padding:6rem 0;background:linear-gradient(135deg,#b1a165,#3b82f6);color:#fff;text-align:center}._ctaContent_1276c_1783{max-width:600px;margin:0 auto}._ctaTitle_1276c_1793{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_1276c_1811{font-size:1.2rem;margin-bottom:2rem;color:#f0f0f0;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.3)}._ctaButton_1276c_1827{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_1276c_1827:hover{background:transparent;color:#b1a165;transform:translateY(-2px)}@media (max-width: 1024px){._contentGrid_1276c_993{grid-template-columns:1fr;gap:2rem}._galleryMain_1276c_457{height:400px}}@media (max-width: 768px){._galleryMain_1276c_457{height:300px}._container_1276c_17,._galleryWrapper_1276c_445{padding:0 1rem}._title_1276c_287{font-size:1.8rem}._price_1276c_331{font-size:2rem}._keyFeatures_1276c_1023{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}._featuresGrid_1276c_1227,._detailsGrid_1276c_1285{grid-template-columns:1fr}._thumbnailButton_1276c_705{width:80px;height:60px}._sliderButton_1276c_499{width:36px;height:36px;font-size:1.5rem}._fullscreenContent_1276c_823{max-width:95vw;max-height:95vh}._fullscreenImage_1276c_835{max-height:80vh}}@media (max-width: 480px){._galleryMain_1276c_457{height:250px}._badge_1276c_235{font-size:.75rem;padding:.25rem .75rem}._title_1276c_287{font-size:1.5rem}._keyFeatures_1276c_1023{grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem}._feature_1276c_1043{gap:.5rem}._featureIcon_1276c_1055{font-size:1.4rem;width:40px;height:40px}._featureValue_1276c_1087{font-size:1rem}._sliderButton_1276c_499{width:32px;height:32px;font-size:1.2rem}._sliderPrev_1276c_559{left:8px}._sliderNext_1276c_567{right:8px}._thumbnailButton_1276c_705{width:60px;height:50px}._sectionTitle_1276c_1111{font-size:1.2rem}._priceSection_1276c_331{padding:1rem 1.25rem}._price_1276c_331{font-size:1.6rem}._gallerySection_1276c_429{padding:1rem 0}}
