<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root{--co-accent:#0a67ff;--co-border:#e9edf2;--co-muted:#6b7280;--co-text:#0f172a}
.cph, .cps, .cpb, .cpf, .cpg, .cpm, .cpc, .cpmx, .cpsim{font-family:'Poppins',system-ui,Segoe UI,Roboto}
.container-narrow{max-width:1200px;margin:0 auto;padding:8px 12px}
/* Full-bleed header override */
.container-narrow.cph{max-width:100%;padding:0}

/* Header hero */
/* Cohost Property Header */
.cph-card{background:#000;border:0;border-radius:0;box-shadow:none;overflow:hidden}
.cph-hero{position:relative;width:100%;height:100vh}
.cph-img{width:100%;height:100%;object-fit:cover;background:#f3f4f6;display:block}
.cph-badges{position:absolute;top:12px;left:12px;display:flex;gap:8px}
.badge{padding:8px 12px;border-radius:999px;font-size:20px;font-weight:800;color:#fff;line-height:1}
.badge.green{background:#10b981}.badge.blue{background:#0ea5e9}.badge.dark{background:#334155}
.cph-caption{position:absolute;left:12px;bottom:12px;color:#fff}
.cph-caption .cap-title{margin:0 0 8px;font-size:36px;font-weight:800;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.35)}
.cph-caption .cap-sub{display:flex;align-items:center;gap:8px;font-size:18px;color:#fff;opacity:.95;text-shadow:0 2px 6px rgba(0,0,0,.35)}
.cph-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px}
.cph-ico{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.85);backdrop-filter:saturate(140%) blur(2px);color:#1f2937;border:1px solid #e6e9ee;text-decoration:none}
.cph-pricebox{position:absolute;right:12px;bottom:12px;display:flex;flex-direction:column;align-items:flex-end;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.35)}
.cph-pricebox .amt{font-weight:800;font-size:34px;color:#fff}
.cph-pricebox .size{font-weight:700;font-size:20px;opacity:.95;color:#fff}
.cph-head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;padding:14px 16px;border-top:1px solid var(--co-border)}
.cph-title{margin:0;font-size:22px;font-weight:800;color:var(--co-text)}
.cph-sub{display:flex;gap:10px;color:var(--co-muted);font-size:13px;align-items:center}
.cph-agent{display:flex;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--co-border);border-radius:12px}
.cph-agent img{width:36px;height:36px;border-radius:50%;object-fit:cover}
.cph-agent .name{font-weight:700}
.cph-cta{display:flex;gap:8px}
.btn-mini{padding:8px 12px;border-radius:10px;border:1px solid var(--co-accent);background:var(--co-accent);color:#fff;text-decoration:none;font-weight:600}
.btn-mini.outline{background:#fff;color:#0a67ff}

/* spec strip */
.cps-card{margin-top:12px;background:#fff;border:1px solid var(--co-border);border-radius:14px;box-shadow:0 8px 24px rgba(16,24,40,.06)}
.cps-list{display:flex;flex-wrap:wrap;gap:16px;padding:12px 16px}
.cps-item{display:flex;gap:8px;align-items:center;color:#1f2937;font-size:14px}
/* Overview header + grid */
.cps-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--co-border)}
.cps-head h3{margin:0;font-size:20px;color:#0f172a}
.cps-id{color:#111827;font-weight:700}
.cps-grid{display:flex;flex-wrap:wrap;gap:24px;align-items:center;padding:16px}
.cps-i{display:flex;gap:12px;align-items:center;color:#1f2937}
.cps-i svg{width:26px;height:26px;color:#0a67ff}
.cps-v{font-size:18px;font-weight:800;color:#0f172a}
.cps-k{font-size:14px;color:#6b7280}

/* description */
.cpb-card{margin-top:12px;background:#fff;border:1px solid var(--co-border);border-radius:14px;box-shadow:0 8px 24px rgba(16,24,40,.06)}
.cpb-head{padding:16px;border-bottom:1px solid var(--co-border)}
.cpb-head h3{margin:0;font-size:22px;font-weight:800;color:#0f172a}
.cpb-txt{padding:16px}
.cpb-txt p{margin:0 0 14px;color:#374151;line-height:1.8;font-size:16px}

/* facts */
.cpf-grid{margin-top:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}
.cpf-box{background:#fff;border:1px solid var(--co-border);border-radius:14px;box-shadow:0 8px 24px rgba(16,24,40,.06);padding:14px}
.cpf-box h4{margin:0;font-size:22px;font-weight:800;color:#0f172a}
.cpf-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--co-border)}
.cpf-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #eef2f6;font-size:14px}
.cpf-row strong{color:#111827}
.cpf-updated{color:#6b7280;font-size:12px;margin-bottom:8px}

/* features */
.cpft-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));padding:14px}
.cpft-i{display:flex;gap:8px;align-items:center;color:#374151;font-size:15px}
.cpft-i svg{width:18px;height:18px;color:#111827}
.cpft-empty{padding:14px;color:#6b7280}

/* gallery */
.cpg-grid{margin-top:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}
.cpg-img{aspect-ratio:4/3;background:#f3f4f6 center/cover no-repeat;border-radius:12px;border:1px solid var(--co-border)}

/* mortgage */
.cpmx-card{margin-top:12px;background:#fff;border:1px solid var(--co-border);border-radius:14px;box-shadow:0 8px 24px rgba(16,24,40,.06);padding:14px}
.cpmx-row{display:flex;gap:10px;align-items:center;margin:8px 0}
.cpmx-row input{width:100%;padding:10px;border:1px solid var(--co-border);border-radius:10px}
.cpmx-total{font-weight:800;font-size:20px;color:#0a67ff}

/* contact */
.cpc-card{margin-top:12px;background:#fff;border:1px solid var(--co-border);border-radius:14px;box-shadow:0 8px 24px rgba(16,24,40,.06);padding:14px}
.cpc-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}
.cpc-grid input, .cpc-grid textarea{padding:10px;border:1px solid var(--co-border);border-radius:10px;width:100%}
.cpc-actions{margin-top:10px;display:flex;gap:10px}

/* map */
.cpm-card{margin-top:12px;background:#fff;border:1px solid var(--co-border);border-radius:14px;box-shadow:0 8px 24px rgba(16,24,40,.06);overflow:hidden}
.cpm-map{width:100%;aspect-ratio:16/8;border:0}

/* similar */
.cpsim-card{margin-top:12px}
.cpsim-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.cpg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cpsim-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
  .cph-title{font-size:18px}
  .cph-hero{height:80vh}
  .cph-caption .cap-title{font-size:28px}
  .cph-caption .cap-sub{font-size:16px}
  .cps-grid{gap:16px;padding:12px}
  .cps-i svg{width:22px;height:22px}
  .cps-v{font-size:16px}
  .cps-k{font-size:13px}
  .cps-list{gap:10px}
  .cpf-grid{grid-template-columns:1fr}
  .cpft-grid{grid-template-columns:1fr}
  .cpg-grid{grid-template-columns:1fr}
  .cpc-grid{grid-template-columns:1fr}
  .cpsim-grid{grid-template-columns:1fr}
}
</style>
        <style>
        .cof-wrap{max-width:640px;margin:18px auto;padding:16px;border:1px solid var(--co-border);border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.06);font-family:'Poppins',system-ui,Segoe UI,Roboto}
        .cof-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
        .cof-grid-full{grid-column:1/-1}
        .cof-lab{display:block;font-weight:600;margin:6px 2px}
        .cof-inp,.cof-sel,.cof-txt{transition:border-color .2s, box-shadow .2s}
        .cof-actions{margin-top:12px;display:flex;gap:10px;align-items:center}
        .cof-btn{transition:transform .08s ease, box-shadow .2s}
        .cof-btn.outline{background:#fff;color:var(--co-text)}
        .cof-msg{margin:10px 0;padding:10px;border-radius:10px;font-weight:600}
        .cof-ok{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46}
        .cof-err{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}
/* Upgrade look & feel */
	.cof-wrap h3{font-size:22px;font-weight:800;margin-bottom:12px}
	.cof-inp:focus,.cof-sel:focus,.cof-txt:focus{outline:none;border-color:#0a67ff;box-shadow:0 0 0 3px rgba(10,103,255,.15)}
	.cof-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(2,6,23,.10)}
	.cof-btn.outline:hover{background:#f8fafc}
        </style>
        {"id":3594,"date":"2025-11-08T05:45:56","date_gmt":"2025-11-08T05:45:56","guid":{"rendered":"https:\/\/www.cohost.com.my\/?page_id=3594"},"modified":"2025-11-08T05:45:56","modified_gmt":"2025-11-08T05:45:56","slug":"logout","status":"publish","type":"page","link":"https:\/\/www.cohost.com.my\/index.php\/logout\/","title":{"rendered":"LOgout"},"content":{"rendered":"<div class=\"cof-wrap\"><div class=\"cof-msg cof-err\">You are not logged in.<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-3594","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/pages\/3594","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/comments?post=3594"}],"version-history":[{"count":1,"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/pages\/3594\/revisions"}],"predecessor-version":[{"id":3595,"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/pages\/3594\/revisions\/3595"}],"wp:attachment":[{"href":"https:\/\/www.cohost.com.my\/index.php\/wp-json\/wp\/v2\/media?parent=3594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}