body{
    font-family:'Poppins',sans-serif;
    background:#f8fafc;
    color:#1e293b;
}

.navbar{
    padding:18px 0;
}

.nav-link{
    font-weight:500;
    margin:0 10px;
}

.hero{
    padding:100px 0;
    background:linear-gradient(135deg,#f8fbff,#edf4ff);
}

.hero-title{
    font-size:58px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-text{
    font-size:20px;
    color:#64748b;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-info{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    font-weight:600;
}

.hero-image{
    border-radius:20px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.footer{
    background:#0f172a;
    color:#fff;
    padding:70px 0;
}

.footer a{
    color:#fff;
    text-decoration:none;
}

.footer a:hover{
    color:#60a5fa;
}