/* RHB Props — Brand System v2.7
   RHB Blue #3C3DF9 | Deep Blue #2425C8 | Bright Orange #FF6633 | Font: Jost */
:root{
  --rhb-primary:#3c3df9;
  --rhb-primary-light:#5b5cff;
  --rhb-deep:#2425c8;
  --rhb-dark2:#2b2db8;
  --rhb-orange:#ff6633;
  --rhb-muted:#d8d9ff;
  --rhb-line:#4b4ddb;
}

/* ===================== SINGLE PROPERTY ===================== */
#rhb-prop{font-family:'Jost',sans-serif;color:#1c1f26;background:#fff;}
#rhb-prop, #rhb-prop *{box-sizing:border-box;font-family:'Jost',sans-serif;}
#rhb-prop a{text-decoration:none;}
#rhb-prop .wrap{max-width:1180px;margin:0 auto;padding:0 20px;}
#rhb-prop .rhb-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;}

#rhb-prop .hero{background:linear-gradient(135deg,var(--rhb-deep) 0%,var(--rhb-primary) 70%,#5b5cff 100%);color:#fff;padding:clamp(40px,7vw,68px) 0 clamp(32px,5vw,52px);}
#rhb-prop .eyebrow{color:var(--rhb-orange);letter-spacing:2px;text-transform:uppercase;font-size:clamp(11px,1.6vw,12.5px);font-weight:600;margin-bottom:14px;display:flex;align-items:center;gap:8px;}
#rhb-prop .eyebrow .dot{width:6px;height:6px;background:var(--rhb-orange);border-radius:50%;display:inline-block;}
#rhb-prop .hero h1{font-size:clamp(26px,4.6vw,42px);font-weight:700;line-height:1.2;margin:0 0 10px;max-width:900px;color:#fff !important;word-wrap:break-word;}
#rhb-prop .rhb-property-deal-title{color:#e3e4ff;font-size:clamp(15px,2.1vw,18px);font-weight:500;line-height:1.5;max-width:820px;margin:0 0 22px;}
#rhb-prop .hero .addr{color:var(--rhb-muted);font-size:clamp(14px,2vw,16px);margin-bottom:22px;}
#rhb-prop .hero .price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
#rhb-prop .hero .price{font-size:clamp(26px,4vw,34px);font-weight:700;color:var(--rhb-orange);}
#rhb-prop .hero .tag{background:rgba(255,102,51,.18);border:1px solid var(--rhb-orange);color:var(--rhb-orange);font-size:11.5px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:6px 13px;border-radius:5px;}

#rhb-prop .stats{background:var(--rhb-dark2);border-top:1px solid var(--rhb-line);border-bottom:1px solid var(--rhb-line);}
#rhb-prop .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);}
#rhb-prop .stat{padding:clamp(16px,2.5vw,26px) 14px;text-align:center;border-right:1px solid var(--rhb-line);}
#rhb-prop .stat:last-child{border-right:none;}
#rhb-prop .stat .num{color:#fff;font-size:clamp(15px,2.2vw,21px);font-weight:700;margin-bottom:4px;white-space:nowrap;}
#rhb-prop .stat .label{color:#d8d9ff;font-size:clamp(10px,1.4vw,11.5px);text-transform:uppercase;letter-spacing:1px;}
#rhb-prop .spread-stat .num{color:#bdf3da;}
#rhb-prop .spread-stat .label{color:#d8d9ff;}

#rhb-prop .photo-block{display:flex;flex-direction:column;gap:12px;max-width:520px;margin-bottom:clamp(24px,4vw,34px);}
#rhb-prop .photo-card{position:relative;border-radius:14px;overflow:hidden;background:#eef1f6;aspect-ratio:4/3;box-shadow:0 6px 20px rgba(60,61,249,.1);}
#rhb-prop .photo-card img{width:100%;height:100%;object-fit:cover;display:block;}
#rhb-prop .photo-count{position:absolute;bottom:10px;right:10px;background:rgba(36,37,200,.88);color:#fff;font-size:11.5px;font-weight:600;padding:6px 12px;border-radius:6px;}
#rhb-prop .media-btn{display:flex;align-items:center;justify-content:center;gap:9px;background:var(--rhb-orange);color:#fff !important;font-weight:700;font-size:13px;letter-spacing:.5px;text-transform:uppercase;padding:14px 18px;border-radius:9px;box-shadow:0 4px 12px rgba(255,102,51,.3);transition:background .15s ease,transform .15s ease;}
#rhb-prop .media-btn:hover{background:var(--rhb-orange);transform:translateY(-1px);}

