/* HOME CLEAN OVERRIDE - ONLY HOME */

.home-hero{
    min-height:calc(100vh - 104px) !important;
    height:calc(100vh - 104px) !important;
    padding:0 6% 0 !important;
    display:flex !important;
    align-items:center !important;
    background:#030712 !important;
    overflow:hidden !important;
}

.home-hero__container{
    width:100% !important;
    max-width:1180px !important;
    margin:0 auto !important;
    display:grid !important;
    grid-template-columns:.95fr 1.05fr !important;
    gap:58px !important;
    align-items:center !important;
    transform:translateY(-18px) !important;
}

.home-logo span{
    font-size:132px !important;
}

.home-logo b{
    font-size:150px !important;
}

.home-typewriter{
    margin-top:24px !important;
    font-size:32px !important;
}

.home-hero__content h1{
    font-size:42px !important;
    line-height:1.04 !important;
}

.home-hero__content p{
    margin-top:20px !important;
    font-size:18px !important;
    line-height:1.55 !important;
}

.home-actions{
    margin-top:24px !important;
    display:flex !important;
    gap:14px !important;
}

.home-actions .btn{
    height:54px !important;
    min-height:54px !important;
    padding:0 28px !important;
    border-radius:999px !important;
    font-size:16px !important;
    font-weight:900 !important;
}

.home-actions .btn-primary{
    background:linear-gradient(135deg,#00A3FF,#006BFF) !important;
    color:#fff !important;
    box-shadow:0 0 28px rgba(0,123,255,.42) !important;
}

.home-actions .btn-secondary{
    background:rgba(255,255,255,.04) !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.28) !important;
}

/* MOBILE */
@media(max-width:900px){

    .home-hero{
        min-height:auto !important;
        height:auto !important;
        padding:34px 24px 54px !important;
        display:block !important;
    }

    .home-hero__container{
        display:flex !important;
        flex-direction:column !important;
        gap:26px !important;
        transform:none !important;
        text-align:center !important;
    }

    .home-hero__brand{
        align-items:center !important;
        text-align:center !important;
        width:100% !important;
    }

    .home-logo{
        justify-content:center !important;
    }

    .home-logo span{
        font-size:76px !important;
    }

    .home-logo b{
        font-size:88px !important;
        margin-left:8px !important;
    }

    .home-typewriter{
        margin-top:12px !important;
        font-size:22px !important;
        min-height:28px !important;
        justify-content:center !important;
    }

    .home-hero__content h1{
        font-size:32px !important;
        line-height:1.05 !important;
    }

    .home-hero__content p{
        margin-top:16px !important;
        font-size:16px !important;
        line-height:1.5 !important;
    }

    .home-actions{
        margin-top:22px !important;
        flex-direction:column !important;
        align-items:center !important;
        gap:12px !important;
    }

    .home-actions .btn{
        width:100% !important;
        max-width:330px !important;
        height:52px !important;
        min-height:52px !important;
        font-size:15px !important;
    }
}

/* HOME CLEAN MOBILE COMPACT V2 */

@media(max-width:900px){

    .home-hero{
        min-height:calc(100svh - 90px) !important;
        padding:22px 24px 34px !important;
        display:flex !important;
        align-items:center !important;
    }

    .home-hero__container{
        gap:18px !important;
        transform:translateY(-8px) !important;
    }

    .home-logo span{
        font-size:66px !important;
    }

    .home-logo b{
        font-size:78px !important;
    }

    .home-typewriter{
        margin-top:8px !important;
        font-size:20px !important;
        min-height:24px !important;
    }

    .home-hero__content h1{
        font-size:28px !important;
        line-height:1.05 !important;
    }

    .home-hero__content p{
        margin-top:12px !important;
        font-size:15px !important;
        line-height:1.45 !important;
    }

    .home-actions{
        margin-top:18px !important;
        gap:10px !important;
    }

    .home-actions .btn{
        max-width:310px !important;
        height:48px !important;
        min-height:48px !important;
        font-size:14px !important;
    }
}


/* HOME MOBILE VERTICAL POSITION FINAL */

@media(max-width:900px){

    .home-hero{
        padding-top:0 !important;
        padding-bottom:28px !important;
        align-items:flex-start !important;
    }

    .home-hero__container{
        transform:translateY(-42px) !important;
    }
}


/* HOME MOBILE VERTICAL POSITION CORRECTION */

@media(max-width:900px){

    .home-hero{
        padding-top:18px !important;
        padding-bottom:34px !important;
        align-items:center !important;
    }

    .home-hero__container{
        transform:translateY(-16px) !important;
    }
}


/* HOME MOBILE MICRO ALIGN */

@media(max-width:900px){
    .home-hero__container{
        transform:translateY(-28px) !important;
    }
}

