/*
Theme Name: Holispace Longevity
Theme URI: https://holispace.com
Author: Holispace
Description: Motyw dla Landing Page Longevity dla Firm
Version: 1.2.0
License: Proprietary
Text Domain: holispace
*/

/* ============================================================
   RESET ABSOLUTNY — wszystko na pełną szerokość
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    background: #1a1a2e !important;
}

/* Ukryj wszystkie elementy WordPress których nie chcemy */
.site-header,
.site-footer,
.entry-header,
.entry-title,
.page-header,
.page-title,
.post-navigation,
.comments-area,
.breadcrumb,
.wp-block-post-title {
    display: none !important;
}

/* Main wrapper — zero marginesów */
#page,
.site,
#content,
.site-content,
#primary,
.content-area,
#main,
.site-main,
main {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
}

/* Article/Post — zero */
article,
.hentry,
.entry-content,
.post-inner,
.page-inner,
.wp-block-post-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Gutenberg bloki */
.wp-block-html,
.wp-block-freeform,
.is-layout-constrained,
.is-layout-constrained > *,
.is-layout-flow,
.wp-block-group,
.wp-block-post-content > * {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

/* WordPress dodaje padding do body gdy jest admin bar */
body.admin-bar {
    padding-top: 0 !important;
    margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px !important;
    }
}
