.navbar-nav .nav-link{font-weight:500;font-size:.88rem;color:var(--text-dark)!important;padding:.5rem .85rem!important;}
.btn-consult{background:var(--gold);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:.85rem;padding:.5rem 1.25rem;}
.page-hero{background:linear-gradient(135deg,var(--maroon-dark) 0%,var(--maroon) 60%,#8f3e28 100%);padding:4.5rem 0 3rem;position:relative;overflow:hidden;}
.page-hero::after{content:'';position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=1200&q=60') center/cover;opacity:.08;}
.page-hero .container{position:relative;z-index:2;}
.page-hero h1{color:var(--white);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;}
.page-hero p{color:rgba(255,255,255,.75);}
.breadcrumb-item a{color:var(--gold-light);text-decoration:none;}
.breadcrumb-item.active{color:rgba(255,255,255,.6);}
/* FILTER BAR */
.filter-bar{background:var(--white);box-shadow:0 4px 18px rgba(0,0,0,.06);border-radius:12px;padding:1.3rem;margin-top:-2.8rem;position:relative;z-index:5;}
.filter-bar select,.filter-bar input{font-size:.85rem;border-radius:6px;border:1px solid #ecd8c8;padding:.55rem .8rem;}
.filter-bar select:focus,.filter-bar input:focus{border-color:var(--gold);box-shadow:none;}
.btn-search{background:var(--maroon);color:var(--white);border:none;border-radius:6px;font-weight:600;font-size:.85rem;padding:.55rem 1.2rem;width:100%;}
.btn-search:hover{background:var(--gold);color:var(--white);}
section{padding:4rem 0;}
.results-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem;}
.results-count{font-size:.9rem;color:var(--text-muted);}
.results-count b{color:var(--text-dark);}
.sort-select{font-size:.83rem;border-radius:6px;border:1px solid #ecd8c8;padding:.4rem .8rem;}
/* PROPERTY GRID */
.property-card{border-radius:12px;overflow:hidden;background:var(--white);box-shadow:0 4px 20px rgba(0,0,0,.07);transition:transform .25s,box-shadow .25s;}
.property-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.13);}
.property-img{position:relative;height:210px;overflow:hidden;}
.property-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.property-card:hover .property-img img{transform:scale(1.06);}
.prop-badge{position:absolute;top:12px;left:12px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:4px;color:var(--white);}
.badge-residential{background:var(--maroon);} .badge-land{background:#2d6a4f;} .badge-commercial{background:#1d3557;} .badge-industrial{background:#4a4e69;}
.prop-fav{position:absolute;top:12px;right:12px;width:32px;height:32px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--maroon);cursor:pointer;}
.property-body{padding:1.1rem 1.2rem 1.3rem;}
.property-body h5{font-size:1rem;font-weight:700;margin-bottom:.2rem;}
.property-body .location{font-size:.78rem;color:var(--text-muted);margin-bottom:.7rem;}
.property-specs{display:flex;gap:1rem;font-size:.75rem;color:var(--text-muted);margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid #f2e1d6;}
.property-specs span{display:flex;align-items:center;gap:.3rem;}
.property-specs i{color:var(--gold);}
.property-footer{display:flex;justify-content:space-between;align-items:center;}
.property-price{font-size:.95rem;font-weight:700;color:var(--gold);}
.btn-prop-view{font-size:.78rem;font-weight:600;color:var(--maroon);text-decoration:none;border-bottom:1px solid var(--gold);}
/* PAGINATION */
.pagination .page-link{color:var(--maroon);border:1px solid #ecd8c8;font-size:.85rem;}
.pagination .page-item.active .page-link{background:var(--maroon);border-color:var(--maroon);}
.footer-links a{color:rgba(255,255,255,.65);font-size:.83rem;text-decoration:none;}
.social-links a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);text-decoration:none;font-size:.9rem;margin-right:.4rem;}
