.np-container{
    width:1200px;
    max-width:95%;
    margin:auto;
}

.np-hero{
    padding:100px 0;
}

.np-hero .np-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.np-hero-content{
    flex:1;
}

.np-hero-form{
    flex:1;
}

.np-badge{
    display:inline-block;
    background:#eef4ff;
    color:#2563eb;
    padding:8px 14px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
}

.np-hero h1{
    font-size:56px;
    line-height:1.1;
    margin-bottom:20px;
}

.np-hero p{
    font-size:18px;
    color:#64748b;
    margin-bottom:30px;
}

.np-hero-buttons{
    display:flex;
    gap:15px;
}

.np-btn-primary{
    background:#2563eb;
    color:#fff;
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
}

.np-btn-secondary{
    background:#f1f5f9;
    color:#0f172a;
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
}

.np-form-placeholder{
    min-height:450px;
    background:#fff;
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:center;
}
.np-breadcrumb{
    color:#64748b;
    font-size:14px;
    margin-bottom:18px;
}

.np-trust-list{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin:0 0 28px;
    color:#334155;
    font-size:15px;
}

.np-trust-list span{
    background:#fff;
    padding:9px 14px;
    border-radius:999px;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
}

.np-update-note{
    margin-top:22px;
    color:#64748b;
    font-size:14px;
}

.np-form-placeholder{
    min-height:450px;
    background:#fff;
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    padding:34px;
    display:flex;
    align-items:stretch;
    justify-content:flex-start;
    flex-direction:column;
}

.np-form-head{
    margin-bottom:24px;
}

.np-form-head span{
    display:block;
    color:#2563eb;
    font-size:14px;
    font-weight:700;
    margin-bottom:6px;
}

.np-form-head strong{
    display:block;
    color:#0f172a;
    font-size:24px;
    line-height:1.3;
}

.np-form-mock{
    display:grid;
    gap:14px;
}

.np-form-mock div{
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:14px;
    padding:16px 18px;
    color:#64748b;
}

.np-form-mock button{
    margin-top:8px;
    background:#2563eb;
    color:white;
    border:0;
    border-radius:14px;
    padding:17px 20px;
    font-weight:700;
    cursor:pointer;
}