*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:#0A0E17;--ink2:#1C2333;--gold:#ef861b;--gold2:#df7b17;
  --sage:#2D6A4F;--sage2:#52B788;--cream:#F8F4EE;--cream2:#EDE8DF;
  --white:#FFFFFF;--muted:#6B7280;--light:#9CA3AF;
  --fd:'Cormorant Garamond',serif;--fb:'Outfit',sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--cream);color:var(--ink);overflow-x:hidden}
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0.8rem 3.5rem;background:rgba(255,255,255,0.97);backdrop-filter:blur(20px);box-shadow:0 2px 24px rgba(0,0,0,0.1);border-bottom:3px solid var(--gold)}
.logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo-svg{height:48px;width:auto;flex-shrink:0}
.logo-text-wrap{display:flex;flex-direction:column;line-height:1}
.logo-name{font-family:'Outfit',sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:0.06em;color:#1a7a7a;line-height:1}
.logo-tagline{font-family:'Outfit',sans-serif;font-size:0.6rem;font-weight:500;color:#1C3C8F;letter-spacing:0.08em;margin-top:4px}
.nav-center{display:flex;gap:2rem;list-style:none}
.nav-center a{color:var(--ink2);text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:0.03em;transition:color 0.2s}
.nav-center a:hover,.nav-center a.active{color:var(--gold)}
.nav-right{display:flex;gap:10px;align-items:center}
.nav-btn-outline{background:transparent;color:var(--ink);border:1.5px solid var(--ink2);padding:0.5rem 1.2rem;border-radius:4px;font-size:0.84rem;text-decoration:none;transition:all 0.2s;font-family:var(--fb)}
.nav-btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.nav-btn-fill{background:var(--gold);color:var(--white);padding:0.5rem 1.2rem;border-radius:4px;font-size:0.84rem;font-weight:500;text-decoration:none;transition:background 0.2s;font-family:var(--fb)}
.nav-btn-fill:hover{background:var(--gold2)}
.buy-hero{margin-top:75px;min-height:70vh;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:5rem 3.5rem 4rem}
.buy-hero::before{content:'';position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=1400&q=80');background-size:cover;background-position:center}
.buy-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(10,14,23,0.25) 0%,rgba(10,14,23,0.82) 100%)}
.buy-hero-content{position:relative;z-index:3;max-width:680px;animation:fadeUp 0.9s ease both;animation-delay:0.2s}
.buy-pill{display:inline-flex;align-items:center;gap:7px;padding:0.35rem 0.9rem;border-radius:50px;background:rgba(212,168,67,0.18);border:1px solid rgba(212,168,67,0.4);color:var(--gold2);font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:1.4rem;font-weight:500}
.buy-pill-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);display:inline-block}
.buy-hero h1{font-family:var(--fd);font-size:3.6rem;color:#fff;line-height:1.1;font-weight:700;margin-bottom:1rem}
.buy-hero h1 em{font-style:italic;color:var(--gold2)}
.buy-hero p{font-size:1rem;color:rgba(255,255,255,0.7);line-height:1.75;margin-bottom:2rem;font-weight:300;max-width:500px}
.hero-stats{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.15);flex-wrap:wrap}
.hstat .num{font-family:var(--fd);font-size:1.8rem;color:#fff;font-weight:700;line-height:1}
.hstat .lbl{font-size:0.72rem;color:rgba(255,255,255,0.5);margin-top:3px;letter-spacing:0.03em}
.hero-cta{display:inline-flex;align-items:center;gap:8px;padding:0.85rem 2rem;border-radius:6px;font-weight:500;font-size:0.92rem;text-decoration:none;transition:all 0.2s;font-family:var(--fb);background:var(--gold);color:var(--ink);margin-right:12px}
.hero-cta:hover{background:var(--gold2);transform:translateX(3px)}
.hero-cta-outline{display:inline-flex;align-items:center;gap:8px;padding:0.85rem 2rem;border-radius:6px;font-weight:500;font-size:0.92rem;text-decoration:none;transition:all 0.2s;font-family:var(--fb);border:1.5px solid rgba(255,255,255,0.4);color:#fff}
.hero-cta-outline:hover{border-color:var(--gold2);color:var(--gold2)}
.trust-bar{background:var(--ink);padding:1.2rem 3.5rem;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}
.ti{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,0.6);font-size:0.83rem}
.ti-dot{width:5px;height:5px;background:var(--gold);border-radius:50%}
.search-wrap{background:var(--white);padding:2.5rem 3.5rem;box-shadow:0 2px 20px rgba(0,0,0,0.06)}
.search-inner{max-width:1000px;margin:0 auto}
.search-head{margin-bottom:1.2rem}
.search-head h2{font-family:var(--fd);font-size:1.6rem;font-weight:700;color:var(--ink)}
.search-head p{font-size:0.85rem;color:var(--muted)}
.sbar{display:flex;border:1.5px solid var(--cream2);border-radius:8px;overflow:hidden;background:var(--white)}
.sbar select,.sbar input{border:none;outline:none;padding:0.95rem 1.1rem;font-family:var(--fb);font-size:0.9rem;color:var(--ink);background:transparent}
.sbar select{border-right:1.5px solid var(--cream2);min-width:140px;cursor:pointer}
.sbar input{flex:1}
.sbtn{border:none;padding:0 1.8rem;font-family:var(--fb);font-size:0.9rem;font-weight:500;cursor:pointer;background:var(--gold);color:var(--ink);transition:background 0.2s}
.sbtn:hover{background:var(--gold2)}
.filter-chips{display:flex;gap:0.5rem;margin-top:1rem;flex-wrap:wrap}
.chip{padding:0.35rem 0.9rem;border-radius:20px;font-size:0.78rem;border:1.5px solid var(--cream2);background:transparent;cursor:pointer;color:var(--muted);font-family:var(--fb);transition:all 0.2s}
.chip.active,.chip:hover{background:var(--gold);border-color:var(--gold);color:var(--ink);font-weight:500}
.sec-label{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.1em;font-weight:500;color:var(--gold);margin-bottom:0.5rem}
.sec-h{font-family:var(--fd);font-size:2.2rem;color:var(--ink);font-weight:700;line-height:1.2}
.sec-p{font-size:0.9rem;color:var(--muted);margin-top:0.5rem;line-height:1.7}
.sticky-filter{position:sticky;top:75px;z-index:100;background:var(--white);border-bottom:1px solid var(--cream2);padding:0.8rem 3.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.sf-label{font-size:0.8rem;font-weight:500;color:var(--ink2)}
.sf-pills{display:flex;gap:0.4rem;flex-wrap:wrap}
.sf-pill{padding:0.3rem 0.75rem;border-radius:20px;font-size:0.75rem;border:1px solid var(--cream2);background:transparent;cursor:pointer;color:var(--muted);font-family:var(--fb);transition:all 0.2s}
.sf-pill:hover,.sf-pill.active{background:var(--gold);border-color:var(--gold);color:var(--ink)}
.sf-count{margin-left:auto;font-size:0.78rem;color:var(--muted)}
.listings-section{padding:5rem 3.5rem;background:var(--cream)}
.listings-inner{max-width:1100px;margin:0 auto}
.listings-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.view-all{font-size:0.85rem;color:var(--gold);text-decoration:none;font-weight:500;border-bottom:1px solid var(--gold);padding-bottom:2px}
.tabs{display:flex;gap:0.5rem;margin-bottom:1.8rem}
.tab{padding:0.45rem 1.2rem;border-radius:20px;font-size:0.82rem;border:1.5px solid var(--cream2);background:transparent;cursor:pointer;color:var(--muted);font-family:var(--fb);transition:all 0.2s}
.tab.on{background:var(--gold);border-color:var(--gold);color:var(--ink);font-weight:500}
.prop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.pcard{border-radius:12px;overflow:hidden;border:1px solid var(--cream2);background:var(--white);transition:all 0.25s}
.pcard:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(0,0,0,0.1)}
.pcard-img{position:relative;overflow:hidden}
.pcard-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s}
.pcard:hover .pcard-img img{transform:scale(1.06)}
.pbadge{position:absolute;top:10px;left:10px;font-size:0.67rem;font-weight:600;padding:4px 9px;border-radius:4px;text-transform:uppercase;letter-spacing:0.04em;background:var(--gold);color:var(--ink)}
.pbadge.hot{background:var(--sage);color:#fff}
.pbadge.new{background:var(--ink);color:#fff}
.pwish{position:absolute;top:10px;right:10px;width:32px;height:32px;background:rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all 0.2s;border:none}
.pwish:hover{background:var(--white);transform:scale(1.1)}
.pcard-body{padding:1.2rem}
.pprice{font-family:var(--fd);font-size:1.3rem;font-weight:700;color:var(--ink)}
.pprice .per{font-family:var(--fb);font-size:0.75rem;color:var(--gold);font-weight:400}
.pname{font-size:0.92rem;font-weight:500;margin-top:2px;margin-bottom:2px;color:var(--ink)}
.ploc{font-size:0.77rem;color:var(--light);margin-bottom:0.8rem;display:flex;align-items:center;gap:4px}
.pspecs{display:flex;gap:0.8rem;font-size:0.75rem;color:var(--muted);border-top:1px solid var(--cream2);padding-top:0.75rem;flex-wrap:wrap}
.pcard-cta{display:flex;gap:0.5rem;margin-top:1rem}
.pcard-btn{flex:1;padding:0.55rem;font-family:var(--fb);font-size:0.8rem;font-weight:500;border-radius:5px;border:none;cursor:pointer;transition:all 0.2s;text-align:center;text-decoration:none;display:inline-block}
.pcard-btn-primary{background:var(--gold);color:var(--ink)}
.pcard-btn-primary:hover{background:var(--gold2)}
.pcard-btn-secondary{background:transparent;color:var(--ink2);border:1.5px solid var(--cream2)!important}
.pcard-btn-secondary:hover{border-color:var(--gold)!important;color:var(--gold)}
.type-section{padding:5rem 3.5rem;background:var(--white)}
.type-inner{max-width:1100px;margin:0 auto}
.type-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem;margin-top:2.5rem}
.tcard{border-radius:12px;overflow:hidden;position:relative;cursor:pointer;min-height:180px;display:flex;flex-direction:column;justify-content:flex-end}
.tcard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.tcard:hover img{transform:scale(1.07)}
.tcard-ov{position:relative;z-index:2;padding:1rem;background:linear-gradient(to top,rgba(10,14,23,0.9) 0%,transparent 100%)}
.tcard-name{font-family:var(--fd);font-size:1.1rem;color:#fff;font-weight:700}
.tcard-count{font-size:0.72rem;color:rgba(255,255,255,0.6)}
.hiw-section{padding:5rem 3.5rem;background:var(--cream)}
.hiw-inner{max-width:1100px;margin:0 auto}
.hiw-head{text-align:center;margin-bottom:3.5rem}
.hiw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}
.hiw-steps::before{content:'';position:absolute;top:30px;left:12%;right:12%;height:2px;background:repeating-linear-gradient(90deg,var(--gold) 0,var(--gold) 6px,transparent 6px,transparent 14px)}
.step-card{background:var(--white);border-radius:14px;padding:2rem 1.5rem;text-align:center;border:1px solid var(--cream2);transition:all 0.25s;position:relative;z-index:1}
.step-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,0.07)}
.step-num{width:58px;height:58px;border-radius:50%;background:var(--gold);color:var(--ink);font-family:var(--fd);font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.step-card h3{font-family:var(--fd);font-size:1.15rem;font-weight:700;color:var(--ink);margin-bottom:0.5rem}
.step-card p{font-size:0.82rem;color:var(--muted);line-height:1.65}
.step-icon{font-size:1.5rem;margin-bottom:0.8rem}
.city-section{padding:5rem 3.5rem;background:var(--cream)}
.city-inner{max-width:1100px;margin:0 auto}
.city-head{margin-bottom:2.5rem}
.city-head .sec-label{color:var(--gold)}
.city-head .sec-h{color:var(--ink)}
.city-head .sec-p{color:var(--muted)}
.city-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.2rem}
.ccard{border-radius:12px;overflow:hidden;position:relative;cursor:pointer}
.ccard img{width:100%;object-fit:cover;display:block;transition:transform 0.5s}
.ccard:hover img{transform:scale(1.05)}
.ccard.lg img{height:380px}
.ccard.sm img{height:180px}
.cov{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,14,23,0.92) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem}
.cname{font-family:var(--fd);font-size:1.5rem;color:#fff;font-weight:700}
.cstats{display:flex;gap:1rem;margin-top:5px;flex-wrap:wrap}
.cst{font-size:0.74rem;color:var(--gold2)}
.csub{font-size:0.8rem;color:rgba(255,255,255,0.55);margin-top:3px}
.why-section{padding:5rem 3.5rem;background:var(--white)}
.why-inner{max-width:1100px;margin:0 auto}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.wcard{padding:2rem;border-radius:14px;border:1px solid var(--cream2);transition:all 0.25s;position:relative;overflow:hidden}
.wcard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.35s}
.wcard:hover::before{transform:scaleX(1)}
.wcard:hover{border-color:rgba(212,168,67,0.3);box-shadow:0 10px 30px rgba(0,0,0,0.06)}
.wcard-ico{width:48px;height:48px;background:rgba(212,168,67,0.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:1rem}
.wcard h3{font-family:var(--fd);font-size:1.2rem;font-weight:700;margin-bottom:0.5rem;color:var(--ink)}
.wcard p{font-size:0.83rem;color:var(--muted);line-height:1.7}
.wcard-tag{display:inline-block;font-size:0.65rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px;background:rgba(212,168,67,0.1);color:#8B6914;margin-top:0.8rem}
.loan-section{padding:4rem 3.5rem;background:var(--cream)}
.loan-inner{max-width:1100px;margin:0 auto;background:var(--white);border-radius:16px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;border:1px solid var(--cream2)}
.loan-left h2{font-family:var(--fd);font-size:2rem;font-weight:700;color:var(--ink);margin-bottom:0.8rem}
.loan-left p{font-size:0.9rem;color:var(--muted);line-height:1.7;margin-bottom:1.5rem}
.loan-cta{display:inline-block;background:var(--gold);color:var(--ink);padding:0.75rem 1.8rem;border-radius:6px;font-weight:500;font-size:0.88rem;text-decoration:none;transition:background 0.2s;font-family:var(--fb)}
.loan-cta:hover{background:var(--gold2)}
.lrow{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid var(--cream2)}
.lrow:last-child{border-bottom:none}
.lrow-label{font-size:0.83rem;color:var(--muted)}
.lrow-val{font-family:var(--fd);font-size:1rem;color:var(--ink);font-weight:600}
.lrow-val.highlight{color:var(--gold)}
.loan-note{font-size:0.73rem;color:var(--light);margin-top:0.75rem}
.testi-section{padding:5rem 3.5rem;background:var(--cream2)}
.testi-inner{max-width:1100px;margin:0 auto}
.testi-head{text-align:center;margin-bottom:2.5rem}
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.test-card{background:var(--white);border-radius:12px;padding:1.8rem;border:1px solid var(--cream2);transition:all 0.25s}
.test-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,0.07)}
.ttype{font-size:0.65rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;padding:3px 9px;border-radius:4px;display:inline-block;margin-bottom:0.75rem;background:rgba(212,168,67,0.1);color:#8B6914}
.tstars{color:var(--gold);font-size:0.9rem;margin-bottom:0.8rem;letter-spacing:2px}
.ttext{font-family:var(--fd);font-size:1.05rem;color:var(--ink);line-height:1.75;font-style:italic;margin-bottom:1rem}
.tauth{display:flex;align-items:center;gap:10px}
.tav{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:600;color:var(--ink);flex-shrink:0;background:var(--gold)}
.tname{font-size:0.85rem;font-weight:500;color:var(--ink)}
.tloc{font-size:0.73rem;color:var(--light)}
.resource-section{padding:5rem 3.5rem;background:var(--white)}
.resource-inner{max-width:1100px;margin:0 auto}
.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:2.5rem}
.rcard{border-radius:12px;border:1px solid var(--cream2);overflow:hidden;transition:all 0.25s;text-decoration:none;display:block}
.rcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.08)}
.rcard-img{height:130px;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:2.5rem}
.rcard-body{padding:1.2rem}
.rcard-tag{font-size:0.65rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--gold);margin-bottom:0.5rem}
.rcard h3{font-family:var(--fd);font-size:1rem;color:var(--ink);font-weight:700;margin-bottom:0.4rem;line-height:1.3}
.rcard p{font-size:0.78rem;color:var(--muted);line-height:1.6}
.rcard-arrow{display:inline-flex;align-items:center;gap:4px;font-size:0.78rem;color:var(--gold);margin-top:0.7rem;font-weight:500}
.cta-section{background:var(--gold);padding:5rem 3.5rem;text-align:center}
.cta-inner{max-width:700px;margin:0 auto}
.cta-section h2{font-family:var(--fd);font-size:2.8rem;font-weight:700;color:var(--ink);margin-bottom:0.8rem}
.cta-section p{font-size:1rem;color:rgba(10,14,23,0.7);margin-bottom:2rem;line-height:1.7}
.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.cbtn-dark{display:inline-block;background:var(--ink);color:#fff;padding:0.85rem 2.2rem;border-radius:6px;font-weight:500;font-size:0.9rem;text-decoration:none;font-family:var(--fb);transition:all 0.2s}
.cbtn-dark:hover{background:var(--ink2)}
.cbtn-outline{display:inline-block;border:2px solid var(--ink);color:var(--ink);padding:0.85rem 2.2rem;border-radius:6px;font-weight:500;font-size:0.9rem;text-decoration:none;font-family:var(--fb);transition:all 0.2s}
.cbtn-outline:hover{background:rgba(10,14,23,0.08)}
footer{background:#1a1a2e;padding:3rem 3.5rem 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;max-width:1100px;margin:0 auto 2rem}
.fbp{font-size:0.8rem;color:rgba(255,255,255,0.5);line-height:1.8;margin-top:0.8rem}
.fbcontact{font-size:0.76rem;color:rgba(212,168,67,0.85);margin-top:0.8rem;line-height:1.8}
.fcol h4{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--gold);margin-bottom:0.9rem}
.fcol ul{list-style:none}
.fcol ul li{margin-bottom:0.5rem}
.fcol ul li a{color:rgba(255,255,255,0.65);text-decoration:none;font-size:0.8rem;transition:color 0.2s}
.fcol ul li a:hover{color:var(--gold2)}
.footer-bot{border-top:1px solid rgba(255,255,255,0.07);padding-top:1.4rem;max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem}
.footer-bot p{font-size:0.76rem;color:rgba(255,255,255,0.5)}
.rera{font-size:0.73rem;color:rgba(212,168,67,0.8)}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){
  nav{padding:1rem 1.5rem}
  .nav-center{display:none}
  .buy-hero{padding:6rem 1.5rem 3rem;min-height:60vh}
  .buy-hero h1{font-size:2.4rem}
  .trust-bar,.search-wrap,.listings-section,.type-section,.hiw-section,.city-section,.why-section,.loan-section,.testi-section,.resource-section,.cta-section{padding:3rem 1.5rem}
  .prop-grid,.type-grid,.hiw-steps,.why-grid,.tgrid,.resource-grid{grid-template-columns:1fr;gap:1rem}
  .city-grid{grid-template-columns:1fr}
  .ccard.lg img,.ccard.sm img{height:220px}
  .loan-inner{grid-template-columns:1fr;gap:2rem}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bot{flex-direction:column;text-align:center}
  .sbar{flex-direction:column;border-radius:8px}
  .sbar select{border-right:none;border-bottom:1px solid var(--cream2)}
  .sbtn{padding:1rem;text-align:center}
  .sticky-filter{padding:0.8rem 1.5rem}
  .cta-actions{flex-direction:column;align-items:center}
}

