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

.home-page main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

*, *::before, *::after {
    box-sizing: border-box !important;
}

.home-page .home-navbar {
    background: transparent !important;
    border: none;
}

.home-page .nav-wrapper {
    border-bottom: none;
}

.home-page .nav-link-item {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
}

.home-page .nav-link-item:hover {
    color: #ffffff;
    background: transparent;
}
.home-page header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.home-page .top-bar {
    display: none;
}

.home-page .nav-wrapper,
.home-page .nav-logo-section,
.home-page .nav-links-section,
.home-page .nav-link-item,
.home-page .nav-spacer {
    border: none !important;
}



.home-page .hero-architecture {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 8%;
    color: #fff;
    overflow: hidden;
}

.home-page .hero-overlay {
    position: absolute;
    inset: 0;
    background:
    url("/static/core/images/BG-01.webp");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.home-page .hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    animation: fadeUp 1.2s ease forwards;
}

.home-page .footer-minimal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10; 
    background: transparent; 
}


.home-page .hero-architecture {
    position: relative;
    width: 100% !important; 
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 8%;
    color: #fff;
    overflow: hidden;
    margin: 0 !important; 
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translate(50px, -50%); 
    }
    100% {
        opacity: 1;
        transform: translate(0, -50%);
    }
}
body.home-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}
main {
    flex: 1;
}


@media (max-width: 991px) {

    .home-page .nav-links-section {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 24px 0 28px;
        background: transparent;
        background: rgba(20, 20, 20, 0.35);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .home-page .nav-link-item {
        background: transparent;
        color: var(--text-primary);
        font-size: 12px;
        letter-spacing: 2px;
        text-align: center;
        position: relative;
        transition: 
        color 0.3s ease,
        transform 0.3s ease;
    }
    .home-page .nav-link-item:hover::after {
        transform: translateX(-50%) scaleX(1);
    }
}
.blueprint-container {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    background-color: #111; 
}

.static-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; 
    opacity: 1; 
    z-index: 1; 
}

.tech-overlay {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    object-fit: cover; 
    opacity: 0;
    filter: blur(10px); 
    animation: popAndFocus 24s infinite ease-in-out;
    pointer-events: none;
}

.delay-1  { animation-delay: 0s; }

.delay-2  { animation-delay: 2.7s; }
.delay-3  { animation-delay: 3.3s; } 


.delay-4  { animation-delay: 5.8s; }
.delay-5  { animation-delay: 6.3s; }

.delay-6  { animation-delay: 9.2s; }
.delay-8  { animation-delay: 9.9s; }
.delay-7  { animation-delay: 10.4s; }
.delay-15 { animation-delay: 10.9s; }

.delay-9  { animation-delay: 13.6s; }
.delay-10 { animation-delay: 14.6s; }

.delay-11 { animation-delay: 17.5s; }
.delay-12 { animation-delay: 18.0s; }

.delay-13 { animation-delay: 21.0s; }
.delay-14 { animation-delay: 21.5s; }


@keyframes popAndFocus {
    0% {
        opacity: 0;
        filter: blur(15px);
        transform: translate(-50%, -50%) scale(0.95);
    }
    
    4.16% {
        opacity: 1;
        filter: blur(0px);
        transform: translate(-50%, -50%) scale(1); 
    }
    
    10.41% {
        opacity: 1;
        filter: blur(0px);
        transform: translate(-50%, -50%) scale(1);
    }
    
    14.58% {
        opacity: 0;
        filter: blur(15px);
        transform: translate(-50%, -50%) scale(1.05);
    }
    
    14.6%, 100% {
        opacity: 0;
        filter: blur(15px);
        transform: translate(-50%, -50%) scale(1.05);
    }
}


.hero-overlay {
    position: relative; 
}
.tech-overlay {
    position: absolute;
}

.delay-2 {
    top: 420px;
    right: 250px; 
} 

.delay-3 {
    left: 300px;
}

.delay-5 {
    bottom: 10%;
    left: 20%;
}

.delay-6 {
    top: 42%;
    left: 25%;
    width: 100%;
    height: 100%;
}

.delay-7 {
    top:27%;
    left: 55%;
    width: 30%;
    height: 30%;
}

.delay-8 {
    top: 55%;
    left: 26%;
    width: 105%;
    height: 105%;
}

.delay-9 {
    right: 40%;
}

.delay-10 {
    left: 50%;
    transform: translateX(-50%); 
}
.delay-12{
    left: 49%;    
}
.delay-13{
    left: 48%;
}
.delay-14 {
    left: 50%;
}
.delay-15 {
    top:68%;
    left: 55%;
    width: 35%;
    height: 35%;

}


.home-page .hero-content {
    position: absolute;
    right: 8.3%; 
    top: 58.2%;
    transform: translateY(-50%);
    height: 48vh; 
    max-width: 600px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    z-index: 10; 
    text-align: left; 
    
    animation: slideInRight 1.2s ease forwards;
}
.hero-title,
.hero-title span,
.hero-desc {
    margin: 0;
    padding: 0;
}

.home-page .hero-title {
    color: #ffffff;
    margin: 0;
    line-height: 1.2; 
}


.home-page .title-small {
    font-size: 1.62rem; 
    font-weight: 600; 
    letter-spacing: 2px;
    display: block;
}

.home-page .title-big {
    font-size: 49.10px; 
    font-weight: 800; 
    letter-spacing: 2px;
    display: block;
}
.hero-title span:first-child {
    transform: translateY(2px);
}

