:root{--transition-fast:0.2s ease;--transition-smooth:0.3s ease;--transition-slow:0.5s ease;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--shadow-sm:0 1px 3px rgba(0,0,0,.1);--shadow-md:0 2px 8px rgba(0,0,0,.1);--shadow-lg:0 4px 16px rgba(0,0,0,.15);--shadow-hover:0 8px 25px rgba(0,0,0,.15);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:50%}.hs-real-estate__container{margin:0 auto;max-width:1400px;padding:var(--spacing-lg);width:100%}.hs-real-estate__filters{border-radius:var(--radius-lg);margin-bottom:var(--spacing-xl);padding:var(--spacing-lg);transition:all var(--transition-smooth)}.hs-real-estate__filters__row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:var(--spacing-lg)}.hs-real-estate__filter__group{display:flex;flex:1;flex-direction:column;gap:var(--spacing-xs);min-width:180px}.hs-real-estate__filter__label{color:#495057;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:var(--spacing-xs);text-transform:uppercase}.hs-real-estate__filter__dropdown{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:18px;border:2px solid #e9ecef;border-radius:var(--radius-md);color:#495057;cursor:pointer;font-size:14px;font-weight:500;padding:10px 40px 10px 14px;transition:all var(--transition-fast)}.hs-real-estate__filter__dropdown:hover{background-color:#f8f9ff;border-color:#007bff}.hs-real-estate__filter__dropdown:focus{background-color:#fff;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1);outline:none}.hs-real-estate__filter__clear{border:none;box-shadow:var(--shadow-sm);cursor:pointer;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase;transition:all var(--transition-fast);white-space:nowrap}.hs-real-estate__filter__clear:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.hs-real-estate__filter__clear:active{transform:translateY(0)}.hs-real-estate__results-info{border-bottom:2px solid #e9ecef;color:#495057;font-size:16px;font-weight:500;margin-bottom:var(--spacing-lg);padding:var(--spacing-md) 0}.hs-real-estate__grid{display:grid;gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(350px,1fr));list-style:none;margin:0;padding:0;transition:all var(--transition-smooth)}@media screen and (max-width:1200px){.hs-real-estate__grid{gap:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media screen and (max-width:768px){.hs-real-estate__grid{gap:var(--spacing-md);grid-template-columns:1fr}.hs-real-estate__filters__row{align-items:stretch;flex-direction:column}.hs-real-estate__filter__group{min-width:auto}}.hs-real-estate__card{background:#fff;border:1px solid #e9ecef;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all var(--transition-smooth)}.hs-real-estate__card:hover{border-color:#007bff;box-shadow:var(--shadow-hover);transform:translateY(-4px)}.hs-real-estate__card--hidden{display:none}.hs-real-estate__card--horizontal{flex-direction:row;min-height:280px}.hs-real-estate__card--horizontal .hs-real-estate__card__image{min-height:280px;width:45%}.hs-real-estate__card--horizontal .hs-real-estate__card__content{width:55%}.hs-real-estate__card__image{aspect-ratio:16/10;background:linear-gradient(45deg,#f8f9fa,#e9ecef);overflow:hidden;position:relative;width:100%}.hs-real-estate__card__image:before{content:"";left:0;position:absolute;right:0;top:0}.image-top-wrapper{display:flex;flex-direction:column}.hs-real-estate__card__details ul{list-style-type:disc!important}.hs-real-estate__card__details ul li{border-bottom:none!important}.hs-real-estate__card__details{margin-bottom:0!important}