:root {
    --ha-primary: #2F499F;     
    --ha-secondary: #507ABD;   
    --ha-accent: #F37321;      
    --ha-text: #1F2937;        
    --ha-bg-active: #eaf0fb;   
}
#ha-image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
.ha-preview-item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.ha-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ha-cover-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--ha-primary); /* Your theme blue */
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2;
}
.ha-submission-container { max-width: 750px !important; margin: 40px auto !important;; padding: 40px; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); font-family: -apple-system, sans-serif; color: var(--ha-text); }
.ha-form-header h1 { font-size: 26px; font-weight: 700; margin-bottom: 8px; color: var(--ha-text); }
.ha-form-header p { color: #6b7280; margin-bottom: 30px; font-size: 15px; }
.ha-field-group { margin-bottom: 28px; }
.ha-group-label { display: block; font-weight: 600; margin-bottom: 12px; color: var(--ha-text); font-size: 15px; }

.ha-hidden-radio { display: none !important; }
#ha-submit-property-form input.ha-hidden-radio[type="radio"] { display: none !important; position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; margin: 0 !important; }
.ha-tile-group { display: flex; flex-wrap: wrap; gap: 10px; }
.ha-tile { padding: 12px 18px; border: 1px solid #d1d5db; border-radius: 8px; background: #fff; color: #4b5563; cursor: pointer; font-weight: 500; font-size: 14px; transition: all 0.2s ease; flex: 1 1 auto; text-align: center; }
.ha-tile:hover { border-color: var(--ha-secondary); background: #f9fafb; }
.ha-hidden-radio:checked + .ha-tile { border-color: var(--ha-primary); background-color: var(--ha-bg-active); color: var(--ha-primary); font-weight: 600; box-shadow: 0 0 0 1px var(--ha-primary); }

.ha-input { width: 100%; padding: 14px 16px; border: 1px solid #d1d5db; border-radius: 8px; font-size: 15px; box-sizing: border-box; color: var(--ha-text); transition: all 0.2s; font-family: inherit; }
.ha-input:focus { border-color: var(--ha-primary); outline: none; box-shadow: 0 0 0 3px rgba(47, 73, 159, 0.1); }
textarea.ha-input { resize: vertical; min-height: 100px; }
.ha-input[readonly] { background: #f9fafb; cursor: not-allowed; }

.ha-checkbox-grid { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.ha-checkbox-grid label { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #4b5563; cursor: pointer; }

.ha-hidden-file-input { display: none; }
.ha-upload-box { border: 2px dashed #cbd5e1; border-radius: 8px; padding: 40px 20px; text-align: center; background: #f8fafc; cursor: pointer; transition: all 0.2s; }
.ha-upload-box:hover { background: var(--ha-bg-active); border-color: var(--ha-secondary); }
.ha-upload-icon { font-size: 30px; color: var(--ha-secondary); margin-bottom: 10px; }
.ha-upload-title { margin: 0; color: var(--ha-text); font-weight: 600; }
.ha-upload-subtitle { margin-top: 5px; font-size: 12px; color: #6b7280; }

.ha-preview-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 15px; margin-top: 20px; }
.ha-preview-item { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border: 1px solid #e2e8f0; aspect-ratio: 1; }
.ha-preview-item img { width: 100%; height: 100%; object-fit: cover; }
.ha-cover-badge { position: absolute; top: 0; left: 0; background: var(--ha-accent); color: white; font-size: 10px; padding: 4px 8px; font-weight: bold; border-bottom-right-radius: 6px; }

.ha-calc-btn { background: #f1f5f9; color: var(--ha-primary); border: 1px solid var(--ha-secondary); padding: 13px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.2s; }
.ha-calc-btn:hover { background: var(--ha-secondary); color: white; }
.ha-info-text { margin-top: 8px; font-size: 13px; color: var(--ha-primary); }

.ha-step-buttons { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 25px; border-top: 1px solid #e5e7eb; }
.ha-next-btn, .ha-submit-btn { background: var(--ha-accent); color: white; border: none; padding: 14px 28px; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.ha-prev-btn { background: #f3f4f6; color: #4b5563; border: none; padding: 14px 28px; border-radius: 8px; font-size: 16px; cursor: pointer; font-weight: 600; transition: background 0.2s; }
.ha-next-btn:hover, .ha-submit-btn:hover { background: #d66117; } 
.ha-prev-btn:hover { background: #e5e7eb; }

@media (max-width: 600px) {
    .ha-submission-container { padding: 20px; margin: 20px 10px; }
}

/* ==========================================================================
   Single Property Template Styles
   ========================================================================== */

/* Header Styles */

/* ==========================================================================
   V5.1 — Professional single property marketplace page
   Scoped to the property detail page to avoid Astra/theme regressions.
   ========================================================================== */
.ha-property-page-v51{background:#f4f7fb;min-height:70vh;padding:26px 0 70px;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ha-property-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.ha-property-breadcrumb{display:flex;gap:8px;align-items:center;color:#8a94a4;font-size:11px;margin:0 0 12px}.ha-property-breadcrumb a{color:#2563eb;text-decoration:none}.ha-property-breadcrumb strong{color:#64748b;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ha-property-hero-v51{display:flex;justify-content:space-between;gap:28px;align-items:center;background:#fff;border:1px solid #e3e9f0;border-radius:18px;padding:25px 28px;box-shadow:0 8px 28px rgba(15,23,42,.045)}
.ha-property-tags{display:flex;gap:7px;align-items:center;margin-bottom:9px}.ha-property-intent,.ha-advertiser-type{font-size:8px;font-weight:900;letter-spacing:.7px;padding:6px 8px;border-radius:5px}.ha-property-intent{background:#eff6ff;color:#2563eb}.ha-property-intent.intent-rent{background:#fff1e8;color:#f37321}.ha-property-intent.intent-pg{background:#ecfdf3;color:#16803b}.ha-advertiser-type{background:#f1f5f9;color:#64748b}
.ha-property-hero-v51 h1{margin:0;font-size:28px;line-height:1.18;color:#0f172a;letter-spacing:-.5px}.ha-property-location-v51{margin:8px 0 0;color:#64748b;font-size:12px}.ha-property-hero-price{text-align:right;min-width:180px}.ha-property-hero-price small,.ha-property-hero-price em{display:block;color:#94a3b8;font-size:9px;font-style:normal}.ha-property-hero-price strong{display:inline-block;margin-top:3px;color:#0f172a;font-size:29px;line-height:1.1}.ha-property-hero-price span{font-size:10px;color:#64748b;margin-left:4px}.ha-property-hero-price em{margin-top:5px}
.ha-property-actions-v51{display:flex;gap:8px;justify-content:flex-end;margin:12px 0}.ha-action-chip{border:1px solid #dce4ed;background:#fff;color:#475569;border-radius:8px;padding:8px 11px;font-size:9px;font-weight:800;cursor:pointer}.ha-action-chip:hover,.ha-action-chip.saved{border-color:#2563eb;color:#2563eb;background:#f7faff}.ha-action-chip.report:hover{border-color:#f0b7ad;color:#b42318;background:#fff8f7}
.ha-gallery-v51{position:relative;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:190px 190px;gap:7px;margin-bottom:16px;border-radius:15px;overflow:hidden}.ha-gallery-v51 button{border:0;padding:0;background-size:cover;background-position:center;cursor:pointer;min-width:0}.ha-gallery-v51-main{grid-row:1/3}.ha-gallery-v51 button:hover{filter:brightness(.96)}.ha-gallery-more{position:absolute;right:12px;bottom:12px;background:rgba(15,23,42,.84);color:#fff;padding:7px 10px;border-radius:7px;font-size:9px;font-weight:800}
.ha-property-layout-v51{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.ha-property-main-v51{min-width:0}.ha-property-sidebar-v51{position:sticky;top:22px;display:grid;gap:12px}
.ha-property-card-v51{background:#fff;border:1px solid #e3e9f0;border-radius:13px;padding:20px;margin-bottom:13px;box-shadow:0 7px 22px rgba(15,23,42,.035)}.ha-section-heading-v51{border-bottom:1px solid #edf1f5;padding-bottom:12px;margin-bottom:14px}.ha-section-heading-v51>span,.ha-rera-card-v51 span{display:block;font-size:8px;letter-spacing:1px;font-weight:900;color:#2563eb}.ha-section-heading-v51 h2,.ha-rera-card-v51 h2{margin:4px 0 0;color:#0f172a;font-size:18px;line-height:1.25}
.ha-facts-grid-v51{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.ha-facts-grid-v51>div{padding:4px 15px;border-right:1px solid #edf1f5}.ha-facts-grid-v51>div:first-child{padding-left:0}.ha-facts-grid-v51>div:last-child{border-right:0}.ha-facts-grid-v51 b{display:block;color:#2563eb;font-size:15px;margin-bottom:7px}.ha-facts-grid-v51 strong,.ha-facts-grid-v51 small{display:block}.ha-facts-grid-v51 strong{font-size:11px;color:#0f172a}.ha-facts-grid-v51 small{margin-top:3px;color:#94a3b8;font-size:8px;text-transform:uppercase;letter-spacing:.4px}
.ha-overview-grid-v51{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.ha-overview-grid-v51>div{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #f0f3f7;font-size:10px}.ha-overview-grid-v51 span{color:#64748b}.ha-overview-grid-v51 strong{text-align:right;color:#0f172a}
.ha-amenities-v51{display:flex;flex-wrap:wrap;gap:7px}.ha-amenities-v51 span{padding:8px 10px;background:#f8fafc;border:1px solid #e5eaf0;border-radius:7px;color:#334155;font-size:9px;font-weight:700}.ha-description-v51{color:#475569;font-size:11px;line-height:1.8}.ha-rera-card-v51{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f8fcfa;border-color:#dcefe3}.ha-rera-card-v51 p{margin:7px 0 0;color:#64748b;font-size:10px}.ha-rera-card-v51 .ha-verified-mark{display:inline-flex;padding:7px 9px;border-radius:7px;background:#e9f8ee;color:#16803b;font-size:8px;font-weight:900;white-space:nowrap}.ha-property-safety-v51{padding:13px 15px;background:#fff8ed;border:1px solid #f5dfc1;border-radius:10px;color:#765329;font-size:9px;line-height:1.5}
.ha-contact-card-v51{background:#fff;border:1px solid #e1e7ee;border-top:3px solid #f37321;border-radius:13px;padding:18px;box-shadow:0 10px 28px rgba(15,23,42,.06)}.ha-contact-top{display:flex;gap:10px;align-items:center}.ha-contact-avatar{width:40px;height:40px;border-radius:10px;background:#fff1e8;color:#f37321;display:grid;place-items:center;font-size:14px;font-weight:900}.ha-contact-top span{display:block;font-size:8px;color:#94a3b8;font-weight:900;letter-spacing:.7px}.ha-contact-top strong{display:block;margin-top:3px;font-size:12px;color:#0f172a}.ha-response-badge{display:inline-block;margin:12px 0;padding:5px 8px;background:#ecfdf3;color:#16803b;border-radius:6px;font-size:8px;font-weight:800}.ha-contact-primary-v51,.ha-contact-secondary-v51,.ha-contact-whatsapp-v51,.ha-contact-save-v51{display:block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none;cursor:pointer;font-weight:850;border-radius:8px;padding:11px 12px;font-size:10px}.ha-contact-primary-v51{border:1px solid #f37321;background:#f37321;color:#fff;box-shadow:0 6px 14px rgba(243,115,33,.18)}.ha-contact-primary-v51:hover{background:#df6115}.ha-contact-secondary-v51{margin-top:7px;border:1px solid #dbe3eb;background:#fff;color:#334155}.ha-contact-whatsapp-v51{margin-top:7px;border:1px solid #b9e5c8;background:#f0fbf4;color:#16803b}.ha-contact-save-v51{margin-top:10px;border:0;background:#f8fafc;color:#475569}.ha-contact-save-v51.saved{background:#eff6ff;color:#2563eb}.ha-contact-divider{height:1px;background:#edf1f5;margin:14px 0}.ha-contact-proof{color:#16803b;font-size:9px;font-weight:800;margin-bottom:8px}.ha-contact-card-v51>p{margin:5px 0;color:#8a94a4;font-size:8px;line-height:1.5;text-align:center}.ha-side-card-v51{background:#0f172a;color:#fff;border-radius:12px;padding:17px}.ha-side-card-v51 strong,.ha-side-card-v51 span{display:block}.ha-side-card-v51 strong{font-size:11px}.ha-side-card-v51 span{margin:5px 0 10px;color:#cbd5e1;font-size:9px;line-height:1.5}.ha-side-card-v51 a{color:#fff;font-size:9px;font-weight:800;text-decoration:none}
.ha-property-modal-v51{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:18px;z-index:999999}.ha-property-modal-v51.open{display:flex}.ha-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(3px)}.ha-modal-box{position:relative;width:min(500px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:15px;padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.25);z-index:2}.ha-small-modal{width:min(390px,100%)}.ha-modal-close{position:absolute;right:13px;top:11px;border:0;background:#f1f5f9;width:28px;height:28px;border-radius:50%;font-size:19px;line-height:28px;cursor:pointer;color:#475569}.ha-modal-kicker{font-size:8px;font-weight:900;letter-spacing:1px;color:#2563eb}.ha-modal-box h2{margin:5px 0;font-size:22px;color:#0f172a}.ha-modal-box>p{color:#64748b;font-size:10px;line-height:1.5}.ha-modal-box label{display:block;margin-top:13px;color:#334155;font-size:9px;font-weight:800}.ha-modal-box input,.ha-modal-box textarea{display:block;width:100%;box-sizing:border-box;margin-top:5px;border:1px solid #dbe3eb;border-radius:8px;padding:10px 11px;font:inherit;font-size:10px;color:#0f172a;background:#fff}.ha-modal-box textarea{min-height:85px;resize:vertical}.ha-modal-box .ha-contact-primary-v51{margin-top:15px}.ha-modal-box form>small{display:block;color:#94a3b8;font-size:8px;margin-top:8px;line-height:1.5}.ha-enquiry-success-v51{display:none;padding:17px;background:#effaf3;border:1px solid #ccebd6;border-radius:10px;margin-top:10px}.ha-enquiry-success-v51.show{display:grid;gap:5px}.ha-enquiry-success-v51 b{font-size:11px;color:#16803b}.ha-enquiry-success-v51 span{font-size:9px;color:#64748b}.ha-enquiry-success-v51 a{font-size:9px;color:#2563eb;text-decoration:none;font-weight:800}.ha-modal-link-btn{display:block;margin-top:8px!important}.ha-revealed-phone-v51{text-align:center;padding:16px;background:#f8fafc;border-radius:9px;font-size:15px;color:#0f172a}.ha-revealed-phone-v51 strong{font-size:19px}
body.ha-modal-open{overflow:hidden}
@media(max-width:900px){.ha-property-layout-v51{grid-template-columns:1fr}.ha-property-sidebar-v51{position:static}.ha-facts-grid-v51{grid-template-columns:repeat(2,1fr);gap:12px}.ha-facts-grid-v51>div,.ha-facts-grid-v51>div:first-child{padding:4px 10px;border-right:0;border-bottom:1px solid #edf1f5}.ha-gallery-v51{grid-template-rows:160px 160px}.ha-property-hero-v51{padding:20px}.ha-property-hero-v51 h1{font-size:24px}}
@media(max-width:600px){.ha-property-page-v51{padding-top:14px}.ha-property-wrap{width:calc(100% - 20px)}.ha-property-hero-v51{display:block}.ha-property-hero-price{text-align:left;margin-top:15px}.ha-property-actions-v51{justify-content:flex-start;overflow:auto}.ha-action-chip{white-space:nowrap}.ha-gallery-v51{grid-template-columns:1fr 1fr;grid-template-rows:190px 95px}.ha-gallery-v51-main{grid-column:1/3;grid-row:1}.ha-property-card-v51{padding:15px}.ha-overview-grid-v51{grid-template-columns:1fr}.ha-rera-card-v51{display:block}.ha-rera-card-v51 .ha-verified-mark{margin-top:12px}.ha-contact-card-v51{padding:15px}}
/* Phase 2 - Professional Property Management */
.ha-edit-notice{margin:0 0 22px;padding:15px 18px;border:1px solid #bfdbfe;background:#eff6ff;border-radius:10px;color:#1e3a8a;font-size:14px;line-height:1.5}.ha-edit-notice span{color:#475569}

/* V3.1.5 Area Details */
.ha-area-details-group{padding-top:4px}.ha-area-grid{width:100%}.ha-area-field .ha-sub-label{display:block;font-size:13px;font-weight:700;margin-bottom:7px;color:#1f2937}.ha-area-field .ha-required{color:#dc2626}.ha-area-field{min-width:0}@media(max-width:700px){.ha-area-grid{grid-template-columns:1fr!important}}

/* PRO tile controls: native radio circles must never appear beside visual option tiles. */
#ha-submit-property-form .ha-hidden-radio,
#ha-submit-property-form input.ha-hidden-radio[type="radio"],
#ha-submit-property-form input.ha-hidden-radio[type="checkbox"] {
    display: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    position: absolute !important;
    inline-size: 1px !important;
    block-size: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#ha-submit-property-form .ha-tile-group > label.ha-tile {
    position: relative;
}

/* V3.2.0 smart property fields */
.ha-smart-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ha-smart-detail{padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.ha-smart-detail>span{display:block;font-weight:600;margin-bottom:8px;color:#172033}.ha-smart-detail .ha-tile-group{margin:0}.ha-smart-detail .ha-tile{padding:9px 14px}.ha-smart-details{background:#f8fafc;padding:14px;border-radius:14px}.ha-two-col{width:100%}@media(max-width:600px){.ha-smart-detail-grid{grid-template-columns:1fr}.ha-two-col{grid-template-columns:1fr!important}}

/* V3.3.1: custom radio fields use the same visual tiles as system radios. */
.ha-fb-custom-rendered .ha-custom-radio-group input.ha-hidden-radio{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none!important;}
/* V3.9 custom field helper text */
.ha-fb-custom-help{margin-top:6px;font-size:12px;line-height:1.5;color:#64748b}

/* ==========================================================================\n   V4.0.4 — Premium property-portal submission experience\n   Scoped to the submit-property UI so the rest of the site remains untouched.\n   ========================================================================== */
:root{--ha-green:#159447;--ha-green-dark:#0d7336;--ha-navy:#102a56;--ha-blue-soft:#eef5ff;--ha-green-soft:#eefaf3;--ha-orange:#f37321;--ha-border:#e2e8f0;--ha-muted:#64748b}
.ha-submission-container{width:min(1180px,calc(100% - 32px))!important;max-width:none!important;margin:28px auto 60px!important;padding:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ha-navy)}
.ha-post-hero{position:relative;overflow:hidden;min-height:235px;padding:42px 46px 38px;border-radius:24px;background:linear-gradient(120deg,#f6fbff 0%,#eef7ff 52%,#f3fbf5 100%);border:1px solid #e3edf7;box-shadow:0 16px 45px rgba(16,42,86,.08);display:flex;align-items:center;justify-content:space-between;isolation:isolate}
.ha-post-hero:before{content:"";position:absolute;width:380px;height:380px;right:160px;top:-190px;border-radius:50%;background:rgba(21,148,71,.07);z-index:-1}
.ha-post-hero:after{content:"";position:absolute;right:-90px;bottom:-125px;width:430px;height:250px;border:1px solid rgba(47,73,159,.12);border-radius:50% 50% 0 0;transform:rotate(-8deg);z-index:-1}
.ha-hero-copy{position:relative;z-index:2;max-width:720px}.ha-hero-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#e8f7ee;color:var(--ha-green-dark);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px}.ha-hero-kicker-dot{width:8px;height:8px;border-radius:50%;background:var(--ha-green);box-shadow:0 0 0 4px rgba(21,148,71,.12)}
.ha-post-hero h1{margin:0;color:var(--ha-navy);font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-1.6px;font-weight:800}.ha-post-hero h1 span{color:var(--ha-green)}.ha-post-hero p{margin:14px 0 20px;color:#50627a;font-size:16px;line-height:1.65;max-width:650px}.ha-hero-benefits{display:flex;flex-wrap:wrap;gap:10px}.ha-hero-benefits span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;background:rgba(255,255,255,.8);border:1px solid rgba(203,213,225,.75);border-radius:10px;color:#31445f;font-size:12px;font-weight:700}.ha-hero-benefits b{color:var(--ha-green);font-size:14px}
.ha-hero-city{position:relative;width:310px;height:150px;flex:0 0 310px;color:var(--ha-navy);text-align:right;align-self:flex-end}.ha-city-script{position:relative;z-index:3;display:block;font-family:cursive;font-style:italic;font-size:38px;line-height:1;color:#1c467b;opacity:.9}.ha-city-sub{display:block;position:relative;z-index:3;margin-top:7px;font-size:9px;font-weight:800;letter-spacing:.18em;color:#55708e}.ha-city-building{position:absolute;bottom:0;border-radius:4px 4px 0 0;background:linear-gradient(#dce9f7,#c7d9eb);border:1px solid #b8cce0;box-shadow:inset 0 0 0 5px rgba(255,255,255,.22)}.ha-city-building:after{content:"";position:absolute;left:15%;right:15%;top:15%;bottom:8%;background:repeating-linear-gradient(90deg,transparent 0 8px,#fff 8px 11px),repeating-linear-gradient(0deg,transparent 0 11px,rgba(47,73,159,.16) 11px 14px);opacity:.65}.ha-city-building-a{right:12px;width:64px;height:92px}.ha-city-building-b{right:80px;width:52px;height:62px}.ha-city-building-c{right:138px;width:38px;height:42px}
.ha-form-progress{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:26px 18px 24px;margin:18px 0 14px}.ha-progress-line{position:absolute;left:10%;right:10%;top:43px;height:2px;background:#dce4ee}.ha-progress-step{position:relative;z-index:1;text-align:center;color:#8a98aa}.ha-progress-step span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin:0 auto 8px;border-radius:50%;background:#edf1f6;border:4px solid #fff;box-shadow:0 0 0 1px #d7e0ea;font-size:13px;font-weight:800;color:#718096}.ha-progress-step strong,.ha-progress-step small{display:block}.ha-progress-step strong{font-size:12px;color:#65748a;font-weight:800}.ha-progress-step small{font-size:10px;margin-top:2px;color:#9aa7b7}.ha-progress-step.active span,.ha-progress-step.completed span{background:var(--ha-green);color:#fff;box-shadow:0 0 0 1px var(--ha-green)}.ha-progress-step.active strong,.ha-progress-step.completed strong{color:var(--ha-navy)}.ha-progress-step.completed span:after{content:"✓"}.ha-progress-step.completed span{font-size:0}
.ha-submission-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.ha-form-main{min-width:0;background:#fff;border:1px solid var(--ha-border);border-radius:22px;box-shadow:0 14px 42px rgba(16,42,86,.07);overflow:hidden}.ha-form-card-head{height:8px;background:linear-gradient(90deg,var(--ha-green),#31b76c 55%,var(--ha-orange));font-size:0}.ha-form-main #ha-submit-property-form{padding:0 34px 34px}.ha-form-main .ha-form-step{padding:28px 0 8px;margin:0;border:0}.ha-form-main .ha-form-step h2{margin:0 0 8px;padding:0 0 18px;border-bottom:1px solid #edf1f5;color:var(--ha-navy);font-size:25px;line-height:1.25;letter-spacing:-.5px}.ha-form-main .ha-form-step h2:before{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:10px;border-radius:10px;background:var(--ha-green-soft);color:var(--ha-green);font-size:14px;content:"✓";vertical-align:middle}.ha-form-main .ha-form-step p{color:var(--ha-muted)}
.ha-field-group{margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #f0f3f7}.ha-field-group:last-of-type{border-bottom:0}.ha-group-label{font-size:14px;font-weight:800;color:var(--ha-navy);letter-spacing:.01em;margin-bottom:10px}.ha-tile-group{gap:10px}.ha-tile{min-height:48px;display:flex;align-items:center;justify-content:center;padding:11px 14px;border:1px solid #d9e1ea;border-radius:11px;background:#fff;color:#43546c;font-size:13px;font-weight:650;box-shadow:0 1px 1px rgba(15,23,42,.02);transition:transform .18s,border-color .18s,background .18s,box-shadow .18s}.ha-tile:hover{transform:translateY(-1px);border-color:#9db6d5;background:#f9fbfd;box-shadow:0 5px 15px rgba(16,42,86,.06)}.ha-hidden-radio:checked+.ha-tile{border-color:var(--ha-green);background:linear-gradient(180deg,#f4fcf7,#eaf8ef);color:var(--ha-green-dark);box-shadow:0 0 0 1px var(--ha-green),0 7px 18px rgba(21,148,71,.08)}
.ha-input{min-height:48px;padding:13px 15px;border-color:#d8e1ea;border-radius:11px;background:#fff;color:#253b59}.ha-input::placeholder{color:#9aa8b9}.ha-input:focus{border-color:var(--ha-green);box-shadow:0 0 0 4px rgba(21,148,71,.09)}.ha-form-main textarea.ha-input{min-height:125px}
#ha-submit-property-form .ha-field-group:has(> .ha-group-label:first-child){position:relative}.ha-form-main .ha-step-buttons{margin-top:12px;padding-top:22px;border-top:1px solid #edf1f5;align-items:center}.ha-next-btn,.ha-submit-btn{background:linear-gradient(135deg,var(--ha-green),#0e7f3b);padding:13px 22px;border-radius:11px;box-shadow:0 8px 18px rgba(21,148,71,.18);font-size:14px}.ha-next-btn:hover,.ha-submit-btn:hover{background:linear-gradient(135deg,#0d7d3b,#0a6931);transform:translateY(-1px)}.ha-prev-btn{padding:13px 18px;border:1px solid #dbe3ec;background:#fff;border-radius:11px;color:#52627a;font-size:14px}.ha-prev-btn:hover{background:#f7f9fb;border-color:#cbd6e2}
#ha-mobile-otp-box{border:1px solid #cfe2f4!important;border-radius:14px!important;background:linear-gradient(180deg,#f8fbff,#f1f7fd)!important;padding:18px!important}.ha-form-main #ha-login-prompt{border:1px solid #cfe2f4!important;border-radius:14px!important;background:#f5f9ff!important}.ha-form-main #ha-send-otp,.ha-form-main #ha-verify-otp{border-radius:10px!important}.ha-form-main .ha-info-text{color:#53708f}
.ha-form-main .ha-upload-box{border:2px dashed #b9c9da;border-radius:16px;background:#f8fbfe;padding:54px 20px}.ha-form-main .ha-upload-box:hover{border-color:var(--ha-green);background:#f2fbf5}.ha-form-main .ha-upload-icon{font-size:34px}.ha-form-main .ha-preview-item{border-radius:12px}
.ha-listing-sidebar{position:sticky;top:24px;display:flex;flex-direction:column;gap:14px}.ha-sidebar-featured,.ha-sidebar-card,.ha-sidebar-tip,.ha-sidebar-help{background:#fff;border:1px solid var(--ha-border);border-radius:18px;box-shadow:0 10px 28px rgba(16,42,86,.055)}.ha-sidebar-featured{position:relative;overflow:hidden;padding:24px;background:linear-gradient(145deg,#effaf3,#f8fcfa 68%,#eef6ff)}.ha-sidebar-featured:after{content:"";position:absolute;width:170px;height:170px;right:-70px;bottom:-75px;border-radius:50%;background:rgba(21,148,71,.08)}.ha-sidebar-icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#dff5e7;color:var(--ha-green-dark);font-size:23px;margin-bottom:16px}.ha-sidebar-eyebrow{font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--ha-green-dark)}.ha-sidebar-featured h3{position:relative;z-index:2;margin:7px 0 8px;color:var(--ha-navy);font-size:22px;line-height:1.25}.ha-sidebar-featured p{position:relative;z-index:2;margin:0;color:#596b81;font-size:13px;line-height:1.6}.ha-sidebar-stat{position:relative;z-index:2;display:flex;align-items:baseline;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(21,148,71,.15)}.ha-sidebar-stat strong{font-size:22px;color:var(--ha-green-dark)}.ha-sidebar-stat span{font-size:11px;color:#6c7e92}
.ha-sidebar-card{padding:20px}.ha-sidebar-card h4{margin:0 0 14px;color:var(--ha-navy);font-size:15px}.ha-sidebar-point{display:flex;gap:11px;padding:12px 0;border-top:1px solid #eef2f6}.ha-sidebar-point:first-of-type{border-top:0;padding-top:2px}.ha-sidebar-point i{flex:0 0 32px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eef5ff;color:var(--ha-primary);font-style:normal;font-weight:900}.ha-sidebar-point:nth-child(3) i{background:#eefaf3;color:var(--ha-green)}.ha-sidebar-point:nth-child(4) i{background:#fff4e9;color:var(--ha-orange)}.ha-sidebar-point strong,.ha-sidebar-point span{display:block}.ha-sidebar-point strong{font-size:12px;color:#253b59}.ha-sidebar-point span{font-size:11px;color:#708096;line-height:1.45;margin-top:2px}
.ha-sidebar-tip{padding:21px;background:#fffdf9;border-color:#f1e5d6}.ha-tip-mark{font-size:42px;line-height:.6;color:var(--ha-orange);font-family:Georgia,serif}.ha-sidebar-tip p{margin:8px 0 9px;color:#52627a;font-size:13px;line-height:1.65;font-style:italic}.ha-sidebar-tip strong{font-size:11px;color:var(--ha-navy)}.ha-sidebar-help{display:flex;gap:11px;align-items:center;padding:15px}.ha-help-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#edf5ff;color:var(--ha-primary);font-weight:900}.ha-sidebar-help strong,.ha-sidebar-help span{display:block}.ha-sidebar-help strong{font-size:12px;color:var(--ha-navy)}.ha-sidebar-help span{font-size:10px;color:#738196;margin-top:2px}
@media(max-width:980px){.ha-submission-layout{grid-template-columns:1fr}.ha-listing-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr}.ha-sidebar-featured{grid-column:1/-1}.ha-sidebar-tip,.ha-sidebar-help{align-self:stretch}}
@media(max-width:700px){.ha-submission-container{width:min(100% - 18px,680px)!important;margin:16px auto 40px!important}.ha-post-hero{min-height:0;padding:28px 22px;display:block;border-radius:18px}.ha-post-hero h1{font-size:35px;letter-spacing:-1px}.ha-post-hero p{font-size:14px}.ha-hero-benefits{gap:7px}.ha-hero-benefits span{font-size:10px;padding:7px 8px}.ha-hero-city{display:none}.ha-form-progress{padding:18px 0 20px;gap:0}.ha-progress-line{left:9%;right:9%;top:35px}.ha-progress-step span{width:30px;height:30px;font-size:11px}.ha-progress-step strong{font-size:9px}.ha-progress-step small{display:none}.ha-form-main #ha-submit-property-form{padding:0 18px 24px}.ha-form-main .ha-form-step{padding-top:22px}.ha-form-main .ha-form-step h2{font-size:21px}.ha-form-main .ha-form-step h2:before{width:28px;height:28px;font-size:12px}.ha-tile{min-height:44px;padding:9px 9px;font-size:12px}.ha-step-buttons{gap:10px}.ha-step-buttons button{flex:1}.ha-listing-sidebar{grid-template-columns:1fr}.ha-sidebar-featured{grid-column:auto}}
@media(max-width:480px){.ha-hero-benefits span:nth-child(n+3){display:none}.ha-form-main .ha-form-step h2{font-size:19px}.ha-field-group{margin-bottom:19px;padding-bottom:18px}.ha-tile-group{gap:7px}.ha-tile{flex:1 1 calc(50% - 7px)}.ha-progress-step strong{font-size:8px}.ha-form-main .ha-step-buttons{flex-direction:column-reverse}.ha-form-main .ha-step-buttons button{width:100%}}


/* V4.0.6 — Bulletproof 5-step timeline: isolate from Astra/theme navigation styles. */
.ha-submission-container .ha-form-progress{
  all:unset!important;
  box-sizing:border-box!important;
  position:relative!important;
  width:100%!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:0!important;
  padding:26px 0 24px!important;
  margin:18px 0 14px!important;
  color:var(--ha-text)!important;
}
.ha-submission-container .ha-form-progress .ha-progress-line{
  position:absolute!important;
  z-index:0!important;
  left:10%!important; right:10%!important; top:43px!important;
  width:auto!important; height:3px!important;
  margin:0!important; padding:0!important;
  background:linear-gradient(90deg,var(--ha-accent) var(--ha-progress-pct,0%),var(--ha-border) var(--ha-progress-pct,0%))!important;
  border:0!important; border-radius:999px!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step{
  all:unset!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:2!important;
  flex:1 1 0!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  color:var(--ha-muted)!important;
  cursor:default!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step span{
  all:unset!important;
  box-sizing:border-box!important;
  width:38px!important; height:38px!important;
  flex:0 0 38px!important;
  display:flex!important; align-items:center!important; justify-content:center!important;
  margin:0 auto 9px!important;
  border-radius:50%!important;
  background:#fff!important;
  border:3px solid var(--ha-border)!important;
  box-shadow:0 0 0 4px #fff,0 2px 8px rgba(31,41,55,.08)!important;
  color:var(--ha-muted)!important;
  font-family:inherit!important; font-size:13px!important; font-weight:800!important; line-height:1!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step strong{
  all:unset!important; display:block!important; max-width:150px!important;
  color:var(--ha-muted)!important; font-family:inherit!important;
  font-size:12px!important; line-height:1.25!important; font-weight:800!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step small{
  all:unset!important; display:block!important; max-width:150px!important;
  margin-top:3px!important; color:#94a3b8!important; font-family:inherit!important;
  font-size:10px!important; line-height:1.2!important; font-weight:500!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step.active span{
  background:var(--ha-accent)!important; border-color:var(--ha-accent)!important; color:#fff!important;
  box-shadow:0 0 0 4px #fff,0 5px 14px rgba(243,115,33,.24)!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step.completed span{
  background:var(--ha-accent)!important; border-color:var(--ha-accent)!important; color:#fff!important;
  font-size:0!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step.completed span:after{
  content:'✓'!important; font-size:15px!important; line-height:1!important; font-weight:900!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step.active strong,
.ha-submission-container .ha-form-progress .ha-progress-step.completed strong{color:var(--ha-heading)!important}
@media(max-width:700px){
 .ha-submission-container .ha-form-progress{padding:18px 0 20px!important;margin:14px 0 10px!important}
 .ha-submission-container .ha-form-progress .ha-progress-line{left:10%!important;right:10%!important;top:35px!important;height:2px!important}
 .ha-submission-container .ha-form-progress .ha-progress-step span{width:30px!important;height:30px!important;flex-basis:30px!important;font-size:11px!important;margin-bottom:7px!important}
 .ha-submission-container .ha-form-progress .ha-progress-step strong{font-size:9px!important;max-width:80px!important}
 .ha-submission-container .ha-form-progress .ha-progress-step small{display:none!important}
}


/* V4.0.7 — Isolated timeline track. Keeps all five steps out of theme/nav child selectors. */
.ha-submission-container .ha-form-progress{
  all:unset!important;
  box-sizing:border-box!important;
  display:block!important;
  position:relative!important;
  width:100%!important;
  margin:18px 0 14px!important;
  padding:0!important;
  color:var(--ha-text)!important;
}
.ha-submission-container .ha-form-progress .ha-progress-track{
  all:unset!important;
  box-sizing:border-box!important;
  position:relative!important;
  width:100%!important;
  min-height:92px!important;
  padding:26px 0 24px!important;
  margin:0!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:0!important;
  list-style:none!important;
}
.ha-submission-container .ha-form-progress .ha-progress-line{
  position:absolute!important;
  z-index:0!important;
  left:10%!important;
  right:10%!important;
  top:43px!important;
  width:auto!important;
  height:3px!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  background:linear-gradient(90deg,var(--ha-accent) var(--ha-progress-pct,0%),var(--ha-border) var(--ha-progress-pct,0%))!important;
  border:0!important;
  border-radius:999px!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step{
  all:unset!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:2!important;
  flex:1 1 0!important;
  width:20%!important;
  min-width:0!important;
  max-width:20%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
  color:var(--ha-muted)!important;
  cursor:default!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step span{
  all:unset!important;
  box-sizing:border-box!important;
  width:38px!important;height:38px!important;flex:0 0 38px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  margin:0 auto 9px!important;border-radius:50%!important;
  background:#fff!important;border:3px solid var(--ha-border)!important;
  box-shadow:0 0 0 4px #fff,0 2px 8px rgba(31,41,55,.08)!important;
  color:var(--ha-muted)!important;font-family:inherit!important;font-size:13px!important;
  font-weight:800!important;line-height:1!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step strong{
  all:unset!important;display:block!important;max-width:150px!important;
  color:var(--ha-muted)!important;font-family:inherit!important;font-size:12px!important;
  line-height:1.25!important;font-weight:800!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step small{
  all:unset!important;display:block!important;max-width:150px!important;margin-top:3px!important;
  color:#94a3b8!important;font-family:inherit!important;font-size:10px!important;line-height:1.2!important;font-weight:500!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step.active span,
.ha-submission-container .ha-form-progress .ha-progress-step.completed span{
  background:var(--ha-accent)!important;border-color:var(--ha-accent)!important;color:#fff!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step.active span{box-shadow:0 0 0 4px #fff,0 5px 14px rgba(243,115,33,.24)!important}
.ha-submission-container .ha-form-progress .ha-progress-step.completed span{font-size:0!important;box-shadow:0 0 0 4px #fff,0 3px 10px rgba(243,115,33,.16)!important}
.ha-submission-container .ha-form-progress .ha-progress-step.completed span:after{content:'✓'!important;font-size:15px!important;line-height:1!important;font-weight:900!important}
.ha-submission-container .ha-form-progress .ha-progress-step.active strong,
.ha-submission-container .ha-form-progress .ha-progress-step.completed strong{color:var(--ha-heading)!important}
@media(max-width:700px){
 .ha-submission-container .ha-form-progress .ha-progress-track{min-height:72px!important;padding:18px 0 20px!important}
 .ha-submission-container .ha-form-progress .ha-progress-line{left:10%!important;right:10%!important;top:35px!important;height:2px!important}
 .ha-submission-container .ha-form-progress .ha-progress-step span{width:30px!important;height:30px!important;flex-basis:30px!important;font-size:11px!important;margin-bottom:7px!important}
 .ha-submission-container .ha-form-progress .ha-progress-step strong{font-size:9px!important;max-width:80px!important}
 .ha-submission-container .ha-form-progress .ha-progress-step small{display:none!important}
}


/* V4.0.8 — Final timeline layout isolation + configurable timeline states. */
.ha-submission-container .ha-form-progress .ha-progress-track{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-template-rows:auto!important;
  grid-auto-flow:row!important;
  flex-direction:initial!important;
  align-items:start!important;
  justify-items:stretch!important;
  width:100%!important;
  min-width:0!important;
  position:relative!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step{
  grid-row:1!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  flex:none!important;
}
.ha-submission-container .ha-form-progress .ha-progress-step[data-progress-step="1"]{grid-column:1!important}
.ha-submission-container .ha-form-progress .ha-progress-step[data-progress-step="2"]{grid-column:2!important}
.ha-submission-container .ha-form-progress .ha-progress-step[data-progress-step="3"]{grid-column:3!important}
.ha-submission-container .ha-form-progress .ha-progress-step[data-progress-step="4"]{grid-column:4!important}
.ha-submission-container .ha-form-progress .ha-progress-step[data-progress-step="5"]{grid-column:5!important}
.ha-submission-container .ha-form-progress .ha-progress-line{
  grid-column:1 / 6!important;
  grid-row:1!important;
  align-self:start!important;
  pointer-events:none!important;
}
/* V4.1-V4.4 Account System polish */
.ha-dashboard-wrapper{max-width:1040px!important}.ha-dashboard-header{background:#fff;border:1px solid #e7ebf1;border-radius:16px;padding:24px!important;border-bottom:1px solid #e7ebf1!important;box-shadow:0 10px 28px rgba(20,31,55,.06)}.ha-dashboard-header h2{font-size:26px!important;letter-spacing:-.5px}.ha-btn-new{background:#f37321!important}.ha-btn-new:hover{background:#d96117!important}.ha-dashboard-card{border:1px solid #e7ebf1;border-left:4px solid #f37321!important;box-shadow:0 5px 18px rgba(20,31,55,.05)!important}.ha-dashboard-card:hover{transform:translateY(-1px)}
.ha-posting-as{background:linear-gradient(135deg,#fff8f2,#f8fafc);border:1px solid #f1dccb;border-radius:12px;padding:15px;margin:14px 0;color:#344054}.ha-posting-as strong{color:#172033}.ha-verified-pill{display:inline-flex;align-items:center;gap:5px;background:#ecfdf3;color:#067647;border:1px solid #abefc6;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}

/* ========================================================================
 * V5.2.3 — Unified Customer-Facing Property / Project / Inventory UI
 * Theme isolation: removes Astra content spacing only for these public views.
 * ====================================================================== */
body.single-property .site-content,
body.single-ha_project .site-content{padding-top:0!important;margin-top:0!important}
body.single-property .content-area,
body.single-ha_project .content-area{padding:0!important;margin:0!important;max-width:none!important;width:100%!important}
body.single-property .site-main,
body.single-ha_project .site-main{margin:0!important;padding:0!important}
.ha-public-shell,.ha-builder-project-shell,.ha-inventory-shell-new{width:min(1180px,calc(100% - 32px));margin:0 auto}
.ha-public-breadcrumb{display:flex;align-items:center;gap:9px;min-width:0;padding:18px 0 14px;color:#64748b;font-size:11px;line-height:1.4}
.ha-public-breadcrumb a{color:#2563eb;text-decoration:none;font-weight:800}.ha-public-breadcrumb strong{color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ha-public-breadcrumb span{flex:none}
.ha-unified-property-page,.ha-builder-project-page-new,.ha-inventory-page-new{min-height:100vh;background:#f4f7fb;color:#172033;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:0 0 64px}
.ha-property-hero-new{display:grid;grid-template-columns:1.05fr .95fr;min-height:430px;border:1px solid #e3e9f1;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.07)}
.ha-property-hero-image{min-height:430px;background:center/cover no-repeat;position:relative}.ha-property-hero-image.ha-no-photo{display:grid;place-items:center;background:linear-gradient(135deg,#e9eef7,#dfe8f4);color:#2563eb;font-size:24px;font-weight:900}.ha-property-photo-count{position:absolute;left:18px;bottom:18px;padding:8px 11px;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;font-size:11px;font-weight:800;backdrop-filter:blur(8px)}
.ha-property-hero-info{padding:48px 44px;display:flex;flex-direction:column;justify-content:center}.ha-public-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.ha-public-badges span{display:inline-flex;align-items:center;padding:6px 9px;border:1px solid #dce5ef;border-radius:999px;background:#f8fafc;color:#53657c;font-size:9px;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.ha-public-badges .ha-badge-intent,.ha-public-badges .ha-project-kicker{background:#fff4ea;border-color:#ffd8bd;color:#c2410c}.ha-public-badges .ha-badge-verified{background:#ecfdf3;border-color:#c9efd8;color:#15803d}
.ha-property-hero-info h1{font-size:42px;line-height:1.08;letter-spacing:-1.4px;margin:5px 0 12px;color:#0f172a}.ha-hero-location,.ha-project-hero-location{margin:0;color:#607089;font-size:13px;line-height:1.6}.ha-hero-price-row{display:flex;gap:34px;align-items:flex-end;margin:28px 0 24px;padding-top:22px;border-top:1px solid #edf1f5}.ha-hero-price-row small,.ha-price-secondary small{display:block;color:#8492a6;font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:900}.ha-hero-price-row strong{display:inline-block;margin-top:5px;font-size:33px;letter-spacing:-.8px;color:#0f172a}.ha-hero-price-row span{margin-left:5px;color:#64748b;font-size:12px;font-weight:700}.ha-price-secondary{padding-left:25px;border-left:1px solid #e7edf4}.ha-price-secondary strong{font-size:21px}.ha-hero-actions-new{display:flex;gap:8px;flex-wrap:wrap}.ha-btn-primary-new,.ha-btn-light-new,.ha-btn-whatsapp-new,.ha-icon-action{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:11px;border:1px solid transparent;font:inherit;font-size:11px;font-weight:900;cursor:pointer;text-decoration:none}.ha-btn-primary-new{background:#f97316;color:#fff;box-shadow:0 8px 18px rgba(249,115,22,.18)}.ha-btn-light-new,.ha-icon-action{background:#fff;border-color:#dbe3ec;color:#1e3a5f}.ha-btn-whatsapp-new{background:#effbf4;border-color:#bde7cd;color:#15803d}.ha-icon-action{padding:0 13px}
.ha-property-content-new{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px;margin-top:22px}.ha-property-main-new{min-width:0}.ha-public-section,.ha-sticky-contact-new{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 8px 28px rgba(15,23,42,.045);margin-bottom:18px}.ha-public-section{padding:24px}.ha-public-section-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.ha-public-section-head span,.ha-contact-label-new,.ha-project-card-new>.ha-public-section-head span,.ha-project-enquiry-section-new>div>span,.ha-unit-enquiry-section-new>div>span{display:block;color:#2563eb;font-size:9px;letter-spacing:1.3px;font-weight:900}.ha-public-section-head h2{margin:4px 0 0;color:#0f172a;font-size:23px;line-height:1.2;letter-spacing:-.4px}.ha-public-section-head small,.ha-public-section-head>b{color:#8290a3;font-size:10px;font-weight:700}
.ha-property-gallery-new{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:170px 170px;gap:8px}.ha-property-gallery-new a{position:relative;display:block;border-radius:12px;background:center/cover no-repeat;overflow:hidden;min-height:100px}.ha-property-gallery-new a.is-large{grid-row:1/3}.ha-property-gallery-new a span{position:absolute;right:8px;bottom:8px;padding:4px 7px;background:rgba(15,23,42,.72);border-radius:7px;color:#fff;font-size:9px;font-weight:900}
.ha-fact-highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ha-fact-highlight-grid>div{min-height:95px;padding:14px;border:1px solid #e8edf3;border-radius:13px;background:linear-gradient(180deg,#fff,#fbfcfe)}.ha-fact-highlight-grid i{display:grid;place-items:center;width:27px;height:27px;margin-bottom:10px;border-radius:8px;background:#eef5ff;color:#2563eb;font-style:normal;font-size:10px;font-weight:900}.ha-fact-highlight-grid small,.ha-info-item-new small{display:block;color:#8391a5;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.35px}.ha-fact-highlight-grid strong{display:block;margin-top:4px;color:#172033;font-size:13px;line-height:1.35}.ha-info-grid-new{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.ha-info-item-new{padding:13px 14px;border:1px solid #e8edf3;border-radius:11px;background:#fbfcfe;min-width:0}.ha-info-item-new strong{display:block;margin-top:5px;color:#1e2d43;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.ha-info-item-new a{color:#2563eb;text-decoration:none}.ha-info-item-new a:hover{text-decoration:underline}.ha-rich-content-new{color:#475569;font-size:13px;line-height:1.8}.ha-rich-content-new p{margin:0 0 10px}.ha-rich-content-new p:last-child{margin-bottom:0}.ha-trust-section{display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(135deg,#f8fffb,#fff)}.ha-trust-section>div>span{color:#15803d;font-size:9px;letter-spacing:1px;font-weight:900}.ha-trust-section h2{margin:5px 0;font-size:20px}.ha-trust-section p{margin:0;color:#64748b;font-size:12px}.ha-trust-mark{display:flex;align-items:center;gap:9px;color:#15803d;font-size:28px;font-weight:900}.ha-trust-mark small{color:#64748b;font-size:9px;font-weight:700}.ha-safety-note-new{padding:13px 15px;border:1px solid #f5d7b0;border-radius:12px;background:#fffaf3;color:#6b5a42;font-size:10px;line-height:1.5}.ha-property-side-new{position:relative}.ha-sticky-contact-new{position:sticky;top:22px;padding:20px}.ha-contact-label-new{color:#f97316;margin-bottom:14px}.ha-contact-person-new,.ha-builder-person-new{display:flex;align-items:center;gap:11px}.ha-contact-avatar-new,.ha-builder-person-new>div{display:grid;place-items:center;flex:none;width:43px;height:43px;border-radius:13px;background:#fff0e6;color:#ea580c;font-size:18px;font-weight:900}.ha-contact-person-new strong,.ha-contact-person-new span,.ha-builder-person-new strong,.ha-builder-person-new small{display:block}.ha-contact-person-new strong,.ha-builder-person-new strong{color:#172033;font-size:13px}.ha-contact-person-new span,.ha-builder-person-new small{color:#8290a3;font-size:10px;margin-top:3px}.ha-available-new{margin:15px 0;padding:8px 10px;border-radius:9px;background:#effbf4;color:#15803d;font-size:10px;font-weight:800}.ha-save-new{width:100%;padding:11px;border:1px solid #dce4ed;border-radius:10px;background:#fff;color:#334155;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.ha-save-new.saved{background:#eef6ff;color:#2563eb;border-color:#cfe0fa}.ha-contact-proof-new{margin-top:10px;padding:10px;border-radius:9px;background:#f0fdf4;color:#15803d;font-size:9px;font-weight:800}.ha-side-divider{height:1px;background:#edf1f5;margin:16px 0}.ha-contact-mini{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f0f3f6}.ha-contact-mini span{color:#8a97a9;font-size:9px}.ha-contact-mini strong{color:#334155;font-size:10px;text-align:right}.ha-side-enquire-new{width:100%;margin-top:14px;padding:12px;border:0;border-radius:10px;background:#0f172a;color:#fff;font:inherit;font-size:11px;font-weight:900;cursor:pointer}

/* Project */
.ha-builder-project-page-new{background:#f3f6fa}.ha-project-hero-new{position:relative;min-height:500px;border-radius:24px;overflow:hidden;background:#111827 center/cover no-repeat;background-image:var(--ha-project-cover,linear-gradient(135deg,#15223a,#0f172a));display:flex;align-items:flex-end;padding:42px;color:#fff;box-shadow:0 18px 50px rgba(15,23,42,.14)}.ha-project-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,12,26,.92),rgba(5,12,26,.48) 55%,rgba(5,12,26,.2))}.ha-project-hero-content{position:relative;z-index:2;max-width:760px}.ha-project-hero-content .ha-public-badges span{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.18);color:#fff}.ha-project-hero-content .ha-public-badges .ha-project-kicker{color:#ffb77f;background:rgba(249,115,22,.16)}.ha-project-hero-content h1{margin:8px 0 12px;font-size:51px;line-height:1.02;letter-spacing:-1.8px;color:#fff}.ha-project-hero-location{color:#dbe6f5}.ha-project-hero-price{margin:22px 0}.ha-project-hero-price small{display:block;color:#b7c4d6;font-size:9px;letter-spacing:1px;text-transform:uppercase;font-weight:900}.ha-project-hero-price strong{display:block;margin-top:5px;font-size:34px}.ha-project-hero-actions{display:flex;gap:9px;flex-wrap:wrap}.ha-project-cta-primary,.ha-project-cta-light{display:inline-flex;padding:12px 16px;border-radius:10px;text-decoration:none;font-size:11px;font-weight:900}.ha-project-cta-primary{background:#f97316;color:#fff}.ha-project-cta-light{background:#fff;color:#0f172a}.ha-project-developer-card{position:relative;z-index:2;margin-left:auto;align-self:flex-end;min-width:220px;padding:17px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(15,23,42,.6);backdrop-filter:blur(12px)}.ha-project-developer-card small,.ha-project-developer-card span{display:block;color:#b8c5d7;font-size:8px;letter-spacing:1px;font-weight:900}.ha-project-developer-card strong{display:block;margin:5px 0;color:#fff;font-size:14px}.ha-project-metrics-new{display:grid;grid-template-columns:repeat(5,1fr);margin:-34px 20px 22px;position:relative;z-index:4;border:1px solid #e3e9f1;border-radius:17px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.08);overflow:hidden}.ha-project-metrics-new>div{padding:18px;border-right:1px solid #edf1f5}.ha-project-metrics-new>div:last-child{border-right:0}.ha-project-metrics-new strong{display:block;color:#0f172a;font-size:18px;line-height:1.2}.ha-project-metrics-new span{display:block;margin-top:4px;color:#8290a3;font-size:9px;font-weight:700}.ha-project-content-new{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.ha-project-main-new{min-width:0}.ha-project-card-new{padding:24px;background:#fff;border:1px solid #e1e7ef;border-radius:18px;box-shadow:0 8px 28px rgba(15,23,42,.04);margin-bottom:18px}.ha-highlight-banner{background:linear-gradient(135deg,#f7fbff,#f0f7ff);border-color:#dce9fa}.ha-highlight-banner>span{color:#2563eb;font-size:9px;letter-spacing:1px;font-weight:900}.ha-highlight-banner h2{margin:5px 0 12px;font-size:23px}.ha-project-subsection{padding-top:17px;margin-top:17px;border-top:1px solid #edf1f5}.ha-project-subsection:first-of-type{padding-top:0;margin-top:0;border-top:0}.ha-project-subsection h3,.ha-media-subtitle{margin:0 0 11px;color:#334155;font-size:13px}.ha-project-config-cards-new{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ha-project-config-cards-new article{padding:16px;border:1px solid #e4eaf1;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfcfe)}.ha-config-top{display:flex;justify-content:space-between;gap:10px}.ha-config-top strong,.ha-project-config-cards-new article>strong{font-size:15px;color:#0f172a}.ha-config-top span{font-size:9px;padding:5px 7px;background:#eff6ff;color:#2563eb;border-radius:999px;font-weight:800}.ha-config-big-price{margin:13px 0 11px;color:#0f172a;font-size:23px;font-weight:900}.ha-config-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.ha-config-specs span{padding:8px;border-radius:9px;background:#f7f9fc;color:#475569;font-size:10px}.ha-config-specs small{display:block;margin-bottom:3px;color:#8a97a9;font-size:8px}.ha-amenities-new{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.ha-amenities-new span{padding:11px;border:1px solid #e7edf3;border-radius:10px;background:#fbfcfe;color:#334155;font-size:11px;font-weight:700}.ha-disclaimer-new{margin:12px 0 0;padding:10px;border-radius:9px;background:#fffaf3;color:#725d42;font-size:10px;line-height:1.5}.ha-inventory-summary-new{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:12px}.ha-inventory-summary-new span{padding:11px;border:1px solid #e7edf3;border-radius:10px;background:#fbfcfe;color:#64748b;text-align:center;font-size:9px}.ha-inventory-summary-new b{display:block;color:#0f172a;font-size:18px;margin-bottom:2px}.ha-public-unit-table-new{border:1px solid #e5eaf1;border-radius:13px;overflow:hidden}.ha-public-unit-row-new{display:grid;grid-template-columns:2fr .9fr .7fr 1fr auto;gap:10px;align-items:center;padding:13px;border-top:1px solid #edf1f5;text-decoration:none;background:#fff;color:#334155}.ha-public-unit-row-new:first-child{border-top:0}.ha-public-unit-row-new:hover{background:#f8fbff}.ha-public-unit-row-new strong,.ha-public-unit-row-new small{display:block}.ha-public-unit-row-new strong{margin-top:5px;color:#172033;font-size:12px}.ha-public-unit-row-new small{margin-top:3px;color:#8492a6;font-size:9px}.ha-public-unit-row-new>span:not(.ha-unit-status-new){font-size:10px}.ha-public-unit-row-new>strong{font-size:12px}.ha-public-unit-row-new em{color:#2563eb;font-style:normal;font-size:10px;font-weight:900}.ha-unit-status-new{display:inline-flex!important;width:max-content!important;padding:5px 7px!important;border-radius:999px!important;background:#dcfce7!important;color:#15803d!important;font-size:8px!important;font-weight:900!important}.ha-unit-status-new.reserved{background:#fef3c7!important;color:#92400e!important}.ha-unit-status-new.booked{background:#ede9fe!important;color:#6d28d9!important}.ha-unit-status-new.sold{background:#f1f5f9!important;color:#64748b!important}.ha-unit-status-new.on-hold{background:#fee2e2!important;color:#b91c1c!important}.ha-unit-status-new.unavailable{background:#f1f5f9!important;color:#64748b!important}.ha-download-card-new{display:flex;align-items:center;gap:14px}.ha-download-card-new>span{font-size:9px;color:#f97316;font-weight:900;letter-spacing:1px}.ha-download-card-new h3{margin:0;color:#172033;font-size:14px}.ha-download-card-new a{margin-left:auto;padding:9px 11px;border-radius:9px;background:#fff4ea;color:#c2410c;text-decoration:none;font-size:10px;font-weight:900}.ha-project-gallery-new{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.ha-project-gallery-new a{display:block;border-radius:11px;overflow:hidden;background:#f4f6f8}.ha-project-gallery-new img{display:block;width:100%;height:175px;object-fit:cover}.ha-project-gallery-new.floorplans img{height:210px;object-fit:contain;background:#f8fafc}.ha-video-link-new,.ha-back-project-new{display:inline-flex;padding:11px 13px;border-radius:9px;background:#eef5ff;color:#2563eb;text-decoration:none;font-size:10px;font-weight:900}.ha-project-side-new{position:relative}.ha-builder-contact-new{position:sticky;top:22px;padding:20px;border:1px solid #e1e7ef;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.05)}.ha-builder-contact-new>span,.ha-unit-contact-new>span{color:#f97316;font-size:9px;letter-spacing:1px;font-weight:900}.ha-builder-contact-new h2,.ha-unit-contact-new h2{margin:6px 0 15px;font-size:20px;color:#0f172a}.ha-builder-person-new{margin-bottom:14px}.ha-builder-person-new>div{background:#eef5ff;color:#2563eb}.ha-side-primary-new,.ha-side-secondary-new,.ha-side-whatsapp-new{display:block;text-align:center;padding:11px;border-radius:9px;margin-top:8px;text-decoration:none;font-size:10px;font-weight:900}.ha-side-primary-new{background:#f97316;color:#fff}.ha-side-secondary-new{background:#f8fafc;border:1px solid #dce4ed;color:#334155}.ha-side-whatsapp-new{background:#effbf4;border:1px solid #c6ebd4;color:#15803d}.ha-project-side-stats-new{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.ha-project-side-stats-new div{padding:10px;border:1px solid #e4eaf1;border-radius:9px;background:#fff;text-align:center}.ha-project-side-stats-new strong{display:block;color:#0f172a;font-size:17px}.ha-project-side-stats-new span{font-size:8px;color:#8290a3}.ha-side-trust-new{margin-top:10px;padding:14px;border:1px solid #d9efe1;border-radius:12px;background:#f7fcf9}.ha-side-trust-new strong,.ha-side-trust-new span,.ha-side-trust-new a{display:block}.ha-side-trust-new strong{font-size:11px;color:#15803d}.ha-side-trust-new span{margin-top:5px;color:#53657c;font-size:9px;line-height:1.4}.ha-side-trust-new a{margin-top:8px;color:#2563eb;font-size:9px;font-weight:900;text-decoration:none}.ha-project-enquiry-section-new,.ha-unit-enquiry-section-new{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px;border-radius:18px;background:#0f172a;color:#fff;display:grid;grid-template-columns:1fr 1.1fr;gap:28px;align-items:center}.ha-project-enquiry-section-new h2,.ha-unit-enquiry-section-new h2{margin:7px 0;font-size:25px;letter-spacing:-.4px}.ha-project-enquiry-section-new p,.ha-unit-enquiry-section-new p{margin:0;color:#b9c4d5;font-size:12px;line-height:1.6}.ha-project-enquiry-form-new,.ha-unit-enquiry-form-new{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ha-project-enquiry-form-new input,.ha-project-enquiry-form-new textarea,.ha-unit-enquiry-form-new input,.ha-unit-enquiry-form-new textarea{width:100%;box-sizing:border-box;border:1px solid #354155;background:#182337;color:#fff;border-radius:9px;padding:11px;font:inherit;font-size:11px}.ha-project-enquiry-form-new textarea,.ha-unit-enquiry-form-new textarea{grid-column:1/-1;min-height:80px;resize:vertical}.ha-project-enquiry-form-new button,.ha-unit-enquiry-form-new button{border:0;border-radius:9px;padding:11px;background:#f97316;color:#fff;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.ha-form-message{grid-column:1/-1;font-size:10px}.ha-form-message.success{color:#86efac}.ha-form-message.error{color:#fca5a5}

/* Inventory */
.ha-inventory-page-new{background:#f4f7fb}.ha-inventory-hero-new{display:grid;grid-template-columns:1fr 1.1fr;min-height:430px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid #e1e7ef;box-shadow:0 18px 50px rgba(15,23,42,.07)}.ha-inventory-hero-media{position:relative;background:#dfe7f1 center/cover no-repeat;min-height:430px;display:flex;align-items:flex-start;justify-content:space-between;padding:18px}.ha-inventory-hero-media>small{padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:9px;font-weight:900}.ha-inventory-hero-copy{padding:45px 42px;display:flex;flex-direction:column;justify-content:center}.ha-inventory-hero-copy h1{margin:7px 0 8px;font-size:42px;line-height:1.05;letter-spacing:-1.4px;color:#0f172a}.ha-inventory-hero-copy p{margin:0;color:#64748b;font-size:13px}.ha-inventory-hero-copy p a{color:#2563eb;text-decoration:none;font-weight:800}.ha-inventory-price-new{margin:27px 0 22px;padding-top:19px;border-top:1px solid #edf1f5}.ha-inventory-price-new small{display:block;color:#8492a6;font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:900}.ha-inventory-price-new strong{display:block;margin-top:5px;font-size:33px;color:#0f172a}.ha-inventory-price-new span{display:block;margin-top:3px;color:#64748b;font-size:11px;font-weight:700}.ha-inventory-hero-actions{display:flex;gap:8px;flex-wrap:wrap}.ha-unit-quick-facts-new{display:grid;grid-template-columns:repeat(5,1fr);position:relative;margin:-30px 20px 22px;z-index:3;border:1px solid #e1e7ef;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.08);overflow:hidden}.ha-unit-quick-facts-new>div{padding:16px;border-right:1px solid #edf1f5}.ha-unit-quick-facts-new>div:last-child{border-right:0}.ha-unit-quick-facts-new strong{display:block;color:#0f172a;font-size:15px}.ha-unit-quick-facts-new span{display:block;margin-top:3px;color:#8492a6;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.ha-inventory-content-new{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.ha-inventory-card-new{padding:24px;background:#fff;border:1px solid #e1e7ef;border-radius:18px;box-shadow:0 8px 28px rgba(15,23,42,.04);margin-bottom:18px}.ha-inventory-subsection{padding-top:17px;margin-top:17px;border-top:1px solid #edf1f5}.ha-inventory-subsection:first-of-type{padding-top:0;margin-top:0;border-top:0}.ha-inventory-subsection h3{margin:0 0 11px;font-size:13px;color:#334155}.ha-pricing-card-new{background:linear-gradient(180deg,#fff,#fbfcfe)}.ha-price-breakdown-new{border:1px solid #e6ebf1;border-radius:12px;overflow:hidden}.ha-price-line-new{display:flex;justify-content:space-between;gap:15px;padding:12px 13px;border-top:1px solid #edf1f5}.ha-price-line-new:first-child{border-top:0}.ha-price-line-new span{color:#64748b;font-size:10px}.ha-price-line-new strong{color:#1e2d43;font-size:11px;text-align:right}.ha-price-line-new.total{background:#eff6ff}.ha-price-line-new.total span,.ha-price-line-new.total strong{color:#1d4ed8;font-size:12px;font-weight:900}.ha-inventory-gallery-new{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.ha-inventory-gallery-new a{position:relative;display:block;border-radius:11px;overflow:hidden;background:#f6f8fb;text-decoration:none}.ha-inventory-gallery-new img{display:block;width:100%;height:220px;object-fit:cover}.ha-inventory-gallery-new span{position:absolute;left:8px;bottom:8px;padding:5px 7px;background:rgba(15,23,42,.76);border-radius:6px;color:#fff;font-size:8px;font-weight:900}.ha-document-grid-new{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.ha-document-grid-new a{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid #e5eaf1;border-radius:11px;background:#fbfcfe;text-decoration:none}.ha-document-grid-new a>span{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;background:#eef5ff;color:#2563eb;font-size:12px}.ha-document-grid-new strong,.ha-document-grid-new small{display:block}.ha-document-grid-new strong{color:#334155;font-size:10px}.ha-document-grid-new small{margin-top:3px;color:#8a97a9;font-size:8px}.ha-back-project-new{margin-top:12px}.ha-inventory-side-new{position:relative}.ha-unit-contact-new{position:sticky;top:22px;padding:20px;border:1px solid #e1e7ef;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.05)}.ha-unit-side-project-new{margin-top:10px;padding:15px;border:1px solid #e1e7ef;border-radius:14px;background:#fff}.ha-unit-side-project-new span{color:#2563eb;font-size:8px;letter-spacing:1px;font-weight:900}.ha-unit-side-project-new strong{display:block;margin:5px 0 9px;color:#172033;font-size:12px}.ha-unit-side-project-new a{color:#2563eb;font-size:9px;font-weight:900;text-decoration:none}
@media(max-width:980px){.ha-property-hero-new,.ha-inventory-hero-new{grid-template-columns:1fr}.ha-property-hero-image,.ha-inventory-hero-media{min-height:330px}.ha-property-content-new,.ha-project-content-new,.ha-inventory-content-new{grid-template-columns:1fr}.ha-sticky-contact-new,.ha-builder-contact-new,.ha-unit-contact-new{position:static}.ha-project-developer-card{margin:0;align-self:auto}.ha-project-hero-new{min-height:570px}.ha-project-metrics-new{grid-template-columns:repeat(3,1fr)}.ha-project-metrics-new>div:nth-child(3){border-right:0}.ha-project-metrics-new>div:nth-child(n+4){display:none}.ha-project-side-new{order:-1}}
@media(max-width:700px){.ha-public-shell,.ha-builder-project-shell,.ha-inventory-shell-new,.ha-project-enquiry-section-new,.ha-unit-enquiry-section-new{width:calc(100% - 18px)}.ha-public-breadcrumb{padding:13px 0 10px}.ha-property-hero-info,.ha-inventory-hero-copy{padding:27px 21px}.ha-property-hero-info h1,.ha-inventory-hero-copy h1{font-size:31px}.ha-hero-price-row{gap:18px}.ha-hero-price-row strong,.ha-inventory-price-new strong{font-size:27px}.ha-hero-actions-new>*{flex:1 1 calc(50% - 8px)}.ha-property-gallery-new{grid-template-columns:1fr 1fr;grid-template-rows:180px 110px}.ha-property-gallery-new a.is-large{grid-column:1/3;grid-row:1}.ha-fact-highlight-grid,.ha-info-grid-new,.ha-project-config-cards-new,.ha-amenities-new,.ha-document-grid-new{grid-template-columns:1fr 1fr}.ha-public-section,.ha-project-card-new,.ha-inventory-card-new{padding:17px}.ha-project-hero-new{padding:25px 21px;min-height:560px}.ha-project-hero-content h1{font-size:37px}.ha-project-developer-card{min-width:0;width:100%;box-sizing:border-box;margin-top:20px}.ha-project-metrics-new{margin:-20px 8px 18px;grid-template-columns:repeat(2,1fr)}.ha-project-metrics-new>div{border-right:1px solid #edf1f5!important}.ha-project-metrics-new>div:nth-child(even){border-right:0!important}.ha-project-metrics-new>div:nth-child(n+5){display:none}.ha-config-specs{grid-template-columns:1fr}.ha-public-unit-row-new{grid-template-columns:1fr 1fr;gap:7px}.ha-public-unit-row-new>strong{font-size:11px}.ha-public-unit-row-new em{grid-column:2;text-align:right}.ha-project-enquiry-section-new,.ha-unit-enquiry-section-new{grid-template-columns:1fr;padding:18px}.ha-project-enquiry-form-new,.ha-unit-enquiry-form-new{grid-template-columns:1fr}.ha-project-enquiry-form-new textarea,.ha-unit-enquiry-form-new textarea,.ha-project-enquiry-form-new button,.ha-unit-enquiry-form-new button{grid-column:auto}.ha-inventory-hero-media{min-height:290px}.ha-unit-quick-facts-new{margin:-15px 8px 18px;grid-template-columns:repeat(2,1fr)}.ha-unit-quick-facts-new>div{border-bottom:1px solid #edf1f5}.ha-unit-quick-facts-new>div:nth-child(even){border-right:0}.ha-unit-quick-facts-new>div:last-child{grid-column:1/-1}.ha-inventory-gallery-new{grid-template-columns:1fr}.ha-inventory-gallery-new img{height:210px}.ha-download-card-new{display:block}.ha-download-card-new a{display:inline-block;margin:10px 0 0}}
@media(max-width:460px){.ha-fact-highlight-grid,.ha-info-grid-new,.ha-project-config-cards-new,.ha-amenities-new,.ha-document-grid-new{grid-template-columns:1fr}.ha-property-gallery-new{grid-template-rows:170px 90px}.ha-property-hero-info h1,.ha-inventory-hero-copy h1{font-size:28px}.ha-project-hero-content h1{font-size:32px}.ha-public-section-head{display:block}.ha-public-section-head small{display:block;margin-top:5px}.ha-hero-actions-new>*{flex-basis:100%}.ha-project-cta-primary,.ha-project-cta-light{width:100%;box-sizing:border-box}.ha-project-metrics-new strong{font-size:15px}}

/* V5.2.4 — Builder project & inventory visual refinement */
.ha-builder-project-page-new,.ha-inventory-page-new{width:100vw!important;max-width:none!important;position:relative;left:50%;margin-left:-50vw!important;box-sizing:border-box;padding-top:0!important;background:#f5f7fb!important;}
.ha-builder-project-shell,.ha-inventory-shell-new{width:min(1240px,calc(100% - 40px))!important;max-width:1240px!important;margin:0 auto!important;box-sizing:border-box;}
.ha-public-breadcrumb{padding-top:18px!important;padding-bottom:14px!important;}

/* Project hero */
.ha-project-hero-new{display:grid!important;grid-template-columns:minmax(340px,.88fr) minmax(0,1.12fr)!important;min-height:500px!important;padding:0!important;border:1px solid #e1e7ef!important;border-radius:26px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 20px 55px rgba(15,23,42,.09)!important;color:#172033!important;align-items:stretch!important;}
.ha-project-hero-visual{position:relative;min-height:500px;background:#e8edf4 var(--ha-project-cover) center/cover no-repeat;overflow:hidden;display:flex;align-items:flex-end;padding:24px;box-sizing:border-box;}
.ha-project-hero-visual:not([style]){background:radial-gradient(circle at 25% 20%,rgba(249,115,22,.35),transparent 30%),linear-gradient(145deg,#0f172a 0%,#1e3a5f 58%,#f97316 170%);}
.ha-project-visual-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.06),rgba(15,23,42,.72));pointer-events:none;}
.ha-project-visual-badge{position:absolute;top:20px;left:20px;z-index:2;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.94);color:#0f172a;font-size:9px;font-weight:900;letter-spacing:.7px;box-shadow:0 8px 20px rgba(15,23,42,.12);}
.ha-project-visual-status{position:relative;z-index:2;display:flex;gap:7px;flex-wrap:wrap;}
.ha-project-visual-status span{padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.72);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:9px;font-weight:900;backdrop-filter:blur(8px);}
.ha-project-visual-status span:last-child{background:#ecfdf3;color:#15803d;border-color:#bbf7d0;}
.ha-project-visual-placeholder{position:relative;z-index:2;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:190px;height:190px;border-radius:34px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(12px);color:#fff;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.18);}
.ha-project-visual-placeholder strong{font-size:76px;line-height:1;font-weight:950;}
.ha-project-visual-placeholder span{margin-top:9px;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;opacity:.85;}
.ha-project-hero-content{position:relative!important;z-index:2!important;max-width:none!important;padding:46px 48px!important;display:flex;flex-direction:column;justify-content:center;background:#fff!important;color:#0f172a!important;box-sizing:border-box;}
.ha-project-hero-content h1{margin:10px 0 12px!important;font-size:50px!important;line-height:1.02!important;letter-spacing:-2px!important;color:#0f172a!important;}
.ha-project-hero-eyebrow{color:#2563eb;font-size:10px;font-weight:900;letter-spacing:.7px;text-transform:uppercase;}
.ha-project-hero-location{margin:0!important;color:#64748b!important;font-size:12px!important;line-height:1.65!important;max-width:600px;}
.ha-project-hero-price{margin:25px 0 20px!important;padding:17px 0 0;border-top:1px solid #edf1f5;}
.ha-project-hero-price small{color:#8a97a9!important;font-size:9px!important;}
.ha-project-hero-price strong{color:#0f172a!important;font-size:34px!important;}
.ha-project-cta-primary{background:#f97316!important;color:#fff!important;box-shadow:0 10px 22px rgba(249,115,22,.18);}
.ha-project-cta-light{background:#f8fafc!important;border:1px solid #dce4ed!important;color:#172033!important;}
.ha-project-developer-card{margin:24px 0 0!important;min-width:0!important;padding:14px 16px!important;border:1px solid #e5eaf1!important;border-radius:14px!important;background:#f8fafc!important;backdrop-filter:none!important;}
.ha-project-developer-card small,.ha-project-developer-card span{color:#8a97a9!important;}
.ha-project-developer-card strong{color:#172033!important;}
.ha-project-metrics-new{margin:-30px 28px 24px!important;box-shadow:0 15px 35px rgba(15,23,42,.09)!important;}

/* Project content polish */
.ha-project-card-new{border-radius:20px!important;box-shadow:0 8px 30px rgba(15,23,42,.045)!important;}
.ha-project-content-new{grid-template-columns:minmax(0,1fr) 330px!important;gap:24px!important;}
.ha-project-side-new{min-width:0;}
.ha-builder-contact-new{top:18px!important;border-radius:20px!important;}
.ha-public-unit-row-new{grid-template-columns:minmax(180px,2fr) .9fr .65fr 1fr auto!important;border-radius:0;}

/* Inventory hero */
.ha-inventory-hero-new{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr)!important;min-height:500px!important;border-radius:26px!important;box-shadow:0 20px 55px rgba(15,23,42,.09)!important;background:#fff!important;}
.ha-inventory-hero-media{min-height:500px!important;background:#e7edf5 var(--ha-unit-cover) center/cover no-repeat!important;position:relative!important;overflow:hidden;}
.ha-inventory-hero-media:not([style]){background:radial-gradient(circle at 25% 20%,rgba(37,99,235,.26),transparent 32%),linear-gradient(145deg,#e8eef7,#cbd7e7)!important;}
.ha-inventory-media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.56));pointer-events:none;}
.ha-inventory-hero-media>.ha-unit-status-new{position:absolute!important;left:20px;top:20px;z-index:3;}
.ha-inventory-hero-media>small{position:absolute!important;right:18px;top:18px;z-index:3;}
.ha-unit-visual-placeholder{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:210px;height:210px;border-radius:36px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.82);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#0f172a;box-shadow:0 20px 45px rgba(15,23,42,.13);}
.ha-unit-visual-placeholder strong{font-size:72px;line-height:1;font-weight:950;color:#2563eb;}
.ha-unit-visual-placeholder span{margin-top:10px;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:#475569;}
.ha-unit-visual-placeholder em{margin-top:7px;font-style:normal;font-size:11px;font-weight:800;color:#0f172a;}
.ha-inventory-hero-copy{padding:48px!important;background:#fff!important;}
.ha-inventory-eyebrow{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px;}
.ha-inventory-eyebrow span{padding:6px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:8px;font-weight:900;letter-spacing:.7px;text-transform:uppercase;}
.ha-inventory-eyebrow span:first-child{background:#eff6ff;color:#2563eb;}
.ha-inventory-hero-copy h1{font-size:46px!important;letter-spacing:-1.7px!important;}
.ha-inventory-price-new{margin:25px 0 20px!important;padding-top:18px!important;}
.ha-inventory-price-new strong{font-size:36px!important;}
.ha-unit-hero-note{margin-top:18px;color:#94a3b8;font-size:9px;font-weight:700;}
.ha-unit-quick-facts-new{margin:-28px 28px 24px!important;}
.ha-inventory-content-new{grid-template-columns:minmax(0,1fr) 330px!important;gap:24px!important;}
.ha-inventory-card-new{border-radius:20px!important;}
.ha-unit-contact-new{top:18px!important;border-radius:20px!important;}

/* Remove accidental theme/container backgrounds around the public pages */
body:has(.ha-builder-project-page-new),body:has(.ha-inventory-page-new){overflow-x:hidden;}

@media(max-width:980px){
 .ha-project-hero-new,.ha-inventory-hero-new{grid-template-columns:1fr!important;}
 .ha-project-hero-visual,.ha-inventory-hero-media{min-height:360px!important;}
 .ha-project-hero-content,.ha-inventory-hero-copy{padding:34px 30px!important;}
 .ha-project-content-new,.ha-inventory-content-new{grid-template-columns:1fr!important;}
 .ha-project-side-new,.ha-inventory-side-new{order:-1;}
 .ha-project-side-new .ha-builder-contact-new,.ha-inventory-side-new .ha-unit-contact-new{position:static!important;}
}
@media(max-width:700px){
 .ha-builder-project-shell,.ha-inventory-shell-new{width:calc(100% - 18px)!important;}
 .ha-project-hero-visual,.ha-inventory-hero-media{min-height:290px!important;}
 .ha-project-hero-content,.ha-inventory-hero-copy{padding:27px 21px!important;}
 .ha-project-hero-content h1{font-size:37px!important;}
 .ha-inventory-hero-copy h1{font-size:34px!important;}
 .ha-project-metrics-new{margin:-18px 8px 18px!important;}
 .ha-unit-quick-facts-new{margin:-16px 8px 18px!important;}
 .ha-project-hero-actions>*{flex:1 1 calc(50% - 8px);}
}

/* ========================================================================
 * V5.2.5 — Public Builder/Inventory Astra Layout Isolation
 * Fixes constrained Astra containers, sidebar columns, inherited padding and
 * 100vw/left:50% overflow. Public project/unit pages own their full canvas.
 * ====================================================================== */
body.single-ha_project .site-content,
body.single-ha_project .site-content > .ast-container,
body.single-ha_project .site-content > .ast-container > .ast-row,
body.single-ha_project .site-content .ast-container,
body.single-ha_project #primary,
body.single-ha_project .content-area,
body.single-ha_project .site-main,
body.single-ha_project .ast-article-single,
body.single-ha_project .entry-content {
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
body.single-ha_project .site-content > .ast-container,
body.single-ha_project .site-content .ast-container {
  display:block!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
body.single-ha_project .site-content > .ast-container > .ast-row,
body.single-ha_project .site-content .ast-row {
  display:block!important;
}
body.single-ha_project #secondary,
body.single-ha_project .widget-area,
body.single-ha_project .ast-right-sidebar #secondary {
  display:none!important;
  width:0!important;
  max-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.single-ha_project .ha-builder-project-page-new,
body.single-ha_project .ha-inventory-page-new {
  position:relative!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0 0 64px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
body.single-ha_project .ha-builder-project-shell,
body.single-ha_project .ha-inventory-shell-new {
  width:min(1240px,calc(100% - 40px))!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.single-ha_project .ha-public-breadcrumb {
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}

/* Keep the hero and content from inheriting theme article constraints. */
body.single-ha_project .ha-project-hero-new,
body.single-ha_project .ha-project-metrics-new,
body.single-ha_project .ha-project-content-new,
body.single-ha_project .ha-inventory-hero-new,
body.single-ha_project .ha-unit-quick-facts-new,
body.single-ha_project .ha-inventory-content-new {
  box-sizing:border-box!important;
}

@media(max-width:700px){
  body.single-ha_project .ha-builder-project-shell,
  body.single-ha_project .ha-inventory-shell-new {
    width:calc(100% - 18px)!important;
  }
}
