.dh-main-nav {
    background: rgba(5, 8, 22, 0.94);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 14px 45px rgba(0, 0, 0, 0.26);
    padding: 10px 0;
    z-index: 999;
}

.dh-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dh-brand-logo {
    width: 58px;
    height: 50px;
    display: grid;
    place-items: center;
    overflow: visible;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    flex: 0 0 auto;
}

.dh-brand-logo img {
    width: 58px;
    height: 44px;
    display: block;
    object-fit: contain;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.dh-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.dh-brand-text strong {
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.09em;
    color: #ffffff;
    text-transform: lowercase;
}

.dh-brand-text small {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #9fb0cf;
    letter-spacing: 0.03em;
}

.dh-nav-links {
    gap: 5px;
}

.dh-main-nav .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b9c6dd !important;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 13px !important;
    border-radius: 999px;
    transition: 0.25s ease;
    text-decoration: none !important;
}

.dh-main-nav .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.07);
}

.dh-main-nav .nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.30), rgba(34, 211, 238, 0.12));
    box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.22);
}

.dh-hire-btn {
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none !important;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    box-shadow: 0 14px 34px rgba(59, 130, 246, 0.30);
    transition: 0.25s ease;
    white-space: nowrap;
}

.dh-hire-btn:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}

.dh-toggler {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none !important;
    padding: 0;
}

.dh-toggler:focus {
    box-shadow: none !important;
}

.dh-toggler span {
    width: 21px;
    height: 2px;
    display: block;
    border-radius: 20px;
    background: #ffffff;
}

.site-protected {
    -webkit-user-select: none;
    user-select: none;
}

.site-protected img {
    -webkit-user-drag: none;
    user-select: none;
}

@media (max-width: 991px) {
    .dh-main-nav {
        padding: 9px 0;
    }

    .dh-main-nav .navbar-collapse {
        margin-top: 14px;
        padding: 14px;
        border-radius: 22px;
        background: rgba(8, 13, 31, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.10);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    }

    .dh-nav-links {
        gap: 8px;
        align-items: stretch !important;
    }

    .dh-main-nav .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: 13px 14px !important;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.035);
    }

    .dh-hire-btn {
        width: 100%;
        margin-top: 6px;
        border-radius: 14px;
        min-height: 48px;
    }
}

@media (max-width: 575px) {
    .dh-brand-logo {
        width: 50px;
        height: 44px;
    }

    .dh-brand-logo img {
        width: 50px;
        height: 38px;
    }

    .dh-brand-text strong {
        font-size: 18px;
    }

    .dh-brand-text small {
        font-size: 10px;
    }

    .dh-main-nav .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}