/* =====================================================
   SENTINEL23™
   Investor Edition Powered By VEDAHAM AI
===================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Space Grotesk',sans-serif;

    background:#020812;

    color:white;

    overflow-x:hidden;
}

/* =====================================================
   PERSISTENT VIDEO BACKGROUND
===================================================== */

.hero-video{

    position:fixed;

    top:0;
    left:0;

    width:100vw;
    height:100vh;

    object-fit:cover;

    object-position:center center;

    z-index:-3;
}

/* =====================================================
   GLOBAL OVERLAY
===================================================== */

.video-overlay{

    position:fixed;

    inset:0;

    z-index:-2;

    background:
        linear-gradient(
            rgba(0,0,0,.45),
            rgba(0,0,0,.80)
        );
}

/* =====================================================
   HERO
===================================================== */

.hero{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:0 8%;
}

.hero-content{

    max-width:1200px;
}

.eyebrow{

    color:#00C8FF;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:30px;

    font-size:.85rem;
}

.hero h1{

    font-size:clamp(4rem,10vw,8rem);

    line-height:.9;

    text-transform:uppercase;

    margin-bottom:25px;

    font-weight:700;
}

.hero p{

    font-size:1.5rem;

    color:rgba(255,255,255,.8);

    margin-bottom:40px;
}

.scroll-button{

    display:inline-block;

    text-decoration:none;

    color:white;

    border:1px solid rgba(255,255,255,.3);

    padding:16px 36px;

    transition:.4s;
}

.scroll-button:hover{

    background:#00C8FF;

    color:#04111f;
}

/* =====================================================
   CONTENT SECTIONS
===================================================== */

.crack,
.vision{

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:120px 10%;
}

.crack-content,
.vision-content{

    max-width:1100px;

    text-align:center;
}

/* =====================================================
   PULSE
===================================================== */

.pulse{

    width:24px;

    height:24px;

    border-radius:50%;

    background:#ff4040;

    margin:0 auto 70px;

    animation:pulse 2s infinite;
}

@keyframes pulse{

    0%{

        box-shadow:
        0 0 0 0 rgba(255,64,64,.8);

    }

    100%{

        box-shadow:
        0 0 0 50px rgba(255,64,64,0);

    }
}

.pulse-highlight{

    transform:scale(1.25);

    transition:.4s ease;
}

/* =====================================================
   TYPOGRAPHY
===================================================== */

.crack h2,
.vision h2{

    font-size:clamp(3rem,7vw,6rem);

    line-height:1;

    margin-bottom:25px;
}

.crack h3{

    color:#00C8FF;

    font-size:2rem;

    font-weight:300;

    margin-bottom:35px;
}

.crack p,
.vision p{

    max-width:900px;

    margin:auto;

    line-height:1.8;

    color:rgba(255,255,255,.8);

    font-size:1.2rem;
}

.section-tag{

    display:block;

    color:#00C8FF;

    letter-spacing:4px;

    margin-bottom:25px;
}

/* =====================================================
   SECTION REVEAL
===================================================== */

.crack-content,
.vision-content{

    opacity:0;

    transform:translateY(80px);

    transition:all 1.2s ease;
}

.visible{

    opacity:1;

    transform:translateY(0);
}

/* =====================================================
   SCROLL BAR
===================================================== */

.scroll-progress{

    position:fixed;

    top:0;

    left:0;

    width:0;

    height:4px;

    z-index:99999;

    background:#00C8FF;
}

/* =====================================================
   MOBILE
===================================================== */

@media(max-width:768px){

.hero h1{

    font-size:3.5rem;
}

.hero p{

    font-size:1.1rem;
}

.crack h3{

    font-size:1.4rem;
}

.crack p,
.vision p{

    font-size:1rem;
}

}
.nav-logo {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.nav-logo-main {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.25em;
    color: #00C8FF;
}

.nav-logo-sub {
    font-size: 0.6rem;
    letter-spacing: 0.25em;
    color: #ffffff;
    margin-top: 4px;
    opacity: 0.85;
}
