/* Stage 119 - Website menu bersih: tanpa Menu Lengkap, tambah Masuk dan Daftar */
body.ys-public-unified .topbar{display:none!important}
body.ys-public-unified .header{
    background:rgba(255,255,255,.96)!important;
    color:#0f172a!important;
    border-bottom:1px solid #e5edf8!important;
    box-shadow:0 10px 28px rgba(15,23,42,.06)!important;
    padding:14px 6%!important;
}
body.ys-public-unified .brand{color:#0f172a!important}
body.ys-public-unified .brand small{color:#64748b!important}
body.ys-public-unified .brand-mark{
    background:linear-gradient(135deg,#18b7c7,#075fea)!important;
    color:#fff!important;
}
body.ys-public-unified .nav{gap:10px!important;flex-wrap:nowrap!important}
body.ys-public-unified .nav-link{
    color:#0f172a!important;
    border-radius:12px!important;
    padding:10px 12px!important;
    font-weight:800!important;
    background:transparent!important;
}
body.ys-public-unified .nav-link:hover{background:#eef6ff!important;color:#075fea!important}
body.ys-public-unified .btn.login-btn{
    background:#fff!important;
    color:#d92373!important;
    border:1px solid #d92373!important;
    box-shadow:none!important;
    border-radius:6px!important;
    padding:12px 22px!important;
}
body.ys-public-unified .btn.login-btn:hover{background:#fff5fa!important}
body.ys-public-unified .btn.register-btn{
    background:#d92373!important;
    color:#fff!important;
    border:1px solid #d92373!important;
    box-shadow:0 14px 30px rgba(217,35,115,.20)!important;
    border-radius:6px!important;
    padding:12px 22px!important;
}
body.ys-public-unified .btn.register-btn:hover{background:#bd1b61!important}
body.ys-public-unified .btn.service-btn{display:none!important}
@media(max-width:900px){
    body.ys-public-unified .header{align-items:flex-start!important;gap:12px!important;flex-direction:column!important}
    body.ys-public-unified .nav{width:100%!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
    body.ys-public-unified .nav-link,body.ys-public-unified .btn.login-btn,body.ys-public-unified .btn.register-btn{width:100%!important;text-align:center!important;justify-content:center!important;padding:11px 8px!important;font-size:13px!important}
}
@media(max-width:520px){
    body.ys-public-unified .nav{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    body.ys-public-unified .nav .nav-link:nth-child(3){display:none!important}
}
