@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&family=Prata&display=swap";.stats-grid{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem;display:grid}.stat-item{text-align:center}.stat-value{color:var(--secondary);margin-bottom:.5rem;font-size:2.5rem}.stat-label{color:var(--text-muted);letter-spacing:2px;font-size:.8rem}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.stats-grid{grid-template-columns:1fr}}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.subtitle{color:var(--secondary);text-transform:uppercase;letter-spacing:3px;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.section-title{font-size:2.5rem}.properties-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.property-card{transition:var(--transition-smooth);overflow:hidden}.property-card:hover{border-color:var(--secondary);transform:translateY(-10px)}.property-image{height:250px;position:relative}.property-image img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.property-card:hover .property-image img{transform:scale(1.1)}.property-badges{gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem}.badge{color:var(--primary,#5a080c);text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(6px);background:#ffffffeb;border-radius:4px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;box-shadow:0 2px 6px #0000001f}.hot-badge{background:var(--error);color:#fff;text-transform:uppercase;border-radius:4px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.property-price{background:var(--secondary);color:var(--primary);border-radius:8px;padding:.5rem 1rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800;position:absolute;bottom:1rem;right:1rem}.property-info{padding:1.5rem}.property-district{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.85rem;display:flex}.property-title{margin-bottom:1.2rem;font-size:1.3rem}.property-meta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:1.5rem;margin-bottom:1.5rem;padding:1rem 0;display:flex}.property-meta span{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.property-actions{gap:1rem;display:flex}.btn-sm{padding:.6rem 1.5rem!important;font-size:.8rem!important}.btn-ghost{color:var(--text-main);transition:var(--transition-fast);font-size:.9rem;font-weight:600}.btn-ghost:hover{color:var(--secondary)}@media (width<=640px){.properties-grid{grid-template-columns:1fr;gap:1.25rem}}.partners{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#0f172a4d;padding:4rem 0}.partners-track{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex}.partner-item{align-items:center;height:40px;display:flex}.partner-logo{object-fit:contain;max-width:150px;max-height:100%}@media (width<=768px){.partners-track{justify-content:center}}.process-grid{grid-template-columns:repeat(4,1fr);gap:3rem;margin-top:4rem;display:grid}.process-item{text-align:center;position:relative}.process-number{opacity:.3;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800}.process-title{margin-bottom:1rem;font-size:1.5rem}.process-desc{color:var(--text-muted);font-size:.95rem}.process-connector{background:linear-gradient(to right, var(--secondary), transparent);opacity:.2;width:100%;height:1px;position:absolute;top:2rem;right:-50%}@media (width<=1024px){.process-grid{grid-template-columns:repeat(2,1fr)}.process-connector{display:none}}@media (width<=600px){.process-grid{grid-template-columns:1fr}}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{transition:var(--transition-smooth);padding:2.5rem}.service-card:hover{border-color:var(--secondary);transform:translateY(-5px)}.service-icon{background:var(--bg-input);width:60px;height:60px;color:var(--secondary);transition:var(--transition-smooth);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-card:hover .service-icon{background:var(--secondary);color:var(--primary)}.service-title{margin-bottom:1rem;font-size:1.3rem}.service-desc{color:var(--text-muted);font-size:.95rem}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.review-card{padding:2.5rem;position:relative}.quote-icon{opacity:.1;color:var(--secondary);position:absolute;top:1rem;right:1.5rem}.rating{gap:.3rem;margin-bottom:1.5rem;display:flex}.review-text{margin-bottom:2rem;font-style:italic;line-height:1.8}.review-author{align-items:center;gap:1rem;display:flex}.review-author img{object-fit:cover;border-radius:50%;width:50px;height:50px}.author-name{font-size:1rem}.author-deal{color:var(--text-muted);font-size:.8rem}.team-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;display:grid}.agent-card{padding:1rem}.agent-image{border-radius:12px;height:350px;margin-bottom:1.5rem;position:relative;overflow:hidden}.agent-image img{object-fit:cover;width:100%;height:100%}.agent-socials{background:var(--bg-card);transition:var(--transition-smooth);opacity:0;border-radius:30px;gap:1rem;padding:.8rem 1.5rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)translateY(100%)}.agent-card:hover .agent-socials{opacity:1;transform:translate(-50%)translateY(0)}.agent-socials button{color:var(--text-main);transition:var(--transition-fast)}.agent-socials button:hover{color:var(--secondary)}.agent-info{padding:0 1rem 1rem}.agent-spec{color:var(--secondary);margin-bottom:.8rem;font-size:.9rem;font-weight:600}.agent-langs{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.lang-tag{background:var(--bg-input);border-radius:4px;padding:.2rem .6rem;font-size:.75rem}.agent-stats{color:var(--text-muted);font-size:.85rem}@media (width<=480px){.agent-image{height:240px}.review-card{padding:1.5rem}.reviews-grid{grid-template-columns:1fr;gap:1rem}}.map-container{height:600px;position:relative;overflow:hidden}.map-overlay{flex-direction:column;height:100%;display:flex}.map-ui-top{z-index:5;justify-content:space-between;gap:1rem;width:100%;padding:1.5rem;display:flex;position:absolute;top:0;left:0}.map-search-bar{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;flex:1;align-items:center;gap:1rem;max-width:400px;padding:.8rem 1.2rem;display:flex}.map-search-bar input{color:#fff;background:0 0;border:none;outline:none;width:100%}.map-filters{gap:.8rem;display:flex}.map-btn{background:var(--bg-card);border:1px solid var(--border);color:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;display:flex}.map-placeholder{flex:1;width:100%;height:100%;position:relative}.map-placeholder img{object-fit:cover;opacity:.8;width:100%;height:100%}.map-pin{background:var(--secondary);color:var(--primary);border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:800;animation:3s ease-in-out infinite float;position:absolute;box-shadow:0 4px 10px #0000004d}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.map-legend{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;max-width:250px;padding:1.2rem;position:absolute;bottom:1.5rem;right:1.5rem}.valuation-card{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem;display:grid}.valuation-desc{color:var(--text-muted);margin:1.5rem 0 2rem;font-size:1.1rem}.valuation-features{flex-direction:column;gap:1rem;display:flex}.v-feat{align-items:center;gap:1rem;font-weight:500;display:flex}.valuation-form{flex-direction:column;gap:.9rem;display:flex}.valuation-form .form-group{flex-direction:column;display:flex}.valuation-form input,.valuation-form select{width:100%;color:var(--primary,#5a080c);appearance:none;background:#fff;border:1px solid #5a080c26;border-radius:10px;padding:.85rem 1.1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.valuation-form input::placeholder{color:#a5a19c}.valuation-form input:focus,.valuation-form select:focus{border-color:var(--secondary,#c9a86a);outline:none;box-shadow:0 0 0 3px #c9a86a2e}.valuation-form select{cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%235a080c' d='M6 8L0 0h12z'/></svg>");background-position:right 1.1rem center;background-repeat:no-repeat;background-size:10px;padding-right:2.4rem}.valuation-form select:invalid{color:#a5a19c}.valuation-error{color:#b02020;background:#c8282814;border:1px solid #c8282833;border-radius:8px;padding:.6rem .9rem;font-size:.85rem}.sticky-contacts{z-index:1000;flex-direction:column;gap:.8rem;display:flex;position:fixed;bottom:2rem;right:1.5rem}.sticky-btn{color:#fff;width:56px;height:56px;transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 25px #0000004d}.sticky-btn:hover{transform:scale(1.1)}.whatsapp{background:#25d366}.viber{background:#7360f2}.call{background:var(--secondary);color:var(--primary)}@media (width<=768px){.sticky-contacts{gap:.6rem;bottom:1rem;right:1rem}.sticky-btn{width:48px;height:48px}.sticky-btn svg{width:20px;height:20px}}.app--has-mobile-cta .sticky-contacts{bottom:5.5rem}.footer{border-top:1px solid var(--border);background:#300406;padding:5rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand h2{color:var(--bg-main);margin-bottom:1.5rem}.footer-brand h2 .text-gold{color:var(--secondary)}.footer-tagline{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.social-links{gap:1rem;display:flex}.social-links a{background:var(--bg-input);width:40px;height:40px;transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.social-links a:hover{background:var(--secondary);color:var(--primary)}.footer-links h3,.footer-contact h3{margin-bottom:1.5rem;font-size:1.1rem}.footer-links ul{flex-direction:column;gap:.8rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.9rem}.footer-links a:hover{color:var(--secondary)}.footer-contact{flex-direction:column;gap:1rem;display:flex}.contact-item{color:var(--text-muted);gap:1rem;font-size:.9rem;display:flex}.footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.8rem;display:flex}.footer-legal{gap:2rem;display:flex}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}.valuation-card{grid-template-columns:1fr;gap:2rem}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.map-container .leaflet-container{background:#e8e4dd;border-radius:16px;width:100%;height:100%;font-family:inherit}.price-marker.leaflet-div-icon{background:0 0;border:none}.price-marker__bubble{background:var(--secondary);height:100%;color:var(--primary);white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;padding:0 12px;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 4px 10px #0000004d}.leaflet-popup-content-wrapper{border-radius:12px;padding:0;overflow:hidden}.leaflet-popup-content{margin:0;width:240px!important}.map-popup{flex-direction:column;font-family:inherit;display:flex}.map-popup img{object-fit:cover;width:100%;height:130px;display:block}.map-popup__body{padding:10px 12px 12px}.map-popup__price{color:var(--secondary);margin-bottom:4px;font-size:1rem;font-weight:800}.map-popup__title{color:var(--primary);margin-bottom:4px;font-size:.9rem;font-weight:600}.map-popup__district{color:var(--text-muted,#666);align-items:center;gap:4px;margin-bottom:8px;font-size:.75rem;display:flex}.map-popup__cta{color:var(--secondary,#c9a86a);text-transform:uppercase;letter-spacing:1px;border-top:1px solid #5a080c14;width:100%;padding-top:4px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.map-popup__cta:hover{color:var(--primary,#5a080c)}.map-state{color:var(--text-muted,#666);z-index:500;pointer-events:none;background:#ffffffb3;border-radius:16px;justify-content:center;align-items:center;font-weight:500;display:flex;position:absolute;inset:0}.valuation-success{text-align:center;color:var(--text-main,#1a1a1a);padding:1rem}.valuation-success svg{color:var(--color-gold,#c9a96e);margin-bottom:.5rem}.valuation-success h3{margin:0 0 .35rem;font-size:1.35rem}.valuation-success p{color:var(--text-muted,#6c6c6c);margin:0}.valuation-error{color:#b02020;background:#c8282814;border:1px solid #c8282833;border-radius:8px;margin-bottom:.75rem;padding:.6rem .8rem;font-size:.85rem}@media (width<=768px){.map-container{height:420px}.map-ui-top{flex-direction:column;align-items:stretch;padding:1rem}.footer-legal{text-align:left;flex-direction:column;align-items:flex-start;gap:.75rem}.valuation-form input,.valuation-form select{padding:.75rem 1rem}}@media (width<=480px){.map-container{height:340px}.footer{padding:3rem 0 1.5rem}.valuation-card{padding:1.75rem 1.25rem}.valuation-form input,.valuation-form select{padding:.7rem .9rem;font-size:.95rem}.section-title{font-size:1.6rem;line-height:1.25}}@media (width<=1024px){.nav,.phone-text{display:none}.menu-toggle{display:block}.nav.active{background:var(--bg-main);border-bottom:1px solid var(--border);flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:flex;position:absolute;top:100%;left:0}}@media (width<=480px){.header{padding:.75rem 0}.logo-text{font-size:1.15rem}.logo-sub{letter-spacing:.18em;font-size:.6rem}.phone-link{padding:.45rem .75rem}.phone-link svg{width:18px;height:18px}.menu-toggle svg{width:22px;height:22px}}@media (width<=1024px){.hero-content{text-align:center;flex-direction:column;padding-top:5rem}.hero-text{max-width:100%}.hero-btns{justify-content:center;margin-bottom:3rem}.hero-card-wrapper{flex:auto;width:100%;max-width:450px}}@media (width<=768px){.hero{height:auto;padding:120px 0 60px}}@media (width<=480px){.hero-card-wrapper{max-width:100%;padding:0}.hero-form-card{padding:1.5rem 1.25rem}.hero-form input{padding:.75rem .9rem;font-size:.95rem}.card-title{font-size:1.15rem}.card-desc{font-size:.9rem}.hero-subtitle{margin-bottom:1.75rem;font-size:1rem}.hero-btns{flex-direction:column;width:100%}.hero-btns .btn-primary{justify-content:center;width:100%}.hero{padding:110px 0 48px}}@media (width<=1024px){.filter-content{grid-template-columns:1fr 1fr}.search-btn{grid-column:span 2}}@media (width<=768px){.filter-content{grid-template-columns:1fr}.search-btn{grid-column:span 1}}@media (width<=480px){.search-filter{padding:1rem}.filter-group label{font-size:.75rem}.filter-group select,.filter-group input{padding:.65rem .75rem;font-size:.9rem}.filter-tabs .tab{padding:.5rem .9rem;font-size:.85rem}.search-btn{justify-content:center;padding:.85rem 1rem}}:root{--primary:#5a080c;--primary-light:#7a1217;--secondary:#e6d5b8;--secondary-glow:#5a080c1a;--accent:#5a080c;--text-main:#2d0406;--text-muted:#6b4e50;--bg-main:#f7f3ed;--bg-card:#fff;--bg-input:#fff;--border:#5a080c1a;--success:#059669;--warning:#d97706;--error:#dc2626;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:2.5rem;--spacing-xl:4rem;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.4s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 10px 15px -3px #0000004d;--shadow-lg:0 20px 25px -5px #0006;--shadow-gold:0 0 20px var(--secondary-glow)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-main);color:var(--text-main);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Prata,serif;font-weight:400;line-height:1.2}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{max-width:1440px;padding:0 var(--spacing-md);margin:0 auto}.section-padding{padding:var(--spacing-xl) 0}.text-gold{color:var(--primary)}.text-muted{color:var(--text-muted)}.text-center{text-align:center}.btn-primary{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;transition:var(--transition-smooth);border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-family:Outfit,sans-serif;font-weight:600;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #5a080c4d}.btn-outline{border:2px solid var(--primary);color:var(--primary);transition:var(--transition-smooth);border-radius:8px;padding:.7rem 1.9rem;font-weight:600}.btn-outline:hover{background:var(--primary);color:#fff}.glass-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border:1px solid #5a080c1a;border-radius:16px;box-shadow:0 10px 30px #0000000d}@media (width<=768px){:root{--spacing-lg:2rem;--spacing-xl:3rem}}.lang-switcher{display:inline-flex;position:relative}.lang-switcher-btn{cursor:pointer;color:var(--text-main,#1a1a1a);background:0 0;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .7rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.lang-switcher-btn:hover{border-color:var(--secondary,#c9a96e);color:var(--secondary,#c9a96e)}.lang-switcher-label{letter-spacing:.04em}.lang-switcher-menu{z-index:200;background:#fff;border:1px solid #00000014;border-radius:10px;min-width:160px;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px #0000001f}.lang-switcher-item{cursor:pointer;width:100%;color:var(--text-main,#1a1a1a);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:.6rem;padding:.55rem .7rem;font-family:inherit;font-size:.9rem;display:flex}.lang-switcher-item:hover{background:#c9a96e1a}.lang-switcher-item--active{color:var(--secondary,#c9a96e);font-weight:600}.lang-switcher-flag{font-size:1.05rem}.lang-switcher-name{flex:1}.lang-switcher-check{color:var(--secondary,#c9a96e)}@media (width<=480px){.lang-switcher-btn{padding:.35rem .55rem;font-size:.8rem}}.header{z-index:1000;width:100%;transition:var(--transition-smooth);padding:1.5rem 0;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#f7f3edf2;padding:1rem 0}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{color:inherit;cursor:pointer;flex-direction:column;text-decoration:none;display:flex}.logo-text{letter-spacing:1px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.logo-sub{letter-spacing:3px;color:var(--text-muted);margin-top:-4px;font-size:.7rem}.nav{align-items:center;gap:2.5rem;display:flex}.nav a{text-transform:uppercase;letter-spacing:.5px;font-size:.95rem;font-weight:500}.nav a:hover{color:var(--primary)}.lang-switcher{cursor:pointer;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:flex}.phone-link{background:var(--bg-card);border:1px solid var(--secondary);color:var(--secondary);border-radius:50px;align-items:center;gap:.8rem;padding:.6rem 1.2rem;font-weight:700;display:flex}.menu-toggle{color:var(--primary);display:none}@media (width<=1024px){.nav,.phone-text{display:none}.menu-toggle{display:block}.nav.active{background:var(--bg-main);border-bottom:1px solid var(--border);flex-direction:column;gap:1.5rem;width:100%;padding:2rem;display:flex;position:absolute;top:100%;left:0}}@media (width<=480px){.header{padding:.75rem 0}.logo-text{font-size:1.15rem}.logo-sub{letter-spacing:.18em;font-size:.6rem}.phone-link{padding:.45rem .75rem}.phone-link svg{width:18px;height:18px}.menu-toggle svg{width:22px;height:22px}}.hero{background:var(--bg-main);align-items:center;height:90vh;min-height:700px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video-overlay{z-index:1;background:linear-gradient(90deg,#f7f3ede6,#f7f3ed66,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;justify-content:space-between;align-items:center;gap:3rem;width:100%;display:flex;position:relative}.hero-text{flex:1;max-width:700px}.hero-card-wrapper{flex:0 0 400px}.hero-form-card{padding:2.5rem;box-shadow:0 20px 40px #0003}.card-title{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem}.card-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.hero-form{flex-direction:column;gap:1.2rem;display:flex}.hero-form .form-group input{border:1px solid var(--border);width:100%;color:var(--text-main);transition:var(--transition-fast);background:#ffffff80;border-radius:8px;padding:1rem 1.2rem;font-family:inherit;font-size:.95rem}.hero-form .form-group input:focus{border-color:var(--primary);background:#fff;outline:none}.full-width{justify-content:center;width:100%}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem}.hero-btns{align-items:center;gap:1.5rem;display:flex}.btn-play{color:var(--text-main);transition:var(--transition-fast);align-items:center;gap:1rem;font-family:Outfit,sans-serif;font-weight:600;display:flex}.btn-play:hover{color:var(--primary)}.play-icon{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:48px;height:48px;transition:var(--transition-smooth);background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;display:flex}.btn-play:hover .play-icon{background:var(--primary);color:var(--secondary);transform:scale(1.1)}@media (width<=1024px){.hero-content{text-align:center;flex-direction:column;padding-top:5rem}.hero-text{max-width:100%}.hero-btns{justify-content:center;margin-bottom:3rem}.hero-card-wrapper{flex:auto;width:100%;max-width:450px}}@media (width<=768px){.hero{height:auto;padding:120px 0 60px}}.hero-form-success{text-align:center;color:var(--text-main,#1a1a1a);padding:1.5rem .5rem}.hero-form-success svg{color:var(--color-gold,#c9a96e);margin-bottom:.75rem}.hero-form-success h3{margin:0 0 .35rem;font-size:1.4rem}.hero-form-success p{color:var(--text-muted,#6c6c6c);margin:0;font-size:.95rem}.hero-form-error{color:#b02020;background:#c8282814;border:1px solid #c8282833;border-radius:8px;margin-bottom:.5rem;padding:.6rem .8rem;font-size:.85rem}@media (width<=480px){.hero-card-wrapper{max-width:100%;padding:0}.hero-form-card{padding:1.5rem 1.25rem}.hero-form input{padding:.75rem .9rem;font-size:.95rem}.card-title{font-size:1.15rem}.card-desc{font-size:.9rem}.hero-subtitle{margin-bottom:1.75rem;font-size:1rem}.hero-btns{flex-direction:column;width:100%}.hero-btns .btn-primary{justify-content:center;width:100%}.hero{padding:110px 0 48px}}.search-filter{padding:2.5rem;box-shadow:0 20px 50px #0006}.filter-tabs{border-bottom:1px solid var(--border);gap:1.5rem;margin-bottom:2rem;display:flex}.tab{color:var(--text-muted);transition:var(--transition-fast);padding:.8rem 1.5rem;font-weight:600;position:relative}.tab.active{color:var(--secondary)}.tab.active:after{content:"";background:var(--secondary);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.filter-content{grid-template-columns:1fr 1fr 1.5fr auto;align-items:flex-end;gap:2rem;display:grid}.filter-group{flex-direction:column;gap:.8rem;display:flex}.filter-group label{text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.filter-group select,.filter-group input{background:var(--bg-input);border:1px solid var(--border);color:#fff;transition:var(--transition-fast);border-radius:8px;outline:none;padding:.8rem 1rem;font-size:1rem}.filter-group select:focus,.filter-group input:focus{border-color:var(--secondary)}.range-inputs{align-items:center;gap:.5rem;display:flex}.range-inputs input{width:100%}.search-btn{height:52px;padding:0 3rem!important}@media (width<=1024px){.filter-content{grid-template-columns:1fr 1fr}.search-btn{grid-column:span 2}}@media (width<=768px){.filter-content{grid-template-columns:1fr}.search-btn{grid-column:span 1}}@media (width<=480px){.search-filter{padding:1rem}.filter-group label{font-size:.75rem}.filter-group select,.filter-group input{padding:.65rem .75rem;font-size:.9rem}.filter-tabs .tab{padding:.5rem .9rem;font-size:.85rem}.search-btn{justify-content:center;padding:.85rem 1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.services-new{background:var(--bg-main)}.services-image-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:350px;gap:1.5rem;margin-top:3rem;display:grid}.service-image-card{cursor:pointer;border-radius:16px;grid-column:span 2;position:relative;overflow:hidden}.service-image-card.large{grid-column:span 3}.card-bg{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.service-image-card:hover .card-bg{transform:scale(1.1)}.card-overlay{color:#fff;background:linear-gradient(#0000,#5a080c33,#5a080ccc);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2.5rem;transition:background .4s;display:flex;position:absolute;top:0;left:0}.service-image-card:hover .card-overlay{background:linear-gradient(#0000,#5a080c66,#5a080ce6)}.card-title-ka{margin-bottom:.2rem;font-family:Prata,serif;font-size:1.8rem}.card-title-en{text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:1rem}.service-image-card .card-desc{color:#fff;opacity:0;max-width:300px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5;transition:all .4s;transform:translateY(20px)}.service-image-card:hover .card-desc{opacity:1;transform:translateY(0)}.btn-link{color:var(--secondary);text-transform:uppercase;letter-spacing:1px;opacity:0;border-bottom:1px solid var(--secondary);width:fit-content;padding-bottom:2px;font-size:.8rem;font-weight:600;transition:all .4s}.service-image-card:hover .btn-link{opacity:1}@media (width<=1024px){.services-image-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:300px}.service-image-card.large,.service-image-card{grid-column:span 1}}@media (width<=600px){.services-image-grid{grid-template-columns:1fr;grid-auto-rows:400px}.card-desc{opacity:1;transform:none}.btn-link{opacity:1}}.buy-page{background:var(--bg-main);min-height:100vh;padding-bottom:0}.buy-hero{padding:140px 0 80px;position:relative;overflow:hidden}.buy-hero-bg{object-fit:cover;opacity:.55;width:100%;height:100%;position:absolute;inset:0}.buy-hero-overlay{z-index:1;background:linear-gradient(90deg,#f7f3edf2,#f7f3ed99,#f7f3ed66);position:absolute;inset:0}.buy-hero-grid{z-index:2;grid-template-columns:1fr 420px;align-items:center;gap:4rem;display:grid;position:relative}.buy-hero-content{max-width:640px}.buy-back-link{text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);transition:var(--transition-fast);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:.85rem;display:inline-flex}.buy-back-link:hover{transform:translate(-4px)}.buy-hero-title{margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.1}.buy-hero-subtitle{color:var(--text-muted);max-width:560px;margin-bottom:1.75rem;font-size:1.1rem}.buy-hero-bullets{flex-wrap:wrap;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.buy-hero-bullets li{border:1px solid var(--border);color:var(--text-main);background:#ffffffb3;border-radius:999px;padding:.45rem 1rem;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500}.buy-hero-form-wrap{width:100%}.buy-form-card{padding:2.25rem;box-shadow:0 25px 50px #5a080c26}.buy-form-title{color:var(--primary);margin-bottom:.5rem;font-family:Prata,serif;font-size:1.5rem}.buy-form-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.92rem}.buy-form{flex-direction:column;gap:1rem;display:flex}.buy-form input,.buy-form select{border:1px solid var(--border);width:100%;color:var(--text-main);transition:var(--transition-fast);background:#ffffffb3;border-radius:8px;padding:.95rem 1.1rem;font-family:inherit;font-size:.95rem}.buy-form input:focus,.buy-form select:focus{border-color:var(--primary);background:#fff;outline:none}.buy-form-note{color:var(--text-muted);text-align:center;margin-top:.25rem;font-size:.75rem}.buy-form-success{text-align:center;color:var(--primary);padding:1rem 0}.buy-form-success h3{margin:.75rem 0 .5rem;font-family:Prata,serif;font-size:1.5rem}.buy-form-success p{color:var(--text-muted);font-size:.95rem}.buy-trust{background:var(--primary);color:#fff;padding:2.25rem 0}.buy-trust-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.buy-trust-item{border-right:1px solid #ffffff26}.buy-trust-item:last-child{border-right:none}.buy-trust-value{color:var(--secondary);margin-bottom:.25rem;font-family:Prata,serif;font-size:clamp(1.8rem,3vw,2.6rem)}.buy-trust-label{text-transform:uppercase;letter-spacing:1.5px;opacity:.85;font-family:Outfit,sans-serif;font-size:.85rem}.buy-section{padding:var(--spacing-xl) 0}.buy-section-header{text-align:center;margin-bottom:3rem}.buy-section-header h2{margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.6rem)}.buy-section-header p{color:var(--text-muted);max-width:560px;margin:0 auto}.buy-intro-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.buy-intro-text h2{margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.6rem)}.buy-intro-text p{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.buy-intro-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001f}.buy-intro-image img{object-fit:cover;width:100%;height:100%;display:block}.buy-listings{background:var(--bg-card)}.buy-listings-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.buy-listing-card{transition:var(--transition-smooth);cursor:pointer;overflow:hidden}.buy-listing-card:hover{transform:translateY(-6px);box-shadow:0 25px 40px #0000001f}.buy-listing-image{height:200px;position:relative;overflow:hidden}.buy-listing-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.buy-listing-card:hover .buy-listing-image img{transform:scale(1.07)}.buy-listing-hot{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.3rem .7rem;font-family:Outfit,sans-serif;font-size:.7rem;position:absolute;top:.75rem;left:.75rem}.buy-listing-price{color:var(--primary);background:#fffffff2;border-radius:6px;padding:.4rem .85rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;position:absolute;bottom:.75rem;right:.75rem}.buy-listing-info{padding:1.25rem}.buy-listing-district{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:.4rem;font-size:.8rem;display:flex}.buy-listing-info h3{color:var(--text-main);margin-bottom:.75rem;font-family:Prata,serif;font-size:1.15rem}.buy-listing-meta{color:var(--text-muted);gap:1rem;font-size:.85rem;display:flex}.buy-listing-meta span{align-items:center;gap:.3rem;display:inline-flex}.buy-features{background:var(--bg-card)}.buy-features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.buy-feature-card{background:var(--bg-main);border:1px solid var(--border);transition:var(--transition-smooth);border-radius:16px;padding:2rem}.buy-feature-card:hover{border-color:var(--primary);transform:translateY(-6px);box-shadow:0 20px 40px #5a080c14}.buy-feature-icon{background:var(--secondary-glow);width:56px;height:56px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.buy-feature-card h3{color:var(--text-main);margin-bottom:.6rem;font-family:Prata,serif;font-size:1.35rem}.buy-feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.buy-process-steps{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.buy-step{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem;position:relative}.buy-step:before{counter-increment:step;content:"0" counter(step);color:var(--primary);opacity:.15;font-family:Prata,serif;font-size:2.5rem;position:absolute;top:1rem;right:1.25rem}.buy-step h4{color:var(--text-main);margin-bottom:.5rem;font-family:Prata,serif;font-size:1.2rem}.buy-step p{color:var(--text-muted);font-size:.92rem;line-height:1.55}.buy-reviews{background:var(--bg-card)}.buy-reviews-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:980px;margin:0 auto;display:grid}.buy-review-card{background:var(--bg-main);border:1px solid var(--border);border-radius:16px;padding:2rem}.buy-review-stars{color:var(--primary);gap:.2rem;margin-bottom:1rem;display:flex}.buy-review-text{color:var(--text-main);margin-bottom:1.5rem;font-size:1.02rem;font-style:italic;line-height:1.6}.buy-review-author{align-items:center;gap:.85rem;display:flex}.buy-review-author img{object-fit:cover;border-radius:50%;width:48px;height:48px}.buy-review-author strong{color:var(--text-main);font-family:Outfit,sans-serif;display:block}.buy-review-author span{color:var(--text-muted);font-size:.8rem}.buy-cta{background:var(--primary);color:#fff;text-align:center;border-radius:16px;padding:4rem 0}.buy-cta h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.6rem)}.buy-cta p{opacity:.85;max-width:560px;margin:0 auto 2rem;font-size:1.05rem}.buy-cta .btn-primary{background:var(--secondary);color:var(--primary)}.buy-cta .btn-primary:hover{background:#fff}.buy-mobile-cta{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);background:#fffffff5;gap:.75rem;padding:.75rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #00000014}.buy-mobile-cta .btn-primary{flex:1;justify-content:center}.buy-mobile-cta-call{border:1px solid var(--primary);color:var(--primary);border-radius:8px;align-items:center;gap:.4rem;padding:.8rem 1.1rem;font-family:Outfit,sans-serif;font-weight:600;display:inline-flex}@media (width<=1024px){.buy-hero-grid,.buy-intro-grid{grid-template-columns:1fr;gap:2.5rem}.buy-listings-grid,.buy-features-grid,.buy-process-steps{grid-template-columns:repeat(2,1fr)}.buy-reviews-grid{grid-template-columns:1fr}.buy-trust-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.buy-trust-item:nth-child(2){border-right:none}}@media (width<=600px){.buy-hero{padding:120px 0 50px}.buy-listings-grid,.buy-features-grid,.buy-process-steps,.buy-trust-grid{grid-template-columns:1fr}.buy-trust-item{border-bottom:1px solid #ffffff26;border-right:none;padding-bottom:1rem}.buy-trust-item:last-child{border-bottom:none;padding-bottom:0}.buy-mobile-cta{display:flex}.buy-page{padding-bottom:80px}}.buy-form-error{color:#b02020;background:#c8282814;border:1px solid #c8282833;border-radius:8px;padding:.6rem .8rem;font-size:.85rem}@media (width<=480px){.buy-hero-title{font-size:1.9rem;line-height:1.2}.buy-hero-subtitle{font-size:.95rem}.buy-form-card{padding:1.25rem}.buy-form input,.buy-form select{padding:.75rem .9rem;font-size:.95rem}.buy-trust-value{font-size:1.6rem}.buy-trust-label{font-size:.75rem}.buy-section{padding:2.25rem 0}.buy-section-header h2{font-size:1.5rem}.buy-feature-card,.buy-step{padding:1.25rem}.buy-mobile-cta{gap:.5rem;padding:.6rem .75rem}.buy-mobile-cta-call{padding:.7rem .9rem;font-size:.9rem}}.property-detail{background:var(--bg-main,#f7f3ed);min-height:100vh}.pd-hero{padding:140px 0 60px;position:relative;overflow:hidden}.pd-hero-bg{object-fit:cover;opacity:.35;width:100%;height:100%;position:absolute;inset:0}.pd-hero-overlay{z-index:1;background:linear-gradient(#f7f3ed66,#f7f3ede6);position:absolute;inset:0}.pd-hero-inner{z-index:2;position:relative}.pd-back-link{text-transform:uppercase;letter-spacing:1.5px;color:var(--primary,#5a080c);align-items:center;gap:.5rem;margin-bottom:1.75rem;font-family:Outfit,sans-serif;font-size:.85rem;text-decoration:none;transition:transform .2s;display:inline-flex}.pd-back-link:hover{transform:translate(-4px)}.pd-hero-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.pd-tag{color:var(--primary,#5a080c);text-transform:uppercase;letter-spacing:1.2px;background:#5a080c14;border:1px solid #5a080c26;border-radius:999px;padding:.35rem .9rem;font-size:.72rem;font-weight:700}.pd-tag--muted{background:0 0}.pd-tag--hot{background:var(--secondary,#c9a86a);color:var(--primary,#5a080c);border-color:#0000}.pd-title{color:var(--primary,#5a080c);max-width:820px;margin:0 0 .9rem;font-size:2.6rem;font-weight:700;line-height:1.15}.pd-address{color:var(--text-muted,#6c6a66);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:1rem;display:inline-flex}.pd-price{flex-wrap:wrap;align-items:baseline;gap:1rem;display:flex}.pd-price-btn{cursor:pointer;color:var(--text-muted,#9a9894);background:0 0;border:none;margin:0;padding:0;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;line-height:1;transition:color .15s,transform .15s}.pd-price-btn:hover{color:var(--primary,#5a080c)}.pd-price-btn--active{color:var(--secondary,#c9a86a);letter-spacing:-.5px;cursor:default;font-size:2.2rem;font-weight:800}.pd-price-btn--active:hover{color:var(--secondary,#c9a86a)}.pd-section{padding:0 0 6rem}.pd-grid{grid-template-columns:1fr 380px;align-items:start;gap:2.5rem;display:grid}.pd-main{flex-direction:column;gap:2.25rem;min-width:0;display:flex}.pd-specs{grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem 2rem;display:grid}.pd-spec{color:var(--secondary,#c9a86a);align-items:center;gap:.9rem;display:flex}.pd-spec>div{color:var(--primary,#5a080c);flex-direction:column;line-height:1.1;display:flex}.pd-spec-value{font-size:1.1rem;font-weight:700}.pd-spec-label{color:var(--text-muted,#8a8580);text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:.72rem}.pd-block h2{color:var(--primary,#5a080c);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.pd-block p{color:var(--text-muted,#4a4845);margin:0;font-size:1rem;line-height:1.75}.pd-highlights{grid-template-columns:repeat(2,1fr);gap:.75rem 1.75rem;margin:0;padding:0;list-style:none;display:grid}.pd-highlights li{color:var(--primary,#5a080c);align-items:center;gap:.6rem;font-size:.95rem;display:flex}.pd-highlights svg{color:var(--secondary,#c9a86a);flex-shrink:0}.pd-map{padding:0;position:relative;overflow:hidden}.pd-map .leaflet-container{border-radius:16px}.pd-sidebar{position:sticky;top:100px}.pd-contact{flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.pd-contact h3{color:var(--primary,#5a080c);margin:0 0 .4rem;font-size:1.25rem;font-weight:700}.pd-contact-sub{color:var(--text-muted,#6c6a66);margin:0;font-size:.9rem}.pd-form{flex-direction:column;gap:.75rem;display:flex}.pd-form input,.pd-form textarea{color:var(--primary,#5a080c);resize:vertical;background:#fff;border:1px solid #5a080c26;border-radius:10px;padding:.8rem 1rem;font-family:inherit;font-size:.92rem}.pd-form input::placeholder,.pd-form textarea::placeholder{color:#a5a19c}.pd-form input:focus,.pd-form textarea:focus{border-color:var(--secondary,#c9a86a);outline:none;box-shadow:0 0 0 3px #c9a86a2e}.pd-contact-success{text-align:center;color:var(--primary,#5a080c);padding:1rem 0 .5rem}.pd-contact-success svg{color:var(--secondary,#c9a86a);margin-bottom:.5rem}.pd-contact-success h3{margin-bottom:.4rem}.pd-contact-success p{color:var(--text-muted,#6c6a66);font-size:.92rem}.pd-contact-direct{border-top:1px solid #5a080c14;flex-direction:column;gap:.6rem;padding-top:1rem;display:flex}.pd-contact-direct a{color:var(--primary,#5a080c);align-items:center;gap:.5rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.pd-contact-direct a:hover{color:var(--secondary,#c9a86a)}.pd-gallery{flex-direction:column;gap:.75rem;min-width:0;display:flex}.pd-gallery-main{cursor:zoom-in;aspect-ratio:16/10;background:0 0;border:none;border-radius:16px;width:100%;max-height:480px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.pd-gallery-main img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.pd-gallery-main:hover img{transform:scale(1.02)}.pd-gallery-counter{color:#fff;letter-spacing:.5px;background:#0009;border-radius:999px;padding:4px 12px;font-size:.78rem;font-weight:600;position:absolute;bottom:14px;right:14px}.pd-gallery-thumbs{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.5rem;padding-bottom:4px;display:flex;overflow-x:auto}.pd-gallery-thumbs::-webkit-scrollbar{height:4px}.pd-gallery-thumbs::-webkit-scrollbar-thumb{background:#5a080c33;border-radius:999px}.pd-gallery-thumb{cursor:pointer;scroll-snap-align:start;opacity:.65;background:0 0;border:2px solid #0000;border-radius:10px;flex:none;width:92px;height:70px;padding:0;transition:opacity .2s,border-color .2s;overflow:hidden}.pd-gallery-thumb:hover{opacity:1}.pd-gallery-thumb--active{opacity:1;border-color:var(--secondary,#c9a86a)}.pd-gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pd-lightbox{z-index:10000;background:#000000eb;justify-content:center;align-items:center;padding:2rem;animation:.2s pd-fade;display:flex;position:fixed;inset:0}@keyframes pd-fade{0%{opacity:0}to{opacity:1}}.pd-lightbox-img{object-fit:contain;cursor:default;border-radius:8px;max-width:90vw;max-height:90vh;box-shadow:0 10px 40px #00000080}.pd-lightbox-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s,transform .15s;display:flex;position:absolute}.pd-lightbox-btn:hover{background:#ffffff38}.pd-lightbox-close{top:20px;right:20px}.pd-lightbox-prev{top:50%;left:24px;transform:translateY(-50%)}.pd-lightbox-next{top:50%;right:24px;transform:translateY(-50%)}.pd-lightbox-counter{color:#fff;letter-spacing:.5px;background:#00000073;border-radius:999px;padding:6px 14px;font-size:.88rem;font-weight:500;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.pd-state-wrap{min-height:60vh;padding:140px 0 80px}.pd-state{text-align:center;color:var(--text-muted,#8a8580);padding:60px 0;font-size:1.05rem}@media (width<=1100px){.pd-grid{grid-template-columns:1fr 320px;gap:1.75rem}.pd-gallery-main{aspect-ratio:3/2;max-height:420px}}@media (width<=760px){.pd-grid{grid-template-columns:1fr;gap:1.75rem}.pd-sidebar{position:static}.pd-specs{grid-template-columns:repeat(2,1fr)}.pd-highlights{grid-template-columns:1fr}.pd-title{font-size:1.9rem}.pd-price-usd{font-size:1.7rem}.pd-hero{padding:110px 0 48px}.pd-gallery-main{aspect-ratio:4/3;max-height:none}.pd-gallery-thumb{width:76px;height:58px}.pd-lightbox-btn{width:40px;height:40px}.pd-lightbox-prev{left:10px}.pd-lightbox-next{right:10px}}.pd-form-error{color:#b02020;background:#c8282814;border:1px solid #c8282833;border-radius:8px;padding:.6rem .8rem;font-size:.85rem}.pd-mobile-cta{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);background:#fffffff5;gap:.65rem;padding:.7rem .9rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #00000014}.pd-mobile-cta-btn{flex:1;justify-content:center}.pd-mobile-cta-call{border:1px solid var(--primary);color:var(--primary);white-space:nowrap;border-radius:8px;align-items:center;gap:.4rem;padding:.75rem 1rem;font-family:Outfit,sans-serif;font-weight:600;display:inline-flex}@media (width<=768px){.pd-mobile-cta{display:flex}.property-detail{padding-bottom:78px}}@media (width<=480px){.pd-hero{padding:100px 0 36px}.pd-title{font-size:1.5rem;line-height:1.25}.pd-price-usd{font-size:1.4rem}.pd-contact{padding:1.25rem}.pd-form input,.pd-form textarea{padding:.7rem .85rem;font-size:.95rem}.pd-specs{gap:.8rem;padding:1rem}.pd-spec{gap:.6rem}.pd-spec-value{font-size:1rem}.pd-block h2{font-size:1.25rem}.pd-gallery-thumb{width:60px;height:46px}}.admin-page{background:var(--bg-main,#f7f3ed);min-height:100vh;padding:110px 0 80px}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.admin-back{color:var(--primary,#5a080c);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-family:Outfit,sans-serif;font-size:.8rem;transition:transform .15s;display:inline-flex}.admin-back:hover{transform:translate(-3px)}.admin-user{color:var(--text-muted,#6c6a66);align-items:center;gap:1rem;font-size:.9rem;display:flex}.admin-user-email{font-weight:500}.admin-logout{align-items:center;gap:.3rem;display:inline-flex}.admin-login{justify-content:center;padding:2rem 0;display:flex}.admin-login-card{flex-direction:column;gap:1rem;width:100%;max-width:400px;padding:2.5rem;display:flex}.admin-login-card h2{color:var(--primary,#5a080c);margin:0}.admin-card-sub{color:var(--text-muted,#6c6a66);margin:0 0 .5rem;font-size:.88rem}.admin-state{text-align:center;color:var(--text-muted,#8a8580);padding:60px 0;font-size:1rem}.admin-error{color:#b11a1a;background:#c81e1e14;border:1px solid #c81e1e40;border-radius:10px;padding:.7rem 1rem;font-size:.88rem}.admin-list-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-list-toolbar h2{color:var(--primary,#5a080c);align-items:center;gap:.75rem;margin:0;display:flex}.admin-count{color:var(--text-muted,#6c6a66);background:#5a080c0f;border-radius:999px;padding:2px 10px;font-size:.85rem;font-weight:500}.admin-table{padding:0;overflow:hidden}.admin-row{color:var(--primary,#5a080c);border-bottom:1px solid #5a080c0f;grid-template-columns:2.2fr 1fr .8fr 1fr 1fr auto;align-items:center;gap:1rem;padding:.9rem 1.25rem;font-size:.92rem;display:grid}.admin-row:last-child{border-bottom:none}.admin-row--head{letter-spacing:1px;text-transform:uppercase;color:var(--text-muted,#8a8580);background:#5a080c08;font-size:.72rem;font-weight:600}.admin-row--empty{text-align:center;color:var(--text-muted,#6c6a66);grid-template-columns:1fr;justify-content:center;padding:2.5rem 1rem}.admin-row-title{font-weight:600}.admin-pill{letter-spacing:.8px;text-transform:uppercase;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-block}.admin-pill--ok{color:#2c7a43;background:#288c461f}.admin-pill--draft{color:#6a6a6a;background:#82828224}.admin-row-actions{justify-content:flex-end;gap:.4rem;display:flex}.admin-icon-btn{width:32px;height:32px;color:var(--primary,#5a080c);cursor:pointer;background:#fff;border:1px solid #5a080c1a;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s;display:inline-flex}.admin-icon-btn:hover{background:#5a080c0a;border-color:#5a080c40}.admin-icon-btn--danger:hover{color:#b11a1a;background:#c81e1e14;border-color:#c81e1e4d}.admin-icon-btn--on{color:#b48015;background:#d69e2e24;border-color:#d69e2e8c}.admin-icon-btn--on:hover{color:#8d6210;background:#d69e2e38;border-color:#d69e2ecc}.admin-form{flex-direction:column;gap:1.5rem;display:flex}.admin-form-header{flex-direction:column;gap:.5rem;display:flex}.admin-form-header h2{color:var(--primary,#5a080c);margin:0}.admin-form-grid{grid-template-columns:1fr 320px;align-items:start;gap:1.5rem;display:grid}.admin-form-main{flex-direction:column;gap:1.25rem;display:flex}.admin-form-side{flex-direction:column;gap:1rem;display:flex;position:sticky;top:90px}.admin-card{flex-direction:column;gap:.9rem;padding:1.75rem;display:flex}.admin-card h3{color:var(--primary,#5a080c);margin:0;font-size:1.1rem}.admin-card label{color:var(--primary,#5a080c);text-transform:uppercase;letter-spacing:.8px;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;display:flex}.admin-card input[type=text],.admin-card input[type=email],.admin-card input[type=number],.admin-card input[type=password],.admin-card select,.admin-card textarea,.admin-login-card input{color:var(--primary,#5a080c);text-transform:none;letter-spacing:normal;resize:vertical;background:#fff;border:1px solid #5a080c2e;border-radius:8px;padding:.7rem .9rem;font-family:inherit;font-size:.92rem;font-weight:400}.admin-card input:focus,.admin-card select:focus,.admin-card textarea:focus,.admin-login-card input:focus{border-color:var(--secondary,#c9a86a);outline:none;box-shadow:0 0 0 3px #c9a86a2e}.admin-form-row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.admin-field-label{color:var(--primary,#5a080c);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.5rem;font-size:.82rem;font-weight:600}.admin-map-picker{flex-direction:column;gap:.5rem;display:flex}.admin-map-picker .leaflet-container{cursor:crosshair;border:1px solid #5a080c1a;border-radius:12px}.admin-map-hint{color:var(--text-muted,#7a7874);font-size:.8rem;font-style:italic}.admin-picker-pin.leaflet-div-icon{background:0 0;border:none}.admin-picker-pin__dot{background:var(--secondary,#c9a86a);cursor:grab;border:3px solid #fff;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 10px #00000059}.admin-picker-pin__dot:active{cursor:grabbing}.admin-cover{flex-direction:column;display:flex}.admin-gallery-section{flex-direction:column;margin-top:.5rem;display:flex}.admin-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.admin-photo-tile{aspect-ratio:4/3;background:#eee;border:1px solid #5a080c1a;border-radius:10px;position:relative;overflow:hidden}.admin-photo-tile--cover{aspect-ratio:16/10;max-width:320px}.admin-photo-tile img{object-fit:cover;width:100%;height:100%;display:block}.admin-photo-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;position:absolute;top:6px;right:6px}.admin-photo-remove:hover{background:#c81e1ee6}.admin-upload-btn{color:var(--primary,#5a080c);cursor:pointer;background:#ffffff80;border:1px dashed #5a080c4d;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.7rem 1.1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.admin-upload-btn:hover{border-color:var(--secondary,#c9a86a);background:#fff}.admin-upload-btn--tile{aspect-ratio:4/3;flex-direction:column;gap:.25rem;width:auto;padding:0;font-size:.78rem}.admin-upload-btn:disabled{opacity:.55;cursor:not-allowed}.admin-check{cursor:pointer;text-transform:none!important;letter-spacing:normal!important;flex-direction:row!important;align-items:flex-start!important;gap:.75rem!important;font-size:.92rem!important;font-weight:500!important;display:flex!important}.admin-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--secondary,#c9a86a);flex-shrink:0;margin-top:2px}.admin-check span{flex-direction:column;gap:2px;display:flex}.admin-check strong{color:var(--primary,#5a080c);font-weight:700}.admin-check em{color:var(--text-muted,#7a7874);font-size:.78rem;font-style:normal;font-weight:400}@media (width<=900px){.admin-form-grid{grid-template-columns:1fr}.admin-form-side{position:static}.admin-row,.admin-row--head{grid-template-columns:1.5fr 1fr auto}.admin-row>:nth-child(2),.admin-row>:nth-child(3),.admin-row>:nth-child(4),.admin-row--head>:nth-child(2),.admin-row--head>:nth-child(3),.admin-row--head>:nth-child(4){display:none}}@media (width<=600px){.admin-form-row{grid-template-columns:1fr}}.admin-tabs{border-bottom:1px solid #00000014;gap:.5rem;margin-bottom:1.25rem;display:flex}.admin-tab{color:var(--text-muted,#6c6c6c);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.95rem;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.admin-tab:hover{color:var(--text-main,#1a1a1a)}.admin-tab--active{color:var(--text-main,#1a1a1a);border-bottom-color:var(--color-gold,#c9a96e)}.admin-leads-filters{flex-wrap:wrap;gap:.4rem;display:flex}.admin-chip{color:var(--text-muted,#6c6c6c);cursor:pointer;background:0 0;border:1px solid #0000001f;border-radius:999px;padding:.4rem .8rem;font-size:.82rem;transition:all .15s}.admin-chip:hover{border-color:var(--color-gold,#c9a96e);color:var(--text-main,#1a1a1a)}.admin-chip--active{background:var(--color-gold,#c9a96e);border-color:var(--color-gold,#c9a96e);color:#fff}.admin-leads{flex-direction:column;gap:.75rem;display:flex}.admin-lead{border-left:3px solid #0000;flex-direction:column;gap:.6rem;padding:1rem 1.25rem;display:flex}.admin-lead--new{border-left-color:var(--color-gold,#c9a96e)}.admin-lead--contacted{border-left-color:#3b82a0}.admin-lead--closed{opacity:.75;border-left-color:#9aa0a6}.admin-lead-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-lead-name{align-items:center;gap:.6rem;font-size:1.05rem;display:flex}.admin-lead-time{color:var(--text-muted,#9aa0a6);white-space:nowrap;font-size:.82rem}.admin-lead-contact{flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.9rem;display:flex}.admin-lead-contact a{color:var(--text-main,#1a1a1a);align-items:center;gap:.35rem;font-weight:500;text-decoration:none;display:inline-flex}.admin-lead-contact a:hover{color:var(--color-gold,#c9a96e)}.admin-lead-meta{color:var(--text-muted,#6c6c6c);flex-wrap:wrap;gap:.5rem 1rem;font-size:.82rem;display:flex}.admin-lead-source{color:var(--color-gold,#c9a96e);background:#c9a96e1f;border-radius:999px;padding:.15rem .6rem;font-weight:500}.admin-lead-property{color:var(--color-gold,#c9a96e);text-decoration:none}.admin-lead-property:hover{text-decoration:underline}.admin-lead-message{color:var(--text-main,#1a1a1a);background:#00000008;border-radius:6px;padding:.6rem .8rem;font-size:.9rem;font-style:italic;line-height:1.45}.admin-lead-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-lead-btn{align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.82rem;display:inline-flex}@media (width<=600px){.admin-lead-head{flex-direction:column;align-items:flex-start}.admin-lead-time{font-size:.78rem}}.properties-page{background:var(--bg-main,#f7f3ed);min-height:100vh}.pp-hero{padding:140px 0 32px}.pp-back-link{color:var(--primary,#5a080c);text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:.85rem;text-decoration:none;transition:transform .15s;display:inline-flex}.pp-back-link:hover{transform:translate(-4px)}.pp-title{color:var(--primary,#5a080c);margin:0 0 .5rem;font-size:2.6rem;font-weight:700}.pp-subtitle{color:var(--text-muted,#6c6a66);margin:0;font-size:1.05rem}.pp-filters-section{z-index:20;background:var(--bg-main,#f7f3ed);padding:1rem 0 1.5rem;position:sticky;top:64px}.pp-filters{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.pp-filter-tabs{background:#5a080c0d;border-radius:10px;gap:.25rem;width:fit-content;padding:4px;display:flex}.pp-tab{color:var(--text-muted,#6c6a66);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.5rem 1.1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .15s,color .15s}.pp-tab:hover{color:var(--primary,#5a080c)}.pp-tab--active{color:var(--primary,#5a080c);background:#fff;box-shadow:0 2px 6px #00000014}.pp-filter-row{grid-template-columns:1fr 1fr 1.3fr auto;align-items:end;gap:1rem;display:grid}.pp-filter-group{flex-direction:column;gap:.35rem;display:flex}.pp-filter-group label{color:var(--text-muted,#7a7874);text-transform:uppercase;letter-spacing:.8px;font-size:.72rem;font-weight:700}.pp-filter-group select,.pp-filter-group input{color:var(--primary,#5a080c);background:#fff;border:1px solid #5a080c26;border-radius:8px;padding:.65rem .9rem;font-family:inherit;font-size:.92rem}.pp-filter-group select:focus,.pp-filter-group input:focus{border-color:var(--secondary,#c9a86a);outline:none;box-shadow:0 0 0 3px #c9a86a2e}.pp-price-inputs{grid-template-columns:1fr auto 1fr;align-items:center;gap:.4rem;display:grid}.pp-price-inputs span{color:var(--text-muted,#9a9894);font-weight:600}.pp-clear-btn{color:var(--primary,#5a080c);cursor:pointer;background:0 0;border:1px solid #5a080c2e;border-radius:8px;align-items:center;gap:.4rem;height:fit-content;padding:.62rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.pp-clear-btn:hover{background:#5a080c0f;border-color:#5a080c4d}.pp-results{padding:.5rem 0 5rem}.pp-results-header{margin-bottom:1.25rem}.pp-results-header h2{color:var(--primary,#5a080c);margin:0;font-size:1.2rem;font-weight:600}.pp-state{text-align:center;color:var(--text-muted,#8a8580);padding:60px 0;font-size:1rem}.pp-link-btn{color:var(--secondary,#c9a86a);cursor:pointer;font-weight:700;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.pp-link-btn:hover{color:var(--primary,#5a080c)}.pp-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}@media (width<=960px){.pp-filter-row{grid-template-columns:1fr 1fr}.pp-filter-group--price{grid-column:1/-1}.pp-clear-btn{grid-column:1/-1;justify-self:start}.pp-filters-section{position:static}}@media (width<=600px){.pp-filter-row{grid-template-columns:1fr}.pp-filter-group--price{grid-column:auto}.pp-hero{padding:110px 0 24px}.pp-title{font-size:2rem}.pp-grid{grid-template-columns:1fr}}@media (width<=480px){.pp-filter-row{gap:.75rem}.pp-filter-group label{font-size:.75rem}.pp-filter-group select,.pp-filter-group input{padding:.55rem .75rem;font-size:.9rem}.pp-hero h1{font-size:1.8rem}.pp-hero p{font-size:.95rem}}