#rhb-prop .main{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(24px,4vw,48px);padding:clamp(30px,5vw,52px) 0 clamp(36px,5vw,60px);align-items:start;}
#rhb-prop .section-label{font-size:11.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--rhb-orange);margin-bottom:8px;}
#rhb-prop .content h2{font-size:clamp(20px,3vw,24px);font-weight:600;margin:clamp(26px,4vw,38px) 0 14px;color:var(--rhb-primary) !important;}
#rhb-prop .content > h2:first-of-type{margin-top:0;}
#rhb-prop .content p{line-height:1.75;color:#3c424e;font-size:15.5px;margin:0 0 14px;}
#rhb-prop .rhb-property-location{margin-top:34px;}
#rhb-prop .rhb-property-location h2{margin-bottom:7px;}
#rhb-prop .map-addr{font-weight:600;color:#4d596c !important;margin:0 0 14px;display:flex;align-items:center;gap:8px;}
#rhb-prop .map-addr:before{content:'\2022';color:var(--rhb-orange);font-size:24px;line-height:1;}

#rhb-prop .fact-table{width:100%;border-collapse:collapse;margin-top:6px;}
#rhb-prop .fact-table tr{border-bottom:1px solid #e9ecf1;}
#rhb-prop .fact-table tr:nth-child(even){background:#f8fafc;}
#rhb-prop .fact-table td{padding:12px 10px;font-size:14.5px;}
#rhb-prop .fact-table td:first-child{color:#687080;width:44%;}
#rhb-prop .fact-table td:last-child{font-weight:600;color:var(--rhb-primary);}

#rhb-prop .fin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin-top:14px;}
#rhb-prop .fin-card{background:linear-gradient(135deg,var(--rhb-deep),var(--rhb-primary));border-radius:11px;padding:20px;color:#fff;}
#rhb-prop .fin-card .fin-label{color:var(--rhb-muted);font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:7px;}
#rhb-prop .fin-card .fin-num{font-size:clamp(18px,2.4vw,22px);font-weight:700;color:#fff;}
#rhb-prop .rhb-spread-card{border:2px solid rgba(255,255,255,.28);}
#rhb-prop .rhb-spread-card.is-positive{background:linear-gradient(135deg,#08774c,#22c55e);}
#rhb-prop .rhb-spread-card.is-negative{background:linear-gradient(135deg,#9f2f2f,#c24141);}
#rhb-prop .rhb-spread-card .fin-num{color:#fff;}
#rhb-prop .fin-note{font-size:10.5px;line-height:1.45;color:rgba(255,255,255,.78);margin-top:5px;}

#rhb-prop .map-embed{border-radius:13px;overflow:hidden;margin-top:10px;border:1px solid #e1e6ef;background:#eef1f8;box-shadow:0 8px 24px rgba(60,61,249,.08);}
#rhb-prop .map-embed iframe{width:100%;height:clamp(270px,38vw,390px);border:0;display:block;}

#rhb-prop .sidebar{position:sticky;top:20px;}
#rhb-prop .agent-card{background:linear-gradient(160deg,var(--rhb-deep),var(--rhb-primary));color:#fff;border-radius:14px;padding:24px;margin-bottom:18px;box-shadow:0 8px 24px rgba(60,61,249,.18);}
#rhb-prop .agent-label{color:var(--rhb-orange);font-size:10.5px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:10px;}
#rhb-prop .agent-name{font-size:17px;font-weight:700;margin-bottom:2px;}
#rhb-prop .agent-role{color:var(--rhb-muted);font-size:12.5px;margin-bottom:16px;}
#rhb-prop .agent-phone{display:block;color:var(--rhb-orange) !important;font-size:20px;font-weight:700;margin-bottom:4px;overflow-wrap:anywhere;line-height:1.3;}
#rhb-prop .agent-email{display:block;color:#c9d4ea !important;font-size:13px;margin-bottom:16px;overflow-wrap:anywhere;word-break:normal;line-height:1.45;}
#rhb-prop .btn-orange{display:block;text-align:center;background:var(--rhb-orange);color:#fff !important;font-weight:700;padding:14px 18px;border-radius:8px;font-size:13px;letter-spacing:.6px;text-transform:uppercase;border:none;cursor:pointer;width:100%;transition:background .15s ease,transform .15s ease;}
#rhb-prop .btn-orange:hover{background:var(--rhb-orange);transform:translateY(-1px);}
#rhb-prop .btn-outline{display:block;text-align:center;background:transparent;color:#fff !important;font-weight:600;padding:12px 18px;border-radius:8px;font-size:13px;border:1px solid rgba(255,255,255,.28);margin-top:10px;transition:border-color .15s ease;}
#rhb-prop .btn-outline:hover{border-color:var(--rhb-orange);}

