/* ==========================================================================
   06. PAGE SPECIFIC STYLES - GLOBAL PAGE OVERRIDES
   ========================================================================== */

/* --- A. BODY LOCK (Total Fullscreen) --- */
/* Menghilangkan scrollbar browser dan mengunci posisi layar */
body.home,
body.page-template-template-splash {
    height: 100vh !important;
    width: 100%;
    overflow: hidden !important;
    position: fixed; 
    top: 0;
    left: 0;
}

/* --- B. MAIN CONTAINER FULLSCREEN --- */
.splash-page {
    height: 100vh !important;
    width: 100vw !important;
    background-color: #000000 !important;
}

