.stp-topbar{background:var(--stp-navy,#0F1F3D);color:#C9D2E0;}
.stp-topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:8px 28px;flex-wrap:wrap;gap:10px;}
.stp-topbar-left{display:flex;gap:20px;flex-wrap:wrap;align-items:center;}
.stp-topbar-left span{font-size:14px;font-weight:500;font-family:Inter,sans-serif;color:#D7E2F5;}
.stp-topbar-right{display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.stp-topbar-right a{font-size:14px;font-weight:700;font-family:Inter,sans-serif;text-decoration:none;display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:50px;transition:opacity .15s;}
.stp-topbar-right a.stp-wa{background:#25A244;color:#fff;}
.stp-topbar-right a.stp-phone{background:#2B8FD4;color:#fff;}
.stp-topbar-right a:hover{opacity:0.88;}
.stp-topbar-right a svg{flex-shrink:0;width:16px;height:16px;}

@media(max-width:700px){
  .stp-topbar-inner{justify-content:center;text-align:center;padding:8px 16px;}
  .stp-topbar-left,.stp-topbar-right{justify-content:center;gap:8px;}
  .stp-topbar-left span{font-size:12.5px;}
  .stp-topbar-right a{font-size:13px;padding:6px 13px;}
}