.home-page .hero-desc {
    color: #e0e0e0; 
    font-size: 1.05rem; 
    font-weight: 400; 
    line-height: 1.5; 
    margin: 0;
    margin-bottom: 20px; 
    letter-spacing: 0.5px;
}


.home-page [class^="hero-decor-box-"] {
    position: absolute;
    top: 50%; 
    z-index: 2; 
    pointer-events: none; 
    border-radius: 0; 
}

.home-page .hero-decor-left {
    position: absolute;
    left: 4.9%; 
    top: 56%;
    transform: translateY(-50%); 
    width: 20px; 
    height: 52vh;
    background-color: var(--div-yellow); 
    z-index: 3; 
    pointer-events: none; 
    border-radius: 0; 
}

.home-page .hero-decor-right {
    position: absolute;
    right: 3.2%; 
    top: 56.5%;
    transform: translateY(-50%);
    width: 16vw; 
    height: 70vh; 
    
    border-top: 20px solid var(--div-yellow);
    border-right: 20px solid var(--div-yellow);
    border-bottom: 20px solid var(--div-yellow);
    border-left: none; 
    
    z-index: 3;
    pointer-events: none;
    border-radius: 0;
}

.home-page .hero-decor-right::before,
.home-page .hero-decor-right::after {
    content: "";
    position: absolute;
    left: 0;           
    width: 20px;     
    height: 80px;   
    background-color: var(--div-yellow); 
}

.home-page .hero-decor-right::before {
    top: -20px;        
}

.home-page .hero-decor-right::after {
    bottom: -20px;  
}
.home-page .hero-decor-box-1 {
    right: -18.5%; 
    top: 58.7%;
    transform: translateY(-55%); 
    width: 19.9vw; 
    height: 51.5vh; 
    z-index: 3;
    background-color: var(--div-light-gray);
}
.home-page .hero-decor-box-2 {
    right: -7.5%; 
    transform: translateY(-30%); 
    top: 55.5%;
    width: 14.3vw; 
    height: 37.7vh;
    background-color:var(--div-dark-gray); 
}
.home-page .hero-decor-box-3 {
    left: 0; 
    top: 41.3%;
    width: 6vw; 
    height: 40.5vh; 
    background-color: var(--div-dark-gray); 
    z-index: 1;
    pointer-events: none;
    border-radius: 0;
}
.home-page .hero-decor-box-4 {
    right: -4.75%;
    top: 15.8%; 
    width: 25vw;
    height: 17vh; 
    background-color: var(--div-black); 
    z-index: 2;
    pointer-events: none;
    border-radius: 0;
}

.home-page .hero-decor-box-5 {
    left: 0; 
    top: 16.3%; 
    width: 8.15vw; 
    height: 14.2vh; 
    background-color: var(--div-black);
    z-index: 4; 
    pointer-events: none;
    border-radius: 0;
}
.home-page .hero-decor-box-6 {
    left: 0; 
    top: 29%;
    width: 3.1vw; 
    height: 42.6vh;
    background-color: var(--div-light-gray); 
    z-index: 2;
    pointer-events: none;
    border-radius: 0;
}



@media (max-width: 991px) {
    
    .tech-overlay {
        width: 70%; 
        height: 70%;
        animation: popAndFocusMobile 24s infinite ease-in-out; 
    }
    .delay-2 {
        top: 60%;
        right: 15%; 
        left: auto; 
    } 

    .delay-3 {
        left: 20%;
    }
    .delay-6 {
        top: 50%;
        width: 80%;
        height: 80%;
        width: 50%;
        height: 50%;
    }

    .delay-7{
        width: 50%;
        height: 50%;
        width: 50%;
        height: 50%;
    }
    .delay-8 {
        top: 60%;
        width: 85%;
        height: 85%;
        width: 50%;
        height: 50%;
    }
    .delay-15{
        width: 50%;
        height: 50%;
    }
.delay-1  { animation-delay: 0s; }

.delay-2  { animation-delay: 2.7s; }
.delay-3  { animation-delay: 3.3s; } 


.delay-4  { animation-delay: 5.8s; }
.delay-5  { animation-delay: 6.3s; }

.delay-6  { animation-delay: 9.2s; }
.delay-8  { animation-delay: 9.9s; }
.delay-7  { animation-delay: 10.4s; }
.delay-15 { animation-delay: 10.9s; }

.delay-9  { animation-delay: 13.6s; }
.delay-10 { animation-delay: 14.6s; }

.delay-11 { animation-delay: 17.5s; }
.delay-12 { animation-delay: 18.0s; }

.delay-13 { animation-delay: 21.0s; }
.delay-14 { animation-delay: 21.5s; }
    @keyframes popAndFocusMobile {
        0% {
            opacity: 0;
            filter: blur(15px);
            transform: translate(-50%, -50%) scale(0.85); 
        }
        
        4.16% {
            opacity: 0.4; 
            filter: blur(0px);
            transform: translate(-50%, -50%) scale(0.9); 
        }
        
        10.41% {
            opacity: 0.4; 
            filter: blur(0px);
            transform: translate(-50%, -50%) scale(0.9);
        }
        
        14.58% {
            opacity: 0;
            filter: blur(15px);
            transform: translate(-50%, -50%) scale(0.95);
        }
        
        14.6%, 100% {
            opacity: 0;
            filter: blur(15px);
            transform: translate(-50%, -50%) scale(0.95);
        }
    }
}
@media (max-width: 991px) {
    
    .home-page .title-small {
        font-size: 1rem; 
    }
    .home-page .title-big {
        font-size: 30px; 
    }
    .home-page .hero-desc {
        font-size: 0.8rem; 
    }
}