body{
    font-family:Inter,sans-serif;
    background:#f8fafc;
}

.navbar-brand{
    font-weight:800;
    letter-spacing:1px;
}

.nav-link{
    font-weight:500;
}

.btn-primary{
    border-radius:50px;
}

section{
    padding:90px 0;
}

.hero{
    min-height:85vh;
    display:flex;
    align-items:center;
}

.hero{
background:
linear-gradient(
180deg,
#f8fbff 0%,
#eef5ff 100%);
}

.hero h1{
    font-size:64px;
    font-weight:800;
}

.hero p{
    font-size:22px;
    color:#6c757d;
}

.footer a{
    text-decoration:none;
}


.hero{

padding:120px 0;

background:
linear-gradient(
180deg,
#f8fbff 0%,
#eef5ff 100%);

}

.hero h1{

font-size:64px;

font-weight:800;

line-height:1.1;

}

.hero p{

font-size:20px;

color:#666;

}

.upload-card{

background:#fff;

padding:60px;

border-radius:25px;

}

.feature-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

transition:.3s;

text-align:center;

height:100%;

}

.feature-card:hover{

transform:translateY(-10px);

}

@media(max-width:992px){

.hero{

text-align:center;

}

.hero h1{

font-size:42px;

}

.upload-card{

margin-top:40px;

}

}