.asve-wrapper{

    max-width: 1280px;
    margin: auto;

    background: #fff;

    border-radius: 32px;

    padding: 60px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.06);
}

.asve-hero{

    text-align: center;

    margin-bottom: 50px;
}

.asve-hero h1{

    font-size: 64px;

    line-height: 1.05;

    color: #111;
}

.asve-pill{

    background: #fdf800;

    color: #000;

    padding: 12px 18px;

    border-radius: 999px;

    font-weight: 700;
}

.asve-search{

    display: grid;

    grid-template-columns:
    repeat(auto-fit,minmax(220px,1fr));

    gap: 18px;
}

.asve-search select{

    height: 64px;

    border-radius: 18px;

    border: 1px solid #eaeaea;

    padding: 0 18px;

    font-size: 15px;
}

#asve-search-btn{

    background: #0b1828;

    color: #fff;

    border: none;

    border-radius: 18px;

    font-weight: 800;

    cursor: pointer;

    font-size: 15px;
}

.asve-card{

    background: #fff;

    border-radius: 28px;

    border: 1px solid #ececec;

    padding: 30px;

    margin-top: 30px;
}

.asve-btn{

    display: block;

    background: #25D366;

    color: #fff;

    text-align: center;

    padding: 18px;

    border-radius: 18px;

    font-weight: 800;

    text-decoration: none;
}