body{
    padding-top:80px;
}

.hero{
    background:linear-gradient(135deg,#003e99,#0058d4);
    padding:100px 0;
}

.hero-img{
    max-height:500px;
}

.step{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    margin:auto;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:bold;
}

.cta{
    background:#003e99;
    padding:80px 0;
}

.whatsapp-float{
    position:fixed;
    right:20px;
    bottom:20px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    text-decoration:none;
    z-index:9999;
}