.filters-aside{background:#60655D;color:#e5e7eb;padding:1rem;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);min-width:240px;max-width:320px;display:flex;flex-direction:column;gap:.8rem;height:-moz-fit-content;height:fit-content}.filters-aside h3{margin:0 0 .2rem}.filter-col label,.filter-group label{font-size:.9rem;color:#fcfcfc;margin-bottom:6px;display:block}.filter-col input,.filter-group input,.filter-group select{padding:.5rem .6rem;border-radius:8px;border:1px solid #e5e7eb;width:100%;font-size:.95rem}.filter-row{display:flex;gap:.6rem}.filter-col{flex:1 1;display:flex;flex-direction:column}.filter-btn{margin-top:.4rem;background:#9C9078;color:white;padding:.6rem;border-radius:10px;border:none;cursor:pointer}.clear-btn{margin-top:.2rem;background:transparent;color:#ffffff;padding:.5rem;border-radius:8px;border:1px solid #e5e7eb;cursor:pointer}.prop-card{gap:0;background:#9C9078;border-radius:12px;box-shadow:0 6px 18px rgba(226,226,226,.164);transition:transform .18s ease,box-shadow .18s ease;min-height:340px}.prop-card:hover{transform:translateY(-6px)}.prop-image{position:relative;width:100%;height:190px}.prop-img{object-fit:cover}.prop-body{padding:1rem;background:#9C9078}.prop-title{font-size:1.05rem;margin:0}.prop-meta{font-size:.9rem;margin:0}.prop-price{font-size:1.05rem;margin-top:.4rem}.prop-desc{font-size:.95rem;margin-top:.6rem;line-height:1.3;flex:1 1}.property-page{width:100%;min-height:100vh;background:#201f1f;padding:6rem 3rem 3rem;display:flex;flex-direction:column;align-items:center;font-family:inherit}.props-grid{width:100%;display:grid;grid-template-columns:280px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;max-width:1400px}.props-sidebar{width:300px;background:#9C9078;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:transparent;border-radius:16px;padding:1.8rem;position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:all .3s ease}.props-sidebar:hover{box-shadow:0 8px 25px rgba(0,0,0,.08)}.props-list{display:flex;flex-direction:column;gap:1.8rem}.props-list h1{font-size:2.2rem;color:#aaaaaa;margin-bottom:.3rem}.props-sub{font-size:1.05rem;color:#6b7280;margin-bottom:1.8rem}.props-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.8rem;gap:1.8rem}.prop-card{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.prop-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.prop-card img{width:100%;height:200px;object-fit:cover}.prop-body{padding:1.2rem 1.4rem 1.6rem;display:flex;flex-direction:column;gap:.4rem}.prop-body h3{font-size:1.2rem;color:#111827}.prop-body p{color:#4b5563;font-size:.95rem}.prop-price{font-size:1.1rem;margin-top:.5rem}.prop-card:hover img{transform:scale(1.05);transition:transform .4s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:1200px){.props-grid{grid-template-columns:250px 1fr}}@media (max-width:900px){.props-grid{grid-template-columns:1fr}.props-sidebar{position:relative;top:0;width:100%}.property-page{padding:6rem 2rem}}@media (max-width:600px){.props-cards{grid-template-columns:1fr;gap:1.2rem}.props-list h1{font-size:1.7rem}.prop-card img{height:180px}.prop-body h3{font-size:1.1rem}}.ad-section{background:transparent;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center}.ad-title{margin-bottom:.8rem;font-size:1.2rem;color:#f0f1f0}.ad-container{position:relative;width:200px;min-height:250px;display:flex;justify-content:center;align-items:center}.ad-item{display:flex;flex-direction:column;gap:.6rem;text-decoration:none;color:inherit}.ad-image-wrapper{overflow:hidden}.ad-image,.ad-image-wrapper{width:100%;border-radius:10px}.ad-image{height:180px;object-fit:cover;transition:all .4s ease;filter:brightness(90%)}.ad-image:hover{transform:scale(1.03);filter:brightness(100%)}.ad-content h4{color:#fafcff}.ad-content h4,.ad-content p{font-size:.9rem;margin:0;font-weight:200}.ad-content p{color:#eeeeee}.ad-dots{display:flex;justify-content:center;gap:6px;margin-top:.6rem}.dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:background .3s ease}.dot.active{background:#60655D}