.Navbar-module__cJzEcG__nav{z-index:1000;height:80px;transition:var(--transition);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{border-bottom:1px solid var(--border);background:#fff;height:64px;box-shadow:0 4px 20px #0000000d}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:10px;display:flex}.Navbar-module__cJzEcG__logoBox{background:var(--primary);border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Navbar-module__cJzEcG__logoText{flex-direction:column;display:flex}.Navbar-module__cJzEcG__brand{color:var(--text-main);letter-spacing:.5px;font-size:1.1rem;font-weight:800;line-height:1}.Navbar-module__cJzEcG__tagline{color:var(--primary);letter-spacing:1.5px;margin-top:2px;font-size:.6rem;font-weight:700}.Navbar-module__cJzEcG__left{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards Navbar-module__cJzEcG__navItemFadeIn}.Navbar-module__cJzEcG__center{gap:1.5rem;display:flex}.Navbar-module__cJzEcG__center a{color:var(--text-muted);letter-spacing:.2px;transition:var(--transition);opacity:0;font-size:.9rem;font-weight:500;animation:.8s cubic-bezier(.16,1,.3,1) forwards Navbar-module__cJzEcG__navItemFadeIn}.Navbar-module__cJzEcG__center a:first-child{animation-delay:.2s}.Navbar-module__cJzEcG__center a:nth-child(2){animation-delay:.25s}.Navbar-module__cJzEcG__center a:nth-child(3){animation-delay:.3s}.Navbar-module__cJzEcG__center a:nth-child(4){animation-delay:.35s}.Navbar-module__cJzEcG__center a:nth-child(5){animation-delay:.4s}.Navbar-module__cJzEcG__center a:hover{color:var(--text-main)}.Navbar-module__cJzEcG__right{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__right>*{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards Navbar-module__cJzEcG__navItemFadeIn}.Navbar-module__cJzEcG__right>:first-child{animation-delay:.45s}.Navbar-module__cJzEcG__right>:nth-child(2){animation-delay:.5s}.Navbar-module__cJzEcG__right>:nth-child(3){animation-delay:.55s}.Navbar-module__cJzEcG__right>:nth-child(4){animation-delay:.6s}.Navbar-module__cJzEcG__right>:nth-child(5){animation-delay:.65s}@keyframes Navbar-module__cJzEcG__navItemFadeIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__langWrapper{padding:10px 0;position:relative}.Navbar-module__cJzEcG__langBtn{color:var(--text-muted);transition:var(--transition);border-radius:6px;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__langBtn:hover{background:var(--bg-soft);color:var(--primary)}.Navbar-module__cJzEcG__chevron{opacity:.5}.Navbar-module__cJzEcG__langDropdown{border:1px solid var(--border);z-index:1001;background:#fff;border-radius:8px;flex-direction:column;min-width:120px;padding:.5rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #0000001a}.Navbar-module__cJzEcG__langDropdown button{text-align:left;color:var(--text-main);border-radius:4px;padding:.6rem .8rem;font-size:.85rem;font-weight:600}.Navbar-module__cJzEcG__langDropdown button:hover{background:var(--bg-soft);color:var(--primary)}.Navbar-module__cJzEcG__loginBtn{color:var(--text-main);transition:var(--transition);align-items:center;gap:.4rem;padding:.5rem .8rem;font-size:.9rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__ctaBtn{background:var(--secondary);color:#fff;transition:var(--transition);border-radius:8px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600}.Navbar-module__cJzEcG__ctaBtn:hover{background:#d31a20;transform:translateY(-2px)}.Navbar-module__cJzEcG__userWrapper{padding:10px 0;position:relative}.Navbar-module__cJzEcG__userBtn{color:var(--text-main);transition:var(--transition);border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__userBtn:hover{background:var(--bg-soft);color:var(--primary)}.Navbar-module__cJzEcG__userName{text-overflow:ellipsis;white-space:nowrap;max-width:80px;overflow:hidden}.Navbar-module__cJzEcG__userDropdown{border:1px solid var(--border);z-index:1001;background:#fff;border-radius:8px;flex-direction:column;min-width:160px;padding:.5rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 10px 25px #0000001a}.Navbar-module__cJzEcG__userDropdown a,.Navbar-module__cJzEcG__userDropdown button{text-align:left;color:var(--text-main);border-radius:4px;width:100%;padding:.6rem .8rem;font-size:.85rem;font-weight:600}.Navbar-module__cJzEcG__userDropdown a:hover,.Navbar-module__cJzEcG__userDropdown button:hover{background:var(--bg-soft);color:var(--primary)}.Navbar-module__cJzEcG__menuBtn{color:var(--text-main);opacity:.8;padding:6px;display:none}.Navbar-module__cJzEcG__mobileMenu{z-index:2000;background:#fff;flex-direction:column;width:280px;height:100vh;padding:1.5rem;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000000d}.Navbar-module__cJzEcG__mobileMenuVisible{right:0}.Navbar-module__cJzEcG__mobileMenuHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Navbar-module__cJzEcG__mobileBrand{letter-spacing:1px;color:var(--primary);font-size:1rem;font-weight:800}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;gap:1.25rem;display:flex}.Navbar-module__cJzEcG__mobileLinks a{color:var(--text-main);transition:var(--transition);font-size:.95rem;font-weight:600}.Navbar-module__cJzEcG__mobileLinks a:hover{color:var(--primary);padding-left:5px}.Navbar-module__cJzEcG__mobileActions{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.Navbar-module__cJzEcG__mobileLogin{border:1px solid var(--border);text-align:center;border-radius:6px;padding:.75rem;font-size:.85rem;font-weight:600}.Navbar-module__cJzEcG__mobileCta{background:var(--primary);text-align:center;border-radius:6px;padding:.75rem;font-size:.85rem;font-weight:700;color:#fff!important}.Navbar-module__cJzEcG__mobileLangList{border-top:1px solid var(--border);margin-top:3rem;padding-top:2rem}.Navbar-module__cJzEcG__mobileLangList p{color:var(--text-muted);letter-spacing:1px;margin-bottom:1rem;font-size:.7rem;font-weight:800}.Navbar-module__cJzEcG__mobileLangs{gap:1rem;display:flex}.Navbar-module__cJzEcG__mobileLangs button{border:1px solid var(--border);border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.Navbar-module__cJzEcG__activeMobileLang{background:var(--bg-soft);color:var(--primary);border-color:var(--primary)!important}@media (max-width:1024px){.Navbar-module__cJzEcG__center,.Navbar-module__cJzEcG__loginText{display:none}.Navbar-module__cJzEcG__langText{font-size:.75rem;display:block}.Navbar-module__cJzEcG__langWrapper{display:block}.Navbar-module__cJzEcG__ctaBtn{display:none}.Navbar-module__cJzEcG__menuBtn{display:block}}@media (max-width:480px){.Navbar-module__cJzEcG__loginBtn{display:none}}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:auto;max-height:40px}.Navbar-module__cJzEcG__logoImgMobile{object-fit:contain;width:auto;max-height:35px}.Navbar-module__cJzEcG__advisorLink{color:#ed1c24;white-space:nowrap;border-radius:6px;align-items:center;padding:6px 12px;font-size:.85rem;font-weight:700;transition:all .25s;display:inline-flex}.Navbar-module__cJzEcG__advisorLink:hover{color:#c41018;background:#ed1c2414}@media (max-width:992px){.Navbar-module__cJzEcG__advisorLink{display:none}}.Navbar-module__cJzEcG__mobileAdvisorLink{color:#ed1c24!important;font-weight:700!important}
.Footer-module__S6Hkya__footer{color:#fff;border-top:1px solid var(--border);background:#0a0a0b;padding:80px 0 30px}.Footer-module__S6Hkya__footerMain{justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.Footer-module__S6Hkya__footerBrand{max-width:350px}.Footer-module__S6Hkya__footerLogo{color:#fff;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.Footer-module__S6Hkya__footerLogo span{color:var(--secondary)}.Footer-module__S6Hkya__footerTagline{opacity:.6;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socials a{width:40px;height:40px;transition:var(--transition);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socials a:hover{background:var(--primary);transform:translateY(-3px)}.Footer-module__S6Hkya__footerLinksGroup{flex:1;justify-content:flex-end;gap:4rem;display:flex}.Footer-module__S6Hkya__footerColumn h4{letter-spacing:1px;color:#fff;margin-bottom:1.5rem;font-size:.85rem;font-weight:800}.Footer-module__S6Hkya__footerColumn a:not(.Footer-module__S6Hkya__contactItem){opacity:.5;transition:var(--transition);color:#fff;margin-bottom:.8rem;font-size:.9rem;display:block}.Footer-module__S6Hkya__footerColumn a:not(.Footer-module__S6Hkya__contactItem):hover{opacity:1;color:var(--primary)}.Footer-module__S6Hkya__contactItem{opacity:.6;color:#fff;transition:var(--transition);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}a.Footer-module__S6Hkya__contactItem:hover{opacity:1;color:var(--primary);text-decoration:none}.Footer-module__S6Hkya__footerBottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__legal{gap:2rem;display:flex}.Footer-module__S6Hkya__legal a{opacity:.4;color:#fff}.Footer-module__S6Hkya__legal a:hover{opacity:1}.Footer-module__S6Hkya__footerBottom p{opacity:.3}@media (max-width:1024px){.Footer-module__S6Hkya__footerMain{flex-direction:column;gap:3rem}.Footer-module__S6Hkya__footerLinksGroup{flex-wrap:wrap;justify-content:flex-start;gap:2rem}}@media (max-width:768px){.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__S6Hkya__legal{justify-content:center;gap:1rem}}.Footer-module__S6Hkya__creditLine{color:#666;text-align:center;background:#fff;border-top:1px solid #eee;padding:15px 0;font-size:.8rem}.Footer-module__S6Hkya__creditLine p{margin:0}.Footer-module__S6Hkya__creditLine strong{color:#000;font-weight:800}.Footer-module__S6Hkya__creditLine strong a{color:inherit;text-decoration:none;transition:opacity .2s}.Footer-module__S6Hkya__creditLine strong a:hover{opacity:.8;text-decoration:underline}
.page-module___8aEwW__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.page-module___8aEwW__sectionTitle{color:var(--text-main);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.page-module___8aEwW__sectionSubtitle{color:var(--text-muted);font-size:.9rem}.page-module___8aEwW__viewAll{color:var(--primary);letter-spacing:1px;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.page-module___8aEwW__viewAll:hover{color:var(--secondary)}.page-module___8aEwW__altSection{background:#fcfcfd}.page-module___8aEwW__propertyGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.page-module___8aEwW__featuresSection{background:var(--bg-soft)}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.page-module___8aEwW__featureCard{text-align:center}.page-module___8aEwW__featureIcon{color:var(--primary);margin-bottom:1.5rem}.page-module___8aEwW__featureCard h3{margin-bottom:1rem;font-size:1.25rem}.page-module___8aEwW__featureCard p{color:var(--text-muted);line-height:1.6}.page-module___8aEwW__agentSection{background:#fff}.page-module___8aEwW__agentFlex{align-items:center;gap:5rem;display:flex}.page-module___8aEwW__agentContent{flex:1}.page-module___8aEwW__badge{background:var(--bg-soft);color:var(--primary);border-radius:4px;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.page-module___8aEwW__agentContent h2{margin-bottom:1.5rem;font-size:2.5rem}.page-module___8aEwW__agentContent p{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.page-module___8aEwW__primaryBtn{background:var(--primary);color:#fff;border-radius:6px;padding:1rem 2.5rem;font-size:1rem;font-weight:700}.page-module___8aEwW__agentImage{flex:1}.page-module___8aEwW__imagePlaceholder{background:var(--bg-soft);border:2px dashed var(--border);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:400px;display:flex}.page-module___8aEwW__ctaSection{padding:0}.page-module___8aEwW__ctaCard{background:var(--primary);text-align:center;color:#fff;border-radius:12px;padding:3rem}.page-module___8aEwW__ctaContent h2{margin-bottom:1.5rem;font-size:1.75rem}.page-module___8aEwW__ctaContent p{opacity:.9;margin-bottom:3rem;font-size:1.2rem}.page-module___8aEwW__ctaButtons{justify-content:center;gap:1.5rem;display:flex}.page-module___8aEwW__whiteBtn{color:var(--primary);background:#fff;border-radius:6px;padding:1rem 2.5rem;font-weight:700}.page-module___8aEwW__outlineBtn{color:#fff;background:0 0;border:1px solid #fff;border-radius:6px;padding:1rem 2.5rem;font-weight:700}.page-module___8aEwW__footer{color:#fff;border-top:1px solid var(--border);background:#0a0a0b;padding:80px 0 30px}.page-module___8aEwW__footerMain{justify-content:space-between;gap:4rem;margin-bottom:4rem;display:flex}.page-module___8aEwW__footerBrand{max-width:350px}.page-module___8aEwW__footerLogo{color:#fff;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.page-module___8aEwW__footerLogo span{color:var(--secondary)}.page-module___8aEwW__footerTagline{opacity:.6;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.page-module___8aEwW__socials{gap:1rem;display:flex}.page-module___8aEwW__socials a{width:40px;height:40px;transition:var(--transition);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module___8aEwW__socials a:hover{background:var(--primary);transform:translateY(-3px)}.page-module___8aEwW__footerLinksGroup{flex:1;justify-content:flex-end;gap:4rem;display:flex}.page-module___8aEwW__footerColumn h4{letter-spacing:1px;color:#fff;margin-bottom:1.5rem;font-size:.85rem;font-weight:800}.page-module___8aEwW__footerColumn a{opacity:.5;transition:var(--transition);margin-bottom:.8rem;font-size:.9rem;display:block}.page-module___8aEwW__footerColumn a:hover{opacity:1;color:var(--primary)}.page-module___8aEwW__contactItem{opacity:.6;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}.page-module___8aEwW__footerBottom{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.page-module___8aEwW__legal{gap:2rem;display:flex}.page-module___8aEwW__legal a{opacity:.4}.page-module___8aEwW__legal a:hover{opacity:1}.page-module___8aEwW__footerBottom p{opacity:.3}@media (max-width:1024px){.page-module___8aEwW__footerMain{flex-direction:column;gap:3rem}.page-module___8aEwW__footerLinksGroup{flex-wrap:wrap;justify-content:flex-start;gap:2rem}}@media (max-width:768px){.page-module___8aEwW__footerBottom{text-align:center;flex-direction:column;gap:1.5rem}.page-module___8aEwW__legal{justify-content:center;gap:1rem}}@media (max-width:992px){.page-module___8aEwW__featuresGrid{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__agentFlex{flex-direction:column;gap:3rem}.page-module___8aEwW__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.page-module___8aEwW__sectionTitle{font-size:1.75rem}.page-module___8aEwW__ctaCard{padding:3rem 1.5rem}.page-module___8aEwW__ctaButtons{flex-direction:column}.page-module___8aEwW__footerGrid{grid-template-columns:1fr}}.page-module___8aEwW__advisorCta{background:var(--bg-soft);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:48px 0;position:relative}.page-module___8aEwW__advisorCta:before{display:none}.page-module___8aEwW__advisorCtaInner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.page-module___8aEwW__advisorCtaText{color:var(--text-main)}.page-module___8aEwW__advisorCtaBadge{color:#ed1c24;letter-spacing:.08em;text-transform:uppercase;background:#ed1c2414;border:1px solid #ed1c2433;border-radius:4px;align-items:center;margin-bottom:.65rem;padding:4px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.page-module___8aEwW__advisorCtaText h2{letter-spacing:-.01em;color:var(--text-main);margin-bottom:.4rem;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:800}.page-module___8aEwW__advisorCtaText p{color:var(--text-muted);max-width:560px;font-size:.95rem;line-height:1.6}.page-module___8aEwW__advisorCtaBtn{color:#fff;white-space:nowrap;background:#ed1c24;border-radius:8px;flex-shrink:0;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #ed1c2440}.page-module___8aEwW__advisorCtaBtn:hover{background:#c41018;transform:translateY(-1px);box-shadow:0 6px 20px #ed1c2459}@media (max-width:768px){.page-module___8aEwW__advisorCtaInner{text-align:center;flex-direction:column}.page-module___8aEwW__advisorCtaText p{max-width:100%}}
.PropertyDetail-module__jfNMda__page{color:#1e293b;background-color:#f8fafc;min-height:100vh}.PropertyDetail-module__jfNMda__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.PropertyDetail-module__jfNMda__heroSection{background:#fff;border-bottom:1px solid #e2e8f0;padding:80px 0 2rem}.PropertyDetail-module__jfNMda__breadcrumb{color:#64748b;margin-bottom:1.5rem;font-size:.875rem}.PropertyDetail-module__jfNMda__breadcrumb a{color:var(--primary,#0f172a);font-weight:500;text-decoration:none}.PropertyDetail-module__jfNMda__breadcrumb span{color:#94a3b8}.PropertyDetail-module__jfNMda__mainHeader{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.PropertyDetail-module__jfNMda__headerLeft h1{color:#0f172a;letter-spacing:-.025em;margin:.75rem 0;font-size:2.25rem;font-weight:800}.PropertyDetail-module__jfNMda__tagWrapper{gap:.5rem;display:flex}.PropertyDetail-module__jfNMda__statusTag{background:var(--primary,#0f172a);color:#fff;text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.PropertyDetail-module__jfNMda__typeTag{color:#475569;text-transform:uppercase;background:#f1f5f9;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.PropertyDetail-module__jfNMda__headerMeta{color:#64748b;align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.PropertyDetail-module__jfNMda__location{align-items:center;gap:.4rem;display:flex}.PropertyDetail-module__jfNMda__headerAgent{align-items:center;gap:.5rem;font-size:.875rem;display:flex}.PropertyDetail-module__jfNMda__headerRight{text-align:right}.PropertyDetail-module__jfNMda__priceContainer{flex-direction:column;align-items:flex-end;gap:.25rem;margin-bottom:1rem;display:flex}.PropertyDetail-module__jfNMda__oldPrice{color:#94a3b8;font-size:1.125rem;font-weight:500;text-decoration:line-through}.PropertyDetail-module__jfNMda__price{color:var(--primary,#0f172a);font-size:2rem;font-weight:800}.PropertyDetail-module__jfNMda__actions{justify-content:flex-end;gap:.75rem;display:flex}.PropertyDetail-module__jfNMda__actionBtn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.PropertyDetail-module__jfNMda__actionBtn:hover{background:#f8fafc;border-color:#cbd5e1}.PropertyDetail-module__jfNMda__activeAction{color:#ef4444;background:#fef2f2;border-color:#fecaca}.PropertyDetail-module__jfNMda__activeAction:hover{background:#fee2e2;border-color:#fca5a5}.PropertyDetail-module__jfNMda__contentWrapper{grid-template-columns:minmax(0,1fr) 380px;gap:2rem;padding-top:2rem;padding-bottom:4rem;display:grid}.PropertyDetail-module__jfNMda__mainContent{flex-direction:column;gap:2rem;display:flex}.PropertyDetail-module__jfNMda__mediaCenter{background:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.PropertyDetail-module__jfNMda__galleryWrapper{position:relative}.PropertyDetail-module__jfNMda__mainImageWrapper{aspect-ratio:16/9;width:100%;position:relative}.PropertyDetail-module__jfNMda__mainGalleryImg{object-fit:cover}.PropertyDetail-module__jfNMda__thumbnailStrip{background:#f8fafc;gap:.5rem;padding:.5rem;display:flex;overflow-x:auto}.PropertyDetail-module__jfNMda__thumbWrapper{cursor:pointer;border:2px solid #0000;border-radius:4px;flex-shrink:0;width:120px;height:80px;transition:border-color .2s;position:relative;overflow:hidden}.PropertyDetail-module__jfNMda__thumbWrapper:hover{border-color:var(--primary)}.PropertyDetail-module__jfNMda__thumbImg{object-fit:cover}.PropertyDetail-module__jfNMda__videoWrapper{border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.PropertyDetail-module__jfNMda__videoIframe{background:#000;border:none}.PropertyDetail-module__jfNMda__quickSpecs{background:#fff;border:1px solid #f1f5f9;border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:2rem;display:grid;box-shadow:0 4px 6px -1px #0000000d}.PropertyDetail-module__jfNMda__spec{align-items:center;gap:1rem;display:flex}.PropertyDetail-module__jfNMda__spec label{color:#64748b;margin-bottom:.125rem;font-size:.75rem;display:block}.PropertyDetail-module__jfNMda__spec span{color:#1e293b;font-weight:700}.PropertyDetail-module__jfNMda__section{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;scroll-margin-top:140px;box-shadow:0 4px 6px -1px #0000000d}.PropertyDetail-module__jfNMda__section h3{border-bottom:2px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:700}.PropertyDetail-module__jfNMda__detailsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.PropertyDetail-module__jfNMda__detailItem{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding-bottom:.75rem;display:flex}.PropertyDetail-module__jfNMda__detailItem label{color:#64748b;font-size:.875rem}.PropertyDetail-module__jfNMda__detailItem span{font-size:.875rem;font-weight:600}.PropertyDetail-module__jfNMda__descriptionText{color:#475569;white-space:pre-wrap;line-height:1.8}.PropertyDetail-module__jfNMda__sidebar{flex-direction:column;gap:1.5rem;display:flex}.PropertyDetail-module__jfNMda__contactCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;position:sticky;top:100px;box-shadow:0 10px 15px -3px #0000000d}.PropertyDetail-module__jfNMda__contactCard h4{margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.PropertyDetail-module__jfNMda__sidebarAgent{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.PropertyDetail-module__jfNMda__sidebarAgentImg{border-radius:50%;width:56px;height:56px;position:relative;overflow:hidden}.PropertyDetail-module__jfNMda__avatarImg{object-fit:cover}.PropertyDetail-module__jfNMda__sidebarAgent h5{margin:0;font-size:1rem;font-weight:700}.PropertyDetail-module__jfNMda__sidebarAgent p{color:#64748b;margin:.25rem 0 0;font-size:.875rem}.PropertyDetail-module__jfNMda__agentActions{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem;display:grid}.PropertyDetail-module__jfNMda__phoneBtn{background:var(--primary,#0f172a);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.PropertyDetail-module__jfNMda__phoneBtn:hover{opacity:.9}.PropertyDetail-module__jfNMda__messageBtn{color:#1e293b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-weight:600;transition:background .2s;display:flex}.PropertyDetail-module__jfNMda__messageBtn:hover{background:#e2e8f0}.PropertyDetail-module__jfNMda__contactForm{flex-direction:column;gap:1rem;display:flex}.PropertyDetail-module__jfNMda__contactForm input,.PropertyDetail-module__jfNMda__contactForm textarea{border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s}.PropertyDetail-module__jfNMda__contactForm input:focus,.PropertyDetail-module__jfNMda__contactForm textarea:focus{border-color:var(--primary,#0f172a);outline:none}.PropertyDetail-module__jfNMda__contactForm textarea{resize:vertical;min-height:100px}.PropertyDetail-module__jfNMda__contactForm button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;margin-top:.5rem;padding:.875rem;font-weight:700}.PropertyDetail-module__jfNMda__safetyCard{background:#f0fdf4;border:1px solid #dcfce7;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.PropertyDetail-module__jfNMda__safetyCard p{color:#166534;margin:0;font-size:.875rem}.PropertyDetail-module__jfNMda__footer{text-align:center;color:#64748b;background:#fff;border-top:1px solid #e2e8f0;padding:3rem 0;font-size:.875rem}@media (max-width:1024px){.PropertyDetail-module__jfNMda__contentWrapper{grid-template-columns:minmax(0,1fr)}.PropertyDetail-module__jfNMda__contactCard{position:static}}@media (max-width:768px){.PropertyDetail-module__jfNMda__mainHeader{text-align:left;flex-direction:column}.PropertyDetail-module__jfNMda__headerRight{text-align:left;margin-top:1rem}.PropertyDetail-module__jfNMda__actions{justify-content:flex-start}.PropertyDetail-module__jfNMda__quickSpecs{grid-template-columns:repeat(2,1fr)}.PropertyDetail-module__jfNMda__detailsGrid{grid-template-columns:1fr}.PropertyDetail-module__jfNMda__headerLeft h1{font-size:1.75rem}}.PropertyDetail-module__jfNMda__chatContainer{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;height:450px;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d}.PropertyDetail-module__jfNMda__chatHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem}.PropertyDetail-module__jfNMda__chatAgentInfo{align-items:center;gap:.75rem;display:flex}.PropertyDetail-module__jfNMda__chatAvatar{background:var(--primary,#0f172a);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.PropertyDetail-module__jfNMda__chatAgentName{font-size:.875rem;font-weight:700}.PropertyDetail-module__jfNMda__chatStatus{color:#10b981;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.PropertyDetail-module__jfNMda__chatStatus:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.PropertyDetail-module__jfNMda__chatMessages{background:#fff;flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.PropertyDetail-module__jfNMda__chatBubble{border-radius:12px;max-width:85%;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.PropertyDetail-module__jfNMda__agentBubble{color:#1e293b;background:#f1f5f9;border-bottom-left-radius:2px;align-self:flex-start}.PropertyDetail-module__jfNMda__userBubble{background:var(--primary,#0f172a);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.PropertyDetail-module__jfNMda__chatInputArea{background:#f8fafc;border-top:1px solid #e2e8f0;gap:.5rem;padding:1rem;display:flex}.PropertyDetail-module__jfNMda__chatInputArea input{border:1px solid #e2e8f0;border-radius:9999px;outline:none;flex:1;padding:.5rem 1rem;font-size:.875rem;transition:border-color .2s}.PropertyDetail-module__jfNMda__chatInputArea input:focus{border-color:var(--primary,#0f172a)}.PropertyDetail-module__jfNMda__chatInputArea button{background:var(--primary,#0f172a);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .2s;display:flex}.PropertyDetail-module__jfNMda__chatInputArea button:disabled{opacity:.5;cursor:not-allowed}.PropertyDetail-module__jfNMda__kvkkCheckboxContainer{background:#fff;border-top:1px solid #f1f5f9;align-items:center;padding:.75rem 1rem .5rem;display:flex}.PropertyDetail-module__jfNMda__kvkkLabel{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.5rem;font-size:.75rem;line-height:1.4;display:flex}.PropertyDetail-module__jfNMda__kvkkLabel input[type=checkbox]{cursor:pointer;accent-color:#0f172a;margin-top:.15rem}.PropertyDetail-module__jfNMda__kvkkLabel a{color:#ed1c24;font-weight:600;text-decoration:underline}.PropertyDetail-module__jfNMda__kvkkLabel a:hover{color:#c41018;text-decoration:none}.PropertyDetail-module__jfNMda__anchorNav{-webkit-backdrop-filter:blur(12px);z-index:50;background:#fffc;border-bottom:1px solid #e2e8f0;transition:all .2s;position:sticky;top:64px;box-shadow:0 4px 6px -1px #00000005}.PropertyDetail-module__jfNMda__anchorNavList{scrollbar-width:none;align-items:center;gap:1.75rem;padding:.875rem 1.5rem;display:flex;overflow-x:auto}.PropertyDetail-module__jfNMda__anchorNavList::-webkit-scrollbar{display:none}.PropertyDetail-module__jfNMda__anchorNavList a{color:#64748b;white-space:nowrap;border-bottom:2px solid #0000;padding-bottom:.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s,border-color .2s}.PropertyDetail-module__jfNMda__anchorNavList a:hover{color:#ed1c24;border-bottom-color:#ed1c24}.PropertyDetail-module__jfNMda__galleryScrollAnchor{scroll-margin-top:140px}.PropertyDetail-module__jfNMda__distanceNumber{color:#64748b;font-family:var(--font-urbanist), sans-serif;letter-spacing:-.01em;flex-shrink:0;margin-left:1rem;font-size:.85rem;font-weight:700}
.Listing-module__A8mDKa__page{background:#fff;min-height:100vh;padding-top:80px}.Listing-module__A8mDKa__header{background:#fff;padding:1.5rem 0}.Listing-module__A8mDKa__headerContent{justify-content:space-between;align-items:center;display:flex}.Listing-module__A8mDKa__titleArea h1{color:var(--text-main);font-size:1.25rem;font-weight:800}.Listing-module__A8mDKa__titleArea p{color:var(--text-muted);font-size:.75rem;font-weight:600}.Listing-module__A8mDKa__controls{align-items:center;gap:1rem;display:flex}.Listing-module__A8mDKa__viewToggle{background:var(--bg-soft);border-radius:8px;padding:3px;display:flex}.Listing-module__A8mDKa__viewToggle button{color:var(--text-muted);transition:var(--transition);border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.7rem;font-weight:700;display:flex}.Listing-module__A8mDKa__activeView{background:#fff;box-shadow:0 2px 8px #0000000d;color:var(--primary)!important}.Listing-module__A8mDKa__sortDropdown{color:var(--text-main);cursor:pointer;background:var(--bg-soft);border-radius:8px;align-items:center;gap:.5rem;padding:8px 12px;font-size:.75rem;display:flex}.Listing-module__A8mDKa__filterBarWrapper{z-index:100;border-bottom:1px solid var(--border);background:#fff;padding:10px 0;position:sticky;top:64px}.Listing-module__A8mDKa__filterBar{background:#fff;align-items:center;gap:1.5rem;padding:0;display:flex}.Listing-module__A8mDKa__filterItem{flex:1;align-items:center;gap:10px;display:flex}.Listing-module__A8mDKa__filterItem label{color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-weight:800}.Listing-module__A8mDKa__filterValue{color:var(--text-main);cursor:pointer;align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.Listing-module__A8mDKa__filterItem input{border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem;font-weight:600}.Listing-module__A8mDKa__filterDivider{background:var(--border);width:1px;height:30px}.Listing-module__A8mDKa__moreFilters{color:var(--text-main);align-items:center;gap:8px;font-size:.7rem;font-weight:800;display:flex}.Listing-module__A8mDKa__searchBtn{background:var(--primary);color:#fff;letter-spacing:.5px;border-radius:6px;padding:10px 24px;font-size:.75rem;font-weight:800}.Listing-module__A8mDKa__listingContainer{padding:2rem 0 4rem}.Listing-module__A8mDKa__compactGrid{grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:3rem;display:grid}.Listing-module__A8mDKa__mapPlaceholder{background:var(--bg-soft);border-radius:12px;justify-content:center;align-items:center;height:600px;margin-bottom:3rem;display:flex}.Listing-module__A8mDKa__mapInner{text-align:center;color:var(--text-muted)}.Listing-module__A8mDKa__mapInner h3{color:var(--text-main);margin-top:1rem}.Listing-module__A8mDKa__pagination{justify-content:center;gap:.5rem;display:flex}.Listing-module__A8mDKa__pagination button{border:1px solid var(--border);background:#fff;border-radius:6px;padding:.5rem .8rem;font-size:.8rem;font-weight:600}.Listing-module__A8mDKa__activePage{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}@media (max-width:1400px){.Listing-module__A8mDKa__compactGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1100px){.Listing-module__A8mDKa__compactGrid{grid-template-columns:repeat(3,1fr)}.Listing-module__A8mDKa__filterBar{padding-bottom:10px;overflow-x:auto}}@media (max-width:768px){.Listing-module__A8mDKa__compactGrid{grid-template-columns:repeat(2,1fr)}.Listing-module__A8mDKa__filterBarWrapper{display:none}}@media (max-width:480px){.Listing-module__A8mDKa__compactGrid{grid-template-columns:1fr}}
.PropertyCard-module__vCf2VG__card{transition:var(--transition);cursor:pointer;border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.PropertyCard-module__vCf2VG__card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.PropertyCard-module__vCf2VG__imageContainer{width:100%;height:150px;position:relative;overflow:hidden}.PropertyCard-module__vCf2VG__image{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.PropertyCard-module__vCf2VG__card:hover .PropertyCard-module__vCf2VG__image{transform:scale(1.05)}.PropertyCard-module__vCf2VG__tag{background:var(--secondary);color:#fff;text-transform:uppercase;border-radius:4px;padding:.4rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.PropertyCard-module__vCf2VG__favBtnContainer{z-index:10;position:absolute;top:8px;right:8px}.PropertyCard-module__vCf2VG__content{padding:.75rem}.PropertyCard-module__vCf2VG__priceContainer{align-items:center;gap:.5rem;margin-bottom:.1rem;display:flex}.PropertyCard-module__vCf2VG__oldPrice{color:var(--text-muted);font-size:.8rem;font-weight:500;text-decoration:line-through}.PropertyCard-module__vCf2VG__price{color:var(--primary);font-size:1rem;font-weight:800}.PropertyCard-module__vCf2VG__title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;height:1.1rem;margin-bottom:.1rem;font-size:.8rem;font-weight:600;overflow:hidden}.PropertyCard-module__vCf2VG__location{color:var(--text-muted);align-items:center;gap:.2rem;margin-bottom:1rem;font-size:.75rem;display:flex}.PropertyCard-module__vCf2VG__footer{border-top:1px solid var(--border);justify-content:space-between;padding-top:.75rem;display:flex}.PropertyCard-module__vCf2VG__feature{color:var(--text-muted);align-items:center;gap:.2rem;font-size:.65rem;display:flex}.PropertyCard-module__vCf2VG__feature span{color:var(--text-main);font-weight:600}
.Legal-module__RSWjga__page{background:#fff;min-height:100vh;padding-top:100px;padding-bottom:5rem}.Legal-module__RSWjga__content{max-width:800px;margin:0 auto}.Legal-module__RSWjga__header{text-align:center;margin-bottom:3rem}.Legal-module__RSWjga__header h1{color:var(--text-main);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Legal-module__RSWjga__updateDate{color:var(--text-muted);font-size:.9rem;font-weight:600}.Legal-module__RSWjga__article{margin-bottom:2.5rem}.Legal-module__RSWjga__article h2{color:var(--text-main);border-bottom:2px solid var(--bg-soft);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:800}.Legal-module__RSWjga__article p{color:var(--text-main);opacity:.85;margin-bottom:1rem;font-size:1rem;line-height:1.8}.Legal-module__RSWjga__article ul{margin-bottom:1rem;padding-left:1.5rem}.Legal-module__RSWjga__article li{color:var(--text-main);opacity:.85;margin-bottom:.5rem;font-size:1rem;line-height:1.8}@media (max-width:768px){.Legal-module__RSWjga__header h1{font-size:1.75rem}}
.blog-module__JsT-Oq__hero{color:#1a1a1a;text-align:center;background:#f8f9fa;border-bottom:1px solid #0000000d;padding:160px 0 80px}.blog-module__JsT-Oq__title{letter-spacing:-.02em;color:#000;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.blog-module__JsT-Oq__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.25rem}.blog-module__JsT-Oq__filterContainer{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.blog-module__JsT-Oq__categories{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.blog-module__JsT-Oq__categoryBtn{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:50px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s}.blog-module__JsT-Oq__categoryBtn:hover{background:#f0f0f0}.blog-module__JsT-Oq__categoryBtnActive{color:#fff;background:#000;border-color:#000}.blog-module__JsT-Oq__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.blog-module__JsT-Oq__blogCard{color:inherit;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.blog-module__JsT-Oq__blogCard:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a}.blog-module__JsT-Oq__imageWrapper{background:#f0f0f0;width:100%;height:220px;position:relative}.blog-module__JsT-Oq__imageWrapper img{object-fit:cover;width:100%;height:100%}.blog-module__JsT-Oq__categoryBadge{text-transform:uppercase;color:#000;background:#ffffffe6;border-radius:4px;padding:.3rem .8rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.blog-module__JsT-Oq__placeholder{background:linear-gradient(45deg,#f0f0f0,#e0e0e0);width:100%;height:100%}.blog-module__JsT-Oq__content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.blog-module__JsT-Oq__date{color:#666;margin-bottom:.75rem;font-size:.85rem;font-weight:500}.blog-module__JsT-Oq__postTitle{color:#1a1a1a;margin-bottom:1rem;font-size:1.4rem;font-weight:700;line-height:1.3}.blog-module__JsT-Oq__excerpt{color:#444;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__JsT-Oq__readMore{color:#000;align-items:center;margin-top:auto;font-size:.9rem;font-weight:600;display:flex}.blog-module__JsT-Oq__empty{text-align:center;color:#666;padding:100px 0;font-size:1.1rem}.blog-module__JsT-Oq__detailContainer{max-width:850px;margin:0 auto;padding:140px 20px 80px}.blog-module__JsT-Oq__detailHeader{text-align:center;margin-bottom:3rem}.blog-module__JsT-Oq__detailDate{color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:block}.blog-module__JsT-Oq__detailTitle{letter-spacing:-.02em;color:#000;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.blog-module__JsT-Oq__detailImage{border-radius:24px;width:100%;margin-bottom:3rem;box-shadow:0 10px 50px #0000001a}.blog-module__JsT-Oq__postBody{color:#222;white-space:pre-wrap;font-size:1.2rem;line-height:1.9}.blog-module__JsT-Oq__shareSection{border-top:1px solid #0000001a;flex-direction:column;align-items:center;gap:1.5rem;margin-top:4rem;padding-top:2rem;display:flex}.blog-module__JsT-Oq__shareTitle{color:#666;font-size:1rem;font-weight:600}.blog-module__JsT-Oq__shareButtons{gap:1rem;display:flex}.blog-module__JsT-Oq__shareBtn{color:#333;cursor:pointer;background:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .2s;display:flex}.blog-module__JsT-Oq__shareBtn:hover{color:#fff;background:#000;transform:scale(1.1)}@media (max-width:768px){.blog-module__JsT-Oq__hero{padding:120px 0 60px}.blog-module__JsT-Oq__title,.blog-module__JsT-Oq__detailTitle{font-size:2.5rem}.blog-module__JsT-Oq__detailContainer{padding-top:100px}}
.Agents-module__oeiula__page{background:#fff;min-height:100vh;padding-top:60px}.Agents-module__oeiula__hero{background:var(--bg-soft);text-align:center;padding:4rem 0}.Agents-module__oeiula__hero h1{color:var(--text-main);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Agents-module__oeiula__hero p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.Agents-module__oeiula__agentGrid{padding:4rem 0}.Agents-module__oeiula__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Agents-module__oeiula__agentCard{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:16px;overflow:hidden}.Agents-module__oeiula__agentCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000000f}.Agents-module__oeiula__agentImage{background:var(--bg-soft);height:280px;position:relative}.Agents-module__oeiula__agentImage img{object-fit:cover}.Agents-module__oeiula__rating{color:#f59e0b;background:#fff;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 4px 12px #0000001a}.Agents-module__oeiula__agentInfo{padding:1.5rem}.Agents-module__oeiula__titleRow{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.Agents-module__oeiula__titleRow h3{color:var(--text-main);font-size:1.25rem;font-weight:800}.Agents-module__oeiula__awardIcon{color:var(--primary)}.Agents-module__oeiula__titleText{color:var(--primary);margin-bottom:1.25rem;font-size:.85rem;font-weight:600}.Agents-module__oeiula__meta{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;display:flex}.Agents-module__oeiula__metaItem{color:var(--text-muted);align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.Agents-module__oeiula__contactButtons{gap:.75rem;display:flex}.Agents-module__oeiula__phoneBtn,.Agents-module__oeiula__mailBtn{border:1px solid var(--border);width:48px;height:48px;color:var(--text-main);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;display:flex}.Agents-module__oeiula__phoneBtn:hover{color:#166534;background:#f0fdf4;border-color:#166534}.Agents-module__oeiula__mailBtn:hover{color:#1e40af;background:#eff6ff;border-color:#1e40af}.Agents-module__oeiula__profileBtn{background:var(--primary);letter-spacing:.04em;height:48px;transition:var(--transition);white-space:nowrap;text-align:center;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:0 12px;font-size:.78rem;font-weight:700;display:flex;color:#fff!important}.Agents-module__oeiula__profileBtn:hover{background:#c41018;transform:translateY(-2px);box-shadow:0 6px 16px #ed1c244d}.Agents-module__oeiula__cta{background:var(--bg-soft);padding:4rem 0}.Agents-module__oeiula__ctaContent{text-align:center;border:1px solid var(--border);background:#fff;border-radius:20px;padding:3rem}.Agents-module__oeiula__ctaContent h2{margin-bottom:1rem;font-size:2rem;font-weight:800}.Agents-module__oeiula__ctaContent p{color:var(--text-muted);max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.Agents-module__oeiula__ctaContent button{background:var(--primary);color:#fff;transition:var(--transition);border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:800}.Agents-module__oeiula__ctaContent button:hover{transform:translateY(-3px);box-shadow:0 10px 20px #ed1c2433}@media (max-width:1024px){.Agents-module__oeiula__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Agents-module__oeiula__grid{grid-template-columns:1fr}}
.PropertyGallery-module__4R_FNq__galleryContainer{background:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.PropertyGallery-module__4R_FNq__tabs{background:#f8fafc;border-bottom:1px solid #f1f5f9;gap:.5rem;padding:.5rem;display:flex}.PropertyGallery-module__4R_FNq__tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.PropertyGallery-module__4R_FNq__tab:hover:not(.PropertyGallery-module__4R_FNq__disabledTab){color:#1e293b;background:#f1f5f9}.PropertyGallery-module__4R_FNq__activeTab{box-shadow:0 2px 8px #0000000d;color:#0f172a!important;background:#fff!important}.PropertyGallery-module__4R_FNq__disabledTab{opacity:.4;cursor:not-allowed}.PropertyGallery-module__4R_FNq__displayArea{background:#fff;position:relative}.PropertyGallery-module__4R_FNq__mainImageWrapper{aspect-ratio:16/9;background:#f1f5f9;width:100%;position:relative}.PropertyGallery-module__4R_FNq__mainImg{object-fit:cover}.PropertyGallery-module__4R_FNq__thumbnails{background:#f8fafc;gap:.75rem;width:100%;max-width:100%;padding:1rem;display:flex;overflow-x:auto}.PropertyGallery-module__4R_FNq__thumbWrapper{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:100px;height:65px;transition:all .2s;position:relative;overflow:hidden}.PropertyGallery-module__4R_FNq__activeThumb{border-color:#0f172a;transform:scale(1.05)}.PropertyGallery-module__4R_FNq__thumbImg{object-fit:cover}.PropertyGallery-module__4R_FNq__videoView{aspect-ratio:16/9;background:#000}.PropertyGallery-module__4R_FNq__videoWrapper{width:100%;height:100%}.PropertyGallery-module__4R_FNq__videoIframe{border:none}@media (max-width:768px){.PropertyGallery-module__4R_FNq__tab span{display:none}.PropertyGallery-module__4R_FNq__tab{padding:.75rem}}.PropertyGallery-module__4R_FNq__enlargeOverlay{color:#fff;opacity:0;cursor:pointer;background:#0003;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.PropertyGallery-module__4R_FNq__mainImageWrapper:hover .PropertyGallery-module__4R_FNq__enlargeOverlay{opacity:1}.PropertyGallery-module__4R_FNq__enlargeOverlay span{text-shadow:0 2px 4px #0000004d;font-size:.8rem;font-weight:600}.PropertyGallery-module__4R_FNq__lightbox{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e6;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.PropertyGallery-module__4R_FNq__closeBtn{color:#fff;cursor:pointer;z-index:10000;background:0 0;border:none;transition:transform .2s;position:absolute;top:2rem;right:2rem}.PropertyGallery-module__4R_FNq__closeBtn:hover{transform:scale(1.1)}.PropertyGallery-module__4R_FNq__lightboxContent{width:90%;max-width:1400px;height:90%;position:relative}.PropertyGallery-module__4R_FNq__lightboxImg{object-fit:contain!important}.PropertyGallery-module__4R_FNq__counter{color:#ffffffa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;pointer-events:none;background:#ffffff0f;border:1px solid #ffffff08;border-radius:6px;padding:.25rem .65rem;font-size:.8rem;font-weight:600;position:absolute;top:2.25rem;right:5.5rem}.PropertyGallery-module__4R_FNq__navBtn{color:#fff;cursor:pointer;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.PropertyGallery-module__4R_FNq__navBtn:hover{background:#fff3;transform:translateY(-50%)scale(1.05)}.PropertyGallery-module__4R_FNq__prevBtn{left:2rem}.PropertyGallery-module__4R_FNq__nextBtn{right:2rem}@media (max-width:768px){.PropertyGallery-module__4R_FNq__navBtn{width:44px;height:44px}.PropertyGallery-module__4R_FNq__prevBtn{left:.75rem}.PropertyGallery-module__4R_FNq__nextBtn{right:.75rem}.PropertyGallery-module__4R_FNq__closeBtn{top:1rem;right:1rem}.PropertyGallery-module__4R_FNq__counter{top:1rem}}
.Offices-module__Nkuzpq__page{background:#fff;min-height:100vh;padding-top:60px}.Offices-module__Nkuzpq__hero{background:var(--bg-soft);text-align:center;padding:4rem 0}.Offices-module__Nkuzpq__hero h1{color:var(--text-main);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Offices-module__Nkuzpq__hero p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.Offices-module__Nkuzpq__officeGrid{padding:4rem 0}.Offices-module__Nkuzpq__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Offices-module__Nkuzpq__officeCard{border:1px solid var(--border);transition:var(--transition);background:#fff;border-radius:12px;overflow:hidden}.Offices-module__Nkuzpq__officeCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000d}.Offices-module__Nkuzpq__officeImage{height:200px;position:relative}.Offices-module__Nkuzpq__officeImage img{object-fit:cover}.Offices-module__Nkuzpq__officeInfo{padding:1.5rem}.Offices-module__Nkuzpq__officeInfo h3{color:var(--text-main);margin-bottom:1.25rem;font-size:1.25rem;font-weight:800}.Offices-module__Nkuzpq__detail{color:var(--text-muted);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;display:flex}.Offices-module__Nkuzpq__detail svg{color:var(--primary);flex-shrink:0}.Offices-module__Nkuzpq__mapBtn{border:1px solid var(--primary);width:100%;color:var(--primary);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem;font-size:.85rem;font-weight:700;display:flex}.Offices-module__Nkuzpq__mapBtn:hover{background:var(--primary);color:#fff}.Offices-module__Nkuzpq__joinUs{background:var(--bg-soft);padding:4rem 0}.Offices-module__Nkuzpq__joinCard{background:var(--primary);color:#fff;text-align:center;border-radius:20px;padding:3rem}.Offices-module__Nkuzpq__joinCard h2{margin-bottom:1rem;font-size:2rem;font-weight:800}.Offices-module__Nkuzpq__joinCard p{opacity:.9;max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.Offices-module__Nkuzpq__joinCard button,.Offices-module__Nkuzpq__joinBtn{transition:var(--transition);background:#fff;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:800;text-decoration:none;display:inline-block;color:var(--primary)!important}.Offices-module__Nkuzpq__joinCard button:hover,.Offices-module__Nkuzpq__joinBtn:hover{transform:scale(1.05);box-shadow:0 10px 20px #0000001a}@media (max-width:1024px){.Offices-module__Nkuzpq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Offices-module__Nkuzpq__grid{grid-template-columns:1fr}}