#rhb-prop .form-card{background:#f6f8fb;border:1px solid #e7e9ee;border-radius:14px;padding:22px;}
#rhb-prop .form-card h3{font-size:16.5px;font-weight:600;margin:0 0 4px;color:var(--rhb-primary) !important;}
#rhb-prop .form-card p{font-size:12.5px;color:#7c8493;margin:0 0 14px;}
#rhb-prop .form-card input, #rhb-prop .form-card textarea{width:100%;padding:12px 14px;border:1px solid #dcdfe5;border-radius:8px;font-size:14px;margin-bottom:10px;background:#fff;}
#rhb-prop .form-card input:focus, #rhb-prop .form-card textarea:focus{outline:none;border-color:var(--rhb-orange);}
#rhb-prop .form-card textarea{resize:vertical;min-height:76px;}

#rhb-prop .cta-band{background:#f4f6fa;border-top:1px solid #e4e8f0;text-align:center;padding:clamp(40px,6vw,60px) 20px;}
#rhb-prop .cta-eyebrow{color:var(--rhb-orange);letter-spacing:2px;text-transform:uppercase;font-size:11.5px;font-weight:700;margin-bottom:10px;}
#rhb-prop .cta-band h2{font-size:clamp(22px,3.6vw,29px);font-weight:700;margin:0 0 10px;color:var(--rhb-primary) !important;}
#rhb-prop .cta-band p{color:#5a6274;max-width:520px;margin:0 auto 24px;font-size:clamp(14px,1.8vw,15.5px);line-height:1.6;}
#rhb-prop .cta-btn{display:inline-block;width:auto;padding:15px 32px;background:var(--rhb-orange);color:#fff !important;box-shadow:0 4px 14px rgba(255,102,51,.26);}
#rhb-prop .cta-btn:hover{background:var(--rhb-orange);}

@media(max-width:960px){
  #rhb-prop .main{grid-template-columns:1fr;}
  #rhb-prop .sidebar{position:static;}
}
@media(max-width:760px){
  #rhb-prop .stats-grid{grid-template-columns:repeat(2,1fr);}
  #rhb-prop .stat{border-bottom:1px solid var(--rhb-line);}
  #rhb-prop .stat:nth-child(2n){border-right:none;}
  #rhb-prop .photo-block{max-width:100%;}
  #rhb-prop .fin-grid{grid-template-columns:1fr;}
}
@media(max-width:420px){
  #rhb-prop .hero .price-row{gap:10px;}
  #rhb-prop .media-btn{font-size:12px;padding:13px 14px;}
}

/* ===================== FULL-WIDTH THEME COMPATIBILITY ===================== */
body.tax-rhb_location .site-content,
body.single-rhb_property .site-content{padding-top:0!important;padding-bottom:0!important;}
body.tax-rhb_location #content > .ast-container,
body.single-rhb_property #content > .ast-container,
body.tax-rhb_location .site-content > .ast-container,
body.single-rhb_property .site-content > .ast-container{
  max-width:100%!important;width:100%!important;padding:0!important;margin:0!important;display:block!important;
}
body.tax-rhb_location #primary,
body.single-rhb_property #primary,
body.tax-rhb_location .content-area,
body.single-rhb_property .content-area{
  width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;float:none!important;
}
body.tax-rhb_location #secondary,
body.single-rhb_property #secondary,
body.tax-rhb_location .widget-area,
body.single-rhb_property .widget-area{display:none!important;}
body.tax-rhb_location .ast-separate-container #primary,
body.single-rhb_property .ast-separate-container #primary{margin:0!important;}