/* ── SPLIT HERO ── */
.hero{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:100vh;
  margin-top:75px;
}
.hero-half{
  position:relative;
  display:flex;flex-direction:column;
  justify-content:flex-end;
  padding:6rem 3.5rem 4rem;
  overflow:hidden;
  cursor:pointer;
  min-height:100vh;
}
.hero-half::before{
  content:'';
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transition:transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.hero-half:hover::before{transform:scale(1.04)}
.buy-half::before{
  background-image:url('https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=900&q=80');
}
.sell-half::before{
  background-image:url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?w=900&q=80');
}
.hero-half::after{
  content:'';
  position:absolute;inset:0;
  transition:opacity 0.4s;
}
.buy-half::after{
  background:linear-gradient(170deg,rgba(10,14,23,0.3) 0%,rgba(10,14,23,0.82) 100%);
}
.sell-half::after{
  background:linear-gradient(170deg,rgba(10,14,23,0.3) 0%,rgba(20,45,30,0.82) 100%);
}
.hero-divider{
  position:absolute;right:0;top:0;bottom:0;width:1px;
  background:linear-gradient(to bottom,transparent,rgba(255,255,255,0.25),transparent);
  z-index:5;
}
.hero-content{position:relative;z-index:3}
.hero-pill{
  display:inline-flex;align-items:center;gap:7px;
  padding:0.35rem 0.9rem;border-radius:50px;
  font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;
  margin-bottom:1.4rem;font-weight:500;
}
.pill-buy{background:rgba(212,168,67,0.18);border:1px solid rgba(212,168,67,0.4);color:var(--white)}
.pill-sell{background:rgba(82,183,136,0.15);border:1px solid rgba(82,183,136,0.4);color:var(--white)}
.pill-dot{width:5px;height:5px;border-radius:50%}
.dot-buy{background:var(--gold)}
.dot-sell{background:var(--sage2)}
.hero-half h1{font-family:var(--fd);font-size:3.2rem;color:var(--white);line-height:1.1;font-weight:700;margin-bottom:1rem}
.hero-half h1 em{font-style:italic;color:#ffbd7b}
.sell-half h1 em{color:var(--sage2)}
.hero-half p{font-size:0.97rem;color:var(--white);line-height:1.75;margin-bottom:1.8rem;max-width:400px;font-weight:300}
.hero-cta{display:inline-flex;align-items:center;gap:8px;padding:0.8rem 1.8rem;border-radius:6px;font-weight:500;font-size:0.92rem;text-decoration:none;transition:all 0.2s;font-family:var(--fb)}
.cta-buy{background:var(--gold);color:var(--white)}
.cta-buy:hover{background:var(--gold2);transform:translateX(3px)}
.cta-sell{background:var(--sage);color:var(--white)}
.cta-sell:hover{background:var(--sage2);transform:translateX(3px);color:var(--ink)}
.hero-stats{display:flex;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.12)}
.hstat .num{font-family:var(--fd);font-size:1.6rem;color:var(--white);font-weight:600;line-height:1}
.hstat .lbl{font-size:0.72rem;color:rgba(255,255,255,0.5);margin-top:3px;letter-spacing:0.03em}
.center-badge{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  z-index:10;width:80px;height:80px;
  background:var(--cream);border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  box-shadow:0 8px 40px rgba(0,0,0,0.3);
  font-family:var(--fd);color:var(--ink);
  border:3px solid var(--gold);
}
.center-badge .cb-top{    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #582e01;
    margin-bottom: 2px;
    font-weight: bold;}
.center-badge .cb-main{font-size:1rem;font-weight:700;color:var(--ink);line-height:1}
.center-badge .cb-sub{font-size: .60rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 2px;
    font-weight: bold;}

/* ── TRUST BAR ── */
.trust-bar{
  background:var(--ink);
  padding:1.2rem 3.5rem;
  display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;
}
.ti{display:flex;align-items:center;gap:9px;color:var(--white);font-size:0.83rem}
.ti-dot{width:5px;height:5px;background:var(--gold);border-radius:50%}

/* ── SEARCH BAR ── */
.search-wrap{background:var(--white);padding:2.5rem 3.5rem;box-shadow:0 2px 20px rgba(0,0,0,0.06)}
.search-inner{max-width:900px;margin:0 auto}
.search-tabs{display:flex;gap:0;border-bottom:1.5px solid var(--cream2);margin-bottom:1.2rem}
.stab{padding:0.6rem 1.6rem;font-family:var(--fb);font-size:0.88rem;border:none;background:transparent;cursor:pointer;color:var(--light);border-bottom:2px solid transparent;margin-bottom:-1.5px;transition:all 0.2s;font-weight:400}
.stab.on{color:var(--ink);border-bottom-color:var(--gold);font-weight:500}
.stab.on.sell-tab{border-bottom-color:var(--sage)}
.sbar{display:flex;border:1.5px solid var(--cream2);border-radius:8px;overflow:hidden}
.sbar select,.sbar input{border:none;outline:none;padding:0.95rem 1.1rem;font-family:var(--fb);font-size:0.9rem;color:var(--ink);background:transparent}
.sbar select{border-right:1.5px solid var(--cream2);min-width:140px}
.sbar input{flex:1}
.sbtn{border:none;padding:0 1.6rem;font-family:var(--fb);font-size:0.9rem;font-weight:500;cursor:pointer;transition:background 0.2s}
.sbtn.buy-s{background:var(--gold);color:var(--white)}
.sbtn.sell-s{background:var(--sage);color:var(--white)}

/* ── DUAL BANNER ── */
.dual-section{padding:5rem 3.5rem;background:var(--cream)}
.dual-inner{max-width:1100px;margin:0 auto}
.sec-label{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.1em;font-weight:500;margin-bottom:0.6rem}
.sec-label.buy{color:var(--gold)}
.sec-label.sell{color:var(--sage)}
.sec-h{font-family:var(--fd);font-size:2rem;color:var(--ink);font-weight:700;line-height:1.2;margin-bottom:3rem}
.dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.dcard{border-radius:16px;overflow:hidden;position:relative;min-height:440px;display:flex;flex-direction:column;justify-content:flex-end}
.dcard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.dcard:hover img{transform:scale(1.04)}
.dcard-overlay{position:relative;z-index:2;padding:2rem}
.dcard.buy-card .dcard-overlay{background:linear-gradient(to top,rgba(10,14,23,0.95) 0%,rgba(10,14,23,0.2) 100%)}
.dcard.sell-card .dcard-overlay{background:linear-gradient(to top,rgba(20,45,30,0.95) 0%,rgba(10,14,23,0.2) 100%)}
.dcard-tag{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:20px;font-size:0.68rem;font-weight:500;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:0.7rem}
.dtag-buy{background:rgb(239, 134, 27);border:1px solid rgba(212,168,67,0.4);color:var(--white)}
.dtag-sell{background:rgba(82,183,136);border:1px solid rgba(82,183,136,0.4);color:var(--white)}
.dcard h3{font-family:var(--fd);font-size:1.8rem;color:var(--white);font-weight:700;margin-bottom:0.5rem}
.dcard p{font-size:0.85rem;color:rgba(255,255,255,0.68);line-height:1.7;margin-bottom:1.1rem}
.dcard-feats{margin-bottom:1.4rem}
.df{display:flex;align-items:center;gap:7px;font-size:0.8rem;color:rgba(255,255,255,0.7);margin-bottom:5px}
.dfd{width:5px;height:5px;border-radius:50%;flex-shrink:0}
.dfd-buy{background:var(--gold)}
.dfd-sell{background:var(--sage2)}
.dcard-btn{display:inline-block;padding:0.7rem 1.6rem;border-radius:6px;font-size:0.88rem;font-weight:500;text-decoration:none;transition:all 0.2s;font-family:var(--fb)}
.dbtn-buy{background:var(--gold);color:var(--white)}
.dbtn-buy:hover{background:var(--gold2)}
.dbtn-sell{background:var(--sage);color:var(--white)}
.dbtn-sell:hover{background:var(--sage2);color:var(--ink)}

/* ── STATS ── */
.stats-section{background:var(--ink);padding:3.5rem 3.5rem}
.stats-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,0.06)}
.scard{background:var(--ink2);padding:2rem 1.5rem;text-align:center}
.snum{font-family:var(--fd);font-size:2.5rem;font-weight:700;color:var(--gold);line-height:1}
.slbl{font-size:0.78rem;color:rgba(255,255,255,0.45);margin-top:6px;letter-spacing:0.04em}

