.nl-rq-header {
position: fixed;
top: 18px;
left: 0;
right: 0;
z-index: 50;
padding: 0 18px;
font-family: Inter, Arial, sans-serif;
}

.nl-rq-header__inner {
max-width: 1180px;
margin: 0 auto;
min-height: 72px;
padding: 12px 18px;
border-radius: 24px;
background: rgba(8, 8, 8, 0.72);
border: 1px solid rgba(245, 210, 122, 0.22);
backdrop-filter: blur(18px);
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
box-shadow: 0 24px 80px rgba(0,0,0,.25);
}

.nl-rq-logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: #fff;
font-weight: 900;
font-size: 15px;
line-height: 1.15;
}

.nl-rq-logo img {
width: 44px;
height: 44px;
object-fit: contain;
border-radius: 12px;
}

.nl-rq-header__badges {
display: flex;
gap: 8px;
flex-wrap: wrap;
justify-content: center;
}

.nl-rq-badge {
padding: 9px 12px;
border-radius: 999px;
background: rgba(212,175,55,.13);
border: 1px solid rgba(212,175,55,.28);
color: #f5d27a;
font-size: 12px;
font-weight: 800;
white-space: nowrap;
}

.nl-rq-header__right {
display: flex;
align-items: center;
gap: 10px;
}

.nl-rq-phone {
color: #fff;
font-size: 15px;
font-weight: 900;
text-decoration: none;
white-space: nowrap;
}

.nl-rq-cta {
border: 0;
min-height: 44px;
padding: 0 18px;
border-radius: 16px;
background: linear-gradient(90deg, #f5d27a, #d4af37);
color: #111;
font-weight: 900;
cursor: pointer;
white-space: nowrap;
}

@media (max-width: 760px) {
.nl-rq-header {
top: 10px;
padding: 0 10px;
}

.nl-rq-header__inner {
min-height: 62px;
padding: 10px 12px;
border-radius: 20px;
}

.nl-rq-header__badges {
display: none;
}

.nl-rq-logo span {
max-width: 140px;
font-size: 13px;
}

.nl-rq-phone {
display: none;
}

.nl-rq-cta {
min-height: 40px;
padding: 0 14px;
font-size: 13px;
}
}