/* Agents mockup header — site-wide (when theme option is Mockup) */

.header.header--agents {
    background: #0b1220;
    border-bottom: none;
    box-shadow: none;
}

.header.header--agents .nt-header {
    background: #0b1220;
    color: #ffffff;
}

.header.header--agents .nt-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    min-height: 72px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 20px;
    box-sizing: border-box;
}

.header.header--agents .nt-header__logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.header.header--agents .nt-header__logo img {
    max-height: 40px;
    width: auto;
}

.header.header--agents .nt-header__nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.header.header--agents .nt-header__menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header.header--agents .nt-header__menu > li {
    position: relative;
    margin: 0;
}

.header.header--agents .nt-header__menu > li > a {
    display: inline-block;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.header.header--agents .nt-header__menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 26px;
}

.header.header--agents .nt-header__menu > li.menu-item-has-children > a:after {
    right: 8px;
    color: rgba(255, 255, 255, 0.85);
}

.header.header--agents .nt-header__menu > li > a:hover,
.header.header--agents .nt-header__menu > li.current-menu-item > a,
.header.header--agents .nt-header__menu > li.active > a {
    color: #ffffff !important;
}

.header.header--agents .nt-header__actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px 12px;
}

.header.header--agents .nt-header__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.15rem;
    line-height: 1;
    transition: opacity 0.15s ease;
}

.header.header--agents .nt-header__icon:hover {
    opacity: 0.85;
    color: #ffffff !important;
}

.header.header--agents .nt-header__badge {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.header.header--agents .nt-header__cart {
    position: relative;
}

.header.header--agents .nt-header__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.header.header--agents .nt-header__login:hover {
    background: #ffffff;
    color: #0b1220 !important;
    border-color: #ffffff;
}

@media (max-width: 991px) {
    .header.header--agents .nt-header__nav {
        display: none;
    }

    .header.header--agents .nt-header__inner {
        min-height: 60px;
    }
}

@media (max-width: 575px) {
    .header.header--agents .nt-header__login {
        padding: 7px 12px;
        font-size: 0.8rem;
    }
}