/* ── HOW IT WORKS ── */
.hiw-section{padding:5rem 3.5rem;background:var(--white)}
.hiw-inner{max-width:1100px;margin:0 auto}
.hiw-head{text-align:center;margin-bottom:3.5rem}
.hiw-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.hiw-col{border-radius:14px;padding:2rem;border:1px solid var(--cream2)}
.hiw-col.buy-col{background:rgba(212,168,67,0.04);border-color:rgba(212,168,67,0.2)}
.hiw-col.sell-col{background:rgba(45,106,79,0.04);border-color:rgba(45,106,79,0.2)}
.hiw-col-head{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--cream2)}
.hiw-ico{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px}
.ico-buy{background:rgba(212,168,67,0.15)}
.ico-sell{background:rgba(45,106,79,0.12)}
.hiw-col-head h3{font-family:var(--fd);font-size:1.15rem;color:var(--ink);font-weight:700}
.step-row{display:flex;gap:12px;align-items:flex-start;margin-bottom:1rem}
.snum-circle{width:26px;height:26px;border-radius:50%;font-size:0.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.sc-buy{background:var(--gold);color:var(--ink)}
.sc-sell{background:var(--sage);color:var(--white)}
.step-row h4{font-size:0.88rem;font-weight:500;color:var(--ink);margin-bottom:2px}
.step-row p{font-size:0.78rem;color:var(--muted);line-height:1.55}

/* ── FEATURES ── */
.feat-section{padding:5rem 3.5rem;background:var(--cream)}
.feat-inner{max-width:1100px;margin:0 auto}
.feat-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.fcard{background:var(--white);border-radius:12px;padding:1.6rem;border:1px solid transparent;transition:all 0.25s}
.fcard:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.08)}
.fcard.bc-buy{border-color:rgba(212,168,67,0.15)}
.fcard.bc-sell{border-color:rgba(45,106,79,0.15)}
.fcard.bc-both{border-color:var(--cream2)}
.fcard:hover.bc-buy{border-color:rgba(212,168,67,0.4)}
.fcard:hover.bc-sell{border-color:rgba(45,106,79,0.35)}
.ftag{font-size:0.65rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px;display:inline-block;margin-bottom:0.9rem}
.ftag-buy{background:rgba(212,168,67,0.1);color:#8B6914}
.ftag-sell{background:rgba(45,106,79,0.1);color:#1E5C35}
.ftag-both{background:var(--cream2);color:var(--muted)}
.fcard-ico{font-size:15px;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:0.9rem}
.fi-buy{background:rgba(212,168,67,0.12)}
.fi-sell{background:rgba(45,106,79,0.1)}
.fi-both{background:var(--cream2)}
.fcard h3{font-size:0.95rem;font-weight:500;color:var(--ink);margin-bottom:0.4rem}
.fcard p{font-size:0.8rem;color:var(--muted);line-height:1.65}

/* ── LISTINGS ── */
.listings-section{padding:5rem 3.5rem;background:var(--white)}
.listings-inner{max-width:1100px;margin:0 auto}
.listings-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}
.listings-tabs{display:flex;gap:0.5rem;margin-bottom:1.8rem}
.ltab{padding:0.45rem 1.2rem;border-radius:20px;font-size:0.82rem;border:1.5px solid var(--cream2);background:transparent;cursor:pointer;color:var(--muted);font-family:var(--fb);transition:all 0.2s}
.ltab.active{background:var(--gold);border-color:var(--gold);color:var(--ink);font-weight:500}
.ltab.sell-active{background:var(--sage);border-color:var(--sage);color:var(--white)}
.prop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.pcard{border-radius:12px;overflow:hidden;border:1px solid var(--cream2);background:var(--white);transition:all 0.25s}
.pcard:hover{transform:translateY(-5px);box-shadow:0 14px 36px rgba(0,0,0,0.09)}
.pcard-img{position:relative;overflow:hidden}
.pcard-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s}
.pcard:hover .pcard-img img{transform:scale(1.06)}
.pbadge{position:absolute;top:10px;left:10px;font-size:0.67rem;font-weight:600;padding:4px 9px;border-radius:4px;text-transform:uppercase;letter-spacing:0.04em}
.pb-buy{background:var(--gold);color:var(--ink)}
.pb-sell{background:var(--sage);color:var(--white)}
.pcard-body{padding:1.1rem}
.pprice{font-family:var(--fd);font-size:1.25rem;font-weight:700;color:var(--ink)}
.pprice span{font-family:var(--fb);font-size:0.8rem;color:var(--gold);font-weight:400}
.pname{font-size:0.9rem;font-weight:500;margin-top:2px;margin-bottom:2px}
.ploc{font-size:0.77rem;color:var(--light);margin-bottom:0.8rem}
.pspecs{display:flex;gap:0.8rem;font-size:0.75rem;color:var(--muted);border-top:1px solid var(--cream2);padding-top:0.75rem;flex-wrap:wrap}

