@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&display=swap");
*{box-sizing:border-box}
html{overflow-x:clip;scrollbar-width:thin;scrollbar-color:rgba(100,116,139,.38) transparent}
body{margin:0;padding-bottom:118px;overflow-x:clip;font-family:"Space Grotesk","Segoe UI","Helvetica Neue",Arial,sans-serif;color:#101828;background:#eef2f7}
html::-webkit-scrollbar,body::-webkit-scrollbar{width:8px;height:8px}
html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:transparent}
html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(100,116,139,.3)}
main{max-width:980px;margin:0 auto;padding:24px}
.detail-topbar{display:flex;align-items:center;min-height:34px;margin:0 0 14px}
.detail-back-link{display:inline-flex;align-items:center;gap:7px;color:#344054;text-decoration:none;font-size:13px;font-weight:750;line-height:1.2}
.detail-back-link:hover{color:#1455d9}
.detail-back-link svg{display:block;width:16px;height:16px;flex:0 0 auto}
.rednote-video-banner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:12px 16px;border-radius:16px;background:var(--video-banner-bg,linear-gradient(135deg,#ff2442 0%,#ff4f6d 48%,#fff1f4 100%));color:#fff;text-decoration:none;box-shadow:0 12px 26px var(--video-banner-shadow,rgba(255,36,66,.22));overflow:hidden}
.rednote-video-main{display:flex;align-items:center;gap:12px;min-width:0}
.rednote-video-logo{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.95);color:var(--video-banner-logo-color,#ff2442)}
.rednote-video-logo svg{display:block;width:30px;height:12px}
.video-link-banner .rednote-video-logo svg{width:22px;height:22px}
.rednote-video-copy{display:grid;gap:2px;min-width:0}
.rednote-video-copy strong{font-size:15px;font-weight:900;line-height:1.1}
.rednote-video-copy span{color:rgba(255,255,255,.86);font-size:11px;font-weight:750;line-height:1.2}
.rednote-video-icons{position:absolute;right:-10px;top:50%;display:grid;place-items:center;transform:translateY(-50%);pointer-events:none}
.rednote-video-icons span{display:grid;place-items:center;width:58px;height:58px;border-radius:999px;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.28)}
.rednote-video-icons svg{display:block;width:28px;height:28px;margin-left:2px}
.detail-gallery{display:grid;gap:0}
.gallery-main{position:relative;overflow:hidden;user-select:none;-webkit-user-select:none;border-radius:16px;border:1px solid #dfe3ea;background:#111827;cursor:grab;touch-action:pan-y}
.gallery-main.is-dragging{cursor:grabbing}
.gallery-track{display:flex;width:100%;transform:translate3d(0,0,0);transition:transform .24s ease;will-change:transform}
.gallery-main.is-dragging .gallery-track{transition:none}
.gallery-slide{position:relative;flex:0 0 100%;min-width:0;overflow:hidden;background:#000}
.gallery-picture{display:block;width:100%;background:#111827}
.gallery-image-blur{position:absolute;inset:0;z-index:0;background-position:center center;background-size:cover;background-repeat:no-repeat;filter:blur(30px);opacity:.5;transform:scale(1.08);pointer-events:none}
.gallery-main img{width:100%;aspect-ratio:16/10;max-height:620px;object-fit:contain;display:block}
.gallery-main img[data-gallery-image]{position:relative;z-index:1;background:transparent}
.listing-media-video{position:relative;background:#000;display:grid;place-items:center}
.listing-video-poster{position:relative;width:100%;aspect-ratio:16/9;max-height:620px;border:0;padding:0;overflow:hidden;cursor:pointer;color:#fff;font:inherit;appearance:none;-webkit-appearance:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#000;display:flex;align-items:center;justify-content:center}
.listing-video-poster img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;display:block;background:#000}
.listing-video-provider{display:grid;place-items:center;width:100%;height:100%;background:#101828;color:#fff;font-size:15px;font-weight:850}
.listing-video-play{position:absolute;left:50%;top:50%;width:58px;height:58px;border-radius:999px;background:rgba(16,24,40,.82);border:3px solid rgba(255,255,255,.8);display:grid;place-items:center;transform:translate(-50%,-50%);box-shadow:0 12px 26px rgba(15,23,42,.34);backdrop-filter:blur(8px)}
.listing-video-play svg{width:28px;height:28px;margin-left:2px}
.listing-media iframe{width:100%;height:100%;border:0;display:block}
.listing-media iframe.listing-media-contained-iframe{position:absolute;top:0;z-index:3;width:100%;height:auto;max-width:100%;max-height:100%;margin:auto;aspect-ratio:16/9}
.listing-media iframe.listing-media-contained-iframe:not([data-aspect])[data-orientation="portrait"],.listing-media iframe.listing-media-contained-iframe:not([data-aspect])[data-orientation="square"]{width:auto;height:100%}
.listing-media iframe.listing-media-contained-iframe[data-aspect="9/16"]{aspect-ratio:9/16}
.listing-media iframe.listing-media-contained-iframe:not([data-aspect])[data-orientation="landscape"]{width:100%;height:auto;aspect-ratio:16/9}
.listing-media iframe.listing-media-contained-iframe[data-aspect="16/9"]{width:100%;height:auto;aspect-ratio:16/9}
.listing-media iframe.listing-media-contained-iframe[data-aspect="1/1"]{aspect-ratio:1/1}
.listing-media iframe.listing-media-contained-iframe[data-aspect="9/16"],.listing-media iframe.listing-media-contained-iframe[data-aspect="1/1"]{width:auto;height:100%}
.gallery-nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:50px;height:50px;border:0;border-radius:999px;background:rgba(255,255,255,.68);color:#101828;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(15,23,42,.18);backdrop-filter:blur(8px)}
.gallery-nav svg{display:block;width:10px;height:18px}
.gallery-next svg{transform:rotate(180deg)}
.gallery-prev{left:20px}
.gallery-next{right:20px}
.gallery-dots{position:absolute;left:50%;bottom:18px;z-index:2;transform:translateX(-50%);display:flex;gap:8px;padding:7px 10px;border-radius:999px;background:rgba(16,24,40,.72)}
.gallery-dots button{width:10px;height:10px;border:0;border-radius:999px;background:rgba(255,255,255,.45);padding:0;cursor:pointer}
.gallery-dots button[aria-current="true"]{width:24px;background:#fff}
.gallery-count{position:absolute;right:18px;top:18px;z-index:2;display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:7px 10px;border-radius:999px;background:rgba(16,24,40,.76);color:#fff;font-size:12px;font-weight:850;line-height:1;box-shadow:0 8px 20px rgba(15,23,42,.22);backdrop-filter:blur(8px)}
.gallery-count-icon{display:block;width:18px;height:18px;flex:0 0 auto}
.detail-gallery-badge{position:absolute;left:18px;top:18px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:25px;border-radius:999px;padding:5px 10px;color:#fff;font-size:10px;font-weight:850;letter-spacing:.08em;line-height:1;text-transform:uppercase;border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 20px rgba(15,23,42,.18)}
.detail-gallery-badge-sale{background:linear-gradient(135deg,#1c2a7a 0%,#2f6df6 100%)}
.detail-gallery-badge-rent{background:linear-gradient(135deg,#0b9a85 0%,#27d3b3 100%)}
.gallery-thumbs{display:flex;gap:8px;overflow:auto;cursor:grab;user-select:none;-webkit-user-select:none;padding:12px 12px 2px;scroll-padding-inline:12px;scrollbar-width:none}
.gallery-thumbs.is-dragging{cursor:grabbing}
.gallery-thumbs::-webkit-scrollbar{display:none}
.gallery-thumb{flex:0 0 86px;height:62px;border:2px solid transparent;border-radius:10px;padding:0;overflow:hidden;background:#dfe6ee;cursor:pointer}
.gallery-thumb.is-active{border-color:#1455d9}
.gallery-thumb img{-webkit-user-drag:none;user-select:none;pointer-events:none;width:100%;height:100%;object-fit:cover;display:block}
.gallery-video-thumb{width:100%;height:100%;display:grid;place-items:center;background:#101828;color:#fff;font-size:11px;font-weight:850;text-transform:uppercase}
.gallery-slide .listing-media-video,.gallery-slide .listing-media-detail{width:100%;aspect-ratio:16/9;max-height:620px;border-radius:0;background:#000;display:grid;place-items:center;overflow:visible}
.listing-media-detail{position:relative;width:100%;max-height:620px;object-fit:contain;border-radius:16px;aspect-ratio:16/9;overflow:hidden;background:#000;display:grid;place-items:center}
.listing-media-detail iframe{width:100%;height:100%;border:0;display:block}
.listing-media-detail iframe.listing-media-contained-iframe{position:absolute;top:0;z-index:3;width:100%;height:auto;max-width:100%;max-height:100%;margin:auto;aspect-ratio:16/9}
.listing-media-detail iframe.listing-media-contained-iframe:not([data-aspect])[data-orientation="portrait"],.listing-media-detail iframe.listing-media-contained-iframe:not([data-aspect])[data-orientation="square"]{width:auto;height:100%}
.listing-media-detail iframe.listing-media-contained-iframe[data-aspect="9/16"]{aspect-ratio:9/16}
.listing-media-detail iframe.listing-media-contained-iframe:not([data-aspect])[data-orientation="landscape"]{width:100%;height:auto;aspect-ratio:16/9}
.listing-media-detail iframe.listing-media-contained-iframe[data-aspect="16/9"]{width:100%;height:auto;aspect-ratio:16/9}
.listing-media-detail iframe.listing-media-contained-iframe[data-aspect="1/1"]{aspect-ratio:1/1}
.listing-media-detail iframe.listing-media-contained-iframe[data-aspect="9/16"],.listing-media-detail iframe.listing-media-contained-iframe[data-aspect="1/1"]{width:auto;height:100%}
.listing-media-link{display:grid;place-items:center;align-content:center;gap:8px;background:#111827;color:#fff;text-align:center;text-decoration:none}
.listing-media-link span{color:rgba(255,255,255,.68);font-size:12px;text-transform:uppercase}
.listing-media-link strong{font-size:16px}
.detail-bento{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px;align-items:stretch;margin-top:16px}
.detail-bento:not(.has-map){grid-template-columns:1fr}
.detail-card{background:#fff;padding:22px;border:1px solid #dfe3ea;border-radius:16px}
.detail-map-card{background:#fff;border:1px solid #dfe3ea;border-radius:16px;overflow:hidden;display:grid;grid-template-rows:minmax(220px,1fr) auto;min-height:100%}
.detail-map-card iframe{width:100%;height:100%;min-height:220px;border:0;display:block;background:#dfe6ee}
.detail-map-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;color:#475467;font-size:13px;line-height:1.35}
.detail-map-caption p{margin:0;min-width:0}
.detail-map-caption a{flex:0 0 auto;color:#1455d9;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}
.back-link{display:inline-flex;margin-bottom:14px;color:#1455d9;font-size:14px;font-weight:750;text-decoration:none}
.detail-card h1{margin:0;color:#101828;font-size:18px;line-height:1.18}
.detail-location{margin:6px 0 0;min-width:0;color:#475467;font-size:13px;line-height:1.4}
.detail-price-map-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:14px;padding-bottom:14px;border-bottom:1px solid #dfe3ea}
.detail-price-main{display:flex;align-items:baseline;gap:12px;min-width:0;margin-right:auto}
.detail-card .listing-price-row{display:flex;align-items:baseline;justify-content:flex-start;gap:4px;min-width:0;color:#0f3ac7;font-weight:700;text-align:left}
.detail-card .priceCurrency{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6476a3}
.detail-card .priceAmount{font-size:30px;font-weight:700;line-height:1}
.detail-card .priceDecimals{font-size:14px;font-weight:700;color:#7c94d8}
.detail-card .priceSuffix{font-size:14px;font-weight:700;color:#6476a3}
.detail-price-psf{flex:0 0 auto;color:#667085;font-size:16px;font-weight:500;line-height:1;text-align:right;white-space:nowrap}
.detail-map-link{flex:0 0 auto;display:none;align-items:center;gap:9px;color:#98a2b3;background:#fff;font-size:11px;font-weight:750;text-decoration:none;white-space:nowrap}
.detail-map-link-icon{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:transparent;color:#fff;overflow:hidden}
.detail-map-link .detail-map-icon-image{position:absolute;height:100%;width:100%;inset:0;color:transparent;object-fit:contain}
.detail-description{margin:16px 0 0;color:#344054;font-size:15px;line-height:1.55;white-space:pre-wrap}
.listing-metrics{display:grid;gap:7px;margin-top:16px;color:#51607c;max-width:520px}
.metric-row{display:grid;gap:8px}
.metric-row-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.metric-row-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.metric-row-compact{display:inline-flex;width:max-content;max-width:100%;align-items:center;justify-content:flex-start;gap:14px}
.metric-row-compact .metric-item{flex:0 0 auto;width:max-content;justify-content:flex-start;gap:6px}
.metric-row-compact .metric-text{display:block}
.metric-item{display:flex;align-items:center;gap:7px;min-width:0}
.metric-item-placeholder{visibility:hidden}
.metric-icon{position:relative;display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:999px;overflow:hidden}
.metric-icon-image{position:absolute;inset:0;margin:auto;width:80%;height:80%;max-width:100%;max-height:100%;object-fit:contain}
.metric-icon-land{width:90%;height:90%}
.metric-icon-built-up{width:75%;height:75%}
.metric-icon-carpark{width:78%;height:78%}
.metric-icon-room,.metric-icon-bath{width:80%;height:80%}
.metric-text{display:grid;gap:1px;min-width:0}
.metric-value{font-size:14px;font-weight:700;color:#3f4a5c;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.metric-label{font-size:11px;color:#9aa7c4;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.detail-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;gap:10px;margin-top:18px}
.detail-fact-item,.detail-fact-item-wide{min-width:0;border-radius:13px;padding:12px;display:flex;align-items:center;gap:9px}
.detail-fact-item-wide{grid-column:auto / span 2}
.detail-fact-icon{position:relative;display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;color:#1455d9}
.detail-fact-icon img{width:100%;height:100%;object-fit:contain;display:block}
.detail-fact-icon-room,.detail-fact-icon-bath,.detail-fact-icon-carpark,.detail-fact-icon-furnishing{width:92%;height:92%}
.detail-fact-icon svg{width:100%;height:100%;display:block}
.detail-fact-text{display:grid;gap:2px;min-width:0}
.detail-fact-value{color:#101828;font-size:13px;font-weight:850;line-height:1.15;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}
.detail-fact-label{color:#667085;font-size:10px;font-weight:300;line-height:1.15;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}
.detail-fact-wide-cols{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 10px;min-width:0}
.detail-fact-wide-value{color:#101828;font-size:13px;font-weight:850;line-height:1.2;overflow-wrap:anywhere}
.detail-fact-wide-label{color:#667085;font-size:10px;font-weight:700;line-height:1.2;overflow-wrap:anywhere}
.detail-property-info-section{margin-top:14px;padding-top:14px;border-top:1px solid #dfe3ea}
.detail-property-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.detail-property-info-item{min-width:0;padding:11px 12px;display:grid;gap:4px}
.detail-property-info-value{color:#101828;font-size:13px;font-weight:850;line-height:1.2;overflow-wrap:anywhere}
.detail-property-info-label{color:#667085;font-size:10px;font-weight:300;line-height:1.2}
.detail-card-facilities{margin-top:14px;padding-top:14px;border-top:1px solid #dfe3ea}
.contact-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.contact-row a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:999px;padding:10px 17px;font-size:15px;font-weight:850;text-decoration:none}
.contact-icon{display:grid;place-items:center;flex:0 0 auto;width:17px;height:17px}
.contact-icon svg{display:block;width:100%;height:100%}
.contact-primary{background:#1455d9;color:#fff}
.contact-secondary{background:#050505;color:#fff}
.contact-whatsapp{background:#25d366;color:#fff;box-shadow:0 10px 22px rgba(37,211,102,.28)}
.contact-whatsapp:hover{background:#1ebe5d}
.sticky-contact-banner{position:fixed;left:0;right:0;bottom:0;z-index:20;overflow:visible;background:linear-gradient(90deg,#6bdfff 0%,#2373ff 35%,#3154ff 70%,#3154ff 100%);backdrop-filter:blur(14px);padding:14px 24px calc(14px + env(safe-area-inset-bottom))}
.sticky-contact-inner{max-width:650px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:22px;overflow:visible}
.sticky-agent{display:flex;align-items:center;gap:14px;min-width:0;overflow:visible}
.sticky-agent-avatar{flex:0 0 80px;width:80px;height:80px;margin-top:-20px;margin-bottom:-4px;border:3px solid #fff;border-radius:999px;background:#eef4ff;color:#1455d9;display:grid;place-items:center;overflow:hidden;font-size:22px;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.16)}
.sticky-agent-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.sticky-agent-info{display:grid;gap:4px;min-width:0}
.sticky-agent-name{color:#fff;font-size:19px;font-weight:900;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px rgba(15,23,42,.25)}
.sticky-agent-name span{color:rgba(255,255,255,.78);font-size:12px;font-weight:700}
.sticky-agent-meta{display:flex;flex-wrap:wrap;gap:4px 10px;color:rgba(255,255,255,.78);font-size:13px;font-weight:650;line-height:1.25}
.sticky-agent-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sticky-agent-address{margin:0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.25;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sticky-contact-banner .contact-row{flex:0 0 auto;flex-wrap:nowrap;margin-top:0}
.sticky-contact-banner .contact-primary{background:#fff;color:#1455d9;box-shadow:0 10px 22px rgba(15,23,42,.16)}
.detail-info-bento{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start;margin-top:14px}
.detail-info-bento .detail-info-section{margin-top:0;min-height:100%}
.detail-info-section{background:#fff;margin-top:14px;padding:20px;border:1px solid #dfe3ea;border-radius:16px}
.detail-info-section h2{margin:0 0 14px;color:#101828;font-size:20px;line-height:1.15}
.detail-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.detail-info-grid div{min-width:0;padding:10px 12px;display:grid;gap:4px}
.detail-info-grid span{color:#667085;font-size:12px;font-weight:700;line-height:1.2}
.detail-info-grid strong{color:#101828;font-size:14px;font-weight:800;line-height:1.25;overflow-wrap:anywhere}
.detail-description-blocks{display:grid}
.detail-description-blocks p{margin:0;color:#344054;font-size:15px;line-height:1.55;white-space:pre-wrap}
.fee-list{display:grid;gap:8px}
.fee-row{display:grid;grid-template-columns:auto minmax(10px,1fr) auto;align-items:center;gap:8px;color:#6b7280;font-size:13px;line-height:1.25}
.fee-label{min-width:0}
.fee-dots{height:1px;background:#d7dbe6;align-self:center}
.fee-value{white-space:nowrap;color:#6b7280;font-weight:600}
.facilities-section{padding:20px}
.detail-mobile-facilities{display:none}
.facilities-title{margin:0;color:#4b5563;font-size:13px;font-style:italic;font-weight:600;line-height:1.2}
.facilities-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.facility-chip{padding:6px 12px;border-radius:999px;background:#e7f0ff;color:#2d5fbf;font-size:11px;font-weight:600;line-height:1.2}
a{color:#1455d9;text-decoration:none}
@media (max-width:720px){
  body{padding-bottom:178px;background:#fff}
  main{padding:16px}
  .rednote-video-banner{width:100vw;margin:-16px calc(50% - 50vw) 10px;border-radius:0;padding:11px 64px 11px 16px}
  .rednote-video-logo{width:38px;height:38px;border-radius:13px}
  .rednote-video-copy strong{font-size:14px}
  .rednote-video-copy span{font-size:10px}
  .rednote-video-icons{right:-12px}
  .rednote-video-icons span{width:64px;height:64px;font-size:28px}
  .detail-gallery{width:100vw;margin:-16px calc(50% - 50vw) 0}
  .gallery-main{border-radius:0;border-left:0;border-right:0}
  .gallery-main img{aspect-ratio:16/10;object-fit:contain}
  .listing-video-poster{aspect-ratio:16/9}
  .listing-video-play{width:48px;height:48px}
  .listing-video-play svg{width:24px;height:24px}
  .gallery-nav{width:42px;height:42px}
  .gallery-nav svg{width:9px;height:16px}
  .gallery-prev{left:12px}
  .gallery-next{right:12px}
  .gallery-dots{bottom:0;gap:6px;padding:5px 8px;border-radius:10px 10px 0 0}
  .gallery-dots button{width:7px;height:7px}
  .gallery-dots button[aria-current="true"]{width:18px}
  .gallery-count{right:12px;top:12px;min-height:30px;padding:6px 9px;font-size:11px}
  .gallery-thumbs{padding:12px 12px 2px}
  .gallery-thumb{flex-basis:56px;height:42px;border-radius:7px}
  .detail-bento{display:block;margin-top:12px}
  .detail-map-card{display:none}
  .detail-card{margin-top:12px;padding:0;border:0;border-radius:14px}
  .detail-card h1{margin-top:20px;font-size:17px}
  .detail-price-map-row{align-items:flex-end;gap:10px;margin-top:12px;padding-bottom:12px}
  .detail-price-main{align-items:baseline;gap:8px;min-width:0}
  .detail-card .listing-price-row{justify-content:flex-start;gap:2px;margin-left:0;margin-right:auto;text-align:left}
  .detail-price-psf{display:block;padding-left:8px;border-left:1px solid #d0d5dd;font-size:11px;line-height:1.15;text-align:left}
  .detail-card .priceCurrency{font-size:9px;letter-spacing:0}
  .detail-card .priceAmount{font-size:22px;line-height:1.08}
  .detail-card .priceDecimals,.detail-card .priceSuffix{font-size:11px}
  .detail-location{font-size:12px}
  .detail-map-link{display:inline-grid;justify-items:end;align-content:end;gap:3px;margin-left:auto;font-size:10px;line-height:1.1;text-align:right}
  .detail-map-link-icon{width:32px;height:32px}
  .detail-map-link .detail-map-icon-image{padding:0}
  .listing-metrics{max-width:none;gap:6px}
  .metric-row{gap:10px}
  .metric-item{gap:5px}
  .metric-icon{flex-basis:20px;width:20px;height:20px}
  .metric-value{font-size:12px}
  .metric-label{font-size:9px}
  .detail-facts-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;gap:8px;margin-top:14px}
  .detail-facts-grid .detail-fact-built-up,.detail-facts-grid .detail-fact-land{display:grid}
  .detail-fact-item,.detail-fact-item-wide{display:grid;grid-template-columns:24px minmax(0,1fr);border-radius:11px;padding:8px 6px;gap:6px;justify-content:flex-start;text-align:left}
  .detail-fact-item-wide{grid-column:auto / span 2}
  .detail-fact-icon{flex-basis:24px;width:24px;height:24px}
  .detail-fact-area{padding-left:2px;padding-right:0}
  .detail-fact-area .detail-fact-icon{flex-basis:24px;width:24px;height:24px}
  .detail-fact-area .detail-fact-icon img{width:20px;height:20px;margin:auto}
  .detail-fact-area .detail-fact-value{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}
  .detail-fact-area .detail-fact-label{white-space:normal;overflow:visible;text-overflow:clip}
  .detail-fact-value,.detail-fact-wide-value{font-size:12px}
  .detail-fact-label,.detail-fact-wide-label{font-size:9px}
  .detail-property-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .detail-property-info-item{padding:11px 12px 0 0}
  .detail-card-facilities{display:none}
  .contact-row a{min-height:38px;padding:8px 13px;font-size:14px}
  .contact-icon{width:16px;height:16px}
  .sticky-contact-banner{padding:18px 16px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(to top,rgba(239,246,255,.96) 0%,rgba(239,246,255,.9) 72%,rgba(239,246,255,0) 100%);backdrop-filter:none}
  .sticky-contact-inner{display:grid;justify-items:center;justify-content:center;gap:15px;overflow:visible}
  .sticky-agent{display:flex;justify-content:center;align-items:center;max-width:100%}
  .sticky-agent-info{align-self:center;text-align:left}
  .sticky-agent-meta{justify-content:flex-start}
  .sticky-agent-avatar{flex-basis:64px;width:64px;height:64px;margin-top:-24px;margin-bottom:-6px;border-width:3px;font-size:21px}
  .sticky-agent-name{font-size:17px}
  .sticky-agent-name{color:#101828;text-shadow:none}
  .sticky-agent-name span{color:#667085;font-size:11px}
  .sticky-agent-meta,.sticky-agent-address{color:#667085;font-size:12px}
  .sticky-contact-banner .contact-row{display:flex;justify-content:center;width:80vw;max-width:420px;gap:8px}
  .sticky-contact-banner .contact-row a{width:auto;min-width:0;min-height:38px;padding:8px 14px}
  .sticky-contact-banner .contact-primary{flex:0 0 auto;min-width:118px}
  .sticky-contact-banner .contact-secondary{flex:1 1 auto;max-width:none}
  .sticky-contact-banner .contact-primary{background:#1455d9;color:#fff;box-shadow:none}
  .sticky-contact-banner .contact-whatsapp{background:#128c7e;color:#fff;box-shadow:none}
  .detail-info-bento{display:block;margin-top:18px}
  .detail-info-section{margin-top:18px;padding:15px 0 0;border:0;border-top:1px solid #dfe3ea;border-radius:0}
  .detail-info-bento .detail-info-section{margin-top:18px;min-height:0}
  .detail-info-bento .detail-info-section:first-child{margin-top:0}
  .detail-info-section .detail-info-grid,.detail-info-section .detail-description-blocks,.detail-info-section .fee-list,.detail-info-section .facilities-list{padding-left:0;padding-right:0}
  .fee-row{font-size:12px;gap:7px}
  .facilities-section{padding:15px 0 12px}
  .detail-mobile-facilities{display:block}
  .detail-info-section h2{font-size:17px}
  .detail-info-grid{grid-template-columns:1fr}
  .detail-info-grid div{padding:8px 10px 0 0}
  .detail-description-blocks p{font-size:13px}
}