/* ===================== PROPERTY CARD GRID ===================== */
.rhb-grid-wrap{font-family:'Jost',sans-serif;max-width:1280px;margin:0 auto;padding:28px 24px 60px;width:100%;}
.rhb-grid-wrap *{box-sizing:border-box;font-family:'Jost',sans-serif;}
.rhb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.rhb-card{background:#fff;border:1px solid #e4e8ef;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 4px 18px rgba(60,61,249,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.rhb-card:hover{transform:translateY(-4px);border-color:#d7dfeb;box-shadow:0 14px 34px rgba(60,61,249,.12);}
.rhb-card a{text-decoration:none!important;}
.rhb-card-img{position:relative;display:block;aspect-ratio:16/10;background:linear-gradient(135deg,#e9eef6,#f7f9fc);overflow:hidden;}
.rhb-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.rhb-card:hover .rhb-card-img img{transform:scale(1.025);}
.rhb-card-tag{position:absolute;top:14px;left:14px;background:var(--rhb-orange);color:#fff!important;font-size:10.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 11px;border-radius:999px;box-shadow:0 4px 12px rgba(255,102,51,.26);}
.rhb-card-tag.status-new,#rhb-prop .hero .tag.status-new{background:#22c55e!important;border-color:#22c55e!important;color:#fff!important;box-shadow:0 4px 12px rgba(34,197,94,.26);}
.rhb-card-tag.status-pending,#rhb-prop .hero .tag.status-pending{background:#facc15!important;border-color:#facc15!important;color:#172033!important;box-shadow:0 4px 12px rgba(250,204,21,.30);}
.rhb-card-tag.status-sold,#rhb-prop .hero .tag.status-sold{background:#6b7280!important;border-color:#6b7280!important;color:#fff!important;box-shadow:none;}
.rhb-card-tag.status-default,#rhb-prop .hero .tag.status-default{background:var(--rhb-orange)!important;border-color:var(--rhb-orange)!important;color:#fff!important;}
.rhb-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1;}
.rhb-card-price{display:block!important;font-size:23px!important;font-weight:700!important;color:var(--rhb-orange)!important;margin:0 0 8px!important;line-height:1.15!important;}
.rhb-card-address{display:block!important;font-size:16px!important;font-weight:700!important;color:#141b28!important;margin:0 0 6px!important;line-height:1.4!important;}
.rhb-card-address:hover{color:var(--rhb-primary)!important;}
.rhb-card-deal-title{display:block!important;font-size:13.1px!important;font-weight:600!important;color:#6f788a!important;margin:0 0 12px!important;line-height:1.5!important;}
.rhb-card-title{display:block!important;font-size:16px!important;font-weight:700!important;color:#141b28!important;margin:0 0 7px!important;line-height:1.4!important;}
.rhb-card-title:hover{color:var(--rhb-primary)!important;}
.rhb-card-addr{display:block!important;font-size:12.8px!important;color:#788295!important;margin:0 0 12px!important;line-height:1.55!important;}
.rhb-card-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#687386;margin-bottom:16px;}
.rhb-card-meta span{background:#f5f7fa;border:1px solid #e8ebf0;border-radius:999px;padding:5px 9px;}
.rhb-card-link{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--rhb-primary);color:#fff!important;font-weight:700;font-size:12.8px;letter-spacing:.15px;padding:12px 14px;border-radius:9px;margin-top:auto;transition:background .15s ease,transform .15s ease;}
.rhb-card-link:hover{background:var(--rhb-primary-light);transform:translateY(-1px);}

/* Load more */
.rhb-loadmore-wrap{text-align:center;margin-top:34px;}
.rhb-loadmore{background:var(--rhb-orange);color:#fff;border:none;cursor:pointer;font-family:'Jost',sans-serif;font-weight:700;font-size:13px;letter-spacing:.5px;text-transform:uppercase;padding:14px 32px;border-radius:9px;box-shadow:0 4px 14px rgba(255,102,51,.24);transition:background .15s ease,transform .15s ease;}
.rhb-loadmore:hover{background:var(--rhb-orange);transform:translateY(-1px);}
.rhb-loadmore.is-loading{opacity:.7;cursor:wait;transform:none;}
.rhb-loadmore-count{margin-top:12px;font-size:13px;color:#7c8493;font-family:'Jost',sans-serif;}

/* ===================== SHARED AREA COMPONENTS ===================== */
.rhb-area,.rhb-areas-grid-wrap{font-family:'Jost',sans-serif;color:#1c1f26;}
.rhb-area *,.rhb-areas-grid-wrap *{box-sizing:border-box;font-family:'Jost',sans-serif;}
.rhb-area a,.rhb-areas-grid-wrap a{text-decoration:none;}
.rhb-wrap{max-width:1280px;width:100%;margin:0 auto;padding-left:24px;padding-right:24px;}
.rhb-kicker{display:block;color:var(--rhb-orange);letter-spacing:1.8px;text-transform:uppercase;font-size:11px;font-weight:700;margin-bottom:8px;}
.rhb-secondary-link{display:inline-flex;align-items:center;gap:7px;color:var(--rhb-primary)!important;font-size:13.5px;font-weight:700;white-space:nowrap;}
.rhb-secondary-link:hover{color:var(--rhb-orange)!important;}
.rhb-empty-state{background:#fff;border:1px solid #e4e8ef;border-radius:16px;padding:42px 28px;text-align:center;box-shadow:0 4px 18px rgba(60,61,249,.05);}
.rhb-empty-state h3{margin:0 0 8px;color:var(--rhb-primary)!important;font-size:22px;}
.rhb-empty-state p{margin:0 auto 18px;max-width:560px;color:#697386;line-height:1.7;}

/* ===================== AREA ARCHIVE PAGE ===================== */
.rhb-area{width:100%;max-width:none;background:#f5f7fb;overflow:hidden;}
.rhb-area-hero{background:radial-gradient(circle at 80% 0%,rgba(91,92,255,.55),transparent 34%),linear-gradient(135deg,var(--rhb-deep) 0%,var(--rhb-primary) 72%);color:#fff;padding:62px 0 86px;text-align:left;}
.rhb-area-toplinks{display:flex;justify-content:space-between;gap:16px;margin-bottom:40px;}
.rhb-area-toplinks a{color:#b9c8e3;font-size:12.5px;font-weight:600;}
.rhb-area-toplinks a:hover{color:#fff;}
.rhb-area-eyebrow{color:var(--rhb-orange);letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:700;margin-bottom:12px;}
.rhb-area-hero h1{font-size:clamp(32px,5vw,50px);font-weight:700;margin:0 0 16px;color:#fff!important;line-height:1.12;max-width:880px;}
.rhb-area-intro{color:#c9d4ea;font-size:clamp(15px,1.8vw,17px);max-width:760px;margin:0;line-height:1.72;}
.rhb-area-stats-shell{margin-top:-34px;position:relative;z-index:3;}
.rhb-area-stats-grid{background:#fff;border:1px solid #e3e8f0;border-radius:16px;box-shadow:0 14px 36px rgba(60,61,249,.12);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;}
.rhb-area-stat{padding:25px 18px;text-align:center;border-right:1px solid #e9edf3;}
.rhb-area-stat:last-child{border-right:0;}
.rhb-area-stat .num{font-size:clamp(20px,2.7vw,28px);font-weight:700;color:var(--rhb-primary);margin-bottom:4px;}
.rhb-area-stat .label{font-size:10.5px;text-transform:uppercase;letter-spacing:1.1px;color:#8791a3;font-weight:600;}
.rhb-area-body{padding:58px 0 72px;}
.rhb-area-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:2px;}
.rhb-area-section-head h2,.rhb-nearby-block h2{font-size:clamp(24px,3vw,31px);font-weight:700;color:var(--rhb-primary)!important;margin:0 0 7px;}
.rhb-area-section-head p{font-size:14.5px;color:#6e788b;margin:0;}
.rhb-area-body .rhb-grid-wrap{padding-left:0;padding-right:0;max-width:none;}
.rhb-nearby-block{padding-top:24px;}
.rhb-area-nearby{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;}
.rhb-area-nearby a{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1px solid #e3e8ef;border-radius:10px;padding:14px 15px;color:#243149;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;}
.rhb-area-nearby a:hover{border-color:#c9d6e8;box-shadow:0 7px 18px rgba(60,61,249,.08);transform:translateY(-2px);}
.rhb-area-nearby span{font-size:13.5px;font-weight:700;}
.rhb-area-nearby strong{font-size:11px;color:var(--rhb-orange);white-space:nowrap;}
.rhb-area-cta{background:linear-gradient(135deg,#edf3fb,#f8fafc);border-top:1px solid #e0e6ee;text-align:center;padding:62px 0;}
.rhb-area-cta-eyebrow{color:var(--rhb-orange);letter-spacing:1.8px;text-transform:uppercase;font-size:11.5px;font-weight:700;margin-bottom:10px;}
.rhb-area-cta h2{font-size:clamp(25px,3.5vw,34px);font-weight:700;color:var(--rhb-primary)!important;margin:0 0 10px;}
.rhb-area-cta p{color:#667184;max-width:600px;margin:0 auto 24px;font-size:15px;line-height:1.7;}
.rhb-area-cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;}
.rhb-area-cta-btn{display:inline-block;background:var(--rhb-orange);color:#fff!important;font-weight:700;font-size:13px;letter-spacing:.4px;text-transform:uppercase;padding:14px 28px;border-radius:9px;box-shadow:0 4px 14px rgba(255,102,51,.24);transition:background .15s ease,transform .15s ease;}
.rhb-area-cta-btn:hover{background:var(--rhb-orange);transform:translateY(-1px);}
.rhb-area-cta-link{font-size:13.5px;font-weight:700;color:var(--rhb-primary)!important;}
.rhb-area-cta-link:hover{color:var(--rhb-orange)!important;}

/* ===================== AREAS HUB GRID ===================== */
.rhb-areas-grid-wrap{max-width:1280px;width:100%;margin:0 auto;padding:44px 24px 76px;}
.rhb-areas-intro-row{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px;}
.rhb-areas-intro-row h2{font-size:clamp(24px,3vw,31px);color:var(--rhb-primary)!important;margin:0 0 8px;font-weight:700;}
.rhb-areas-intro-row p{margin:0;max-width:720px;color:#6e788b;font-size:14.5px;line-height:1.7;}
.rhb-areas-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;}
.rhb-area-card{background:#fff;border:1px solid #e3e8ef;border-radius:16px;overflow:hidden;box-shadow:0 4px 18px rgba(60,61,249,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.rhb-area-card:hover{transform:translateY(-4px);border-color:#d4deeb;box-shadow:0 14px 34px rgba(60,61,249,.12);}
.rhb-area-card-cover{display:block;position:relative;aspect-ratio:16/8.5;background:linear-gradient(135deg,var(--rhb-deep),var(--rhb-primary));overflow:hidden;}
.rhb-area-card-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(36,37,200,.48));}
.rhb-area-card-cover img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease;}
.rhb-area-card:hover .rhb-area-card-cover img{transform:scale(1.03);}
.rhb-area-card-placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 80% 20%,rgba(255,102,51,.38),transparent 30%),linear-gradient(135deg,var(--rhb-deep),var(--rhb-primary));}
.rhb-area-count-badge{position:absolute;z-index:2;left:14px;bottom:13px;background:#fff;color:var(--rhb-primary);font-size:11px;font-weight:700;padding:6px 10px;border-radius:999px;box-shadow:0 4px 12px rgba(36,37,200,.18);}
.rhb-area-card-body{padding:19px 20px 21px;}
.rhb-area-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:15px;}
.rhb-area-card-label{font-size:10px;color:var(--rhb-orange);font-weight:700;text-transform:uppercase;letter-spacing:1.15px;margin-bottom:4px;}
.rhb-area-card-title{font-size:20px!important;line-height:1.25!important;font-weight:700!important;margin:0!important;}
.rhb-area-card-title a{color:#172033!important;}
.rhb-area-card-title a:hover{color:var(--rhb-primary)!important;}
.rhb-area-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:13px 0;margin-bottom:15px;}
.rhb-acs-label{font-size:9.8px;text-transform:uppercase;letter-spacing:.75px;color:#9199a7;margin-bottom:3px;}
.rhb-acs-num{font-size:15.5px;font-weight:700;color:#1b2434;white-space:nowrap;}
.rhb-area-card-link{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13.5px;font-weight:700;color:var(--rhb-primary)!important;}
.rhb-area-card-link:hover{color:var(--rhb-orange)!important;}

@media(max-width:1024px){
  .rhb-grid,.rhb-areas-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .rhb-area-nearby{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  .rhb-wrap{padding-left:18px;padding-right:18px;}
  .rhb-area-hero{padding:42px 0 64px;}
  .rhb-area-toplinks{margin-bottom:28px;}
  .rhb-area-stats-grid{grid-template-columns:repeat(2,1fr);}
  .rhb-area-stat{border-bottom:1px solid #e9edf3;}
  .rhb-area-stat:nth-child(2n){border-right:0;}
  .rhb-area-section-head,.rhb-areas-intro-row{align-items:flex-start;flex-direction:column;}
  .rhb-grid-wrap,.rhb-areas-grid-wrap{padding-left:18px;padding-right:18px;}
}
@media(max-width:620px){
  .rhb-grid,.rhb-areas-grid,.rhb-area-nearby{grid-template-columns:1fr;}
  .rhb-grid-wrap{padding-top:22px;}
  .rhb-area-hero h1{font-size:31px;}
  .rhb-area-stats-shell{margin-top:-24px;}
  .rhb-area-stat{padding:19px 10px;}
}


/* ===================== AREAS MAP EXPLORER ===================== */
.rhb-area-map-explorer{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:24px;align-items:start;}
.rhb-area-map-panel{position:sticky;top:22px;background:#fff;border:1px solid #e3e8ef;border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(60,61,249,.09);}
.rhb-area-map-top{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:18px 20px 15px;border-bottom:1px solid #edf0f5;}
.rhb-area-map-top .rhb-kicker{margin:0;}
.rhb-area-map-top strong{color:var(--rhb-primary);font-size:15px;line-height:1.3;text-align:right;}
.rhb-area-map-frame{height:520px;background:#eef1f8;overflow:hidden;}
.rhb-area-map-frame iframe{width:100%;height:100%;display:block;border:0;filter:saturate(.9) contrast(.98);}
.rhb-area-map-help{margin:0;padding:13px 18px 15px;color:#7b8495;font-size:12px;line-height:1.55;background:#fbfcfe;border-top:1px solid #edf0f5;}
.rhb-area-list{display:flex;flex-direction:column;gap:10px;min-width:0;}
.rhb-area-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto 28px;align-items:center;gap:12px;background:#fff;border:1px solid #e3e8ef;border-radius:14px;padding:15px 16px;color:#20283a!important;box-shadow:0 3px 12px rgba(60,61,249,.035);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease;}
.rhb-area-row:hover,.rhb-area-row:focus,.rhb-area-row.is-previewing{outline:none;transform:translateY(-2px);border-color:#bbbdfd;background:#fbfbff;box-shadow:0 10px 24px rgba(60,61,249,.11);}
.rhb-area-row-marker{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#efefff;color:var(--rhb-primary);}
.rhb-area-row-main{min-width:0;display:block;}
.rhb-area-row-title{display:block;color:#161d2d;font-size:16px;font-weight:700;line-height:1.25;margin-bottom:4px;}
.rhb-area-row-meta{display:block;color:#768095;font-size:11.8px;line-height:1.45;white-space:normal;}
.rhb-area-row-rent{text-align:right;white-space:nowrap;}
.rhb-area-row-rent small{display:block;color:#959dad;font-size:9.5px;text-transform:uppercase;letter-spacing:.6px;margin-bottom:2px;}
.rhb-area-row-rent strong{display:block;color:#2a3140;font-size:13px;}
.rhb-area-row-arrow{color:var(--rhb-orange);font-size:19px;font-weight:700;transition:transform .15s ease;}
.rhb-area-row:hover .rhb-area-row-arrow,.rhb-area-row:focus .rhb-area-row-arrow{transform:translateX(2px);}

@media(max-width:960px){
  .rhb-area-map-explorer{grid-template-columns:1fr;}
  .rhb-area-map-panel{position:relative;top:auto;}
  .rhb-area-map-frame{height:390px;}
}
@media(max-width:620px){
  .rhb-area-map-frame{height:300px;}
  .rhb-area-row{grid-template-columns:36px minmax(0,1fr) 22px;padding:13px 13px;gap:10px;}
  .rhb-area-row-rent{display:none;}
  .rhb-area-row-marker{width:36px;height:36px;}
  .rhb-area-map-top{align-items:flex-start;flex-direction:column;gap:4px;}
  .rhb-area-map-top strong{text-align:left;}
}
/* ===================== RESPONSIVE HARDENING v2.7 ===================== */
#rhb-prop .content,#rhb-prop .sidebar,#rhb-prop .agent-card,#buyers-list{min-width:0;}
#rhb-prop img,.rhb-card img,.rhb-area img{max-width:100%;height:auto;}
#rhb-prop .agent-card a,#rhb-prop .btn-orange,#rhb-prop .btn-outline{max-width:100%;}

@media(max-width:1366px){
  #rhb-prop .wrap{max-width:1120px;padding-left:24px;padding-right:24px;}
  #rhb-prop .main{grid-template-columns:minmax(0,1fr) 330px;gap:32px;}
  #rhb-prop .agent-card{padding:22px;}
  .rhb-grid-wrap,.rhb-areas-grid-wrap,.rhb-wrap{max-width:1180px;}
}
@media(max-width:1200px){
  #rhb-prop .wrap{max-width:1040px;}
  #rhb-prop .main{grid-template-columns:minmax(0,1fr) 310px;gap:26px;}
  #rhb-prop .agent-phone{font-size:18px;}
  #rhb-prop .agent-email{font-size:12.5px;}
  .rhb-grid{gap:20px;}
}
@media(max-width:1024px){
  #rhb-prop .main{grid-template-columns:1fr;gap:30px;}
  #rhb-prop .sidebar{position:static;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start;}
  #rhb-prop .agent-card{margin-bottom:0;height:100%;}
  #rhb-prop #buyers-list{margin:0;}
  #rhb-prop .photo-block{max-width:640px;}
  #rhb-prop .map-embed iframe{height:360px;}
  .rhb-grid-wrap,.rhb-areas-grid-wrap,.rhb-wrap{padding-left:22px;padding-right:22px;}
}
@media(max-width:900px){
  #rhb-prop .hero{padding-top:42px;padding-bottom:38px;}
  #rhb-prop .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  #rhb-prop .stat:nth-child(2n){border-right:none;}
  #rhb-prop .stat:nth-child(-n+2){border-bottom:1px solid var(--rhb-line);}
  .rhb-grid,.rhb-areas-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:760px){
  #rhb-prop .wrap{padding-left:18px;padding-right:18px;}
  #rhb-prop .sidebar{grid-template-columns:1fr;}
  #rhb-prop .fact-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  #rhb-prop .fact-table td{min-width:140px;}
  #rhb-prop .map-embed iframe{height:320px;}
  #rhb-prop .agent-card{padding:20px;}
  #rhb-prop .agent-phone{font-size:19px;}
  #rhb-prop .agent-email{font-size:13px;}
}
@media(max-width:620px){
  #rhb-prop .stats-grid{grid-template-columns:1fr 1fr;}
  #rhb-prop .fin-grid,.rhb-grid,.rhb-areas-grid,.rhb-area-nearby{grid-template-columns:1fr;}
  #rhb-prop .hero h1{font-size:clamp(25px,8vw,34px);}
  #rhb-prop .hero .price{font-size:26px;}
  #rhb-prop .media-btn,#rhb-prop .btn-orange,#rhb-prop .btn-outline{font-size:12px;padding-left:14px;padding-right:14px;}
  #rhb-prop .map-embed iframe{height:280px;}
}

/* Elementor pages: laptop/tablet overflow protection. */
@media(max-width:1366px){
  #rhb-hero,#rhb-how,#rhb-cta,#rhb-testi,#rhb-deals-page,#rhb-areas-page,#rhb-hiw-v2,#rhb-buyers-signup,#rhb-buyers-benefits,#rhb-buyers-bottom,#rhb-footer,#rhb-header{max-width:100%;overflow-x:hidden;}
}
@media(max-width:1200px){
  #rhb-hero .inner,#rhb-how .inner,#rhb-cta .inner,#rhb-testi .inner,#rhb-deals-page .inner,#rhb-areas-page .inner,#rhb-hiw-v2 .inner{padding-left:28px!important;padding-right:28px!important;}
}
@media(max-width:1024px){
  #rhb-hero .inner,#rhb-how .inner,#rhb-cta .inner,#rhb-testi .inner,#rhb-deals-page .inner,#rhb-areas-page .inner,#rhb-hiw-v2 .inner{padding-left:22px!important;padding-right:22px!important;}
}
@media(max-width:620px){
  #rhb-hero .inner,#rhb-how .inner,#rhb-cta .inner,#rhb-testi .inner,#rhb-deals-page .inner,#rhb-areas-page .inner,#rhb-hiw-v2 .inner{padding-left:18px!important;padding-right:18px!important;}
}