/* ── TESTIMONIALS ── */
.testi-section{padding:5rem 3.5rem;background:var(--cream)}
.testi-inner{max-width:1100px;margin:0 auto}
.testi-head{text-align:center;margin-bottom:2.5rem}
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.tcard{background:var(--white);border-radius:12px;padding:1.5rem;border:1px solid var(--cream2)}
.ttype{font-size:0.65rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;padding:3px 9px;border-radius:4px;display:inline-block;margin-bottom:0.75rem}
.tt-buyer{background:rgba(212,168,67,0.1);color:#8B6914}
.tt-seller{background:rgba(45,106,79,0.1);color:#1E5C35}
.tstars{color:var(--gold);font-size:0.85rem;margin-bottom:0.7rem}
.ttext{font-family:var(--fd);font-size:1rem;color:var(--ink);line-height:1.75;font-style:italic;margin-bottom:1rem}
.tauth{display:flex;align-items:center;gap:9px}
.tav{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.72rem;font-weight:600;color:var(--ink);flex-shrink:0}
.tav-buy{background:var(--gold)}
.tav-sell{background:var(--sage2)}
.tav-sell-dark{background:var(--sage);color:var(--white)}
.tname{font-size:0.83rem;font-weight:500;color:var(--ink)}
.tloc{font-size:0.73rem;color:var(--light)}

/* ── CITIES ── */
.cities-section{padding:5rem 3.5rem;background:var(--ink)}
.cities-inner{max-width:1100px;margin:0 auto}
.cities-head{margin-bottom:2.5rem}
.cities-head .sec-label{color:var(--gold2)}
.cities-head .sec-h{color:var(--white)}
.cgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.ccard{border-radius:12px;overflow:hidden;position:relative;cursor:pointer}
.ccard img{width:100%;height:210px;object-fit:cover;display:block;transition:transform 0.45s}
.ccard:hover img{transform:scale(1.06)}
.cov{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,14,23,0.9) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem}
.cname{font-family:var(--fd);font-size:1.35rem;color:var(--white);font-weight:700}
.cstats{display:flex;gap:0.8rem;margin-top:5px}
.cst{font-size:0.74rem;display:flex;align-items:center;gap:4px}
.cst-buy{color:var(--gold2)}
.cst-sell{color:var(--sage2)}

/* ── CTA SPLIT ── */
.cta-section{display:grid;grid-template-columns:1fr 1fr}
.cta-half{padding:4rem 3.5rem;text-align:center}
.cta-buy-half{background:var(--gold)}
.cta-sell-half{background:var(--sage)}
.cta-half h2{font-family:var(--fd);font-size:2rem;font-weight:700;margin-bottom:0.7rem;line-height:1.2}
.cta-buy-half h2{color:var(--ink)}
.cta-sell-half h2{color:var(--white)}
.cta-half p{font-size:0.92rem;margin-bottom:1.8rem}
.cta-buy-half p{color:rgba(10,14,23,0.7)}
.cta-sell-half p{color:rgba(255,255,255,0.75)}
.cbtn-dark{display:inline-block;background:var(--ink);color:var(--white);padding:0.8rem 2rem;border-radius:6px;font-weight:500;font-size:0.9rem;text-decoration:none;font-family:var(--fb)}
.cbtn-light{display:inline-block;background:var(--white);color:var(--sage);padding:0.8rem 2rem;border-radius:6px;font-weight:500;font-size:0.9rem;text-decoration:none;font-family:var(--fb)}

/* ── FOOTER ── */
footer{background:#1a1a2e;padding:3rem 3.5rem 1.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;max-width:1100px;margin:0 auto 2rem}
.footer-brand .logo-text{font-size:1.3rem}
.fbp{font-size:0.8rem;color:rgba(255,255,255,0.55);line-height:1.8;margin-top:0.8rem}
.fbcontact{font-size:0.76rem;color:rgba(212,168,67,0.85);margin-top:0.8rem;line-height:1.8}
.fcol h4{font-size:0.72rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--gold);margin-bottom:0.9rem}
.fcol ul{list-style:none}
.fcol ul li{margin-bottom:0.5rem}
.fcol ul li a{color:rgba(255,255,255,0.65);text-decoration:none;font-size:0.8rem;transition:color 0.2s}
.fcol ul li a:hover{color:var(--gold2)}
.footer-bot{border-top:1px solid rgba(255,255,255,0.07);padding-top:1.4rem;max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem}
.footer-bot p{font-size:0.76rem;color:rgba(255,255,255,0.5)}
.rera{font-size:0.73rem;color:rgba(212,168,67,0.8)}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.hero-content{animation:fadeUp 0.8s ease both}
.buy-half .hero-content{animation-delay:0.2s}
.sell-half .hero-content{animation-delay:0.4s}

/* ── MOBILE ── */
@media(max-width:900px){
  nav{padding:1rem 1.5rem}
  .nav-center{display:none}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-half{min-height:80vh;padding:7rem 1.5rem 3rem}
  .hero-divider{display:none}
  .center-badge{top:auto;bottom:-2rem;right:1.5rem;transform:none;left:auto}
  .trust-bar,.search-wrap,.dual-section,.stats-section,.hiw-section,.feat-section,.listings-section,.testi-section,.cities-section,.cta-section,.dual-section{padding:3rem 1.5rem}
  .sbar{flex-direction:column}
  .sbar select{border-right:none;border-bottom:1px solid var(--cream2)}
  .dual-grid,.hiw-grid,.feat-grid,.prop-grid,.tgrid,.cgrid,.stats-inner,.footer-grid{grid-template-columns:1fr;gap:1rem}
  .stats-inner{grid-template-columns:1fr 1fr;background:transparent;gap:1px}
  .cta-section{grid-template-columns:1fr}
  .listings-head{flex-direction:column;align-items:flex-start}
  footer{padding:2.5rem 1.5rem 1.5rem}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-half h1{font-size:2.4rem}
}