/* =========================================================
   ANCOR PROPERTY MANAGEMENT PAGE — TOP GAP FIX
   ========================================================= */

html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100% !important;
    background: #212121 !important;
}

body.ancor-property-management-page {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    background: #FCFCFC !important;
}

/* الهيدر يبدأ من أول بكسل */
body.ancor-property-management-page > #global-header,
body.ancor-property-management-page #global-header {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
}

/* إزالة تعويض الهيدر القديم */
body.ancor-property-management-page > main,
body.ancor-property-management-page .site-main,
body.ancor-property-management-page .page-main,
body.ancor-property-management-page .page-wrapper,
body.ancor-property-management-page .service-page,
body.ancor-property-management-page .service-detail-page,
body.ancor-property-management-page .property-management-page,
body.ancor-property-management-page .pm-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* إزالة الهامش الخارجي من الهيرو فقط */
body.ancor-property-management-page main > :first-child,
body.ancor-property-management-page main > section:first-child,
body.ancor-property-management-page .property-management-hero,
body.ancor-property-management-page .pm-hero,
body.ancor-property-management-page .service-hero,
body.ancor-property-management-page .service-detail-hero,
body.ancor-property-management-page main > .hero {
    margin-top: 0 !important;
}

/* منع العناصر الفارغة من إنشاء شريط أبيض */
body.ancor-property-management-page > br:first-child,
body.ancor-property-management-page main > br:first-child,
body.ancor-property-management-page > p:empty:first-child,
body.ancor-property-management-page main > p:empty:first-child {
    display: none !important;
}

/* إلغاء أي حالة تحميل قديمة تضيف مسافة */
html.loading,
html.is-loading,
html.page-loading,
body.ancor-property-management-page.loading,
body.ancor-property-management-page.is-loading,
body.ancor-property-management-page.page-loading {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
